/*
Theme Name: Seared
Description: Seared is a dark, clean, simple and stylish, fixed-width WordPress theme designed by <a href="http://jump2top.com/themes/" target="_blank">Free Blog Themes/Templates</a>.
Author: Free Blog Themes/Templates
Author URI: http://jump2top.com/themes/
Version: 1.2
Tags: red, black, with image, seo-friendly, fixed-width, right sidebar, widget ready, 2-columns

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background:url(images/background.gif);
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}
#wrap {
	width: 900px;
	margin-top: 30px;
	text-align: left;
	margin-left: 75px;
}
#headerwrap {
	width: 900px;
		margin-left: 75px;
}
#header {
	background: url(images/header.jpg) no-repeat; /* repeat-x; */
	height: 203px;
	text-align: right;

}
#pagenav {
	height: 23px;
	padding-top: 7px;
	float: left;
	width: 699px;
        font-size: 11pt;
}
#rss {
	float: right;
	width: 200px;
	text-align: right;
}
#title {
	float: left;
	width: 700px;
}
#topsearch {
	float: right;
	background: url(images/background_rss.gif) no-repeat right top;
	height: 72px;
	width: 200px;
	padding-top: 30px;
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	margin: 0px 220px 0px 0px;
}
#footer {
	margin: 15px 0px;
	clear: both;
	color: #333333;
}
.date {
	background-color: #111111;
	width: 46px;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	padding: 3px 2px;
	font-weight: bold;
	height:46px;
	float:left;
}
.entry {
	float:right;
	width: 620px;
}
.postmetadata {
	color: #cccccc;
	margin-bottom: 10px;
	font-weight: normal;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.post {
	margin-bottom: 15px;
}
.widget {
	width: 170px;
	padding: 15px;
	background-color: #111111;
	margin-bottom: 15px;
/*	border: 5px #000000 solid; */
}
/* text */
#pagenav ul li {
	list-style: none;
	display: inline;

}
#pagenav li a {
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
}
#pagenav li a:hover {
	color: #790000;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding-top: 16px;
	color: #ffffff;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size:12pt;
	color: #999999;
}
img {
	border: 0px;
}
p, #content h1, h2, h3, ul, ol {
	padding-bottom: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #cccccc;
	padding-bottom: 5px;
}
#content h1 a {
	color: #cccccc;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
}
h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
h3 {
	font-size: 11pt;
}
#sidebar h2 {
	border-bottom: 2px #320000 solid;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#sidebar {
	color:#CCCCCC;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
.entry a,
.alt a {
	color:#999999;
	font-weight: bold;
}
blockquote {
	font-size: 10pt;
	font-style: italic;
	margin: 10px;
}
.comment {
	padding: 10px 0px;
}
#date {
	padding-bottom: 10px;
}
.pagetitle {
	padding-bottom: 10px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #393a31; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #320000;
	color: #ffffff;
	border: 1px solid #393a31; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}

#commentform a {
	color: #ffffff;
	text-decoration: none;
}
#commentform a:hover {
	color:#ffffff;	
	text-decoration: underline;
}
#comments {
	margin: 10px 0px 10px 60px;
}

/* wp default */
.navigation {
	margin: 10px 0px;
	color: #666666;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
