/*  
Theme Name: Simplex
Theme URI: http://www.TheProfessionalBee.com/
Description: A simple, useful, 3-column, gray-black-yellow theme
Version: 1.0
Author: The Professional Bee
Author URI: http://www.TheProfessionalBee.com/
*/

/* GENERAL ELEMENTS */

body, html {
	margin:0;
	padding:0;
	color:#000;
	background-color:#FFF;
	font-family:Calibri, Verdana, Arial;
	font-size:13px;
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Calibri;
	font-weight:normal;
	margin:0;
	padding:0;
}
p {
	line-height:20px;
	margin:10px 0px;
}
a {
	color:#056CBE;
	text-decoration:none;
}
a:hover {
	color:#BF5500;
}


/* PAGE BLOCK ELEMENTS */

#HeaderWrapper
{
	clear:both; 
	width:100%;
	margin:0;
	padding:0;
	height:50px;
	background-color:Transparent;
	color:#000;
	text-align:center;
}

#Header {
	width:942px;
	margin:0 auto;
	padding:0;
	height:50px;
	background-color:Transparent;
	text-align:left;
}

#GlobalNavWrapper {
	clear:both; 
	width:100%;
	margin:0px 0px;
	padding:0;
	background-color:#145491;
	color:#FFF;
	text-align:right;
}

#GlobalNav {
	width:942px;
	margin:0 auto;
	padding:0;
	background-color:Transparent;
}

#PageWrapper {
	width:942px;
	margin:0 auto;
	text-align:left;
	background-image:url("http://static.episodic.com/wp-content/themes/episodic/images/bg-twocolumns-m.gif");
	background-repeat:repeat-y;
	background-position:center;
}

#PageWrapperHeader 
{
	clear:both;
	width:942px;
	height:6px;
	margin:0 auto;
	background-image:url("http://static.episodic.com/wp-content/themes/episodic/images/bg-twocolumns-t.gif");
	background-repeat:no-repeat;
	background-position:center top;
}

#PageWrapperFooter {
	clear:both;
	width:942px;
	height:6px;
	margin:0 auto;
	background-image:url("http://static.episodic.com/wp-content/themes/episodic/images/bg-twocolumns-b.gif");
	background-repeat:no-repeat;
	background-position:center bottom;
}
	
	

#MainWrapper {
	float:left;
	width:942px;
	padding:0px;
	background-color:Transparent;
		
}
	
#ContentWrapper {
	float:right;
	width:718px;
	padding:0px;
	background-color:Transparent;
		
}
#Content {
	margin:10px 20px;
}

#SidebarWrapper {
	float:left;
	width:224px;
	padding:0px;
	background-color:Transparent;
}
#Sidebar {
	margin:10px;
}

#FooterWrapper {
	clear:both;
	width:100%;
	background-color:Transparent;
	color:#000;
	text-align:center;
	font-family:Calibri;
}

#Footer {
	width:942px;
	margin:0 auto;
	background-color:Transparent;
	padding:5px 10px;
	font-size:12px;
	text-align:left;
}

* html #PageWrapperFooter {
	height:1px;
}
	
	
	
/* BLOCK ElEMENTS */

#Header h1 {
	position:relative;
	top:10px;
	left:0px;
	font-size:24px;
	font-weight:bold
}
#Header h2 {
	position:relative;
	text-align:right;
	top:-14px;
	left:0px;
	font-size:20px;
}

#Content h1
{
	font-weight:bold;
	letter-spacing:1px;
	font-size:24px;
	margin:0px;
	padding:5px 0px 5px 25px;
	color:#000;
	border-bottom:1px Solid #CCC;
	background-image:url("Images/square_arrow.gif");
	background-repeat:no-repeat;
	background-position:left center;
}

#Content h2
{
	font-weight:normal;
	letter-spacing:1px;
	font-size:18px;
	padding:5px 0px 2px 0px;
	color:#000;
	border-bottom:1px Dashed #CCC;
	/*background-image:url("Images/bullet.gif");
	background-repeat:no-repeat;
	background-position:left 70%;*/
}

#Content li {
	line-height:20px;
	margin-bottom:5px;
}

#Sidebar h3
{
	background-image:url("Images/topmenubg.jpg");
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	font-size:14px;
	padding:5px 5px;
	color:#5F5F5F;
}










/* GLOBAL NAVIGATION */

.GlobalNavMenu{
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;

}

.GlobalNavMenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
background-color:Transparent;
}

.GlobalNavMenu ul li{
display: inline;
}

.GlobalNavMenu ul li a{
float: left;
color: inherit;
padding: 10px 25px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
font-weight:bold;

text-transform:uppercase;
}


.GlobalNavMenu ul li a:hover, .GlobalNavMenu ul li .current{
color: #FFF !important; /*text color of selected and active item*/
background-color:#000000;

}






/* NEW SIDEBAR NAVIGATION */


.SidebarNav ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%; /* Main Menu Item widths */
background-color:#FFF;
margin-bottom:10px;
margin-top:10px;
border: 1px solid #CCC;
z-index:1000;

}
 
.SidebarNav ul li{
position: relative; z-index:1000;
}

/* Top level menu links style */
.SidebarNav ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 5px;
font-family:Calibri;
font-size:13px;

border-bottom: 1px Solid #E5E5E5; background-color:#DCDCDC; 
z-index:1000;

}

.SidebarNav ul li a:link, .SidebarNav ul li a:visited, .SidebarNav ul li a:active{
background-color:Transparent ; /*background of tabs (default state)*/ z-index:1000;
}

.SidebarNav ul li a:visited{

}

.SidebarNav ul li a:hover{
background-color: #056CBE; color:#FFF;  z-index:1000;
}

/*Sub level menu items */
.SidebarNav ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
left:0;
visibility: hidden; z-index:1000;

}





.SidebarNav a.subfolderstyle
{ background: url(Images/right.gif) no-repeat 97% 50%; 
z-index:1000; 

    }


 
/* Holly Hack for IE \*/
* html .SidebarNav ul li { float: left; height: 1%; }
* html .SidebarNav ul li a { height: 1%; }
/* End */




