/*
Theme Name: Driver Ed In A Box
Theme URI: http://driveredinabox.com
Description: Custom Theme built for Driver Ed in a Box
Version: 1.0
Author: Omikron Media
Author URI: http://omikronmedia.com
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #FFEFDC url(img/bg.jpg) repeat-y left top;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content a{
	color:#B2E1F5;
}

#about-content a{
	color:#666;
}

a {
	color: #fff;
}

a:hover{
	color:#CCC;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
#page-bg{
	background:url(img/bg-header.jpg) repeat-x left top;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:64px;
}

#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 290px;
	z-index: 2; /* IE z-index bug */
}

#content {
	background: #4d4d4d;
	margin:0px 25px;
	z-index: 1; /* IE z-index bug */
	border:#fff 5px solid;
	-moz-box-shadow: 0px  0px 5px #969696; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #969696; /* for Safari and Chrome */
    filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
	
}

#about-content{
	background:#E6F6FC url(img/about-bg.jpg) repeat-y top left;
	color:#000;
	margin:0px 25px;
	z-index: 1; /* IE z-index bug */
	border:#fff 5px solid;
	-moz-box-shadow: 0px  0px 5px #969696; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #969696; /* for Safari and Chrome */
    filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
}


#content-left {
	float: left;
	width: 860px;
	padding: 10px 10px;
}

#content-right {
	float: right;
	width: 290px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	background:url(img/logo.png) no-repeat;
	margin: 0px 10px 0 0;
	padding: 0px;
	text-indent:-9999px;
	width:193px;
	height:129px;
	z-index:1;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	position:absolute;
	top:10px;
	right:0px;
	margin-right:50px;
	background:url(img/head-desc.png) no-repeat;
	width: 509px;
	height: 167px;
	text-indent:-9999px;
}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3 {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #fff;
	font-size: 1.5em;
}

h3 a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

h3 a:hover {
	border-bottom: none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

h4 {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #F5C754;
	font-size: 1.2em;
}

/*	##################################
   	HEADER
	################################## */

#head-content{
	background:url(img/head-content-bg.jpg) repeat-x;
	margin:0 25px;
	border: #fff 5px solid;
	position:absolute;
	height:210px;
	width:900px;
	z-index:-1;
	top:64px;
	left:0px;
	-moz-box-shadow: 0px  0px 5px #969696; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #969696; /* for Safari and Chrome */
    filter:	 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
	
}

#purchase-arrow{
	position:absolute;
	top:50px;
	left:60px;
	background:url(img/head-arrow.png) no-repeat;
	width: 131px;
	height:116px;
	z-index:1;
}

#purchase-head{
	position:absolute;
	left:140px;
	top:5px;
	background:url(img/head-purchase-shipping.png) no-repeat;
	width: 204px;
	height: 205px;
	text-indent:-9999px;
}

#custom-head{
	position:absolute;
	top:10px;
	right:0px;
	margin-right:50px;
	width: 450px;
}

#abouth2{
	margin-left:-50px;	
}
#custom-head h2{
	font-size:2em;
	margin-top:0px; 
	margin-bottom:5px;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #f8dec7;
	border-top: 1px dotted #5d5d5d;
	clear: both;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
}

.box-left ul, .post ul, .page ul {
}

.box-left ul li, .post ul li, .page ul li {
	margin-bottoms:5px;
	line-height:30px;
}

.box-left ul li ul li, .post ul li ul li, .page ul li ul li{
	font-size:.85em;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 20px 20px 25px 20px;
	background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	border: none;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #2a2a2a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #2a2a2a;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #f8dec7;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	width: 960px;
	margin: 10px auto;
}

#footer {
	background:#4d4d4d;
	margin: 0px 25px;
	border:solid #fff 5px;
	-moz-box-shadow: 0px  0px 5px #969696; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #969696; /* for Safari and Chrome */
    filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
#copyright{
	float:right;
	width:200px;
}


#legal {
	float: left;
	width:500px;
	padding-left:10px;
}

#webdemar {
	float: right;
	width: 450px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

/** */
#home-form{
	width:296px;
	height:202px;
	padding:15px;
	font-size:.8em;
}

#home-form input{
	border:medium none;
	color:#5D5D5D;
	height:15px;
	padding:5px 5px 3px 5px;
	width:100%;
	margin:0px;
}

#home-form table tr td{
	padding: 2px 6px;	
}

#home-form input.submit, #home-form input.button{
	background:none;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}

#home-form label{
	display:block;	
}

#home-link{
	display:block;
	text-decoration:none;
}

#home-state{
	background:#8dd2f0;
	border:#0071ba solid 3px;
	width:260px;
	-moz-box-shadow: 0px  0px 5px #000; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #000; /* for Safari and Chrome */
    filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding:5px;
	text-align:center;
	float:right;
	color:#000;
}

#home-state h4 a{
	text-align:center;
	color:red;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:0.95em;
	text-decoration:none;
}

#home-state h4 {
	text-align:center;
	color:red;
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:1.1em;
	text-decoration:none;
}

a #home-state h4{
	text-decoration:none;	
}

.testimonial{
	font-size:.85em;
}

.gold{
	color:#F5C754;
}
.red{
	color:#F00;
}
.highlight{
	background:#FFFF00;
}

.blue{
	color:#00F;
}

.black{
	color:#000;
}

/*	##################################
   	About The Course Styling
	################################## */

#about-content #moveright{
	float:right;
	width:670px;
}


#about-test{
	background:#8dd2f0;
	border:#0071ba solid 3px;
	-moz-box-shadow: 0px  0px 5px #000; /* for Firefox 3.5+ */
    -webkit-box-shadow: 0px 0px 5px #000; /* for Safari and Chrome */
    filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding:5px;
	margin:5px;
	float:right;
	color:#000;
	font-size:.85em;
}

.box-border{
		padding:2px;
		margin-bottom:20px;
		background:#dddddd;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		width:500px;
		border-color:#808080;
		border-style:solid;
		border-width:medium;
		-moz-box-shadow: 0px  0px 5px #000; /* for Firefox 3.5+ */
    	-webkit-box-shadow: 0px 0px 5px #000; /* for Safari and Chrome */
   		 filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
}

.green-box{
	color:#FFF;
	background:#009045;
	width:498px;
	border:#000 solid 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.green-box h3{
	color:#f5c754;
	text-shadow: #FF6666 0px 0px 4px;
}


/*	##################################
   	State Styling
	################################## */
	
.state-title{
	font-size:1.8em;
	margin-bottom:80px;
	text-decoration:underline;
	padding-top:50px;
}

#contact-form input{
	border:medium none;
	color:#5D5D5D;
	height:15px;
	padding:5px 5px 5px 0px;
	width:100%;
	margin:0px;
}

#contact-form table tr td{
	padding: 2px 6px;	
}

#contact-form input.submit, #contact-form input.button{
	background:none;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}




.test:after {
      content: ;
      display: block;
     height: 0;
     clear: both;
     visibility: hidden;
     margin: 0;
     padding: 0;
     }

.testBlock {
      margin: 18px 0;
      }
.test {
      border-bottom: 1px solid #ccc;
      padding: 12px 0;
      margin: 12px 0;
      font-family: helvetica, arial, sans-serif;
      font-size: 12px;
      line-height: 16px;
      background: #fff;
      }
.test img {
      float: left;
      display: inline;
      margin-bottom: 12px;
      margin-right: 12px;
      }
.squote {
      margin: 12px 0;
      font-size: 14px;
      line-height: 22px;
      }
.mquote {
      margin: 12px 0;
      font-size: 14px;
      line-height: 22px;
      }
.lquote {
      margin: 12px 0;
      font-size: 16px;
      line-height: 24px;
      }
.byline {
      font-style: italic;
      font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 12px;
      line-height: 16px;
      margin: 6px 0;
      color: #7FCDEE;
      }


.test-border{
		padding:2px;
		margin-bottom:20px;
		background:#dddd00;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		width:500px;
		border-color:#808000;
		border-style:solid;
		border-width:medium;
		-moz-box-shadow: 0px  0px 5px #000; /* for Firefox 3.5+ */
    	-webkit-box-shadow: 0px 0px 5px #000; /* for Safari and Chrome */
   		 filter:  progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=0, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=90, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=180, Strength=2),
			 progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=270, Strength=2);
}

.test-box{
	color:#FFF;
	background:#636363 url(img/test-bg.jpg) repeat-x;
	width:498px;
	border:#000 solid 1px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


#purchase{
	background:#afe0f5 url(img/btn-jpg.jpg) repeat-x;
	height:35px;
	border:solid 1px #0071BA !important;
}