/*
Theme Name: Experts & Insiders
Theme URI: http://www.expertasandinsiders.com
Description: Experts & Insiders Wordpress MU 
Version: 1.0
Author: C Murray Consulting
Author URI: http://www.cmurrayconsulting.com
*/
	

/******************* GLOBAL SELECTORS & RESETS ********************/

* {margin: 0px; padding: 0px;}
.clear {clear: both;}
.bold {font-weight: bold;}
img {border: none;}
a, a:link {text-decoration: none;}
a:hover {text-decoration: underline;}

/******************* MAIN BODY SELECTORS ********************/

body {
	background-color: #D4D5D7;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 62.5%;
	color: #231F20;
}

#container {
	background-color: #fff;
	margin: 0px auto;
	width: 954px;
	padding: 10px 18px 0px 18px;
}

/*** HEADER ***/

#header { height: 90px; margin-bottom: 12px; }
#logo { float: left; margin-top: 5px; }
#header div.ads {
	border: 1px solid #bebebe;
	float: right;
	height: 90px;
	width: 728px;
	position: relative;
}

/******************* TOP LEVEL NAV SELECTORS ********************/

#nav  {
	background-color: #231f20;
	height: 36px;
	list-style-type: none;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	z-index: 6000;
}

#nav li {
	border-right: 1px solid #fff;
	float: left;
	height: 37px;
	line-height: 36px;
	text-align: center;
	width: auto;
	padding: 0px 12px;
}

#nav li.powered {
	border-right: none;
	color: #D4D5D7;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

#nav li:hover.powered {height: 36px;}

#nav a {
	color: #FFDE00;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
}
#nav li a:hover { text-decoration: none; }
#nav li:hover > a, #nav li a:hover { color: #ff7f00; }

/******************* SECOND LEVEL NAV SELECTORS ********************/

#nav ul {
	display: none;
	background-color: #231f20;
	height: auto;
	left: 0px;
	padding: 12px 16px;
	position: absolute;
	top: 37px;
	width: 922px;
	list-style-type: none; 
}
#nav li:hover { background-color: #231f20; }
#nav li:hover ul { display: block; }

#nav ul li {
	border: none;
	line-height: normal;
	padding: 0px 4px;
	text-align: left;
	width: 162px;
	height: 100px;
}

#nav ul li.moreblogs {
	display: none;
}

#nav ul a {
	display: block;
	font-size: 1.4em;
	color: #fff;
	text-transform: none;	
}

#nav ul img {
	float: left;
	margin: 0px 12px 8px 0px;
}
#nav span.name {
	color: #00B1EB;
	display: block;
	font-size: 1.4em;
}

#nav span.title {
	display: block;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 2px 0px;
}

#nav li.more {
	float: right;
	height: auto;
	padding: 0;
	position: relative;
	left: -16px;
}
#nav a.more { text-align: right; }
#nav li.more ul {
	display: none;
	position: relative;
	top: 0;
	left: 0;
}
#nav li.more:hover {
	width: 100%;
}
#nav li.more:hover ul {
	display: block;
}

/******************* MAIN CONTENT SELECTORS ********************/

#contentContainer { margin-top: 15px;}

#leftContent {
	float: left;
	font-size: 1.4em;
	padding-right: 15px;
	width: 622px;
	border-right: 1px solid #D4D5D7;
	line-height: 1.25em;
}

#leftContent h2 {
	color: #888A8C;
	margin-bottom: 15px;
}
#blog_banner {
	margin-top: 10px;
}

#leftContent h3 a {color: #231F20;}
#leftContent h3 a:hover {color:#00B1EB; text-decoration: none; }

#leftContent h2, #leftContent h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.2em;
}

html* #leftContent h2 {line-height: 1em;} 


#leftContent .hentry {
	border-top: 1px solid #D4D5D7; 
	padding-top: 15px;
	margin: 15px 0px;
}

#leftContent .entry h2 {
	border-top: none;
	color: #231F20;
	font-size: 2em;
	margin-bottom: 22px;
}

#leftContent div.img_container { float: left; width: 300px; margin-right: 20px; height: 225px; }

#leftContent .entry ul, #leftContent .entry ol {padding-left: 20px;}
#leftContent .entry a {color: #00B1EB;}

#leftContent span.date {
	color: #888A8C;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#leftContent p { margin: 10px 0px; }
#leftContent a.readmore { color: #8B8F9E; }

#leftContent div.postmetadata, #leftContent div.postmetadata a.commentLink { color: #8B8F9E; }
/*#leftContent div.postmetadata span.author  { float: left; }*/
#leftContent div.postmetadata span.author a { color: #00B1EB; }
#leftContent div.postmetadata span.catname { color: #F7931E; }
/*#leftContent div.postmetadata span.comments { float: right; }*/

#leftContent blockquote {
	border-left: 2px solid #ccc;
	margin-left: 30px;
	font-style: italic;
	font-size: .9em;
	padding-left: 8px;
}

/** RIGHT CONTENT **/

#rightContent {
	font-size: 1.4em;
	float: right;
	padding-left: 15px;
	width: 300px;
	border-left: 1px solid #D4D5D7;
	position: relative;
	left: -1px;
}
#rightContent div { margin-bottom: 26px; }
#rightContent ul { list-style-type: none; }

#rightContent div.ads p {
	color: #bebebe; 
	font-size: .8em;
	font-style: italic;
	margin-top: 3px;
	text-align: right;
}

#rightContent h3 {
	font-size: 1.42em;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 14px;
	text-transform: uppercase;
	position: relative;
}

#rightContent .aboutBlock img { margin-bottom: 12px; }

#rightContent div.about, #rightContent li  { 
	background-color: #E7E8E9;
	margin: 1px 0px;
	padding: 14px 12px;
}

#rightContent div div, #rightContent ul { clear: both; }

#rightContent a { color: #00B1EB; }
#rightContent h4 { font-size: 1.12em; font-family: "Times New Roman", Times, serif; font-weight: bold; }
#rightContent ul.contrib span { display: block; }
#rightContent ul.contrib span.name { font-size: 1.12em; font-family: "Times New Roman", Times, serif; font-weight: bold; }
#rightContent ul.contrib span.category { color: #F7941E; font-weight: bold; }
#rightContent ul.contrib span.title { color: #8B8F9E; }

#rightContent img.avatar { float: left; margin: 2px 14px 8px 0px; }
#rightContent div.about img.avatar { float: none; margin-bottom: 14px; }
#rightContent div.about p { line-height: 1.3em; } 

#rightContent h3 a {
	color: #8B8F9E;
	font-size: .9em;
	text-transform: none;
	text-align: right;
	position: absolute;
	right: 0;
}

#rightContent ul.twitter .date { color: #787878; }

/******************* FOOTER SELECTORS ********************/

#footer {
	border-top: 1px solid #D4D5D7;;
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	font-family: "Times New Roman", Times, serif;
}

#footer ul {
	float: left; /* fixes clearing issues in IE 6 -7 */
	list-style-type: none;
	width: 300px;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	border-left: 1px solid #000;
	color: #231F20;
	padding: 0px 11px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li:first-child a {
	border-left: none;
	padding-left: 0px;
}

#footer p {
	float: right;
}

/******************* COMMENT FORM SELECTORS ********************/

h3#comments {font-size: ; margin: 12px 0px; color: #888A8C;}
#respond {clear: both; margin-top: 12px;}
#respond h3 {color: #888A8C;}
#comment {height: 160px; width: 100%;}
#commentform p a {color: #34AACD; font-weight: bold;}
#commentform #submit {margin: 8px 0px;}

/******************* COMMENT LISTS SELECTORS ********************/

ol.commentlist {list-style-type: none;}
ol.commentlist li.comment {margin: 12px 0px;}
ol.commentlist li.comment.even {background-color: #fff; padding: 3px; border: 1px solid #34AACD; position: relative;}
ol.commentlist li.comment.odd {background-color: #f8f8f8; padding: 3px; border: 1px solid #FF7F00; position: relative;}
#leftContent ol.commentlist li p {font-style: italic; font-size: .88em; margin-bottom: 30px;}
cite.fn, cite.fn a {color: #34AACD; font-weight: bold; font-family: "Times New Roman", Times, serif; font-size: 1.1em;}
span.says {font-style: italic; font-family: "Times New Roman", Times, serif;}
#leftContent .commentmetadata a {color: #ff7f00; position: absolute; bottom: 0px;}
#leftContent .commentmetadata a.comment-edit-link {position: absolute; bottom: 0px; right: 3px;}

/******************* POSTS PAGE SELECTORS ********************/

#leftContent div.navigation { padding: 10px 0px; border-top: 1px solid #bebebe; clear: both; height: 20px; }
#leftContent div.navigation h2 { float: left; }
#leftContent div.navigation h2.older { float: right; }
#leftContent div.navigation a { color: #8B8F9E; }

/******************* IMAGES WITH IDS OR CLASS SELECTORS ********************/

.vcard img { float: right;}
img.alignleft {float: left; margin: 0px 7px 2px 0px;}
img.size-full {margin-bottom: 12px;}
img.alignright {float: right; margin: 0px 0px 2px 7px;}

