@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: MDD Custom Theme
Theme URI: http://www.mydailydrive.com
Description: Custom Orangina GTR Layout
Version: 3.3
Author: design by j2
Author URI: http://www.designbyj2.com/
*/

/* Clear Positioning */
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}

/* Begin Structure */

body {
	background-image: url(images/asphalt1.jpg);
	}

#page {
	background-image: url(images/text-bar.gif);
	background-repeat: repeat-y;
	margin: 10px auto;
	padding: 0;
	width: 860px;
	}

#header {
	background-image: url(images/header-with-sign1.jpg);
	margin: 0;
	padding: 0;
	height: 239px;
	width: 860px;
	}
	
#content-wrapper{
	float: left;
	display: inline;
	width: 100%;
}

#text-column {
	float: left;
	padding: 0 15px;
	width: 600px;
	height: 100%;
	display:inline;
	}

#sidebar {
	width: 200px;
	height: 100%;
	float: right;
	display:inline;
	margin-right: 25px;
	color: #330033;
}

*html #page #sidebar {
	width: 50px;
	height: 100%;
	float:left;
	display:inline;
	margin-right: 10px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	background-image: url(images/bugatti-footer.gif);
	height: 140px;
	margin-left: -20px;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
}
	

#header h1 span{
	display: none;
	}
	
.menu1 {
	position: relative;
	top: 93px;
	height: 50px;
	width: 650px;
	left: 5px;
	}

#footer-text {
	width: 500px;
	height: 40px;
	position: relative;
	left: 210px;
	top: 30px;
	text-align: center;
	}
	
.blog-post {
	text-align: justify;
	width: 600px;
}

.title-space {
	background-image: url(images/main%20article.gif);
	height: 95px;
	width: 600px;
	background-repeat: no-repeat;
}

.page-title-space {
	background-image: url(images/main-page.gif);
	height: 95px;
	width: 600px;
	background-repeat: no-repeat;
}

.page-title {
	float: left;
	width: 500px;
	height: 40px;
	margin-top: 15px;
	padding-left: 15px;
}

.date-space {
	width: 65px;
	height: 65px;
	float: left;
}

.month {
	width: 65px;
	height: 20px;
	margin-top: 8px;
	text-align: center;
	float:left;
}

.day {
	width: 65px;
	height: 30px;
	text-align: center;
	float:left;
}

.title {
	float: left;
	width: 500px;
	height: 40px;
	margin-top: 20px;
	padding-left: 8px;
}

.author {
	margin-left: 15px;
	width: 200px;
	height: 20px;
	margin-top: 10px;
	float:left;
}

.post {
	width: 570px;
	margin-left: 15px;
	margin-right: 15px;
}

.postmetadata {
	width: 570px;
	margin-left: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#navigation {
	width: 585px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#comments-space {
	width: 580px;
	margin: 10px 0;
	padding-top: 10px;
}

#ad-space-bottom {
	width: 585px;
	padding-left: 15px;
	margin-top: 10px;
	height: 100%;
}

#bottom {
	width: 600px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#bottom-left {
	width: 300px;
	float:left;
}
#bottom-right {
	width: 300px;
	float:left;
}

#search {
	width: 215px;
	float: left;
	height: 105px;
}

#categories {
	width: 215px;
	float: left;
	height: 95px;
}

#share-enjoy {
	width: 215px;
	float: left;
	height: 125px;
}

#other {
	width: 215px;
	float: left;
}

#sell-ad-space {
	width: 215px;
	float: left;
}

#ad-space-column {
	width: 215px;
	float: left;
}

#ad-column {
	padding-left: 8px;
}

#search label {
	display: none;
}

/* End Structure */

/* Begin Typography and Colors */	
.menu1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.menu1 ul li { 
	display: inline;
	}

.menu1 ul li a {
	text-decoration: none;
	padding: .3em .5em;
	color: #FF9900;
	font-size: 18px;
	}

.menu1 ul li a:hover {
	color: #000000;
	background-color: #FF9900;
	}
	
.month {
	color: #FF9900;
	text-align: center;
}

.day {
	text-align: center;
	font-size: 18pt;
}

.title h2 a:hover {
	color: #9900CC;
}

.title h2 a{
	font-size: 18px;
}

.title h2{
	font-size: 18px;
	color: #FF9900;
}

.page-title h2{
	font-size: 18px;
	color: #FF9900;
}

#navigation {
	font-size: 16px;
}

.post h2 {
	padding: 10px 0 10px 0;
	border-bottom: double;
	border-color: #9900CC;
	position: relative;
}

.post h3 {
	padding: 10px 0 10px 0;
	border-bottom: solid;
	border-color: #9900CC;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
}

.post h4 {
	padding: 10px 0 10px 0;
	font-size: 12px;
	position: relative;
}

#search h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 35px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;	
	text-align: left;
}

#search ul{
	list-style: none;
}

#share-enjoy h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

#other h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

#sell-ad-space h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

#ad-space-column h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 30px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	position: relative;
}

#bottom-left h2 {
	background-image: url(images/black%20bottom.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	margin-left: -40px;
}

#bottom-right h2 {
	background-image: url(images/black%20bottom.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	text-align: left;
	margin-left: -40px;
}

#bottom ul {
	list-style-type: none;
}

#bottom a {
	list-style-type: none;
}

h2 a{
	font-size: 18pt;
	color: #FF9900;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FF9900;
}

a img {
	border: none;
	background-color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #9900CC;
}

body {
	font-size: 12px;
}

p {
	padding: 5px;
}

.postmetadata p{	
	font-size: 10px;
	padding: 0;
	
}

/* End Typography and Colors */


/*popdown menus for categories and archives */

#pop-down {
	width: 100%;
	float: left; 
	font-size: 14px;
	height: 30px;
}

#pop-down ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
	float: left;
}

#pop-down h2 {
	background-image: url(images/black%20back.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FF9900;
	text-transform: uppercase;
	width: 200px;
	height: 35px;
	padding-left: 10px;
	padding-top: 8px;
	position: relative;
}


#pop-down a {
	color: #FF9900;
	background-color: #000000 ;
	text-decoration: none;
	display:block;
	padding-left: 5px;
	border: outset;
	border-color: #FF9933;
	font-size: 12px;
}

#pop-down a:hover {
	color: #000000;
	background-color: #FF9933;
}

#pop-down li {position: relative;}
#pop-down h2 {position: relative;}

#pop-down ul ul {
	position: absolute;
	z-index: 500;
	top: 0;
	right: 100%;
}

#pop-down ul ul ul {
	top: 0;
	right: 100%;
}

div#pop-down ul ul,
div#pop-down ul li:hover ul ul,
div#pop-down ul ul li:hover ul ul
{display: none;}

div#pop-down ul li:hover ul,
div#pop-down ul ul li:hover ul,
div#pop-down ul ul ul li:hover ul
{display: block;}

/* end pop down for menu **/

	
/* Comments Section */

.comments-template{
	margin: 10px;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	float: left;
	width: 580px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	float: left;
	width: 580px;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 580px;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	float: left;
	width: 580px;
}

.commentmetadata{
	font-size: 12px;
	float: left;
	width: 580px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
	width: 570px;
	float:left;
}

/* end comments */

/* Begin Calendar */
#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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
	#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin Images */
p img {
	padding: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

img.alignright {
	padding: 5px;
	margin: 5px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 5px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

	
