/* 
Theme Name:		Newsday
Theme URI:		           http://www.bleikamp.com/newsday
Description:	           A theme developed by Ben Bleikamp, and it rocks.
Version:		 	1.0
Author:			Ben Bleikamp
Author URI:		http://www.college-startup.com
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	border-top: 10px solid #666;
	text-align: left;
	font-size: 62.5%;
	font-family: "Georgia", Times New Roman, Times, Serif;
	}
	
/* Page Structure
----------------------------------------------------------------*/

#frame {
	float: left;
	width: 100%;
	}
	
#date {
	font-size: 1.4em;
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	background: #f1f1f1;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
	
#pages {
	position: absolute;
	top: 60px;
	right: 2%;
	}
	
#sidebar {
	float: left;
	width: 35%;
	margin-left: 2%;
	background: #fff;
	}
	
/* Links
----------------------------------------------------------------*/

a, a:active { color: #06f; }
a:visited { color: #999; }
a:hover { color: #000; }

#coypright a { color: #fff; }

#pages a {
	font-size: 1.2em;
	color: #666;
	background: #f1f1f1;
	padding: 5px 10px 5px 10px;
	border: 1px solid #aaa;
	border-bottom: none;
	}
	
#pages a:hover {
	color: #666;
	background: #fff;
	border: 1px solid #666;
	border-bottom: none;
	}
	


#footer a, #footer a:active { color: #fff; text-decoration: underline; }
#footer a:visited { color: #999; text-decoration: underline; }
#footer a:hover { color: #ffc; text-decoration: none; }

a.commentnumber { padding-left: 20px; background: url("images/icon-coments.png") no-repeat 0 0; margin-left: 20px; line-height: 16px;}
a.entrydate { padding-left: 20px; background: url("images/icon-date.png") no-repeat 0 0; line-height: 16px;}

h2#latestheadline a {	 color: #000; text-decoration: none; }
h2#latestheadline a:hover { color: #000; text-decoration: underline; }

h2.entryheadline a { color: #333; text-decoration: none; }
h2.entryheadline a:hover { color: #333; text-decoration: underline; }

h3.archivetitle a { color: #333; text-decoration: none; }
h3.archivetitle a:hover { color: #333; text-decoration: underline; }

h1#title a { color: #c00; text-decoration: none; }
	

/* Typography
----------------------------------------------------------------*/

h1 {}

	h1#title {
		float: left;
		font: 3.5em "Garamond", "Georgia", Times New Roman, Serif;
		padding: 15px 0 15px 0;
		color: #c00;
		font-weight: bold;
		padding-left: 2%;
		letter-spacing: -1px;
		}
		
h2 {}

	h2#latestheadline {
		font-size: 2.5em;
		letter-spacing: -1px;
		width: 100%;
		padding: 0;
		}
		
	h2.entryheadline {
		font-size: 2.0em;
		letter-spacing: -1px;
		width: 100%;
		padding: 0;
		}
		
	h2#singletitle {
		color: #900;
		font-size: 3.0em;
		font-family: "Garamond", "Georgia", Times New Roman, Serif;
		}
		
	h2.archive {
		font-family: "Georgia", Times New Roman, Serif;
		font-size: 2.2em;
		color: #900;
		}
		
h3 {}

	#singlecontent h3 {
		font-size: 1.8em;
		color: #900;
		}

	h3#latest {
		display: inline;
		width: 100%;
		overflow: hidden;
		height: 31px;
		font-size: 1.8em;
		font-weight: normal;
		line-height: 31px;
		margin: 0 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 1px dotted #aaa;
		}
		
	h3#latest div.hot {
		float: left;
		background: #900 url("images/hot.png") no-repeat 0 0;
		height: 31px;
		width: 31px;
		margin-right: 10px;
		}
		
	#footer h3 {
		color: #fff;
		font-size: 2em;
		font-weight: normal;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 5px;
		}
		
	h3.archivetitle {
		font-size: 1.8em;
		color: #666;
		margin-bottom: 3px;
		}
		
	h3#respond {
		margin: 10px 0 10px 0;
		}
		
h4 {}

	#singlesidebar h4 {
		font-size: 1.6em;
		color: #666;
		font-weight: normal;
		margin-bottom: 10px;
		}

p { font-size: 1.0em; }		

	#latest p { font-size: 1.4em; color: #666; line-height: 1.65em; padding: 10px 0 10px 0; }

	.entry p { font-size: 1.2em; color: #333; line-height: 1.65em; }
	
	#footer p { color: #ddd; font-size: 1.2em; line-height: 1.5em; padding: 10px 0 10px 0; }
	
	#singlecontent p{ font-size: 1.4em; line-height: 1.5em; padding: 10px 0 10px 0; }
	
	#archive p, #search p { font-size: 1.4em; line-height: 1.65em;}
	
	#archive p.meta, #search p.meta	{ background: #f1f1f1;  padding: 5px; font-size: 1.2em; margin-bottom: 5px; }
	
blockquote { 
	padding: 5px;
	background: #f1f1f1;
	border-bottom: 1px solid #aaa;
	margin: 0 35px 0 35px;
	}
	
	
	
/* Lists
----------------------------------------------------------------*/

ul {
	list-style: square;
	padding: 0 0 0 25px;
	}
	
li {
	font-size: 1.2em;
	color: #999;
	padding: 3px;
	}

#pages ul {
	list-style: none;
	display: inline;
	}
	
#pages li {
	list-style: none;
	display: inline;
	}
	
#singlesidebar ul {
	list-style: none;
	}
	
#singlesidebar li{
	list-style: none;
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	}

#footer ul {
	float: left;
	width: 45%;
	padding: 0 0 0 15px;
	}

#footer ul#links {
	width: 90%;
	}
	
#footer ul li {
	margin: 3px 0 3px 0;
	font-size: 1.3em;
	list-style: square;
	color: #ddd;
	}
	
#footer ul li.title {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
ul#recent {
	width: 90%;
	}
	
ul#recent li {
	padding: 8px 0 8px 0;
	border-bottom: 1px dotted #aaa;
	}
	
/* Forms
----------------------------------------------------------------*/

input#search {
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	}
	
/* Header specific styles
----------------------------------------------------------------*/

span.cap {
	margin-left: 2%;
	color: #c00;
	font-weight: bold;
	text-transform: uppercase
	}
	
/* Content styles & organization
----------------------------------------------------------------*/

#content {
	float: left;
	min-width: 890px;
	width: 98%;
	padding: 0 0 0 2%;
	margin-bottom: 30px;
	}
	
#latest {
	float: left;
	width: 45%;
	}
	
	span.latestdate {
		background: #900;
		color: #fff;
		font-size: 12px;
		padding: 5px;
		margin: 0 0 0 25px;
		font-weight: normal;
		}
		
#recentposts {
	float: left;
	width: 45%;
	padding-left: 2%;
	margin-left: 2%;
	border-left: 1px dotted #aaa;
	}
	
	#recentposts .entry {
		float: left;
		padding: 1%;
		width: 100%;
		border-bottom: 1px dotted #aaa;
		padding-bottom: 10px;
		padding-top: 10px;
		}
		
		
	#recentposts .entryend {
		font-size: 1.2em;
		margin-top: 5px;
		margin-bottom: 5px;
		}
	
/* Single Post
----------------------------------------------------------------*/

#singlecontent {
	float: left;
	width: 60%;
	}
	
#singlesidebar {
	float: left;
	width: 35%;
	margin-left: 2%;
	}
	
#comment-form {
	float: left;
	width: 98%;
	padding: 1%;
	background: #f1f1f1;
	border: 1px solid #aaa;
	margin-top: 35px;
	}
	
.comment, .commentalt {
	float: left;
	width: 100%;
	font-size: 1.0em;
	border-bottom: 1px solid #aaa;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	}

.comment-text {
	float: right;
	width: 70%;
	padding: 0 1%;
	}
	
.comment-author {
	float: left;
	width: 26%;
	padding: 1% 1% 1% 1%;
	font-size: 1.2em;
	margin-top: 5px;
	}
	
span.author {
	font-size: 1.3em;
	}
	
input#author, input#url, input#email {
	padding: 2px;
	margin: 0;
	border: 1px solid #aaa;
	}
	
	
textarea {
	border: 1px solid #aaa;
	width: 500px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica;
	font-size:  .8em;
	}
	
/* Archives
----------------------------------------------------------------*/

#archive {
	float: left;
	width: 60%;
	}
	
#archive .post {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #ddd;
	}
	
.navigation {
	float: left;
	width: 98%;
	border: 1px solid #aaa;
	background: #f1f1f1;
	padding: 1% 1% 1% 1%;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
.previous { 
	background: url("images/icon-previous.png") 0 0 no-repeat; 
	padding-left: 20px;  
	float: left; 
	width: 46.5%;  
	text-align: left; 
	font-size: 1.2em;
	}
	
.next { 
	background: url("images/icon-next.png") 100% 0 no-repeat; 
	padding-right: 20px; 
	float: right; 
	width: 46.5%; 
	text-align: right; 
	font-size: 1.2em;
	}
	
/* Search Results
----------------------------------------------------------------*/

#search {
	float: left;
	width: 60%;
	}
	
#search .post {
	float: left;
	margin: 10px 0 10px 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #ddd;
	}
		
/* Footer
----------------------------------------------------------------*/

#footer {
	float: left;
	background: #666;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 5px solid #333;
	}
	
#footercontainer {
	float: left;
	width: 31%;
	margin-left: 2%;
	}
	
#copyright {
	float: left;
	width: 98%;
	background: #333;
	padding: 1% 0 1% 2%;
	font-size: 1.1em;
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	color: #fff;
	}