/*
Theme Name: My Discover
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: D
Author URI: http://www.diallohudgins.com
version: 2.0
Tags: two-column, widget-ready,blank
*/


@import url("styles/tabs.css");

/* basics */

*{
	margin:0; 
	padding:0;
}

body {
	background:#e6edf3;
	background: #afc8dc url(images/md_bck_page.png) repeat-x top;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	margin: 10px 0 0;
	line-height: 12pt;
}

th {
	text-align:left;
}

td {
	vertical-align: top;	
}

.clear {
	clear: both;	
}

	
h1 {
	font-size: 22px;
}

h2 {
	color: #999;
	font-size: 18px;
	margin-bottom: 15px;
}

h6 span {
	color: #739ec0;
	font-style: italic;
}

h3 {font-size: 14px;}

h4, h4 a {
	color: #739ec0;
	font-size: 12px;
}

#sidebar h4, #sidebar h4 a {
	color: #369;
}


h6 {
	color: #CCC;
	font: normal 14px Verdana, Arial, sas-serif;
	margin-bottom: 10px;
	text-transform:  uppercase;
}

.post h6 {
	color: #999;
	border-bottom: 1px dotted #CCC;
}

p {}


img{ 
	border: none; 
	padding:0; 
}

img a{
	border:none;
}

img.left{ 
	float: left; 
	border: none; 
	padding: 6px 0 0 0;
}

img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote {
	background: url(images/quote_lt.png) no-repeat top left;
	margin: 8px;
	padding:0 12px 0 12px;
}

blockquote p {
	color: #69C;
	background: url(images/quote_rt.png) no-repeat bottom right;
	padding: 5px 0 10px 10px;
}

code{
	font-family:"Courier New", Courier, monospace;
}

form input {
	display: inline;
}


/* links */

a{
	color:#036;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	color:#666;
	background:#fff;
	border: 1px solid #039;
	margin: 0 auto;
	padding:0;
	width: 960px;
	overflow: hidden;
}
	
/* header */

#header {
	color: #039;
	background:#fefde9 url(images/bck_header.png) repeat-x top;
	padding: 0 0 10px;
  	width: 960px; 
	float: left;
	clear: both;	 
}

#header h1{
	font:normal 20pt georgia, times;
	margin: 10px 0 0 10px;
	padding: 0;
	
	
}
	
#header h1 a { 
	color: #404040; 
	background: url(images/logo.png) no-repeat top left;
	width: 430px;
	height: 90px;
	display: block;	
	text-decoration: none;
	text-indent: -999em;
}

#header h1 a:hover{
	color: #666; 
	text-decoration: none;
}


#header h2{
	color:#333;
	font:normal 10pt georgia, times;
	margin:0;
	padding: 0 0 0 18px;
}

.md_logo {
	width: 500px;
	float: left;
}

.md_user_block {
	margin-top: 35px;
	width: 270px;
	float: right;
}

.md_user_block ul {
	margin: 0 0 5px;
	float: left;
}

.md_user_block li {
	margin-right: 15px;
	float: left;
	list-style: none;
}

.md_newsletter a, .md_subscribe a {
	color: #369;
	font: bold 11px Tahoma, Verdana, Helvetica, sans-serif;
	background: url(images/mail.png) no-repeat left;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.md_subscribe a {
	background: url(images/subscribe.png) no-repeat left;
}

/* main menu */


#menu, #nav {
	background:#466d8e;
	width:960px; 
	overflow:hidden;
	clear:both;
}


#menu ul, #nav ul {
	margin:0;
	padding:0;
}

#menu ul li, #nav ul li {
	margin: 0;
	padding: 0;
	float:left;
	list-style-type: none;
}

#menu ul li a, #nav ul li a {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding:4px 10px;
	display:block;
	text-transform: uppercase;
}

#menu ul li a:hover, #nav ul li a:hover {
	color:#ffffcc;
	text-decoration: none
}

#menu .md_pages, #nav .md_pages {
	background: url(images/logo_sm.png) no-repeat left;
	padding-left: 25px;
	float: right;
}

/*** Subnavigation ***/

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #466d8e;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	padding: 5px 10px;
	width: 130px;
	float: none;
}
	
#nav li li a:hover, #nav li li a:active {
	color: #FFFF99;
	background: #466d8e;
}

#nav li {
	padding: 0;
	float: left;
}

#nav li ul {
	margin: 0;
	padding: 0;
	width: 170px;
	height: auto;
	z-index: 9999;
	position: absolute;
	left: -999em;
}

#nav li li { 
}

#nav li ul a { 
	width: 140px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
	margin: -32px 0 0 171px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

/* content */


#content {
	margin: 0 14px 0;
	padding: 20px 0;
	width:630px;
	float:left;
	overflow: hidden;
}

#container .full {
	width: 930px;
	float: left;
	clear: both;
}

#container .full .md_featured {
	float: left;
	width: 550px;
}

.md_featured .md_featured_thumb, .post .md_featured_thumb {
	float: left;
}

.post .md_featured_thumb img {
	width: 130px;
	height: 130px;
}

.md_featured_thumb img {
	border: 1px solid #CCC;
	padding: 4px;
}

.post_excerpt {
	margin-left: 220px;
}

.post .post_excerpt {
	margin-left: 150px;
}

.auth {
	border-bottom: 1px dotted #CCC;
	margin: 0 0 15px;
	padding-bottom: 5px;
}

.auth span {
	color: #369;
	font-size: 10px;
}

.md_side_featured {
	width: 350px;
	float: right;
}

.md_side_thumb {
	float: left;
}

.md_side_thumb img {
	border: 1px solid #CCC;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.md_side_featured .post_container {
	margin: 0 0 10px;
	float: left;
	clear: both;
}

.md_side_featured .post {
	margin-left: 80px;
}

.md_readfull {
	margin: 10px 0 0;
}

.post {
	margin:0;
	padding:0;
}
	
.post h2, .post h2 a, .md_featured h2, .md_featured h2 a {
	font: normal 15pt Tahoma, Verdana, sans-serif;
	color: #369;
	margin-bottom: 10px;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
}

.post img {
	border: 1px solid #CCC;
}

.post ul {}

.post li {}

.entry p, .md_featured p {
	margin:12px 0;
}

.postmetadata{
	background:#fbfbfb;
	margin: 20px 0;
	padding:6px;
	clear: both;
	
}
	

.navigation {
	font-size:8pt;
	margin: 0;
	padding: 5px 0;
	width:100%;
	float:left;
	overflow:hidden;
}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.md_ebooks {
	
}

.md_ebooks th {
	color: #369;
	background: #e0ecf4;
	border-right:	1px solid #FFF;
}

.md_ebooks th p {
	margin-bottom: 0;
	padding: 3px 0;	
}

.md_ebooks tr td {
	border-bottom: 1px dotted #CCC;
	padding: 15px 0 0;
}

.md_ebooks p, .md_ebooks h4, .md_ebooks h6 {
	margin: 0 10px 15px 5px;
}

.md_ebooks h4, .md_ebooks h6 {
	margin: 0 10px 5px 5px;
}

.md_ebooks h6 {
	color: #CC0000;
	font: bold 10px Verdana, Geneva, sans-serif;
	border: 0;
}


.order_number, .order_desc, order_btn {
	
}

.order_number {
	color: #999;
	font-weight: bold;
}

.order_btn P {
	margin: 0 0 5px;	
}

.md_ebooks .paypal, .md_ebooks .paypal_cart {
	color: #03C;
	background: #FFF url(images/md_cart.png) no-repeat left;
	padding: 8px 0 8px 35px;
	border: 0;
}

.md_ebooks .paypal_cart {
	background: #FFF url(images/md_cart_view.png) no-repeat left;
}


/* sidebar */

#sidebar {
	margin:0;
	padding: 20px 0 0;
	width:300px;
	float:right;
}

#sidebar h2 {
	color: #000;
	font:normal 11pt arial, georgia, times;
	margin: 0;
	padding: 0;
}

#sidebar label {
	color: #000;
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin:0; 
	padding: 0 6px 0 12px;
}

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

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

#sidebar ul.tabbernav {
	margin: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

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

#sidebar ul ul li {
	list-style-type: none;
}

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

#sidebar ul ul ul li {
	color: #898989;
	padding: 0 0 0 15px;
	list-style-type: square;
}

#sidebar #md_action_buttons li {
	border: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 285px;
}

#md_action_buttons li a {
	color: #369;
	font: bold 14px Verdana, Arial, sans-serif;
	background: url(images/icon_forum.png) no-repeat left;
	padding: 10px 0 10px 40px;
	display: block;
}

#md_action_buttons .md_chat a {
	background: url(images/icon_chat.png) no-repeat left;
}

#md_marketing_links .support {
	margin: 0 auto;
	width: 730px;
	float: none;
}

#sidebar .post_container {
	margin: 5px;
	width: 260px;
	float: left;
	clear: both;
}

#sidebar .post_container img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

#sidebar .submit input {
	color: #FFF;
	font-weight: bold;
	background: #369;
}



/* comments */

.comment_container {
	border-top: 1px dotted #CCC;
	margin: 20px 0;
	padding: 10px 0 0; 
}


#commentform{
	background:#fff;
	margin:0;
	padding:0;
}
	
#commentform p{
	color: #000;
}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3 {
	color: #000;
	margin:0;
	padding:0;
}
	
#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit {
	background: #fff;
	border: 1px solid #CCC;
	margin: 5px 5px 0 0;
	padding: 5px;
}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 0;
	list-style-type:none;
}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {

}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.comment-body {
	background: #f5fafe;
	border: 1px solid #e8f4fd;
	padding: 10px 0;
}

.comment-body .comment-author, #container .comment-body p {
	margin-left: 10px;
}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
}

#searchform input#s {
	color: #999;
	font-size: 11px;
	border: 1px solid #CCC;
	margin: 0;
	padding: 4px;
	width: 190px;
}

#searchform input#searchsubmit {
	color:#fff;
	background:#333;
	border:none;
	text-transform:lowercase;
}

#searchimage {
	background: #9ebace url(images/search_glass.png) no-repeat;
	border: 1px solid #9ebace;
	width: 30px;
	height: 22px;
	text-indent: -999em;
}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/*thumbnailed links*/


#md_marketing_links , #md_marketing_links ul, #md_marketing_links li {
	float: left;
}

#md_marketing_links {
	background: #9ebace;
	padding: 10px 0;
	width: 100%;
	clear: both;
}

#md_marketing_links ul {
	margin-left: 30px;
	width: 940px;
	clear: both;
}

#md_marketing_links li {
	margin-right: 30px;
	list-style: none;
}




/* footer */

#footer {
	background:#456d8d url(images/md_logo_ismho.png) no-repeat 98%;
	padding: 5px 0;
	clear: both;
	width: 100%;
}
	
#footer p {
	color: #eee; 
	margin: 0 0 0 10px; 
	padding:14px 0;
}

#footer a {
	color: #BCBCBC;
	text-decoration: none;
}

#footer a:hover{
	color: #5D5D5D;
	text-decoration: underline;
}

#sidebar .submit {
	margin-top: 10px;
}

#sidebar .wpcf7 .submit input {
	width: auto;
}

#sidebar .wpcf7 input, #sidebar .wpcf7 textarea {
	width: 250px;
}

#sidebar .wpcf7 textarea {
	height: 100px;
}

.custom-tabber input, .custom-tabber textarea {
	color: #666;
	border: 1px solid #739ec0;
	padding: 3px;
}

#container .wp-pagenavi span.pages {
	color:#999;
	background-color:#FFFFFF;
	border:0;
}

#container .wp-pagenavi span.current {
	color: #369;
	background-color: #ffffcc;
	border: 1px solid #afc8dc;
}

#content .wpcf7 {
	width: 625px;
	text-align: center;
}

#content .wpcf7 form {
	margin: 10px auto 0;
	width: 520px;
}

#content .wpcf7 p {
	color: #369;
	font-weight: bold;
	text-align: left;
}

#content .wpcf7 input, #content .wpcf7 textarea {
	border: 1px solid #CCC;
	padding: 8px 5px;
	width: 450px;
}

#content .wpcf7 .submit input {
	width: auto;
}



