/*
THEME NAME: Revenge of the Electric Car
THEME URI: http://revengeoftheelectriccar.com/
DESCRIPTION: A custom theme created for Revenge of the Electric Car, created by <a href="http://milkweedmediadesign.com/">Milkweed Media Design</a>
AUTHOR: <a href="http://milkweedmediadesign.com/">Jen Simmons</a>
AUTHOR URI: http://milkweedmediadesign.com/
*/

/* COLORS
	main dark blue #1d4596

*/

body {
	font-size: 75%;
	color: #444;
	background:#121250 url(images/background.jpg) no-repeat top center;
	margin:0;
	line-height:1.4em;
	text-align:left;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

div#container {
	float:left;
	margin:2em -210px 0 0;
	width:100%;
}
div#content {
	margin:0 270px 0 30px;
}
div.sidebar {
	float:right;
	overflow:hidden;
	width:180px;
	margin-right:30px;
}
div#primary {
	margin-top:20px;
}
div#footer {
	clear:both;
	width:100%;
}

div#wrapper {
	width:900px;
	margin:0 auto;
	background: #fff url(images/columnbackground.gif) repeat-y center top;
}



/*---------------------- Typography ----------------------*/

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

strong, em, b, i {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color:#057FB1;
	text-decoration:none;
	line-height:1em;
}
h2 {
	font-size: 2.1em;
	letter-spacing:-0.4px;
	margin:30px 0 4px;
}
h2.page-title {
	color:#7facc6;
	border-bottom:1px solid #089AD5;
	margin-bottom:10px;
	padding-bottom:12px;
	font-size:1.8em;
	letter-spacing:-0.4px;
}
h3, h4 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-0.4px;
	margin:20px 0 10px;
}
a {
	color: #27d;
	text-decoration: none;
	outline: none;
}	
a:hover {
	border-bottom:1px solid #27d;
}
.entry-content a:visited {
	color: #2357ad;
}
img, a img {
	border:none;
	outline: none;
}
.entry-meta, .entry-meta_prepost {
	color:#b3bfc7;
	margin: 5px 0;
	font-size: 82%;
}
.entry-meta, .entry-meta_prepost a {
	color:#7facc6;
}
.entry-meta_prepost a:hover {
	border-bottom:1px solid #7facc6;
}
div.entry-meta {
	border-bottom: 1px solid #089ad5;
	margin-bottom:0;
	padding-bottom: 20px;
}
.single div.entry-meta {
	border-top: 1px solid #089ad5;
	margin-top:10px;
	padding-top: 20px;
}
.single #nav-below {
	border-bottom: 1px solid #089ad5;
	margin:0 0 10px;
	padding: 13px 10px;
	background: #eff3f7;
}
dt {
	font-family: Arial, Verdana, sans-serif;
	font-size:125%;
	margin-top:1em;
	padding-top:1.5em;
	margin-bottom:0.7em;
	color:#1d4596;
	border-top:1px solid #1d4596;
}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}
	
.comments-link {
	background:transparent url(images/comment.png) no-repeat scroll left center;
	margin-right:10px;
	padding:2px 0 2px 20px;
}

.edit-link {
	background:transparent url(images/pencil.png) no-repeat scroll left center;
	height:16px;
	padding:2px 2px 2px 23px;
}
abbr {
	border: none;
	color: #7facc6;
}

/* ---------- header ------- */

#header {
	background:#121252 url(images/rotatingbackgrounds/rotate.php) no-repeat center top;
	height:225px;
	position:relative;
}

#header #blog-title {
	text-indent: -9999px;
	display: block;
	width:100%;
	height:199px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header #blog-description {
	font-family:Arial,san-serif;
	font-size:1.2em;
	margin:5px 35px 0 0;
	text-align:right;
	color:#fff;
}
#header #blog-description p {
	margin: 0;
	padding: 0;
}
#header #blog-description a {
	color:#fff;
}
#header #blog-description a:hover {
	border-bottom: 1px solid #fff;
}

div.skip-link {
	float:left;
	text-indent:-9999px;
	width:0;
	height: 0;
}



/*--------------- Main Menu ---------------- */


div#menu {
	background:#121250;
	height:1.5em;
	margin:0;
	width:900px;
	padding:5px 0;
	font-size: 95%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
	padding:0 0 0 20px;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}
div#menu ul a:hover {
	border:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul li {
	display: inline;
	margin:0 2px;
	}

div#menu ul li a {
	padding: 5px 15px 6px;
	}

div#menu ul li a {
	letter-spacing:0.4px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 95%;
	color:#DEF1FD;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

div#menu ul li a:hover {
	background: #3b4570;
	color: #eee;
	text-decoration: none;
	}

div#menu ul li.current_page_item a,
div#menu ul li.current_page_item a:hover,
div#menu ul li.current_page_ancestor a,
div#menu ul li.current_page_ancestor a:hover {
	color: #3b4570;
	background: white;
	text-decoration: none;
	}
	

/* ------------------- Sidebar ------------------- */


div.sidebar #introtext  {
	padding:0 0 8px 2px;
	border-bottom:1px solid #78C7E8;
	margin-bottom: 30px;
}
div.sidebar #introtext p  {
	font-size:118%;
	color:#057FB1;
	margin:1em 0;
	font-style: italic;
}
div.sidebar h3 {
	font-size: 140%;
	line-height: 1.5em;
}
div.sidebar input#s {
width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 2em 0;
	font-size: 95%;
	line-height: 1.5em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 0;
}

div.sidebar ul ul li {
	list-style:none;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:none;
}

/* ------------------- footer -------------------- */

#footer {
	clear:both;
	color:#777777;
	margin:0 auto;
	padding:20px 0 30px;
	text-align:center;
	width:900px;
	background-color: #000;
	font-size: 90%;
}
#footer a:hover {
	text-decoration: none;
	color: #3187ed;
}


/* ------------------------------------------------------ */


.entry-title,.entry-meta {
clear:both;
}
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
	margin:1em 0;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}