/*
Theme Name: CS
Theme URI: http://edblog.net/themes/
Description: Three Columns Theme
Version: 1.2
Tags: dark, valid CSS, valid XHTML
Author: Eduardo
Author URI: http://edblog.net
*/
@import "tabs.css";

/* Body */
#bodyinner { background: url(images/bg2.png) top center no-repeat; }
 
* {
	margin: 0;
	padding: 0; }
 
	* html body { background: #DBDBDB url(images/png.jpg) top center repeat-y; }
 
	*:first-child+html body { background: #DBDBDB url(images/body.png) top center repeat-y; }
 
body {
	background: #DFDFDF url(images/body.png) top center repeat-y;
	color: #444;
	font: 84% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.3em;
	text-align: center; }
 
#sitewidth {
	margin: 0 auto;
	width: 992px; }
 
#top {
	height: 96px;
	margin: 0;
	overflow: hidden; }
 
	#top a {
		color: #999;
		font-weight: 700; }
 
		#top a:hover { color: #999; }
 
#topright {
	float: right;
	height: 80px;
	margin: 33px 0 0 0; }
 
#topleft {
	float: left;
	margin:0px 0 0 20px;}
 
	#topleft h1 { margin: 40px 0 0 100px; }
 
#topleft2 {
	float:left;
	margin:18px 0 0 0px;}
 
#navbar {
	height:30px;
	margin:26px 0 0px 180px;
	width:700px;
	text-align:left;}
	
	#navbar ul li {
		display:inline;
		list-style-type:none;
		margin:0;
		padding:0 18px;
		font-size:18px;
                font-weight: bold;}
 
/* Searchbox */
.searchbox {
	margin: 15px 10px 5px 0;
	padding: 0; }
 
	.searchbox label {
		color: #fff;
		font-size: 0.9em; }
 
	.searchbox input {
		background: #eaeaea;
		border: 1px solid #bbb;
		color: #666;
		margin: 0;
		padding: 3px 0 3px 5px;
		width: 120px; }
 
/* Main wrap */
#wrap {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center; }
 
/* Main menu */
/* Headers */
h2, h3, h4 {
	color: #555;
	font-weight: normal;
	margin: 0 0 12px; }
 
/* navigation */
#story {
	height: 346px;
	margin: 0 0 -20px 0; }
 
#coverstory {
	float: left;
	margin: 15px 0 0px 25px; }
 
#movie {
	float: right;
	margin: 15px 25px 0 0; }
 
.clear { clear: both; }

.smallstory {
	float:left;
}

.smallstory_title a {
	font-size: 18px;
	font-weight: 700;
}

.smallstory_content {
	padding:0 0 20px 0;
} 
 
/* Content */
#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
	width: 600px; }
 
	#content h2 {
		clear: left;
		font-size: 1.6em; }
 
	#content h3 {
		clear: left;
		font-size: 1.3em; }
 
	#content h2.archive {
		margin: 10px 0 20px 30px;
		padding: 4px 0; }
 
	#content h2, #content h3, #content h2 a, #content h3 a { font-weight: 700; }
 
	#content p {margin:0 0 16px;font-size:15px;letter-spacing:0.15em;padding:0 0 15px 0;}
 
	#content a { }
 
	#content div.postnav {
		margin-bottom: 15px;
		padding: 10px 0; }
 
	#content div.postnavleft { width: 48%; }
 
	#content div.postnavright {
		text-align: right;
		width: 48%; }
 
	#content ul, #content ol {
		margin: 0 0 15px 10px;
		padding: 0 0 0 10px; }
 
	#content ul li, #content ol li { margin: 2px 0 0px 10px; }
 
	#content ul ul, #content ol ol { margin: 5px 0 5px 10px; }
 
	#content img {
		margin: 6px;
		padding: 0; }
 
		#content img.left {
			float: left;
			margin: 0 10px 10px 0; }
 
		#content img.right {
			float: right;
			margin: 0 0 10px 10px; }
 
		#content img.center {
			display: block;
			margin: 2px auto 10px auto; }
 
		#content img.framed {
			background: #222;
			border: 1px solid #555;
			padding: 5px; }
 
	#content .post {
		letter-spacing: 0.1em;
		line-height: 25px;
		margin: 0 0 0 30px; }
 
		#content .post input {
			border: 1px solid #ccc;
			font-family: verdana; }
 
		#content .post img { border: 1px solid #999; }
 
	#content .postinfo {
		background: url(images/title.png) bottom no-repeat;
		height: 42px;
		width: 550px; }
		
	#content .post-stat {
		text-align: right;
	}
 
	#content .postdate {
		color: #fff;
		float: left;
		font-family: Verdana, Arial;
		font-size: 13px;
		font-weight: bold;
		margin: 0 10px 0 0;
		padding: 8px 6px 0px 10px;
		width: 120px; }
 
	#content .date {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 13px;
		font-weight: bold; }
 
	#content .title {
		background: url(images/title_h2.png) left no-repeat;
		font-size: 18px;
		font-weight: bold;
		height: 32px;
		line-height: 24px;
		padding: 7px 0 0 16px; }
 
	#content .timestamp {
		background: url(images/chatx32.png) no-repeat;
		color: #555;
		float: right;
		font-size: 1em;
		height: 44px;
		padding: 2px 0 0 4px;
		text-align: center;
		width: 48px; }
 
		#content .timestamp a {
			color: #fff;
			font-size: 16px;
			padding: 0px 7px 0 0; }
 
	#content .postmeta {
		background: url(images/h2.jpg) no-repeat left;
		color: #555;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		padding: 10px 0 10px 24px;
		text-align: left; }
 
		#content .postmeta a { font-weight: 400; }
 
	#content .postpagesnav {
		font-size: 12px;
		margin: 15px 0 20px 0;
		padding: 0;
		text-align: left; }
 
		#content .postpagesnav a { font-weight: 400; }
 
		#content .postpagesnav .older { float: left; }
 
		#content .postpagesnav .newer {
			float: right;
			text-align: right; }
 
	#content .prettylist {
		margin: 0 0 20px 0;
		padding: 0; }
 
		#content .prettylist li {
			list-style: none;
			margin: 0 0 2px 10px;
			padding: 0; }
 
	#content #sidebox {
		border: 1px solid #ddd;
		float: right;
		margin: 0 0 5px 10px;
		padding: 5px;
		text-align: center;
		width: 220px; }
 
/* Sidebar */
*:first-child+html #sidebar {
	margin: 0 0 0 595px;
	width: 340px; }
 
#sidebar {
	margin: 0 0 0 615px;
	padding: 30px 0 0 0;
	text-align: left;
	width: 340px; }
 
 
	#sidebar .stamp {
		margin: 0 0 10px 0;
					}
	
	#sidebar .left {
		float: left;
		width: 160px; }
 
	#sidebar .right {
		float: right;
		width: 160px; }
 
	#sidebar h2, #sidebar h3 {
		background: url(images/sidebar_title.gif) left no-repeat;
		border-bottom: 1px dotted #ccc;
		font-size: 1.2em;
		font-weight: 700;
		height: 20px;
		margin: 0 0 5px 0;
		padding: 0 0 0px 20px; }
 
	#sidebar p, #sidebar ul ,#sidebar .textwidget,#sidebar form,#sidebar table {
		margin: 0 0 20px 0;
		padding: 0; }
 
	#sidebar table { width: 160px; }
 
	#sidebar caption {
		border-bottom: 2px solid #bbb;
		color: #555;
		font-size: 1.2em;
		font-weight: 700;
		margin: 0 0 5px 0;
		padding: 0 0 2px 0;
		text-align: left; }
 
	#sidebar ul li {
		list-style: none;
		margin: 0 0 3px 0;
		padding: 0; }
 
		#sidebar ul li a {
			border: 0;
			font-size: 1em;
			font-weight: 700; }
 
			#sidebar ul li a:hover, #sidebar ul li.current_page_item a { color: #444; }
 
		#sidebar ul li.current_page_item li a {  }
 
	#sidebar ul ul {
		margin: 0;
		padding: 2px 0 0 10px; }
 
		#sidebar ul ul li { margin: 0 0 2px 0; }
 
			#sidebar ul ul li a {
				font-size: 0.9em;
				font-weight: 400; }
 
/* Search Form */
#searchform #s {
	font-family: Verdana;
	width: 165px; }
 
#searchform #searchsubmit {
	background: #4F6108;
	border: 1px solid #4F6108;
	color: #fff; }
 
#searchform input {
	border: 1px dotted #ccc;
	color: #494949;
	font-family: Verdana;
	font-size: 13px;
	padding: 3px 0; }
 
#searchform .search_b { margin: 0 10px 0 0; }
 
* html #searchform .search_b { margin: 0 0px 0 10px; }
 
*:first-child+html #searchform .search_b { margin: 0 10px 0 10px; }
 
/* Page navigation */
.navigation { text-align: center; }
 
/* Footer */
#footer {
	clear: both;
	color: #777;
	font-size: 1em;
	margin: 0 25px;
	text-align: center; }
 
	#footer p {
		line-height: 1.5em;
		margin: 0;
		padding: 10px 0; }
 
	#footer a { color: #777; }
 
		#footer a:hover {
			color: #555;
			text-decoration: underline; }
 
/* Comments */
#comments { margin: 20px 0 16px 0; }
 
.comment {
	border-bottom: 0px solid #bbb;
	font-size: 1em;
	margin-bottom: 0;
	padding: 8px 5px 15px 10px; }
 
.comment-author {
	float: left;
	padding: 0 10px; }
 
.fn { font-size: 15px; }
 
.comment-meta a {
	font-size: 11px;
	font-weight: normal; }
 
.comment { border-left: 25px solid #E6EDF0; }
 
.avatar {
	border-right: 1px dotted #ccc;
	float: left;
	padding: 10px; }
 
#content div.comment p.commenticon {
	line-height: 1.4em;
	margin: 1px 0 9px; }
 
#content div.comment p { margin: 4px 0 4px; }
 
.comment_text { text-align: left; }
 
.gravatarside {
	background-color: #fff;
	border: 1px solid #ccc;
	float: left;
	height: 32px;
	margin: 2px 8px 5px 0;
	padding: 2px;
	width: 32px; }
 
.admin {
	background-color: #f0f0f0;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb; }
 
#respond {
	margin: 20px 0 0 10px;
	padding: 15px 0 0 0; }
 
	#respond p { margin: 0 0 10px 0; }
 
	#respond input,#respond textarea {
		background-color: #f4f4f4;
		color: #666;
		padding: 4px;
		width: 250px; }
 
	#respond textarea#comment { width: 500px; }
 
	#respond input#submit { width: 65px; 	border: 1px solid #ccc;}
 
	#respond input, #respond textarea {
		border: 1px solid #ccc;
		font: 100% "Trebuchet MS",Verdana,sans-serif; }
 
fieldset { border: 0; }
 
.pingback, .trackback {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	padding: 10px; }
 
.page-comment { margin: 0 0 0 30px; }
 
/* Tags */
blockquote {
	border-left: 4px solid #eee;
	color: #777;
	margin: 10px;
	padding: 5px 15px 2px 15px; }
 
	blockquote p {
		font-weight: bold;
		margin: 0;
		padding: 2px 0; }
 
code {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	display: block;
	font-size: 1.2em;
	margin: 5px 0 16px 0;
	padding: 5px; }
 
/* Links */
a {
	color: #1E455B;
	text-decoration: none; }
 
	a:hover {
		color: #333;
		text-decoration: none; }
 
	a img { border: 0; }
 
/* Float fix */
.contenttext {
	overflow: hidden;
	padding: 0 0 10px 0; }
 
* html .contenttext {
	height: 1px;
	overflow: visible; }
 
	* html .contenttext p {
		overflow: hidden;
		width: 99%; }
 
/* WP image align and caption classes */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto; }
 
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px; }
 
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px; }
 
.alignright { float: right; }
 
.alignleft { float: left; }
 
.wp-caption {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center; }
 
	.wp-caption img {
		border: 0 none;
		margin: 0;
		padding: 0; }
 
.wp-caption-dd {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 4px 5px; }
 
/* Various classes */
.splitleft {
	padding-top:10px;
	text-align:left;
	width:0%;
	}
.splitright {
	text-align:center;
	width:100%;
	}
 
.textright { text-align: right; }
 
.textcenter { text-align: center; }
 
.clear {
	clear: both;
	visibility: hidden; }
 
.hide { display: none; }
 
/* AD */
.ad { text-align: center; }
 
	.ad img { border: 1px #E5E3DA solid; }
 
/*Pagebar */
.pagebar {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center; }
 
	.pagebar a, .pageList .this-page {
		background: #fff;
		border: solid 1px #ddd;
		color: #000000;
		padding: 2px 6px;
		text-decoration: none; }
 
	.pagebar a:visited {
		background: #fff;
		border: solid 1px #ddd;
		padding: 2px 6px;
		text-decoration: none; }
 
	.pagebar .break {
		background: #fff;
		border: none;
		padding: 2px 6px;
		text-decoration: none; }
 
	.pagebar .this-page {
		background: #fff;
		border-color: #999;
		font-size: 13px;
		font-weight: bold;
		padding: 2px 6px;
		vertical-align: top; }
 
	.pagebar a:hover {
		background: #000000;
		border-color: #000000;
		color: #fff;
		text-decoration: none; }
