/*  
Theme Name: TriColumn News
Theme URI: http://nettuts.com/
Description: Multi-Columned News theme (split main content and community content with a snap!)
Version: 1.0
Author: Harley Alexander
Author URI: http://www.baffleinc.com/

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

body{
	background: url(images/bodyBg.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*----- HEADER -----*/

#dateAndTime{
	position: absolute;
	right: 50px;
	top: 15px;
	padding: 15px;
	background: #eee;
	border: 1px solid #c7c7c7;
	color: #7f7f7f;
}



#header {
        background-image:url(images/wbflogo.png);
        background-repeat:no-repeat;
        background-position:left;
        padding-top:80px;
        margin-bottom:120px;
        
}

#globalNav{
	padding-top: 8px;
        position:relative;
        top:100px;
}

#globalNav ul{
	list-style: none;
	float: left;
}

#globalNav ul li{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
}

#globalNav ul li a{
	color: #ffffff;
	text-decoration: none;
}

#globalNav ul li a:hover{
	color: #2c2c2c;
}

#globalNav form{
	float: right;
	line-height: 45px;
}

#globalNav form input{
	background: url(images/searchBg.png) repeat-x;
	line-height: 26px;
	padding: 0 6px;
	border: 1px solid #676767;
}

#s{
	width: 200px;
	border-right: none;
}

#searchSubmit{
	border-left: none;
	margin-left: -5px;
	cursor: pointer;
	color: #6d6d6d;
}

/*----- CONTENT -----*/
#theirs, #main, #sidebar{
	margin-bottom: 5em;
}

.post{
	clear: both;
}

.post a{
	color: #e49c00;
	text-decoration: none;
}

.post a.more-link{
	text-decoration: underline;
	display: block;
}

#theirs>strong, #sidebar>strong{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #0066ff;
}

#theirs img{
	display: none;
}

#theirs .post{
	border-bottom: 1px dotted #9e9e9e;	
}

#theirs .post h4, #sidebar h2{
	font-size: 16px;
	font-weight: normal;
	color: #6f6f6f;
	margin: 0;
	margin-top: 1em;
}

#theirs .post p{
	margin-bottom: 0.5em;
}

#featuredPost{
	border-bottom: 2px solid #8b8b8b;
}

#featuredPost h2{
	font-size: 48px;
	font-weight: normal;
	color: #5c5c5c;
	margin: 0;
}

.post .postMetaData{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	color: #9a9a9a;
	border-bottom: 1px dotted #9a9a9a;
}

.post .postMetaData a{
	color: #9a9a9a;
	text-decoration: none;
}

#main .post h3{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	color: #909090;
	margin: 1em 0 0 0;
}

#main .post a.more-link{
	float: right;
}

#main .post a img{
	float: left;
	padding: 5px;
}

#sidebar ul{
	list-style: none;
}

#sidebar ul li a{
	color: black;
	text-decoration: none;
	line-height: 24px;
}

#sidebar ul li a:hover{
	border-bottom: 1px dotted grey;
	color: grey;
}
/*----- FOOTER -----*/
#footer{
	clear: both;
	color: white;
	padding: 3em 0;
	border-top: 2px solid #989898;
	background: #0066ff;
}

#footer p{
	margin: 0;
}
#footer ul{
	list-style: none;
	margin-bottom: 0;
}

#footer ul li{
	margin: 0;
	display: inline;
	padding: 0 1em 0 0;
}

#footer ul li a{
	color: white;
	text-decoration: none;
}

#footer ul li a:hover{
	border-bottom: 1px dotted white;
}

#header h1 { display:none }