/******************************************
* General Layout                                  *
*******************************************/
body {
	font: 11px/18px arial,verdana,sans-serif !important;
	font: 13px/18px arial,verdana,sans-serif;
        background: #000;
	text-align: center;
        min-width:750px;
	margin: 0;
	padding: 0;
color: #eee;
}
#outerwrap{
        background: #333;
	border-left: 2px solid #EAE8E4;
	border-right: 2px solid #EAE8E4;
border-top: 2px solid #EAE8E4;
	width: 754px;
	margin:0 auto;
	text-align: left;
}
h1 {
        display:block;
        height:0;
        text-indent:-500em;
        text-decoration:none;
}
#outercontent {
        width: 100%;
        float: left;
        margin-right: -250px;
        background: #333;
}
#maincontent {
        margin:30px 250px 10px 30px;
        padding-right: 20px;
}
#maincontent div.entry {
		padding:3px;
}
/*****************************************
* Header                                 *
******************************************/
#header {
        background: #ccc;
        height: 100px;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #000;
	font-family: "Century Gothic", "Lucida Grande", Tahoma, Verdana, arial, helvetica, sans-serif;
}
#header #blogtitle{
	padding-top: 40px;
	text-align:center;
	font-size: 20px;
	margin-bottom:0px;
}
#header #blogtitle {
	color: #666;
	font-weight:normal;
	text-decoration: none;
}
#header #blogtitle a:hover {
	color: #fff;
}
#header #tagline{
	margin-top:0px;
	font-weight:normal;
	text-align:center;
	font-size: 12px;
	color: #666;
	font-family: Georgia, verdana, helvetica, sans-serif;
}
/*****************************************
* Links                                  *
******************************************/
a:link, a:visited{
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}
a:hover{
	text-decoration: underline;
}
#footer a{
	color: #f1f1f1;
}
#nav a:link, #nav a:visited {
	float: left;
	color: #ccc;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
}
#nav a:hover{
	color: #ccc;
}
h2.entrytitle, h2.entrytitle a:link, h2.entrytitle a:visited, h2.entrytitle a:hover {
	font-weight:normal;
	text-decoration:none;
	color: #ccc;
}
/*******************************************
* Navigation Bar                           *
********************************************/
#navdiv{
	border-top: 20px solid #333;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #bbb;
	border-right: 1px solid #000;
        background: #666;
	font-size: 9px !important;
	font-size: 13px;
	color: #eee;
	height: 23px;
}
#nav {
	margin: 0;
	padding:0;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
/*****************************************
* Entry (the content)                    *
******************************************/
.entrybody p, .commentbody p{
	margin-top:0px;
	margin-left: 0px;
	padding-left:0px;
}
h3.entrydate {
	font-weight: normal;
	font-size: 14px;
	color: #eee;
	margin-bottom:3px;
	padding-top: 15px;
}
h2.entrytitle {
	font-family: "Century Gothic", "Lucida Grande", arial, Tahoma, Verdana,helvetica, sans-serif;
	margin:0px;
	font-weight: normal;
	font-size: 16px;
	padding-top: 5px;
background-color: #660000;
padding: 5px;
border: 1px solid #7b7b7b;

}
.entrybody{
	color: #fff;
	font-size: 11pxx;
	padding: 5px 0px 10px 3px;
	margin-bottom: 5px;
}
/******************************************
* Sidebar (Navigation)                    *
*******************************************/
#sidebar {
        float: right;
	padding-top: 50px;
	width:242px;
margin-bottom: 10px;
}
#sidebar ul {
	margin-bottom:0;
	margin: 0 15px;
	list-style-type:none;
}
#sidebar a {
	font-weight:normal;
}
#sidebar ul li {
	margin:0px;
	padding:0px;
}
#sidebar ul#linkslist {
	margin:0px;
}
#sidebar ul#linkslist {
	margin:0px;
}
#sidebar h2{
	margin: 0 15px;
}
#sidebar p{
	margin: 0 15px;
}
#sidebar h2{
	letter-spacing: -1px;
	margin-top:18px;
	margin-bottom:1px;
	text-transform: uppercase;
	color: #eee;
	font-size: 16px;
}
#sidebar h2 a{
	font-weight:bold;
}
#sidebar p{
	margin-top:0px;
	margin-bottom0px;
	color: #eee;
	word-spacing: -1px;
	font-size:10px !important;
        font-size:12px;
}
/*****************************************
* Footer (copyright)                   *
******************************************/
#footer{
        clear: both;
	background: #888;
	letter-spacing:0px;
	font-size:10px !important;
	color: #f1f1f1;
        text-align: center;
	padding:0 30px 0 30px;
	border-left: 1px solid #6E6E6E;
	border-right: 1px solid #6E6E6E;
	border-bottom: 1px solid #EAE8E4;
}
/******************************************
* Images                                  *
*******************************************/
#header img {
	padding: 0;
	margin:0px;
	border:none;
	width:750px;
}
img {
	border: 0;
}
.imgblock img {
	background: #fff;
	border: 1px solid #585a67;
	padding: 6px;
}
.imgblock {
	background: #7A8A99;
	text-align: center;
}
.imgblock img:hover{
	border: 1px solid #354a47;
}
.cf span img {
padding-bottom: 10px;
}
.entrybody img{
padding: 5px 10px 10px 0;
float: left;
}