/* 
Theme Name: RUDELUV
Theme URL: http://rudeluvdesigns.com
Description: RUDELUVDESIGNS.com 
Author: Rudy Chaney
Author URI: http://rudeluvdesigns.com
Version: 1.0.1

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}*/


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{height: 260px;
}

ul{
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap;
} /* Unordered list. Your 'text' widget is built on an unordered list */
ul li.widget{
        display: inline;
        list-style-type: none;
} /* In this list item all further content is displayed. */
h2.widgettitle{} /* The h2 heading the widget use to display the title of your widget */
div.textwidget{} /* The div all of our widget content is displayed */
ul.popular{
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        white-space: nowrap;
} /* In this 'text' widget, I have used a unordered list with class Popular to display our content */
ul.popular li{
        display: inline;
        list-style-type: none;
} /* List item inside the content */
ul.popular li a {} /* How a link gets displayed inside a content-list item. */

#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
body,td,th {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(images/largebg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
}
.textHeader {
	font-family: "Century Gothic", Arial;
	font-size: 24px;
	color: #000;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FFF;
}
#sidebar a:link {
	color: #fff;
}
#sidebar a:visited {
	color: #fff;
}
#sidebar a:hover {
	color: #ff0000;
}