/*
Theme Name: MM8
Theme URI: http://www.moddedmustangs.com/
Description: 8th Redesign of Modded Mustangs
Author: Joe Hayes
Author URI: http://www.joehayes.org


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 60.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #4d4d4d;
	color: #e7e7e7;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #DD6900;
	text-decoration: underline;
}

body a:hover {
	text-decoration: underline;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #000 url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;
	height: 160px;
	background: url('./images/headerbg.gif') repeat-x;
}

#headerimg {
	float: left;
}

#headerimgb {
	float: right;
}
#tagline {
	clear: both;
	text-align: center;
	padding: 4px 0 0 0;
}
#tagline p {
	margin: 0;
	padding: 0;
	color: #e7e7e7;
	font-size: 10pt;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	text-align: center;
	height: 20px;
	padding: 10px 0 0 0;
	width: 100%;
	clear: both;
	background: #333 url('./images/footerbg.gif') repeat-x left center;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/


.post h1, .post h1 a:hover, .post h1 a:visited, .post h1 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.0em;
}
.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.2em;
	text-decoration: none;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

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

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.post img{
	padding: 4px;
	display: inline;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
        font-size:1.2em;
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	background: #303030;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	background: #303030;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #303030;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #303030;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

a img {
	border: 0;
}

/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h3 {
	padding-bottom: 5px;
	font-size: 1.3em;
}

#sidebar .sidebar_right ul h3 {
	padding-bottom: 5px;
	font-size: 1.3em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

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

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}









ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Contact Form ][ CSS------------------*/

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

/*-------------Other------------------*/

hr {
	display: none;
}

div.clearer {
	clear: left; line-height: 0; height: 0;
} 

div.line {
	border-bottom: solid 1px #ccc;
} 

#adsense_index_secondpost {
	margin: 10px 0 0 30px;
}
#adsense_index_linkunit {
	margin-bottom: 20px;
}
#adsense_single_linkunit {
	margin-top: 20px;
	margin-bottom: -10px;
}
#adsense_sidebar {
	margin-bottom: 20px;
}
#adsense_single_top {
	margin: 20px 0 10px 0;
}
#adsense_single_bottom {
	margin-left: 30px;
}
