/* 
	Theme Name: World News Blog
	Description: World News Blog
	Version: 1.0
*/
/*  World News Blog
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.jpg) repeat-x top #626262;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #406689;
}
blockquote {
	width: 200px;
	float: left;
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: italic;
	color: #666;
	line-height: 1.8em;
	padding: 10px;
}
h3#comments {
	text-align: center;
	color: #254469;
	padding: 10px;;
}
small.post {
	padding: 10px;
	background: #eee;
	display: block;
	color: #888;
	line-height: 1.7em;
}
/* Sructure */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 55px;
}
#content {
	width: 960px;
	background: url(images/content.jpg) repeat-x top #f5f6f6;
}
#logo {
	width: 407px;
	height: 225px;
	background: url(images/logo.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	margin-top: -50px;
	float: left;
}
#nav {
	list-style: none;
	width: 500px;
	float: right;
}
	#nav li {
		display: block;
		float: left;
	}
	#nav li a {
		display: block;
		float: left;
		width: 73px;
		height: 66px;
		font-size: 13px;
		padding-top: 30px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		margin-top: -15px;
		margin-right: 10px;
	}
		#nav li a:hover {
			background: url(images/nav-hover.jpg) no-repeat top;
			color: #666;
		}
		#nav li a.home {
			background: url(images/nav-hover.jpg) no-repeat top;
			color: #666;
		}
#post-body {
	float: right;
	width: 540px;
	margin-right: 10px;
}
#sidebar {
	width: 380px;
	margin: 10px;
	float: left;
	clear: left;
}
#sidebar img {
	float: left;
	margin: 10px 90px;
}
	#sidebar h2 {
		width: 378px;
		height: 36px;
		background: url(images/sidebar-header.jpg) no-repeat;
		display: block;
		padding-top: 10px;
		padding-left: 10px;
		color: #fff;
	}
	#sidebar ul {
		list-style: none;
		width: 378px;
		background: url(images/sidebar.jpg) repeat-x top;
		padding-bottom: 20px;
	}
	#sidebar li {
		list-style: none;
	}
	#sidebar ul li {
		display: block;
	}
	#sidebar ul li a {
		display: block;
		width: 349px;
		font-size: 13px;
		padding: 10px;
		padding-left: 20px;
		background: url(images/news.jpg) no-repeat left;
		text-decoration: none;
		color: #52738e;
		border-bottom: 1px dotted #999;
	}
		#sidebar ul li a:hover {
			color: #3a5575;
			text-decoration: underline;
		}
	ul.arrow {
		list-style: none;
		width: 378px;
		background: url(images/sidebar.jpg) repeat-x top;
		padding-bottom: 20px;
	}
	ul.arrow li {
		display: block;
	}
	ul.arrow li a {
		display: block;
		width: 349px;
		font-size: 13px;
		padding: 10px;
		padding-left: 20px;
		background: url(images/arrow.jpg) no-repeat left;
		text-decoration: none;
		color: #666;
		border-bottom: 1px dotted #999;
	}
		ul.arrow li a:hover {
			color: #333;
		}
/*Appearance of Drop Shadow Text*/
span.shadow {
	top: 1px;
	left: 1px;
	color: #253d5a;
	width: 100%;
}

/*necessities*/
.highContrast {
	position: relative;
	color: #fff;
}
.highContrast span {
	position: relative;
}
span.shadow {
	position: absolute;
}	
#top-info {
	width: 100%;
	padding: 10px 0;
}
	#top-info #rss {
		padding: 10px;
		padding-top: 0;
		padding-left: 65px;
		background: url(images/rss.jpg) no-repeat left;
	}
	#top-info #rss a {
		width: 50px;
		float: left;
		height: 50px;
		margin-left: -60px;
		text-indent: -999999px;
	}
	#top-info #rss h2 {
		color: #666;
	}
	#top-info #rss h3 {
		color: #999;
		font-size: 12px;
		font-weight: lighter;
		text-transform: uppercase;
	}
div.post {
	padding: 30px 0;
	border-bottom: 1px dotted #999;
}
	div.date {
		width: 47px;
		height: 80px;
		background: url(images/date.jpg) no-repeat;
		display: block;
		float: left;
		clear: left;
		padding-top: 46px;
		color: #fff;
		padding-left: 17px;
		font-size: 13px;
	}
	div.post-content {
		float: right;
		width: 470px;
	}
	div.post-content h2 a {
		font-family: Georgia, serif;
		color: #4e5966;
		font-size: 21px;
		text-decoration: none;
		letter-spacing: -1px;
	}
	div.post-content h3 {
		font-size: 13px;
		text-transform: uppercase;
		color: #666;
		font-weight: normal;
		letter-spacing: 1px;
	}
#search {
	width: 222px;
	height: 34px;
	background: url(images/search.jpg) no-repeat top;
	display: block;
	float: right;
	margin-top: -40px;
	padding-left: 35px;
}
	#search input {
		background: none;
		border: none;
		padding: 7px;
		font-size: 14px;
		font-weight: bold;
		color: #777;
	}
#footer {
	width: 100%;
	height: 90px;
	clear: both;
	background: url(images/footer.jpg) repeat-x bottom;
}
	#footer strong {
		float: left;
		padding: 10px;
		color: #333;
		font-weight: normal;
		padding-top: 58px;
	}
	#footer ul {
		list-style: none;
		padding-top: 55px;
		float: right;
	}
		#footer ul li {
			float: left;
			padding: 0 10px;
		}
ol.commentlist {
	list-style: none;
	padding: 10px 0;
}
	ol.commentlist li {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
	ol.commentlist li a {
		text-decoration: none;
	}
	ol.commentlist li cite {
		font-weight: bold;
		color: #666;
		font-style: normal;
	}
	form#commentform input[type=text] {
		width: 450px;
		padding: 4px;
		display: block;
	}
	form#commentform textarea {
		width: 450px;
	}
	form#commentform input[type=submit] {
		font-size: 15px;
		font-weight: bold;
		padding: 5px 20px;
		color: #3a5575;
	}