/*
Theme Name: CareerSearchNetwork
Theme URI: http://www.careersearchnetwork.org
Description: Custom theme developed by Allen Walker. Based on Starkers and Kubrick Templates!
Version: 2 (WP2.6.2)
Author: Allen Walker
Author URI: http://www.walknetconsulting.com/
Tags: Career Search Network, Employment, Wordpres, HTML, CSS
   

/* CSS RESET */
/* ----------------------------------------- */

/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body{
	background-image:url(images/background.jpg);
	background-color:#e0e0e0;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}

/* TYPOGRAPHY */
/* ----------------------------------------- */

#header h1 a { 
	font-size: 50px; 
	color: #fff; 
	text-decoration: none; 
}

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

div { position:relative } 
h1, h2, h3, h4, h5, h6 {
	margin: 15px 2px 5px 0px; 
	padding: 1px 5px 1px 0px;
	line-height: normal;
	font-weight: bold;
	display: block;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

h2 {
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

a {
	color:#990000;
	text-decoration: none;
}

a:visited {
	color:#666666;	
}

a img {
	vertical-align: text-bottom;
}

a:hover img {
	background-color: transparent;
}

blockquote {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 5px 10px 5px 50px;
	background-image: url(images/quote2.png);
	text-align: justify;
	font-size: 12px;
	font-style: italic;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}
ul {
	margin-left: 2em;
	margin-bottom: 10px;
}
ol {
	margin-left: 2em;
	margin-bottom: 10px;
}
li {

}
/*main sections*/
#envelope{
	width: 980px;
	margin: 0 auto;
}

#header {
	z-index: 1;
	width: 960px;
	height: 248px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-image: url(images/header-background.jpg);
	background-repeat: no-repeat;
}

#headtext{
	z-index: 1;
	width: 960px;
	position: relative;
}
#headlogo{
	z-index: 2;
	width: 220px;
	height: 175px;
	float: left;
	top: 0px;
}

#headgraphic{
	z-index: 2;
	margin-top: 62px;
	margin-right: 10px;
	width: 639px;
	height: 173px;
	float: right;
	top: 0px;
}

/*start of nav area */

#header-links{
	width: 960px;
	height: 46px;
	z-index:1;
	background-image: url(images/nav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;

}

#nav {
	position: absolute;
	bottom: 6px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
	font-family: Arial;
	font-size: 14px;
	width: 840px;
	list-style: none;
	line-height: 40px;
	}

#nav ul {
	width: 940px;
	list-style: none;
	line-height: 40px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	width: 135px;
	margin-left: 1px;
	text-align: center;
	font-size: 14px;
	}

#nav li:hover {
	float: left;
	list-style: none;
	background:#458ac5;
	font-weight: bold;
	}

#nav a, #nav a:visited {
	display: block;
	color: #fff;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	


/* Dropdown Menus */		

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	/*border-bottom: 1px solid #505358;*/
	line-height: 30px;
	z-index: 3;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #4a4e53;
	border-right: 1px solid #4a4e53;
	border-left: 1px solid #4a4e53;
	background-color: #505358;
	text-align: left;
	padding-left: 20px;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	background-color: #458ac5;
	padding-left: 10px;	
	}

#nav li li a:hover, #nav li li a:active {
	background-color:#505358;
	font-weight:bold;
	font-size:1em;
	color: #FFF;	
	}	

#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;
	}

/*div regions*/
a.main:hover{	
	background:none;
	}

#mainContent {
	margin-top: -10px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 35px;
	width: 600px;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#page{
	width: 960px;
	margin-left: 6px;
}

#page a {
	color:#006666;
	text-decoration: none;
}

#page a:hover {
	background-color:#FAE196;
	color: #FFFFFF;
	text-decoration: none;
}

/*remove IE8 hover jerking on albums - AW*/
#page a img{
	display: block;
}

#pagetop{
	height: 19px;
	width: 960px;
	float: left;
	background-image: url(images/page-top.png);
	background-repeat: no-repeat;
}

#pagectr{
	width: 960px;
	background-image: url(images/page-mid.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	float: left;
}

#sidebox{
	float: right;
	width: 280px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 25px;
}

#sidebox a {
	color:#993333;
	text-decoration: none;
}
#side-tube{
	height: 80px;
	width: 180px;
	background-color:#00FF00;
}
#sidebox h2 {
	font-size: 16px;
	color: #000000;
}

#sidebox ul {

}

#sidebox ul li{
	list-style-type: none;	
}

#sidebox ul li ul {
	margin-top: 4px;
}

#searchbox{
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#sb-top{
	background-image:url(images/sb-top.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 9px;
}

#sb-btm{
	background-image:url(images/sb-btm.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 11px;	
}

#sb-mid{
	background-color: #fff6c5;
}

.sideboxT{
	height: 19px;
	margin-top:10px;
}

.sideboxT h4{
	font-size:18px;
	margin-top: -10px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: none;	
}

.sideboxM{
	padding-top: 10px;
	padding-left: 15px;
	width: 250px;
}

.sideboxCT{
	text-align:center;
	width: 190px;
}
.sideboxCT img{
	margin:0 auto;
	border:none;
}

.sideboxF{
	height: 34px;
}

#widecontent{
	width: 900px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 5px;
	float:left;
}

#footer{
	float: left;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
	margin-left: 6px;	
}

#footerinfo{
	margin-left: 350px;
	margin-top: 60px;
	width: 400px;
	text-align:center;
}

#footer p{
	margin-top: 0px;
	text-align: center;
}

#footer h3{
	text-align: center;
	margin-bottom: 0px;
}

#footer a {
	color:#006666;
	text-decoration: none;
}

#footer a:hover {
	background-color:#00CCCC;
	color: #FFFFFF;
	text-decoration: none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter,div.aligncenter{
	display:block;
	margin:0 auto;
	margin-bottom:20px;	
}
.alignleft{
	float: left;
	margin: 10px;
}
.alignright{
	float: right;
	margin: 10px;
}
.wp-caption{
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}
.wp-caption img{
	float:none;
	border:none;
	margin:0;
	padding:0;
}
.wp-caption p.wp-caption-text{
	margin:0;
	padding:0;
}
p.tags,.clear{
	clear:both;
}
.frontdiv {
	width: 390px;
	float: right;
	margin-right: 10px;
}