/*  
Theme Name: NewsTheme
Theme URI: http://themes.performancing.com
Version: 1.0
Author: DesignDisease
Author URI: http://www.designdisease.com/
*/
* {
	margin: 0;
	padding: 0;
}

img { border: none; }

.clear { clear: both; }

body {
	background: #fff url(./images/background.gif) repeat-x 0 32px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
}

.top {
	width: 100%; height: 31px;
	background: #000;
}

	.top a {
		height: 31px;
		line-height: 31px;
		color: #9cf;
		text-decoration: underline;
		font-size: 11px;
		padding: 0 17px;
		display: block;
		float: left;
	}
	
		.top a.rss { background: url(./images/rss-icon.gif) no-repeat 0 11px; }
		
		.top a.favorites { background: url(./images/favorites.gif) no-repeat 0 10px; }
		
		.top a:hover { text-decoration: none; }
		
.wrapper {
	width: 896px;
	margin: 0 auto;
}

/*	h1 a span { display: none; }

	h1 a {
		width: 279px; height: 49px;
		background: url(./images/logo.png) no-repeat;
		display: block;
		float: left;
		margin: 16px 18px 0 0;
		behavior: iepngfix.htc;
	}
*/

h1 a {
		width: 400px; height: 65px;
		display: block;
		float: left;
		margin: 16px 18px 0 0;
		font-size: 28px;
		font-weight: 100;
		color: #000;
		text-decoration: none;
	}

	p.date {
		padding: 16px 0 0 0;
		font-family: Georgia;
		font-size: 11px;
		float: left;
	}

		p.date span { font-size: 20px; }
	
	.search {
		width: 250px; height: 64px;
		background: url(./images/search-bg.gif) no-repeat bottom;
		float: right;
	}
	
		.search h2 {
			width: 153px; height: 11px;
			background: url(./images/search-heading.gif) no-repeat;
			text-indent: -10000px;
			font-size: 0.1em;
			display: block;
			margin: 11px 0;
		}
		
		.search input { display: inline; }
		
		.search .text {
			width: 196px; height: 16px;
			background: url(./images/search-box.gif) no-repeat;
			border: none;
			font-family: Georgia;
			font-size: 11px;
			padding: 5px;
			margin: 0 0 0 6px;
			float: left;
		}
		
		.search .submit {
			width: 32px; height: 26px;
			background: url(./images/search-button.gif) no-repeat;
			font-size: 0.1em;
			cursor: pointer;
			border: none;
		}
		
#navigation {
	width: 896px; height: 52px;
	background: url(./images/dot.gif) repeat-x 0 18px;
	border-bottom: 1px solid #000;
	clear: both;
	padding: 18px 0 0 0;
	margin: 0 0 16px 0;
}
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
.pagenavigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	#navigation li { float: left; list-style: none; 
		 }
	
	#navigation li a {
		height: 24px;
		display: block;
		color: #06c;
		text-decoration: none;
		font-weight: bold;
		line-height: 24px;
		margin: 13px 3px 0 0;
		float: left;
background: url(./images/nav-button.gif) no-repeat top left;
	}
	
		#navigation li a span {
		padding: 5px 11px;
		background: url(./images/nav-right.gif) no-repeat top right;
		}

	
		#navigation li a:hover { background-position: bottom left; color: #c30; }
		
		#navigation li a:hover span { background: url(./images/nav-right.gif) no-repeat bottom right; }


	
#main-content {
	width: 618px;
	float: left;
	padding: 0 28px 0 0;
}

#main-content a {
	 color: #f30;
	 text-decoration: none;
}

	#main-content h2, #main-content h2 a {
		font-family: Georgia;
		font-size: 24px;
		color: #006;
		text-decoration: none;
		font-weight: normal;
		margin: 20px 0 0 0;
		clear: both;
	}
	
	#main-content h2 a:hover { color: #f30; }
		
	#main-content p {
		line-height: 18px;
		padding: 10px 0;
	}
	
	#main-content .post-info {
		font-size: 10px;
		font-weight: bold;
		color: #666;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
		#main-content .post-info a { color: #666; }
		
		#main-content .post-info a:hover { text-decoration: none; }
		
	#main-content a.comment-link, #main-content a.continue-reading {
		color: #3d64d8;
		text-decoration: underline;
		font-size: 10px;
		padding: 0 17px;
		display: block;
		float: left;
	}
	
		#main-content a.comment-link { background: url(./images/comment-link.gif) no-repeat 0 4px; }
		
		#main-content a.continue-reading { background: url(./images/continue-reading.gif) no-repeat 0 4px; }
		
		#main-content a.comment-link:hover, #main-content a.continue-reading:hover { text-decoration: none; }
		
#sidebar {
	width: 250px;
	float: right;
}

	.orange-box {
		width: 227px;
		background: #f9f0d6 url(./images/orange-top.gif) no-repeat;
		padding: 17px 10px 13px 13px;
	}
	
		.orange-box h3 {
			font-family: Georgia;
			background: url(./images/h3-bottom.gif) no-repeat bottom;
			font-size: 20px;
			color: #c30;
			font-weight: normal;
			padding: 0 0 14px 0;
		}
		
		.orange-box ul { padding: 0 0 10px 0; }
		
		.orange-box ul li {
			background: url(./images/orange-bullet.gif) no-repeat 2px 5px;
			list-style: none;
			padding: 1px 0 1px 16px;
		}
		
			.orange-box ul li a { color: #036; }
			
			.orange-box ul li a:hover { text-decoration: none; }
			
		.orange-box-bottom {
			width: 250px; height: 14px;
			background: url(./images/orange-bottom.gif) no-repeat top;
		}
		
#footer {
	width: 100%;
	background: #2b2b2b url(./images/footer.gif) repeat-x center top;
	clear: both;
	padding: 77px 0 40px 0;
	color: #fff;
}

	#footer .recent-entries, #footer .recent-comments {
		width: 285px;
		float: left;
		padding: 0 20px 0 0;
	}
	
	#footer .friends {
		width: 285px;
		float: left;
	}
	
	#footer h3 {
		font-family: Georgia;
		font-size: 20px;
		color: #fff;
		font-weight: normal;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px dashed #868686;
	}
	
	#footer ul li {
		background: url(./images/grey-bullet.gif) no-repeat 1px 4px;
		list-style: none;
		padding: 0 0 0 16px;
	}
	
		#footer ul li a { color: #9696a5; }
		
		#footer ul li a:hover { text-decoration: none; }
		
#copyright {
	width: 100%;
	background: #131313;
	padding: 20px 0;
	color: #666;
}
#copyright a {
	color: #ccc;
}
	#copyright ul li {
		float: left;
		list-style: none;
		margin: 0 3px 0 0;
	}
	
		#copyright ul li a { color: #666; }
			
		#copyright ul li a:hover { text-decoration: none; }
	
	#copyright p { float: right; }

.Comments { margin: 30px 0px;}
.Comments .List h3 { font-size: 14px; font-weight: bold; letter-spacing: -1px; margin: 0px 0px 10px 0px; padding: 6px 0px 4px 20px; color:#333; background: url(./images/ComListHead.png) no-repeat left center; }
.Comments .List ol { padding: 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 15px 10px 15px; margin: 0px 0px 15px 0px; list-style-type: none; }

.Comments .List .ComListLi { background: #edeeef url(images/ComListLiBottom.gif) no-repeat left bottom; }
/*\ IE/Win min height hack */ * html .Comments .List .ComListLiTop { left: -15px;} /* */ 
.Comments .List .ComListLiTop { position: absolute; background: url(images/ComListLiTop.gif) no-repeat left top; height: 15px; width: 550px; left: 0px; top: 0px;}

/*\ IE/Win min height hack */ * html .Comments .List .ListNr { right: 25px;} /* */ 
.Comments .List .ListNr { color:#a1a8b0; position: absolute; top: 25px; font-size: 24px; line-height: 24px; font-family: 'Arial'; font-weight: normal; letter-spacing: -1px; padding: 0px; right: 15px; } 

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 14px; line-height: 14px; letter-spacing: -1px; color:#474f57; font-family: 'Arial'; font-weight: bold;}
.Comments .List .ListUser a { color:#993300; text-decoration: underline;}
.Comments .List .ListUser a:visited { color:#993300; text-decoration: underline;}
.Comments .List .ListUser a:hover { color:#993300; text-decoration: underline;}

.Comments .List .ListDate { color:#858c93; padding: 0px 0px 0px 35px; margin: 0px; font-size: 10px; font-weight: bold; }
.Comments .List .ListDate a { color:#858c93; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}

.Comments .List .ListContent { color:#38352c; border-top: solid 1px #cccfd2; margin: 10px 0px 0px 0px; font-size: 11px; line-height: 15px;}
.Comments .List .ListContent p { padding: 7px 0px; margin: 7px 0px; font-size: 12px; line-height: 17px;}

.Comments .Form h3 {font-size: 14px; font-weight: bold; letter-spacing: -1px; margin: 0px; padding: 5px 0px 10px 0px; color:#333;}
.Comments .Form { padding: 10px; background:#d0d2d4 url(./images/ComFormBottom.gif) no-repeat left bottom; position: relative;}
/*\ IE/Win min height hack */ * html .Comments .FormTop { left: -15px;} /* */ 
.Comments .FormTop { position: absolute; height: 5px; width: 550px; left: 0px; top: 0px;}
.Comments .Form form {margin: 0px; padding: 0px;}
.Comments .Form a { text-decoration: underline;}
.Comments .Form p { padding: 0px; margin: 0px; font-size: 11px; color:#333;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #666}
.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #9fa4a8; padding: 4px; font-size: 11px; margin-right: 20px; }
.Comments .Form .TextArea { background: #fff; border: solid 1px #9fa4a8; padding: 4px; font-size: 12px;}

.Comments .Form input.SubmitComment { width: 211px; height: 28px; margin-top: 8px;}

