/*  
Theme Name: NewsTheme
Theme URI: http://themes.performancing.com
Version: 1.0
Author: DesignDisease, extensively edited and corrected by Marcus Hochstadt, http://www.hochstadt.com
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: Georgia, Times, 'Times New Roman', Times, serif;
	font-size: 15px;
	color: #333;
}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #999;
	}

.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;
	padding-left: 10px;
}

/*	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: 500px; height: 65px;
		display: block;
		float: left;
		margin: 11px 18px 0 0;
		font-size: 1.4em;
		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;
}

	#navigation li { float: left; list-style: none; 
		 }
	
	#navigation li a {
		height: 24px;
		display: block;
		color: #06c;
		text-decoration: none;
		font: bold 12px Verdana;
		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 AREA
*****************************/
	
#main-content {
	width: 618px;
	float: left;
	padding: 0 28px 0 0;
}

#main-content a {
	 color: #00a;
	 text-decoration: underline;
}
#main-content a:hover { text-decoration: none; }

	#main-content h2, #main-content h2 a {
		font-size: 26px;
		color: #00a;
		text-decoration: none;
		font-weight: normal;
		margin-top: 26px;
		clear: both;
	}
	
	#main-content h2 a:hover { text-decoration: underline; }
	
	#main-content h3 {
	font-size:18px;
	font-weight: normal;
	margin: 20px 0 10px;
	}
		
	#main-content p {
		line-height: 18px;
		padding: 10px 0;
		font-size: 16px;
	}

	#main-content p.highlight {
		background-color: #fefaf0;
                border: 1px solid #f9f0d6;
                padding: 7px;
                width: 85%;
		margin: 15px auto;
	}
	#main-content p.author {

		background-color: #fefaf0;
                border: 1px solid #f9f0d6;
                padding: 7px;
		margin: 15px 0px;

	}
				
	#main-content li {
	margin: 5px 0 5px 20px;
        padding: 5px;
	}

        #main-content ul.contest {
        margin-top: 10px;
        margin-bottom: 10px;
        }

        #main-content ul.contest li {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 2px;
        }

        blockquote { 
		padding: 8px 8px 8px 15px;
		background: #fefaf0;
		margin: 15px 35px;
		color:#666;
		border: 1px solid #efefef;
		}
	
	#main-content .post-info {
		font-size: 11px;
		font-weight: normal;
		color: #666;
		margin: 0 0 10px 0;
	}
	
		#main-content .post-info a { color: #666; }
		#main-content span.wp-email a {
		color: #00a;
		font-size: 12px;
	}
		
		#main-content .post-info a:hover { text-decoration: none; }
		
	#main-content span.wp-email {
		float: right;
	}
	#main-content span.wp-email img {
		vertical-align: middle;
		margin-right: 4px;
	}


	#main-content a.comment-link, #main-content a.continue-reading {
		color: #00a;
		text-decoration: underline;
		font-size: 12px;
		padding: 0 17px 0;
		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; }
		
	#main-content .corner {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 26px;
	}


/****IMAGES IN CONTENT****/

/** Begin Images 
p img {
	padding: 0;
	max-width: 100%;
	}

	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) **/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 7px;
        border:1px solid #eeeeee;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	padding: 7px;
        border:1px solid #eeeeee;
	}

img.alignleft {
	padding: 7px;
	margin: 0 13px 4px 0;
	display: inline;
        border:1px solid #eeeeee;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/****END IMAGES IN CONTENT****/

		
#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 10px;
			list-style: none;
			padding: 3px 0 3px 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
************************************************/

#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 dotted #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: #333;
	text-decoration: none;
}
	#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; }



/*********************************************
             ARCHIVE ISSUES
*********************************************/

.arNavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/******************************************
               COMMENTS
******************************************/
.Comments { padding: 10px; margin: 30px 0px;}
.Comments p.note { margin-top: 30px;}
.Comments li.comment {
     border:1px solid #e8e8e8;
	 color: #38352c;
	 margin-left: 5px;
	 list-style-type: none;
	background-color: #fff;
}
.Comments li.bypostauthor {
	background-color: #fefaf0;
}
.Comments li.pingback, li.trackback {
	background-color: #efefef;
}
.Comments .reply {
	border:1px dotted #eee;
	padding: 3px 3px 4px 8px;
	margin-left:20px;
	font-size: smaller;
}
.Comments .subscribe-to-comments {
}

/**** OLD COMMENT STYLING MODERNISED ******/

.Comments h3#comments { padding: 6px 0px; }
cite.fn { line-height: 28px; color:#474f57; font-weight: bold; }
span.says { line-height: 28px; color:#474f57; }
.Comments .comment-meta { font-size: 10px; padding-top: 1px; padding-bottom: 8px; }
.Comments .comment p { padding: 10px 0px; line-height: 17px;}

.avatar {
	float: left;
	margin-right: 15px;
	border: 1px solid #eee;
	padding: 2px;
}

/***** FORM *****/

.Comments .Form { padding: 10px; border: 1px solid #efefef; background:#fbfbfb; color:#333;}
/*\ IE/Win min height hack */ * html .Comments .FormTop { left: -15px;} /* */ 
.Comments .FormTop { position: absolute; height: 5px; width: 550px; left: 0px; top: 0px;}
.Comments .Form a { text-decoration: underline; }
div#cancel-comment-reply a {
	color:#FF0000;
	text-decoration: underline;
}

textarea#comment { 
	width: 85%;
	background: #fff; 
	border:	solid 1px #9fa4a8;
	padding: 4px;
}

.Comments .Form p label { padding-bottom: 1px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #666}
.Comments .Form .TextField { width:35%; background: #fff; border: solid 1px #9fa4a8; padding: 4px; margin-right: 20px; }
.Comments .Form input.submit { width: 211px; height: 28px; margin-top: 8px;}

