/*  
Theme Name: Pre-Select
Theme URL: http://trackingtalent.com

Description: Wordpress.

Version: 1.0

Author: Deena Fisher
Author URI: http://dlmfisher.com/
*/



/* Begin Typography & Colors */
/* CSS Document */

body{
	background-color: #EBECF0;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #101010;
}
div, h1, h2, h3, h4, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
a{
	color:#1E759A;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
}
ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

li {list-style-type:none;}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*------------------------------------------------main--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	width:980px;
	height:300px;
	margin:0 auto;
	padding:0 5px 0 0px;
        }
#header ul.topLink{
	width:111px;
	height:16px;
	float:right;
	margin-right:10px;
}
#header ul.topLink li{
	float:left;
	font-size:0;
	line-height:0;
}
#header ul.topLink li a.subscribe{
	display:block;
	background:url(images/subscribe_bg.gif) 0 0 no-repeat;
	width:60px;
	height:16px;
	margin:0 4px 0 0;
}
#header ul.topLink li a.subscribe:hover{
	background:url(images/subscribe_bg_hover.gif) 0 0 no-repeat;
}
#header ul.topLink li a.signup{
	display:block;
	background:url(images/signup_bg.gif) 0 0 no-repeat;
	width:47px;
	height:16px;
	margin:0;
}
#header ul.topLink li a.signup:hover{
	background:url(images/signup_bg_hover.gif) 0 0 no-repeat;
}
#header img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:21px 0px 0 0;
	float:left;
}
#header p.headerdesc{
	display:block;
	font-size:12px;
	color:#909090;
	margin:0px 0 0 52px;
	float:left;
}
#header p.headerdesc span{
	color:#fff;
	background-color:#9D0303;
	padding:0 3px 0 3px;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#content{
	width:979px;
	margin:0 auto;
	background-color:#ffffff;
	color:#6C6C6C;
}
p.navLeft{
	display:block;
	width:0px;
	height:34px;
	float:left;
}
ul.nav{
	width:979px;
	height:34px;
	background:url(http://trackingtalent.com/images/nav_bg.gif) 0 0 repeat-x;
	float:left;
	margin:0 auto;
}
ul.nav li{
	float:left;
	background:url(http://trackingtalent.com/images/nav_div.gif) right top no-repeat;
	height:34px;
	padding:0 2px 0 0;
}
ul.nav li a{
	display:block;
	padding:0 15px;
	font:bold 11px/34px Arial, Helvetica, sans-serif;
	color:#1B1B1B;
	background-color:inherit;
	text-decoration:none;
}
ul.nav li a:hover{
        height: 35px;
        margin-top:-5px;
        padding-top: 5px;
	color:#fff;
	background-color:#737C93;
        border-top: 1px solid #666666;
}
ul.nav li.noImg{
	background-image:none;
}
p.navRight{
	display:block;
	width:0px;
	height:34px;
	float:left;
}
/*------------------------------------------------left--------------------*/
#left{
	width:425px;
	float:left;
	padding:15px 20px 40px 25px;
}

#left p{
	padding:5px 0 8px 0;
	}
#left .postmetadata{
	padding:10px 0 20px 0;
	}
#left .bg{
	padding:10px 0 20px 0;
	}
#left h2 {
	font-size: 18px;
	padding:0 0 10px 0;
	}
#left h2 a{
	font-size: 18px;
	font-weight: bold;
	color:#6C6C6C;
	}
#left h2 a:hover {
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	}
.postmetadata  a {
	font-weight:normal;
	}
.navigation {
	padding-bottom:15px;
	}

.welcome{
	display:block;
	width:418px;
	height:1px;
	background:url(images/welcome_div.gif) left bottom repeat-x;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:450px;
	float:right;
	padding:0 0 0 0;
}

/*************************************
	Sidebar
**************************************/
#sidebar {
	width:425px;
	float:right;
        margin-right: 20px;
        background: transparent;
}



h2.widgettitle a {font-size: 14px; font-weight: bold; color: #000000;}
h2.widgettitle a:hover {font-size: 14px; font-weight: bold; color: #FE0000;}

#rss-384543751 {list-style-type: none;}
#rss-384598061 {list-style-type: none;}
a.rsswidget {padding-left: 10px; font-size:12px;font-weight:normal; color:#000000;}
a:hover.rsswidget {padding-left: 10px; font-size:12px;font-weight:normal;color: #000000; text-decoration: underline;}


/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footer{
	width:979px;
	height:60px;
	background:transparent;
	padding:14px 0 0 0;
	margin:0 auto;
	position:relative;
}
#footer p.copyright{
	font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
        text-align: center;
}
#footer p.design{
	display:block;
	padding:0;
	position:absolute;
	left:797px;
	top:31px;
	font:bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#0F6B92;
	background-color:inherit;
}
#footer p.design a.link{
	font:bold 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#0F6B92;
	background-color:inherit;
	text-decoration:none;
	padding:2px;
}
#footer p.design a.link:hover{
	color:#fff;
	background-color:#000;
}
#footer a.xhtml{
	display:block;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	width:91px;
	height:21px;
	position:absolute;
	left:13px;
	top:14px;
	text-indent:-2000px;
}
#footer a.xhtml:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.css{
	display:block;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	width:91px;
	height:21px;
	position:absolute;
	left:110px;
	top:14px;
	text-indent:-2000px;
}
#footer a.css:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------footer--------------------*/



