/*
Theme Name: F1weekly_2009
Theme URI: http://www.F1Weekly.com/
Description: The WordPress theme for F1Weekly.com 2009
Version: 0.1
Author: Toby Dawes
Author URI: http://blog.tobyandjoann.com/
Tags:
*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #363636;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;	/* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #313B6E;
	border-top: 3px double #313B6E;
	color: #313B6E;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 65px;
	padding-bottom: 5px;
	background-color: #FEE236;
	background-image: url(/images/Checkered-Flag-Schedule-H1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* Commonly used to style section titles. */
h3 {
/*	color: #6d9863;	*/
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #3c982d;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #2d7336;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #09760d;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #164619;
}
#topDiv {
/*	background-color: #8ab573;	*/
	background-color: #252525;
/*	height: 258px;	*/
	height: 209px;
/*	border-bottom: solid 1px #628152;	*/	/* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
/*	margin-top: 25px;	*/
	padding: 0;								/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
}



#theHeader {
	background: url(images/revamp-header.jpg) center top no-repeat;
	height: 209px;
}
#theLogo {
	width: 90%;
	margin: 0 auto;
	padding-top: 24px;
}






/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
/*	background-color: #fff;	*/
	margin: 0 auto 0 auto;	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;		/* Redefines the text alignment defined by the body element. */
/*	width: 960px;	*/
	width: 90%;
}
#outerWrapper #contentWrapper {
	background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-image: url(images/sidebar_topfade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #464646;
/*	border-right: solid 1px #8ab573;	*/	/* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 10px 10px 10px 10px;			/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 220px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	background-image: url(images/content_topfade.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 0 0 240px;			/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 21px 10px 20px 10px;	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	background-color: #252525;
	color: #FFFFFF;
/*	border-top: solid 1px #8ab573;	*/	/* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px;		/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.alignleft {
	float: left;
}

.clear {
	clear: both;
}
.clearR {
	clear: right;
}

#logo {
	width: 240px;
	float: left;
}
#logo img {
	border: 0px;
}
#logo div {
	margin: 10px;
	line-height: 115%;
	text-align: center;
	color: #FEE236;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
#slides {
	float: right;
}

#topContent {
	background-color: #252525;
	color: #FFFFFF;
	height: 42px;
}


#raceSchedule {
	background-color: #252525;
	color: #FFFFFF;
	width: 395px;
	padding: 5px 0px 0px 5px;
	float: left;
}
#raceSchedule div {
}
#raceSchedule a {
	color: #FEE236;
	text-decoration: underline;
}
#raceSchedule a:hover {
	text-decoration: none;
}

#twitter {
	background-color: #252525;
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
	float: right;
}
#twitter img {
	margin-left: 2px;
	border: 0;
}

#podtrac {
	margin-bottom: 5px;
}


.downloadMP3 {
	margin-bottom: 10px;
}

.pageNav {
	border-top: 1px dotted #333333;
}

#wp-calendar {
	width: 100%;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
}
#wp-calendar th {
	background-color: #252525;
	color: #FFFFFF;
}
#wp-calendar caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #313B6E;
	border-top: 3px double #313B6E;
	color: #313B6E;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 65px;
	padding-bottom: 5px;
	background-color: #FEE236;
	background-image: url(/images/Checkered-Flag-Schedule-H1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 10px;
	text-align: left;
}

#sidebar {
	font-size: 12px;
	color: #FEE236;
}
#sidebar h3 {
	margin-top: 10px;
}

#sidebar a {
	color: #FFFFFF;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 125%;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


.pagenav li a {
	display: block;
	margin-top: 5px;
	height: 15px;
}
.categories li a {
	margin-top: 5px;
	height: 15px;
}
.archives h2 {
	margin-top: 5px;
}
.archives li a {
	margin-top: 5px;
	height: 15px;
}

#footer .column {
	width: 225px;
	margin: 5px;
	float: left;
	font-size: 12px;
	color: #FEE236;
}

#footer .column h3 {
	margin-top: 10px;
}

#footer .column a {
	color: #FFFFFF;
}

#footer .column li {
	list-style-type: none;
}

#footer .column ul, #footer .column ul ol {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 125%;
}

#footer .column ul li {
	list-style-type: none;
	list-style-image: none;
}

#footer .column ul p, #footer .column ul select {
	margin: 5px 0 8px;
}

#footer .column ul ul, #footer .column ul ol {
	margin: 5px 0 0 10px;
}

#footer .column ul ul ul, #footer .column ul ol {
	margin: 0 0 0 10px;
}

#footer .column ul ol li {
	list-style: decimal outside;
}

#footer .column ul ul li, #footer .column ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#footer a {
	background: transparent;
	color: #FFFF00;
}

#subfooter {
	margin: 10px 0 0 0;
	padding-top: 5px;
	border-top: 1px dashed #FFFFFF;
}

#footerLogo {
	float: right;
}

#copyright, #fom, #property, #contact {
	padding-top: 10px;
}

#forums {
	margin-bottom: 3px;
}

#supercache {
	background: transparent;
	color: #FFFFFF;
}
#supercache a {
	background: transparent;
	color: #FFFF00;
}


#forumBanner {
	position: fixed;
	bottom: 0px;
	right: 0px;
}
	#forumBanner img {
		border: 0;
	}

.post {
/*	width: 490px;	*/
	width: 78%;
	height: auto;
}
.post img {
/*	width: expression(this.width > 490 ? 490: true);	*/
/*	width: 490px;
	max-width: 490px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
*/
}

#home-ads {
	width: 180px;
	margin-left: 10px;
	float: right;
	text-align: center;
}
#home-ads div {
	margin-bottom: 10px;
}


/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
/*	clear: both;	*/
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
