/*

Theme Name: Supercar Drives
Theme URI: http://supercardrives.com/
Description: Default theme for <a href="http://supercardrives.com">http://supercardrives.com</a>.
Version: 0.1
Author: Dave Verwer
Author URI: http://daveverwer.com/

*/

body  {
	margin: 0; padding: 0;
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-align: center;
	background: #333;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
}

hr {
	clear: both;
  height: 0; border: 0;
  font-size: 1px; line-height: 0px;
}

img {
  border: 0; padding: 0; margin: 0;
}

a:link, a:visited {
  text-decoration: none;
  color: #aa1919;
}

a:hover, a:active {
  text-decoration: underline;
  color: #f00;
}

.centered {
  text-align: center;
}

#container { 
	text-align: left;
	margin: 0 auto;
	width: 958px;
	background: #fff;
}

#header {
	height: 194px;
	background: #000 url('images/header.jpg') no-repeat 0 5px;
	position: relative;
}

#header #search {
  position: absolute;
  top: 0; right: 0; width: 170px; height: 50px;
  margin: 5px 0 0 0; padding: 0 0 0 30px;
  background: url('images/search_bg.png');
}

#header h1 a img {
  width: 419px; height: 131px; border: 0;
}

#header #search input {
  width: 110px;
  background: #333; color: #fff;
  border: 1px #fff solid;
}

#header #search h3 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
  padding: 3px 0; margin: 0;
  color: #fff;
}

#header #search input#searchsubmit {
  width: 40px;
  font-size: 10px;
}

#sidebar {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	float: right; width: 268px;
	padding: 5px 0;
}

#sidebar h2 {
  font-size: 15px;
  margin-bottom: 5px;
}

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

#sidebar ul li {
  font-size: 12px;
  margin: 0; padding: 3px 0 10px 0;
}

#sidebar ul ul {
  margin: 0; padding: 0;
}

#sidebar ul ul li {
  padding: 0; margin: 0;
}

#sidebar #text-1 .textwidget {
  line-height: 0;
}

#menu {
  margin: 0 0 0 20px; padding: 2px 15px;
  width: 618px; height: 53px;
  background: url('images/menu_bg.png') no-repeat;
}

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

#menu ul li {
  display: inline;
  margin: 0; padding: 0;
}

#menu ul li img {
  border: 0; margin: 0 10px;
  vertical-align: middle;
}

#content {
	margin: 0 280px 0 0;
	padding: 0 10px;
}

#content .post {
  margin: 10px 0 30px 0;
}

#content .post h2, #content .post h3, #content .post h4 {
  letter-spacing: -0.06em;
}

#content .post h2 {
  padding: 5px;
  font-size: 23px; font-weight: normal;
  background: #333; color: #fff;
}

#content .post h2 a:link, #content .post h2 a:visited {
  color: #ddd;
}

#content .post h3 {
  margin-top: 10px;
  font-size: 19px;
  color: #333;
}

#content .post .date {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
  width: 40px; height: 40px; float: left;
  margin: 5px; padding: 5px;
  border: 1px black solid;
  background: #fcb521; color: #000;
}

#content .post .date .month {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

#content .post .date .day {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

#content .post .icon {
  width: 40px; height: 40px; float: left;
  margin: 5px; padding: 5px;
  border: 1px black solid;
  background: url('images/post_icon.jpg') no-repeat;
}

#content .post .metadata {
  font-size: 0.8em; height: 23px;
}

#content .post .metadata .comments_link {
  float: right;
}

#content .post .body {
  padding: 0; margin: 2px 0;
}

#content .post .body p {
  padding: 0 0 0.5em 0; margin: 0;
}

#content .post .author {
  font-size: 12px;
  text-align: right;
}

#content .post ul {
  list-style: none;
}

#content .post ul li {
  display: inline;
}

#content .post .mosaics {
  margin-left: 33px;
}

#content .post .mosaics ul li a {
  display: block; float:  left;
  width: 181px; height: 2.0em;
  margin: 8px; padding-top: 136px;
  background-repeat: no-repeat;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
  text-align: center; color: #333;
}

#footer { 
	padding: 0 10px; height: 75px;
	background: #fcb521 url('images/logo_small.png') no-repeat;
	border-top: 2px #000 solid; border-bottom: 2px #000 solid;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

.float_right {
	float: right;
	margin-left: 8px;
}

.float_left {
	float: left;
	margin-right: 8px;
}