/*  
Theme Name: MThree 2010
Theme URI: http://www.mthree.com
Description: MThree Custom <a href="http://www.mthree.com/">M Three</a>.
Version: 0.99
Author: matt.eury@gmail.com
Author URI: http://www.mthree.com/
*/
html { border-left:none; border-right:none; cursor:default; }
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, pre, img, form, fieldset { padding:0; margin:0; border:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
ol, ul { list-style:none; }
img, object { display:block; }
table { border-collapse:collapse; }
th { padding:0; font-weight:normal; text-align:left; }
td { padding:0; vertical-align:top; }
hr { display:none; }
*:focus { outline:none; }
body {
	background-color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.bg {
	min-width: 1000px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}


#topbar {
	height: 80px;
	background-image: url(../../../../../m3/img/box_bg_555_70op.png); 
	top: 0px;
	width: 980px;
	z-index: 2;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#topbar_highlight {
	height: 30px;
	clear: both;
	background-image:url(../../../../../m3/img/topmenu_highlight_bg.png);
}
#mainnav {
	float: right;
	height: 40px;
	font-size: 1.5em;
	text-transform: uppercase;
	z-index: 100;
}
/* 
	LEVEL ONE
*/
ul.dropdown                         { 	position: relative;
	z-index: 100;
}
ul.dropdown li                      { 	float: left; 
										zoom: 1; 
										line-height: 40px;
}
ul.dropdown a:hover		            { 	color: #FF6; }
ul.dropdown a:active                { 	color: #FF6; }
ul.dropdown li a                    {	text-decoration: none;
										display: block;
										padding: 0px 20px;
										color: #078fd3;
										font-weight: bold;
}
ul.dropdown li:last-child a         {	/* border-right: none; */} /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
										color: #ffa500;
										position: relative;
}
ul.dropdown li.hover a              {
	color: #004000;
}
/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ 	width: 220px; 
										visibility: hidden; 
										position: absolute; 
										top: 100%; 
										left: 0; }
ul.dropdown ul li 					{ 
										font-weight: normal; 
										background: #f6f6f6; 
										color: #000; 
										border-bottom: 1px solid #ccc; 
										float: none; 
										line-height: 35px;
}
ul.dropdown ul li:hover              {
										color: #FF6;
										background-color: #078fd3;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; 
										
	color: #004000; } 
ul.dropdown ul li a:hover 			{ color: #FF6; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: -5px;
										}
ul.dropdown li:hover > ul 			{ visibility: visible; }



/*************************************/
/* Common Elements */
#main { 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../../../../../m3/img/box_bg_555_90op.png);
	margin-bottom: 10px;
	z-index: 1;
	padding: 10px;
	color: #ccc;
}
#main p {
	font-size: 1.4em;
	line-height: 1.5em; 
	padding-bottom: 10px;
}
#main h1 {
	font-size: 2.6em;
	color: #eee;
	color: #66ccff;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px; 
}
#main h2 {
	font-size: 2em;
	color: #9dc0d1;
	margin-bottom: 5px; 
}
#main h3 {
	font-size: 1.6em;
	color: #eee;
}
#main ol {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-left: 2em;
}
#main ul {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-left: 2em;
	margin-bottom: 5px; 
}
#main a {
	color: #ff9933;
}
#subbar {
	height: 44px; 
	width: 980px;
	margin-left: auto;
	margin-right: auto; 	
	background-image:url(../../../../../m3/img/box_bg_555_90op.png);
}
	ul.subnav {
		float: right;
	}
	ul.subnav li {
		float: left;
		line-height: 40px;
		font-size: 1.4em;
		padding: 0px 15px;
		text-align: center;
	}
	ul.subnav li:hover {
		background-image:url(../../../../../m3/img/highlight.jpg);
	}
	ul.subnav li a {
		color: #fff;
	}
	ul.subnav li a:hover {
		color: #fff;
		text-decoration: none;
	}
	.subnav_title {
		line-height: 40px;
		font-size: 2.0em;
		padding-left: 10px;
		font-weight: bold;
		color: #fff;
	}












#blogcontent {
	position: relative;
	width: 660px;
	float: left;
	height: 100%;
	padding: 0px 10px; 
}
#blogcontent a {
	text-decoration: none;
}
#blogcontent a:hover {
	color: #E0BA67;
	text-decoration: underline;
}
#blogcontent .blogtitle {
	font-size: 2.6em;
	color: #66ccff;
	font-weight: bold;
	margin-bottom: 5px; 
}
#blogcontent .tagline {
	font-size: 1.2em;
	margin-bottom: 10px;
}
#blogcontent .entry {
}
#blogcontent .entry a {
	font-weight: bold;
}
#sidebar {
	padding: 10px 10px;
	position: relative;
	float: right;
	width: 220px;  
	color: #FFFFFF;
	text-align: right;
	background-image:url(../../../../../m3/img/bluish_bg.png);
}
#sidebar .sidebartitle {
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
#sidebar a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #E0BA67;
	text-decoration: underline;
}
#sidebar ul {
	margin-bottom: 30px;
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	text-decoration: none;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 7px;
}
#sidebar .current-cat {
	font-weight: bold;
}



#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url(../../../../../m3/img/box_bg_555_90op.png);
	padding: 10px;
	margin-bottom: 10px;
}
#footer a {
	color:#FF9933;
	text-decoration:none;
}
#footer a:hover {
	color: #FF3;
	text-decoration: none;
}
#footer dl {
	float: left;
	padding: 0 20px;
}
#footer dt a {
	font-size: 2em;
}
#footer dd {
	text-indent: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.connect img {
	float: right;
	padding: 0 5px;
}
.connect {
	background-image:url(../../../../../m3/img/box_bg_555_40op.png);
	clear: both;
	overflow: auto;
	line-height: 28px;
	padding: 5px;
	color: #9dc0d1;
}
.connectCTA {
	font-size: 2.4em; 
	color: #9dc0d1; 
	padding: 0 5px;
}
#legalbar {
	clear: both;
	text-align: right;
	font-size: 1.2em;
	color: #ddd;
	margin-top: 5px;
}
