/*  
Theme Name: Speed Racer
Theme URI: http://topwpthemes.com/speed-racer/
Description: Designed by <a href="http://designed.nu">Design Blog</a> and available FREE at <a href="http://www.zinruss.com/themes/">WordPress Themes Gallery</a>
Author: Design Blog
Author URI: http://designed.nu
© 2008, Design Blog. All rights reserved. 
*/

* { margin: 0; padding: 0; }

html { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #E6F0EF url(images/bg.jpg) repeat-x top;
	text-align: center;
	margin: 0 auto;
	height:100%;
	min-height: 100%;
}
	
table {
border-collapse: collapse;
}
td { padding: 5px; }
th {text-align:center}

#accessibility {
	display: none;
}

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 950px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	background: url(images/framebg.jpg) 0 0 no-repeat;
}
	
#middle {
	/*background: #016A67;*/
	background: url(images/content_bg.jpg) 0 0 repeat-y;
	overflow: auto;
	width: 100%;
	height: auto;
}

#content {
	height: 100%;
	float: right;
	width: 710px;
	background: url(images/logo.jpg) no-repeat #fefefe;
	padding-top: 125px;
}
	
#sidebar {
	float: left;
	height: 100%;
	/*background: #016A67;*/
	/*padding-bottom: 137px; /* for background image */
	width: 215px;
	margin-top: 0px;
}

#sidebar img { border: none; margin-bottom: 0px; padding-bottom: 0px; }

#inner_side {
	margin: 0px;
	padding: 10px;
	border-top: 8px solid #016A66;
}

#header {
	background-image: url(images/header.jpg);
	height: 50px;
}

	
/*
// Page and post content
*/

#content .post {
	margin: 20px;
}
	
#content h2 {
	color: #006666;
	/* background: url(images/h2-bg.jpg); */
	font-size: 20px;
	margin-bottom: 10px;
     padding: 5px 5px 10px 0px;
	border-bottom: 1px solid #B5D3D1;
	font-weight: bold;
}

#content h2 a {
	color: #006666;
	text-decoration: none;
}

#content h2 a:hover {
	color: #006666;
	text-decoration: none;
}
	
#content h3 {
	font-size: 18px;
	color: #4391da;
	margin: 1.1em 0 0.2em 10px;
     letter-spacing: 1px;
}
	
#content h4 {
	font-size: 18px;
	color: #4391da;
	border-left: 1em solid #a5c1e5;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
     letter-spacing: 1px;
}
	
#content p, #content dl, #content td {
	color: #333333;
	font-size: 0.8em/1.5em;
}
	
/*#content p, #content ul, #content ol, #content dl {
	margin: 0 0 15px 0;
}*/
	
#content li {
	margin: 0 0 0 30px;
	color: #333333;
	font-size: 0.80em/1.5em;
}
	
#content dl dt { font-weight: bold; }
#content dl dd { margin: 0 0 0.4em 0.5em; }
	
#content blockquote {
	margin: 0 0 1em 2em;
	border-left: 5px solid #006666;
	padding: 0 0 0 1em;
	color: #333333;
}

	
#content a { color: #016A66; }
#content a:hover { color: #016A66; text-decoration: underline; }
	
#content .post ul.post-data {	
	background: #5e9dd8;
	list-style: none;
	font-size: 0.85em/1.5em;
	padding: 0.1em 0 0.2em 0;
	color: #333333;
	margin: 0px;
	border: 1px solid #5893cb;
}

#content .post ul.post-data li {
	color: #333333;
}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #333333;
}
	
#content .post ul.post-data a:hover {
	color: #333333;
}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
}

/*
// Post
*/

.entry {
	margin: 0px;
	padding: 10px;
     background: #fefefe;	
     /* border: 1px solid #006A66; */
}

.entry p {
	margin: 5px 0 5px 0;
	padding: 0;
}

.entry img { 
      padding: 5px;
      border: #5893cb 1px solid;   
}

.entry img.alignleft { 
	float: left;
     margin: 3px 3px 3px 0;
}

.entry img.alignright { 
	float: right;
     margin: 0 3px 3px 3px;
}

.spacer {
	padding: 0px;
     text-align: right;
     clear: both;
     text-transform: lowercase;
}
	
/*
// Comments
*/

#content #comments {
	margin: 0 20px 20px 25px;
}
	
#content #comments .comment {
	margin: 0 0 2em 0;
	font-size: 11px;
}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
	font-size: 11px;
	color: #333333;	
}

#content #comments .comment a:hover { 
	font-size: 11px;
	color: #333333;
}
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
	font-size: 11px;
}
	
#content #comments .comment .comment-data p {
	font-size: 11px;
	color: #333333;
	border-top: 1px dashed #5893cb;
	border-left: 1px dashed #5893cb;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
}
	
#content #comments .comment .comment-data p a { 
	font-size: 11px;
	color: #333333; 
}

#content #comments .comment .comment-data p a:hover { color: #333333; }
	
/* -------------------
Sidebar
------------------- */

#search_txt { font-size: 15px; width: 120px; border: 1px solid #CCCCCC; margin-left: 7px; margin-bottom: 30px; padding: 1px;}	
#submit { border: 1px solid #CCCCCC; vertical-align: middle; }	
#sidebar h3 {
	color: #FFFFFF;
	font-size: 0.8em/1.5em;
	font-weight: bold;
	margin-bottom: 10px;
     padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
}
	
#sidebar p, #sidebar li { color: #FFFFFF; font-size: 14px; }

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

#sidebar ul { list-style: none; margin-left: 10px; }

#sidebar ul li {
	padding: 3px;
	list-style-type: none;
	margin-left: 2px;
}

#sidebar ul li ul li { list-style: square; margin-left: 14px; }

#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
	
#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: #fefefe url(images/navbottom.jpg) bottom left no-repeat;
	height: 125px;
}
	
#footer #footertext {
	color: #333333;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-left: 220px;
	text-align: center;
}
	
#footer #footertext a {
	color: #333333;
	text-decoration: none;
}

#footer #footertext a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer #footertext2 {
	color: #333333;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-left: 220px;
	text-align: center;
}
	
#footer #footertext2 a {
	color: #016A66;
	text-decoration: none;
}

#footer #footertext2 a:hover {
	color: #016A66;
	text-decoration: underline;
}
	
#footer #searchform {
	padding: 33px 0 0 30px;
}
	
#footer #searchform .searchfield {
	height: 17px;
}
	
#footer #searchform .searchbutton {
	height:22px;
}

.alt
{
	margin-top: 10px;
	padding: 10px;
	font-size: 11px;
	width: 460px;
     background: #fefefe;
     border: 6px solid #bcd7f1;
}

.commentlist li {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	width: 551px;
	padding-bottom: 1em;
}

.commentmetadata { font-size: 11px; }

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p
{
font-size: 11px;
}

#commentform {
margin: 1em 0;
margin-left:2em;
width: 579px;
}

#commentform textarea {

background: #f7fbfe;
border: 1px solid #5893cb;
width: 579px;
}
#commentform textarea:hover {
background: #f7fbfe;
border: 1px solid #5893cb;
}
#commentform textarea:focus {
background: #edf5fd;
border: 1px solid #5893cb;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f7fbfe;
border: 1px solid #5893cb;
width: 200px;
height: 15px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f7fbfe;
border: 1px solid #5893cb;
width: 200px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #edf5fd;
border: 1px solid #5893cb;
width: 200px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
        background: url(images/submit-button.jpg);
        color: #333333;
	font-size: 11px;
	border:1px solid #5893cb;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
        margin-bottom: 10px;
        height: 22px;
	}

/*
// Custom
*/

#submit { margin-bottom: 10px; margin-top: 5px; }
#staff td { vertical-align: top; margin-bottom: 10px; padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #B5D3D1; }
#staff img { margin-right: 10px; margin-bottom: 10px; margin-top: 10px; }
#content table { font-size: 14px; margin-bottom: 20px; }
#content table td { padding: 5px; }
/* samsa link in footer */
a.small {color: #016A66; text-decoration: none;}
p { margin-top: 2px; margin-bottom: 2px; display:block }
/******************************************
* Align box
******************************************/

img.centered, .aligncenter, div.aligncenter {
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;
}
