/*  
Theme Name: Pixdeo 960gs
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: fixed;
	right: 15px;
	top: 15px;
	padding: 15px;
	background: #eee;
	border: 1px solid #c7c7c7;
	color: #7f7f7f;
}


#globalNav{
	padding-top: 8px;
}

#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: #6d6d6d;
	text-decoration: none;
}

#globalNav ul li a:hover{
	color: #2c2c2c;
}

#globalNav form{
	background:transparent url(/img/searchbg.png) no-repeat scroll 0 top;
	float: right;
	position:relative;
	padding: 10px 13px 25px;
	
}

#globalNav form input{
	line-height: 30px;
	padding: 1px 6px 5px;
	background-color: #333333;
	border: 1px solid #676767;
	color: #09f;
}

#s{
	width: 120px;
	border-right: none;
}

#searchSubmit{
	border-left: none;
	margin-left: 0px;
	cursor: pointer;
	color: #6d6d6d;
}

/*----- CONTENT -----*/
#theirs, #main, #sidebar{
	margin-bottom: 5em;
	margin-top: 4em;
}

.post{
	clear: both;
	border-bottom:1px solid #222222;
	margin-bottom:2.5em;
	padding-bottom:1em;
	position:relative;
}

.post a{
	color: #09f;
	text-decoration: none;
}

.post a.more-link{
	display: block;
}


#main .post h2{
	font-size: 24px;
	font-weight: normal;
	color: #29f;
	margin:0;
}

.post p {
	margin-right: 2em; 

}

.post .postMetaData{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	color: #9a9a9a;
	background:transparent url(/img/icon/calendar-month.png) no-repeat scroll 0 50%;
	padding:10px 0 10px 20px;
}

.post .postMetaData a{
	color: #09f;
	text-decoration: none;
}

#main .post h3{
	font-size: 18px;
	font-weight: normal;
	color: #09f;
	margin:0;
}

#main .post a.more-link{
	background:transparent url(/img/icon/blog-blue.png) no-repeat scroll 0 50%;
	font-weight:bold;
	padding:10px 0 10px 20px;
}

#main .post a img{
	float: right;
	padding: 5px;
}

/*--- Their ---*/


#theirs>strong, #sidebar>strong{
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e49c00;
}

#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;
}



#sidebar h2 {
	font-size: 14px;
	color: white;
}

#sidebar ul{
	list-style: none;
}

#sidebar ul li a{
	color: #09f;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
	line-height: 24px;
}

#sidebar ul li a:hover{
	border-bottom: 1px dotted gray;
	color: white;
}





/* Comments */



.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 0;
}

#comments {
	color: white;

}


.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Sans-serif;
	font-size: 16px;
	font-color: #2bf;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: white;
	background-color: #333;
	border: 1px solid #444;
	font-size: 12px;
}

.comments-template input{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	color: white;
	background-color: #333;
	border: 1px solid #444;
	font-size: 12px;
}



.comments-link {
background:transparent url(/img/icon/dialog.png) no-repeat scroll 0 50%;
font-weight:bold;
padding:10px 0 14px 0;
position:absolute;
right:0;
top:0;
width:32px;
}
.comments-link a {
margin-left:12px;
margin-top:-5px;
}


hr{
border:1px solid #222222;
}

