/*  
Theme Name: Simple
Theme URI: http://mikecohenmedia.com/
Description: Simple Theme
Author: Mike Cohen
Author URI: http://mikecohenmedia.com/
Version: 1.0
Tags: Simple
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/

html{
	height: 100%;
	margin-bottom: 1px;
}
body{
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333333;
	font-family:helvetica,arial,verdana,sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

h1{
	margin:0 0 15px 0;
	font-size:197%;
}

h2{
	margin:0 0 10px 0;
	font-weight:normal;
	font-size:167%;
}

h3,h4,h5,h6{
	font-weight:bold;
	margin:0 0 3px 0;
	font-size:107%;
}

p{
	margin:0 0 20px 0;
}

img{
	border:0;
}

.img-right{
	text-align:center;
	padding-left:10px;
}

#img-table td{
	padding-bottom:30px;
}

hr{
	color: #ccc;
	background-color: #ccc;
	height:1px;
	margin:15px 0;
}

a,a:link
{
	color:blue;
	text-decoration:none;
}

a:active
{
	color:#ffffff;
}

a:visited
{
	color:#AB8000;
}

a:hover  
{  
	color:#1FA4BE;
} 

/* --- GLOBAL ELEMENTS --- */

#page{
	width:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(../images/bg-head.gif);
	background-repeat:repeat-x;
}

.wrapper{
	width:980px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

/* --- HEADER --- */

#header{
	min-height:120px;
	height: auto !important;
	height: 120px;
	clear:both;
}

#logo{
	position:absolute;
	top:12px;
	left:12px;
	width:340px;
	height:80px;
}

#mainnav{
	position:absolute;
	top:20px;
	right:0;
}


/* --- PAGEHEADING --- */

#pageheading{
	min-height:160px;
	height: auto !important;
	height: 160px;
	line-height:160px;
	clear:both;
	background:blue;
}


#pageheading h1,#pageheading-blog h1{
	color:#ffffff;
	font-size:197%;
}

/* --- NAV --- */

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background:#ccc;
}

#nav a {
	display: block;
	line-height: 44px;
	margin: 0;
	padding: 0 20px 0 15px;
	font-size: 10pt;
	color: #fff;
	letter-spacing: -1px;
	background:#ccc;
}

#nav li a:hover {
	color: #6598b8;
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
	
#nav li li a {
	width: 150px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-top: 1px solid #131f27;
	background: #040404;
	margin: 0;
	padding: 5px 20px 5px 15px;
}
	
#nav li li a:hover {
	border-top: 1px solid #131f27;
	background: #000;
	padding: 5px 20px 5px 15px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

#toprss {
	float: right;
	margin: 10px 15px 0 0;
	display: inline;
	width: 65px;
	line-height: 41px;
}

#sidenav{
	margin:12px 0;
	padding:0;
}

#sidenav ul, #sidenav ul li{
	list-style:none;
	margin:0;
	padding:0;
}

#sidenav ul li{
	zoom:1;
}

#sidenav li a{
	display:block;
	padding:3px 3px;
	border-bottom:solid 1px #CDCBCB;
	font-size:92%;
	color:#035A67;
}

#sidenav li a:visited{
	color:#035A67;
}

#sidenav li a:hover{
	background:#035A67;
	color:#ffffff;	
}

/* --- CONTENT --- */

#main{
	min-height:350px;
	height: auto !important;
	height: 350px;
	padding-bottom:50px;
	clear:both;
}

#content{
	width:640px;
	float:left;
}

#content .padding{
	padding:20px 40px 20px 0;
}

#content ul{
	margin:0 0 20px 0;
}

#content li{
	margin:0 0 0 2em;
	list-style:disc;
}

#content blockquote{
	width:250px;
	margin:20px;
	padding:10px 0;
	border-top:solid 2px #999;
	border-bottom:solid 1px #999;
}

/* --- SIDEBAR --- */
#sidebar{
	float:right;
	width:340px;
}

/* --- FOOTER --- */

#footer{
	min-height:240px;
	height: auto !important;
	height: 240px;
	clear:both;
	background:#444;
}

#footer a, #footer a:link
{
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}

#footer a:active,#footer a:visited
{
	color:#333333;
}

#footer a:hover  
{  
	color:#ffffff;
} 

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

#footer li{
	display:inline;
	padding:0 5px;
}

#footer .current_page_item a{
	background:#ececec;
}

/* --- MISC --- */

strong{	font-weight:bold;}
.delim{margin:0 5px;}
.clear{clear:both;height:0px;}
.emph{font-weight:bold;color:#062D99;}



