body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url('images/back.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #273b47;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#wrap {
	display: block;
	background-color: white;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	position:relative;
}

#header {
	height: 155px;
	width: 696px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	padding: 0;
	margin: 0;
	position: relative;
	}

#headerimg 	{ 
	margin: 0; 
	height: 120px; 
	width: 696px;
	background-image: url('images/logoback2.png');
	} 

#nav {
	background-color: #003466;
	margin: 0;
	padding: 0px 0 0 0;
	height: 28px;
	width: 696px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

a.nav, a.nav:hover, a.nav:visited { font-size: 1.8em; font-family: 'Copperplate Gothic Light'; color: white; }

 #headlines-container {
	width: 160px;
	padding: 0;
	margin: -22px 10px 10px -13px;
	float: left;
	text-align: left;
	}

#headlines {
	margin: 0;
	padding: 3px;
	background-color: #d5eeee;
text-align: left;
	}

#headlines, #headlines a { font-size: .95em; }
ul#headlines {
 list-style-type:none;
    }

ul#headlines li:before{
   content:'»';}

#headlines-corner {
	margin: 0;
	padding: 0;
	} 

#search {
position:absolute;
bottom:-38px;
right:5px;
padding:0;
margin:0 0 15px 0;
border:0;
background-image: url('../images/search.jpg');
height:30px;
width:186px;
text-align:left;
 }
#searchform {
padding:0;
margin:0;
border:0;}

#searchform input {
font-size: 10pt;
background:#fefefe;
padding:0;
position:relative;
top:5px;
left:25px;
/*margin:5px 0 0 25px;*/
border:0;
border:1px dashed #ccc;
}
#searchform input:focus {background:#efefef; border: 1px solid #ccc}

#content {
	font-size: 1.2em;
	padding: 15px;
	text-align: left;
	min-height:600px;
        position:relative;
	}
p.intro {text-indent: 3em; text-align: justify; font-size: 1.2em; line-height: 1.4em; position: absolute;
//left:175px;
right:15px;
width:500px; top:25px;}
p.introholder {position:static;height:125px;}

#design_lines {
	width:90%;
	padding:0;
	margin:0 auto;
	border:2px solid #cccccc;
	height:150px;
	}

#design_lines h2, #design_lines div h3 {
	margin-top:5px;
	}
	
#design_lines div {
	float:left;
	width:33%;
	}

#design_lines div img {
	float:left;
	padding:0;
	margin:3px;
	border:2px solid white;
	}

#design_lines div a:hover img {
        border:2px solid #222222;
}

#fpcontent { font-size: 1.2em; text-align: justify;}

.fpentry p, .fppost p { text-indent: 3.0em; }

#footer {
	background-color:white;
	background-image: url('images/newfooter.PNG');
	background-position:bottom center;
	background-repeat:no-repeat;
	border: none;
	text-align: center;
	min-height: 200px;
	width: 700px;
	padding: 0;
	margin: 0;
	position:relative;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

#footer a, #footer a:visited {
	color:#000099;
	}

#footer_table {
	text-align:center;
	}

#footer_table table {
	display:block;
	}

#footer table {
	width:525px;
	margin:0 auto;
	padding:0;
	}

#footer table th {
	width:75px;
	text-align:left;
	font-size:12pt;
	}

#footer table td {
	font-size:10px;
	vertical-align:top;
	padding-left:5px;
	}

#footer table td ul, #footer table td li {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
	}

#footer #top {
	position:absolute;
	bottom:5px;
	right:5px;
	}
	
h1, h2, h3, h4, h5, h6 {color:black;}
#aboutfloat {
	float: left;
	width: 250px;
	text-align: center;
	color: black;
	font-size: .8em;
	font-family: arial;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

p.entry {
	font-size:1.2em;
	text-indent:3em;
	line-height:1.5em;
	text-align:justify;
	padding:15px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	}

a {	text-decoration: none; }
h2 a:hover, h3 a:hover {	text-decoration: underline; }

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

ul.des-list li {
	list-style-type:none;
	padding: 0px;
	margin: 0px;}

ul.des-list-inline li {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	display: inline;}

ul.des-list {padding: 0px; margin: 0px;}

table.features {border: 2px solid #ccc;display:block;margin:0 auto 0 auto;}
table.features h2 {font-size: 1em;}
table.features img {padding: 2px; margin: 2px; vertical-align:top;border:0;float:left;}
table.features img:hover {border: 2px solid black; padding:0px;}

#about p {
line-height:2em;
text-indent:3em;
text-align:justify;}

#about li {margin-bottom:10px;}

#emailbutton {
position:absolute;
right:-32px;
margin:0;
padding:0;
}

ul.racinghighlights li {
    list-style: none;
    display: inline;
    border-left: 1px solid black;
    padding-left: 2px;
    line-height: 1.4em;
}


h1.outro {
    font-family: garamond;
    font-size: 14pt;
    font-style:italic;
    text-align:middle;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin: 15px;
    padding: 3px;
color:black;
}

#designs_table h1 { font-size:16pt; padding-top:5px; color:black;}
#designs_table li { list-style:none; margin-bottom: 10px;}




/* Pagination */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 500; /*width of featured content slider*/
height: 300px;
margin: 0 auto 0 auto;
text-align:center;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
//position: absolute; /*leave as is*/
//left: 0;  /*leave as is*/
//top: 0;  /*leave as is*/
//padding: 5px;
/* width: 410px; */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color: black;
text-align:center;
font-family:arial;
font-size:8pt;
}

.pagination{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 5px 10px;
display:none;
visibility:hidden;
}
/* End Pagination */

/* Designs Section */
.des h1 { padding-top:3px;color:black;text-align:center;}
.des p {line-height:1.2em;text-align:justify;text-indent:15px;}
.des li {margin-bottom:8px;}
.des .top_image {text-align:center; widths:100%;}
.des .top_image img {max-width:300px;}
#designs-image { margin: 15px -13px 0 -13px; padding: 0; }
.des p {line-height:16pt;}

#designs-list { margin: -15px 10px 0 -15px; background-color: #fbfbfb; width: 40px; float: left; }
#designs-list li {	list-style-type:none;margin-bottom:0;}

#design-stats { float: right; width: 175px; margin: 15px 0 0 15px; padding: 0; }

table.stats { font-size: 1.0em; font-family: Arial; font-weight: bold; }

td.dark { background-color: #efefef; text-align: left; }
td.rightdark { background: url('images/statsgrad.png') top right; text-align: right; }
td.light { text-align: left; }
td.rightlight { text-align: right; }

#des_buttons ul {list-style-type:none;}
#des_buttons ul li {clear:both;}
#des_buttons ul li img {float:left;border:0;padding:0;margin:5px;}
#des_buttons ul li h3 {margin-top:5px; font-style:italic;}

/* Lots of Text */
.text p {
	text-indent:15px;
	line-height:16pt;
	text-align:justify;
	}

.text p.cap {
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:10pt;
	margin-bottom:15px;
	}

.text p.cap img {border:0;display:block;margin:0 auto;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 auto;
	padding: 0;
	border: 0 none;
	display:block;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */