

body {
	margin: 0;
	padding: 0px;
	/*background:  #FFFFFF url(images/bg01.jpg) repeat-x top left;*/
	font-size: 13px;
	color: black;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
	padding:0px;
}

h2 em	{
	letter-spacing: -1px;
	font-size: 18px;
	padding:0px;
}

h3 {
	font-size: 1em;
}

ul, ol {
	line-height: 175%;
}

p	{
	line-height: 150%;
	color:#484848;
	text-align:justify;
}



blockquote {
		padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #005FA9;
}

a:hover {display:none;
	text-decoration: none;
	color: red;/*text hover color*/
}

/* Header */

#header {display:none;
	width: 890px;
	height: 190px;
	margin: auto;
	background-image: url(images/racingredlogoc.jpg);
}

/* Logo */

#logo {display:none;
	float: left;
	padding: 40px 0 0 0;
	
}

#logo h1 {display:none;
	margin: 0;
	/*text-transform: lowercase;*/
	letter-spacing: -2px;
	font-size: 5.6em;
	font-weight: normal;
	/*color: #FFFFFF;*/
	font-family: "Freestyle Script", Arial, Helvetica, sans-serif;}


#logo h1 a {display:none;
	padding-right: 20px;
	text-decoration: none;
	color: white;
}

#logo p {display:none;
	margin: -5px 0 0 0;
	/*text-transform: uppercase;*/
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {display:none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 155px 10px 10px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	/*main attributes for the horizontal main menu*/
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 1.0em;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom: 2px solid red;/*color for the text and border when hovering on the main menu*/
	color:red;
}

.active a {border-bottom:2px solid #FFFFFF;
}

.sactive a {color: red;
border-bottom:2px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	/*background-color:black*/
	border:1px solid silver;/* solid border around page*/
}

/* Content */

#content {
	float: left;
	width: 665px;
}

img.floatLeft 	{ /*this is used for Helen & David's picture*/
    		float: left;
		padding-right:5px; 
		padding-top:10px;
		}

img.floatLeft2	{ /*logos*/
    		float: left;
		margin-left:0px;
		padding-right:10px; 
		padding-top:0px;
		}

img.floatLeft3	{ /*logos*/
    		float: right;
		margin-left:0px;
		padding-right:15px;
		padding-left:15px; 
		padding-top:15px;
		padding-bottom:15px;
		}


img.floatLeft4	{ /*logos*/
    		float: Left;
		margin-left:20px;
		margin-top:0px;
		padding-right:0px;
		padding-left:40px; 
		padding-top:0px;
		padding-bottom:0px;
		}

img.icon	{padding-left:10px;}

.signature	{font-family:"Freestyle Script", "Brush Script MT", Mistral, Arial, san serif;
		font-size:28px;}

.signature2	{font-family: "Trebuchet MS", Arial, san serif;
		font-size:11px;}

.post {
	padding: 20px 20px;
	/*background: url(images/bgcontent710.gif) no-repeat top left;*/
	background-color:white;
	/*border:1px solid silver;*/
}

.title {
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {display:none;
	float: right;
	width: 200px;
	/*border-right:1px solid silver;*/
}

#sidebar ul {display:none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {display:none;
}

#sidebar li ul {display:none;
	padding: 15px 0;
}

#sidebar li li {display:none;
	padding-left: 10px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar h2 {display:none;
	margin:0px;
	padding: 40px 0 0 30px;
	background: url(images/play.jpg) no-repeat left 90%;  /*moves play icon down*/
}

#sidebar a {display:none;
	text-decoration: none;
}

#sidebar a:hover {display:none;
		color:red;}

/* Footer */

#footer {display:none;
	clear: both;
	width: 890px;
	height: 190px;
	margin: auto;
	height: 80px;
	/*background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;*/
	background-color:black;
}

#footer p {display:none;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
	/*color: #717171;*/
	color:white;
}

.pcWebWerks	{font-family: "Informal Roman", Arial, san serif;
		font-size:16px;
		padding-left:10px;}


