﻿html, body {
		padding:0;
		margin:0;
		background:#fff;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size:14px;
		color:#000000;
		}
	
	a:link, a:visited {
		color:#29a7df;
		font-weight:bold;
		text-decoration:underline;
		}
	a:hover, a:active {
		color:#000;
		text-decoration:none;
		background:#f3ea26;
		}
		
	h2 {
		font-size:18px;
		padding:0;
		margin:0 0 5px 0;
		color:#000;
		}
		
	ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	
	.wrapper {
		margin:10px auto;
		padding:10px;
		width:940px;
		}
	.header {
		width:940px;
		height:244px;
		}
	.logo {
		float:left;
		width:380px;
		height:244px;
		}
	.logo a:link, .logo a:visited,.logo a:active,.logo a:hover {
		text-decoration:none;
		background:none;
		}
	.desc {
		float:right;
		width:500px;
		height:205px;
		padding:36px 20px 0 0;
		}
	.nav {
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#000;
		height:30px;
		width:940px;
		}
	.nav ul {
		padding:2px 0 0 10px;
		margin:0;
		list-style:none;
		}
	.nav ul li {
		float:left;
		margin:0 10px 0 0;
		}
	.nav ul li a {
		display:block;
		padding:2px 10px;
		color:#f3ea26;
		font-weight:bold;
		text-decoration:none;
		}
	.nav ul li a:hover {
		background:none;
		text-decoration:underline;
		}
	
	.pagina {
		color:#000;
		width:640px;
		margin:0 10px 0 0;
		padding:10px 0 0 0;
		float:left;
		}
	.pagina h1 {
		color:#000;
		font-size:20px;
		padding:0 0 0 5px;
		margin:15px 0 15px 0;
		}
	.pagina h1 a {
		color:#000;
		font-size:20px;
		background:#f3ea26;
		text-decoration:none;
		}
		
	.pagina input, .pagina textarea {
		background:#fff;
		border:1px solid #999;
		padding:6px;
		}
	
	.pagina input[type="submit"] {
		background:#000;
		color:#fff;
		font-weight:bold;
		padding:6px;
		border:none;
		cursor:pointer;
		}
		
	.post {
		border-bottom:2px dashed #aaa;
		margin-bottom:10px;
		}
	
	.storycontent {
		color:#000;
		}
		
	.feedback {
		margin:5px 0 15px 0;
		}
	.sidebar {
		width:279px;
		padding:10px 0 0 10px;
		float:right;
		border-left:1px solid #000;
		}
	.widget {
		margin:0 0 25px 0;
		}
	.widget li {
		margin:0 0 0 5px;
		padding:2px;
		}
	.widget h2 {
		/*color:#3a0001;*/
		color:#000;
		font-size:18px;
		padding:0 0 0 5px;
		margin:0 0 5px 0;
		/*border-bottom:1px solid #3a0001;*/
		border-bottom:1px solid #000;
		width:90%;
		}
		
	.widget p {
		color:#000;
		padding:0 0 0 5px;
		margin:5px 0 5px 0;
		width:90%;
		}
	.widget a:link, .widget a:visited {
		color:#29a7df;
		font-weight:bold;
		text-decoration:underline;
		}
	.widget a:hover, .widget a:active {
		color:#000;
		text-decoration:none;
		background:#f3ea26;
		}
		
	.newslinput {
		background:#222;
		border:1px solid #111;
		padding:6px;
		}
	.newslsub {
		background:#090909;
		color:#222;
		font-weight:bold;
		padding:6px;
		border:none;
		cursor:pointer;
		}

		/* SLIDER */
		/*--Window/Masking Styles--*/
		
		.window {
			height:288px;	width: 572px;
			overflow: hidden; /*--Hides anything outside of the set width/height--*/
			position: relative;
		}
		.image_reel {
			position: absolute;
			top: 0; left: 0;
		}
		.image_reel img {float: left; border:1px solid #220001}
		 
		/*--Paging Styles--*/
		.paging {
			position: absolute;
			/*bottom: 40px;*/
			/*right: 100px;*/
			margin:-60px 0 0 401px;
			width: 178px;
			height:47px;
			z-index: 100; /*--Assures the paging stays on the top layer--*/
			text-align: center;
			line-height: 40px;
			background: url(images/paging_bg2.png) no-repeat;
			display: none; /*--Hidden by default, will be later shown with jQuery--*/
		}
		.paging a {
			padding: 5px;
			font-size:11px;
			text-decoration: none;
			color: #8e0000;
			background: #000; 
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.paging a.active {
			font-weight: bold; 
			background: #370000; 
			border: 1px solid #610000;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		.paging a:hover {font-weight: bold;}
		/* SLIDER END */
		
	.clear {
		clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0
		}
	.clearfix:after {
		clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0;height:0
		}
	* html .clearfix, *:first-child+html .clearfix {
		zoom:1
	}
	
	.footer p {
		padding:10px;
		}
	.footline {
		width:940px;
		margin:20px auto 0;
		}
		
.commentsform {
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	}
.comment, .pingback { border:1px solid #ccc; padding:5px; margin:0 0 5px 0; list-style:none; }
.comment img { float:left; clear:left; margin-right:5px; }
.even {	background:#eee;}
.odd { background:#f4f4f4;}


/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	background: url(images/quotes-alt.gif) no-repeat 0 0;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

	
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
