/*
Theme Name: Time Machine Racing 2008
Theme URI: http://www.timemachine.co.uk/
Description: Bespoke theme for Time Machine Racing website
Version: 1.0
Tags: fixed-width, purple, yellow
Author: Time Machine Racing
Author URI: http://www.timemachine.co.uk/
*/

/* Global reset */

* {margin: 0; padding: 0;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper{
  width: 760px;
  margin: 0px auto;
  margin-top: 10px;
  padding: 0px;
  line-height:18px;
  background: #fff;
  border: 2px solid #000;
}

#header{
  height: 120px;
  border-bottom:2px solid #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}	

#header h2 {
  position: relative;
  bottom: -55px;
}

#content {
  clear: both;
  padding-top: 20px;
}	

#content p {
  text-align: justify;
  padding: 5px;
  font-size: 0.9em;
}

#content img {
  padding: 5px 10px;
}

#content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 2px;
}


#main {
  width: 760px; 
  float:left;
  overflow:hidden;
  background: #ffffff;
}

#credit{
  font-size: 80%;
}

#credit p{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1px 1px 1px 1px;
  font-size: 0.7em;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

a{
color:#00538A;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#00538A;
text-decoration:underline;
}

a img{
border:0px;
}

blockquote{
background: #EBF7FF;
padding: 5px 15px;
margin: 3px 30px;
border-left: 4px solid #8CD1FD;
border-top: 1px solid #EBF7FF;
border-right: 1px solid #EBF7FF;
border-bottom: 1px solid #EBF7FF;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}


#tabs{
padding: 4px;
background-color: #5a0079;
border-bottom: 4px solid #ffdb63;
}

#tabs ul{
  display: inline-table;
  border-collapse: collapse;
  list-style-type: none;
  margin: 0px;
  margin-left: -4px;
  padding: 0px;
}

/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { 
  #tabs ul { 
    position: relative;
  } 
} 

#tabs ul li{
  margin-left: 4px;
  padding: 0px 0.5em;
  display: inline;
  padding-bottom: 7px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

#tabs ul li a {
font-size: 80%;
color: white;
text-decoration: none;
}

#tabs ul li.current_page_item {
	background-color: #ffdb63;
}

#tabs ul li.current_page_item a {
	color: #5a0079;
	background-color: #ffdb63;
}

#tabs ul li.current_page_parent {
	background-color: #ffdb63;
}

#tabs ul li.current_page_parent a {
	background-color: #ffdb63;
	color: #5a0079;
}

#tabs ul li.current_page_parent ul li {
	background-color: #ffdb63;
}

#tabs ul li.current_page_parent ul li a {
	color: #5a0079;
	background-color: #ffdb63;
}

#tabs ul li.current_page_parent ul li.current_page_item {
	background-color: #5a0079;
	padding-bottom: 2px;
}

#tabs ul li.current_page_parent ul li.current_page_item a {
	color: #ffdb63;
	background-color: #5a0079;
}

#tabs ul li a:active { color: #ffdb63; }
#tabs ul li a:hover { color: #ffdb63; }
#tabs ul li a:focus { color: #ffdb63; }

#tabs ul li.current_page_item a:active { color: #5a0079; }
#tabs ul li.current_page_item a:hover { color: #5a0079; }
#tabs ul li.current_page_item a:focus { color: #5a0079; }

#tabs ul li.current_page_parent a:active { color: #5a0079; }
#tabs ul li.current_page_parent a:hover { color: #5a0079; }
#tabs ul li.current_page_parent a:focus { color: #5a0079; }

#tabs ul li.current_page_parent ul li a:active { color: #3B094C; }
#tabs ul li.current_page_parent ul li a:hover { color: #3B094C; }
#tabs ul li.current_page_parent ul li a:focus { color: #3B094C; }

#tabs ul li.current_page_parent ul li.current_page_item a:active { color: #ffdb63; }
#tabs ul li.current_page_parent ul li.current_page_item a:hover { color: #ffdb63; }
#tabs ul li.current_page_parent ul li.current_page_item a:focus { color: #ffdb63; }

#tabs ul li ul {
  margin: 0;
  position: absolute;
  display: none;
  border-collapse: collapse;
  list-style-type: none;
  margin-top: 8px;
  padding: 0px;
  background-color: #ffdb63;
  border-bottom: 4px solid #5a0079;
  width: 760px;
}

/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { 
  #tabs ul li ul { 
    margin-left: -9999px;
    position: absolute;
    top: 17px;
    left: 0px; 
    display: inline;
  } 
} 

#tabs ul li ul li {
  margin: 0;
  margin-left: 4px;
  padding: 0px 0.5em;
  padding-bottom: 0px;
  display: inline;
}

#tabs li.current_page_item ul {
  display: inline-table;
  padding: 0;
  color: #5a0079;
}

/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { 
  #tabs li.current_page_item ul {
    margin-left: 0;
    margin-bottom: 26px;
  }
} 
 
#tabs li.current_page_parent ul {
  display: inline-table;
  padding: 0;
  color: #5a0079;
}

/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { 
  #tabs li.current_page_parent ul {
    margin-left: 0;
    margin-bottom: 26px;
  }
} 

/* Headings */ 

form#searchform2{
display: block;
margin: 3px 0px;
}


#header h3{
margin:  0;
padding: 15px 0 0 15px;
font-weight:800;
font-size: 200%;
}

#header h3 a{
font-weight:100;
color: white;
text-decoration: none;
}


#header h2{
font-family: Tahoma, Arial, Verdana, sans-serif;
font-weight:800;
color: #5a0079;
font-size: 90%;
padding-top: 40px;
font-style: italic;

}

h2#sectiontitle{
font-size:150%;
font-weight: 100;
padding:6px 6px 6px 10px;
margin:8px 10px 5px 0px;
color: #444;
border-top: 1px solid #8CD1FD;
background:#EBF7FF;
}

/* post styles */

.post{
}

.entry{
margin: 0;
padding: 5px 10px 8px 10px;
}

.page{
margin: 0;
padding: 5px 10px 8px 10px;
}

.post h2 {
color: black;
font-weight: bold;
font-size: 100%;
padding-top: 5px;
border-bottom: 1px solid #5a0079;
}


.post h2 a{
color: black;
text-decoration:none;
}

.post h2 a:hover {
text-decoration: none;
color: black;
}

#content h3 {
  font-size: 80%;
  color: #5a0079;
	clear: both;
}

#content label {
  font-size: 80%;
	font-weight: bold;
  color: #5a0079;
}

.post h4 {
  font-size: 80%;
	font-weight: normal;
  font-style: italic;
  color: #5a0079;
	clear: both;
}

.postmetadata h3 {
color: black;
font-size: 80%;
font-weight: normal;
font-style: italic;
}

.post p {
  text-align: justify;
  margin: 0 15px;
	font-size: 0.8em;
	clear: both;
}

#content dl {
  display: block;
  margin-left: auto;
  margin-right: auto;
	font-size: 0.8em;
	width: ;
}

#content dd {
	font-weight: bold;
	float: left;
	width: 20%;
	clear: left;
	margin: 0 0 0.5em 2%;
	padding-left: 20px;
}

#content dd  a {
	width: 30%;
}

#content dt {
	float: left;
	width: auto;
	margin: 0 0 0.5em 0;
	width: 65%;
	padding-left: 10px;
}

#content ul {
  display: block;
	font-size: 0.8em;
	padding: 5px 55px;
}

#content p.clear {
  text-align: justify;
  margin: 0 15px;
	font-size: 0.8em;
	clear: both;
}

#content .linkcat h3 {
  font-size: 80%;
  color: #5a0079;
  clear: both;
}

#navigation {
 /*margin-bottom: 20px;*/
 display: block;
}

#navigation a {
  padding: 20px;
  color: #5a0079;
}

#navigation a:hover { text-decoration: none; }

#navigation .fleft a {
	float: left;
}

#navigation .fright a {
	float: right;
}

#calendarNavigation {
 margin-bottom: -20px;
 clear: both;
}

#calendarNavigation a {
  padding: 20px;
  color: #5a0079;
}

#calendarNavigation a:hover { text-decoration: none; }

#calendarNavigation .fleft a {
  float: left;
}

#calendarNavigation .fcentre a {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#calendarNavigation .fright a {
  float: right;
}

/* Comments > WordPress 2.6 */

ol.commentlist {
list-style:none;
margin:0;
padding:0; 
text-indent:0;
margin-bottom: 20px;
clear: both;
}

ol.commentlist li { 
border:1px solid #5a0079;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:0 0 10px;
padding:5px 10px;
background:#FFF8DF;
}

ol.commentlist li div.vcard {
font-size: 80%;
float: left;
}

ol.commentlist li div.vcard cite.fn {
font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url {
text-decoration:none;
}

ol.commentlist li div.vcard img.avatar { 
border:2px solid #eee; 
}

ol.commentlist li div.comment-meta {
text-align:right;
float: right;
font-size: 80%;
}

ol.commentlist li div.comment-meta a {
color:#333;
text-decoration:none;
}

ol.commentlist li p {
clear: both;
}

ol.commentlist li ul {
list-style:square;
padding:0;
text-indent:0;
}

ol.commentlist li div.reply {
color:#374C76;
/* Uncomment the following 5 lines, if using threaded comments and a styled reply button is desired... */
/* 
background:#ddd;
border:1px solid #aaa;
padding:2px 10px;
text-align:center;
width:35px;
*/
}

ol.commentlist li div.reply:hover {
/* Uncomment the following 2 lines, if using threaded comments and a styled reply button is desired... */
/*background:#f3f3f3;
border:1px solid #aaa;*/
color: black;
}

ol.commentlist li div.reply a {
text-decoration:underline; 
}

ol.commentlist li ul.children {
list-style:none;
text-indent:0;
}
  
#respond h3{
font-size: 100%;
padding-top: 10px;
margin-top: 10px;
clear: both;
}

/*  Legacy Comments < WordPress 2.7  */


h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#lcommentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type:none;
}

ol#lcommentlist li{
	padding: 2px 10px;
	margin: 0;
}

ol#lcommentlist li p.commentheader{
margin: 3px 0 0px 0;
padding: 1px 5px;
}



ul#lcommentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#lcommentlist li{
	display: block;
	padding: 0;
	margin: 0 15px;
	font-size:90%;
	border: 4px solid white;
}


ul#lcommentlist li div.gravatar {
	width:40px;
	float:left;
	text-align: center;
	padding: 5px 0 0 5px;
}

ul#lcommentlist li div.gravatar img{
border: 2px solid #ddd;
}


ul#lcommentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow:hidden;
}


ul#lcommentlist li p.commentheader{
margin: 0 0 10px 0;
padding: 0px;
}


ul#lcommentlist li div.commenttext{
padding: 0 0 0 0px;
margin:5px 10px 5px 60px;
}

ul#lcommentlist li div.commenttext div.commentwrapper{
background: #F0F9FF;
margin:0 0 0 5px;
padding: 3px 8px;
border-top: 1px solid #8CD1FD; 
}


/*  sidebar styles */


.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
text-decoration:none;
}

.menu ul{
margin:0;
padding:0 0 0 0px;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 7px 0px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
padding: 2px 0 2px 12px;
margin:0;
border-bottom: 1px solid #eee;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #eee;
border-bottom: none !important;
padding: 0 0 0 11px;
}

.menu ul li.widget h3{
font-size:120%;
padding:2px 0 3px 5px;
margin:0;
color: #222;
font-weight: 800;
font-family: arial, verdana, sans-serif;
font-variant:small-caps;
border-bottom: 1px solid #8CD1FD;
border-top: 3px solid #8CD1FD;
letter-spacing:2px;
}

.menu ul li h3 a{
color: #023A5E;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #023A5E;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


#footer a{
font-weight: 100;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.contactright {
	font-size: 80%;
	font-weight: bold;
	color: red;
}

