/*
Theme Name: The Web News
Author: WPThemeDesigner
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	font: 12px Arial;
	color: #333537;
	background-color: #FFF;
}
a {
	color: #ff0000;
	font-weight:bold;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}

.alignleft {
	float: left;
	margin: 5px 25px 12px 0;
}
.alignright {
	float: right;
	margin: 5px 0 12px 25px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}


/** wrapper 
----------------------------------------- **/

#wrapper {
margin:0 auto;
	width: 600px;
}



/** header
----------------------------------------- **/

#header {
	width:600px;
	text-align:center;
	background: #ffffff url(/_elements/images/shadowboat.gif) no-repeat center center;
}
	#header .logo {
		padding: 10px 0 10px 84px;
		float: left;
	}
	#header .logo h1 {
		height: 181px;
		margin-bottom:20px;
		background: url(/_elements/images/shadowboat.gif) no-repeat;
		}
	#header .logo h1 a {
		color: #252525;
		display: block;
		width: 437px;
		height: 181px;
		text-indent: -20000px;
		text-decoration: none;
		}
		#header .logo p {
			color: #DE2011;
			font-weight: bold;
			padding-left: 10px;
		}
	#header .ad468x60 {
		float: right;
		padding: 16px 10px;
	}
	#header ol {
		list-style-type: none;
		height: 35px;
		background-color: #252525;
	}
		#header ol li {
			float: left
		}
		#header ol li a {
			color: #ffffff;
			display: block;
			padding: 10px 12px 11px;
		}
		#header ol li a:hover {
			background-color: #DC1000;
		}
	#header {
		
	}

	
	
/** Navigation
----------------------------------------- **/

#navigation {
	clear:both;
	font-size: 1.1em;
	margin-top: 1.2em;
	padding: .6em 0 .4em 0;
	background:#eee url(/_elements/images/background.gif) repeat-x top left;
	border-top:1px solid #333537;
	border-bottom:3px solid #333537;
}

#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul {
	padding: 6px 0 4px 0;
	text-align: center;
}

#navigation ul li {
	display: inline;
	margin-right: 3em;
}

#navigation ul li.last {
	margin-right: 0;
}

#navigation ul li a {
	font-family:gotham, helvetica, arial, sans-serif;
	letter-spacing:3px;
	color: #333537;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0 0 0;
	text-decoration: none;
}

#navigation ul li a:hover {
color:#ff0000;
}

/*\*//*/
#navigation ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navigation ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
	padding: 0;
}
/**/
// -->
	



/** content
----------------------------------------- **/

#content {
	width: 600px;
	padding: 25px 0;
}
#content h2 {
	margin:35px 0 25px 0;
	font-size:2em;
	}
#content p {
	line-height:2em;
	color:#666;
	margin-bottom:25px;
}
	#content p strong {
		color:#333537;
		}
.homepage {
	clear:both;
	padding-top:25px;
	margin-top:25px;
	border-top:3px solid #333537;
	}
	#content .post {
		width: 270px;
		height:450px;
		float: left;
		padding: 0 30px 0 0;
		margin: 0 0 25px 0;
		border-bottom:1px dotted #CCC;
		}
		#content .post h2 {
			font-family: Arial;
			font-size: 1.5em;
			margin:0 0 25px 0;
		}
			#content .post h2 a {
				color: #ff0000;
			}
		#content .post p {
			margin-bottom: 10px;
			line-height: 2em;
		}
		#content .post .thumb {
			height: 150px;
			overflow: hidden;
			margin-bottom: 10px;
		}
			#content .post .thumb div {
				height: 150px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 270px;
			}
			


/** miscellaneous
----------------------------------------- **/

h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #333537;
}
.single {
	padding: 0 0 20px 0;
}
	.single h2 {
		font-family: Arial;
		font-size: 1.5em;
		margin-bottom: 15px;
	}
	.single .date {
		font-size: 0.9em;
		font-family: Arial;
		color: #808080;
		margin-bottom: 15px;
	}
	.single h3 {
		letter-spacing:3px;
		text-transform:uppercase;
		font-size: 1.1em;
		font-weight: bold;
		margin: 2.4em 0 2em 0;
	}
	.single p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	.single ul {
		margin: 0 0 10px 16px;
	}
	.single ol {
		margin: 0 0 10px 18px;
	}
	.single li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e8e8e8;
	}
	
	

/** footer 
----------------------------------------- **/

#footer {
	border-top:25px solid #333537;
	clear: left;
	color: #333537;
	font-family: ARIAL, HELVETICA, SANS-SERIF;
	font-size:.9em;
	padding:0;
}
	#footer p {
		line-height: 1em;
		margin:20px 0;
	}








