body {
	margin: 0;
	padding-top: 0px;
	background: #000000 url('/images/body.jpg') center repeat-y;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	color:#cfcfcf;
	font-size:13px;
	}

/*Home page*/

#home_page {
	width: 100%;
	border: 0px solid #f00;
	height: 375px;
	margin: 150px 0 0 0;
}

#center_wrapper {
	width: 675px;
	border: 0px solid #ffff00;
	margin: 0 auto;
}

#center_logo {
	width: 675px;
	border: 0px solid #ff00ff;
	height: 150px;
	background: #000000 url('/images/center_art.png') left no-repeat;
	margin: 100px 0 0 0;
	text-align: center;
}

#center_content {
	width: 600px;
	border: 0px solid #ff00ff;
	height: 30px;
	margin: 30px 0 0 120px;
	text-align: center;
	clear: both;
	color: #996600;
}

#home_copyright {
	width: 675px;
	border: 0px solid #ff00ff;
	height: 10px;
	margin: 50px 0 0 0;
	text-align: center;
	clear: both;
	color: #996600;
	font-size: 12px;
	letter-spacing: 2px;
}

#left_art {
	width: 100%;
	height: 375px;
	float: left;
	border: 0px solid #ffffff;
	background: #000000 url('/images/left_art.png') left no-repeat;
}

#right_art {
	width: 100%;
	height: 375px;
	float: right;
	border: 0px solid #ff6600;
	background: url('/images/right_art.png') right no-repeat;
}

/*Home page*/

img {
	border:0;
	}
	
a {
	color:#961801;
	text-decoration:none
	}
	
a:hover {
	color:#fb6700;
	text-decoration:none
		}

blockquote {
	padding-left:10px;
	color:#555;
	font-style: normal;
	}
	
.clear {
	clear:both;
	}
	
.alignleft {
	float:left;
	padding:2px 0 0 10px;
	}
	
.alignright {
	float:right;
	padding:2px 10px 0 5px;
	}
	
/* Search */
#search {
	text-align:right;
	padding: 0px 10px 0px 0px;
	color:#961801;
	height:20px;
	background:url('/images/topbar.jpg') repeat-x;
}

#searchform {
	float:right;
	text-align:right;
	padding:2px 5px 0px 0px;
	color:#FFFFFF;
}

#search span {
	color:#FFFFFF;
}
#search input {
	font-size:13px; 
	color:#260D0D;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	width:159px;
	height:24px;
	border:inset 1px #6A6A6A;
	padding:0px 0px 0px 0px;
	margin:0px 15px 0px 13px;
	vertical-align:middle;
}
#search .input {
	width:65px;
	height:27px;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}	

/* The Menu */

#foxmenucontainer{
	height:30px;
	background: none;
	display:block;
	padding:0px 0 0px 0px;
	margin: 0 auto;
	border: 0px solid #ff3300;
	width: 650px;
	}
	
#foxmenu{
	position:relative;
	display:block;
	height:30px;
	font-size:13px;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	border-bottom: 0px solid #333333;
	}
	
#foxmenu ul{
	margin:0px;
	padding:0px; /*left padding for top menu*/
	list-style-type:none;
	width:auto;
	float:left;
	}
	
#foxmenu ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
	width:106px;
	}
	
#foxmenu ul li a{
	display:block;
	float:left;
	color:#c4c4c4;
	text-align: center;
	text-decoration:none;
	padding:7px 0px 0 0px; /*padding for top content*/
	width:106px; 
	height: 23px;
	background: #eee url('/images/li.gif') no-repeat top right;
	border: 0px solid #ff3300;
	text-indent: -5px;
	}
	
#foxmenu ul li a:hover,#foxmenu ul li.current_page_item a{
	color:#ff3300;
	background:#222 url('/images/li.gif') no-repeat top left;
	width:106px; height: 23px;
	text-align: center;
	border: 0px solid #ff3300; /*border of top button - link & rollover*/
	}
	
#foxmenu ul li .current_page_item a,#foxmenu ul li .current_page_item a:hover{
	color:#020202;
	width: 106px; height: 23px;
	background:transparent url('/images/li.gif') no-repeat top right;
	border: 0px solid #ff3300;
	}	
	

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:#130d0d;	
	border-left:1px solid #302f2f;
	border-right:1px solid #302f2f;
	}

/* The Top */

.top {
	height:180px;
	float: left;
	background: url('/images/banner.png') no-repeat;
	border-bottom: 1px solid #302f2f;
	}
	
.top_flash {
	float:left;
	width:1000px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;	
	margin: 0;
	border: 0px solid #ff3300;
	height: 150px;
	text-align: center;
	}

.blogname {
	float:left;
	width:1000px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;	
	margin: 0px 0 0 0;
	}
	
.blogname h1  {
	font-size:40px;
	font-weight:normal;
	margin:20px 20px 0 30px;
	color:#cfcfcf;
	text-decoration: none;
	text-align:left;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cfcfcf; 
	text-decoration: none; 
	background-color:transparent;
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
.blogname h2 {
	margin:0px 20px 0 30px;
	font-size:16px;
	font-weight:normal;
	color:#601b1e;
	text-align:left;
	}

.content {
	padding:0px 10px 15px 5px;
	background:#130d0d;
	}	

#content {
	float: left;
	width: 763px;
	margin: 0px 0px 0px 5px;
	padding: 0 0;
	border: 0px solid #ff3300;
	}

.title{
	margin: 0 0 0;
	padding: 0px 0px 0px 5px;
	height:86px;
	background:url('/images/title.jpg')
}	

.date {
	float:left;
	height:14px;
	font-size:12px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	padding-left:15px;
	padding-top:2px;
	font-weight:normal;
   	color:#666666;
	text-indent: 5px;
	}
.time{
	text-align:left;
	width:160px;
	height:25px;
	margin-top:4px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	padding:1px 0 0 15px;
	color:#9f5a5c;
	float:right;
	font-size:12px;
	border: 0px solid #ff3300;
	}
		
.post {
	margin: 10px 10px 0 5px;
	padding:0px 0px 0px 0px;
	height: 100%;
	text-align:left;
	color:#777;
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	}

.post h2 { /*body content / title*/
	margin: 0 0;
	padding: 35px 0px 2px 15px;
	background: transparent;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	font-size: 20px;
	font-weight:normal;
	color: #922d31;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #fff;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	
	

.postinfo {
	height:40px;
	padding: 3px 5px 0px 2px;
	background:url('/images/meta.jpg');
	
			}
.spostinfo {
	height:31px;
	padding: 4px 5px 0px 2px;
	background:url('/images/smeta.jpg');
	
}
		
.postinfo a:link {
	color:#e35416;
	font-weight:normal;
	text-decoration:none;
	}
.category{
	float:left;
	padding:0px 0 0 5px;
	color:#222;
	background:url('/images/categ.gif');
	background-repeat:no-repeat;
	font-size:12px;
	}	
	
.postinfo .com{
	line-height:15px;
	float:right;
	padding:3px 5px 0 0px;
	font-size:12px;
	width:100px;
}

.postinfo .com a:link,
.postinfo .com a:visited {
	display:block;
	color: #984c4f;
	background:url('/images/com.jpg') no-repeat top;
	height:20px;
	padding:5px 0px 0 27px;
}
.postinfo .com a:hover{
	color:#e99a9a;
	background:url('/images/com.jpg') no-repeat bottom;
}
.post a:link,
.post a:visited {
	color: #7a5757;
	background-color: transparent;
}

.post a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.entry {
	margin: 0 0;
	padding: 5px 20px; /*padding for body text*/
	}
.cover{
	margin: 0 0;
	background:url('/images/cover.jpg');
	background-repeat:repeat-y;
	}
.rightcolumn{
	float:right;
	width:210px;
	padding: 0px 5px 0 0;
	margin: 35px 0 0 0;
	border: 0px solid #00FF00;
	}

/* The Sidebar1*/
.sidebar{
	float:right;
	width:210px;
	padding: 0;
	font-size:13px;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	border: 0px solid #ff3300;
	background: url('/images/sidebar_bg.png');
	text-align: center;
	}

.sidebar h2 {
	height:27px;
	line-height:27px;
	font-size:18px;
	color:#c3c3c3;
	margin:5px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#131313 url('/images/h2.jpg') ;
	background-repeat:repeat-x;
	font-weight:normal;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}	
.sidebar ul li {height:100%;
	}

.sidebar ul li a:link, .sidebar ul li a:visited {
	color:#737373;
	text-decoration: none;
	padding: 3px 0px 4px 5px;
	display:block;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	background:#211818;
	background-repeat:no-repeat;
	border-bottom:1px solid #181111;
	border-top:1px solid #2f2626;
	}

.sidebar ul li a:hover {
background:#281f1f;
	background-repeat:no-repeat;
	color:#ccc;
	}

.sidebar p {
	padding: 7px 10px;
	margin:0;
	color:#ababab;

	}

.sidebar table {
	width:100%;
	text-align:center;
	background:#211818;
	color:#ababab;
	}	
/* --- FOOTER --- */

#footer {
	height:20px;
	padding:5px 0 0 0px;
	background:#020202;
	border-top:1px solid #201617;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-align:left;
	letter-spacing:2px;
	text-indent: 20px;
	}

#footer a {
	color:#9C1C11;
	}

#footer a:hover {
	color:#eee;
	}


/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#7A8B92;
	}
.navigation a:hover {
	color:#fff;

	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0;
	margin:0 0 20px 0;
	font-size:20px;
	text-align:center;
	}

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#2F2C2C;
	border:1px solid #393939;
	color:#888;
	padding:10px;
	overflow:auto;
	font-family: "Trebuchet MS", Tahoma, Century Gothic, Arial;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#2F2C2C;
	border:1px solid #393939;
	color:#888;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:19px;
	line-height:30px;
	margin:24px 0 0 23px;
	padding:0;
	font-weight:normal;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	color:#888;
	}
	
.style { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:17px; font-weight:300;  border:solid #666666 1px; margin:25px auto 0; padding:15px 0 15px 0; width:700px}
.style1 {color: #BB0000; width:700px}
.style2{font-size: 24px; font-weight:bold}
.style2:link{ text-decoration:none;}
.style2:visited{ text-decoration:none; color:#666666}
.style2:hover{ text-decoration:underline; color:#009900}  
.style3{ margin:15px auto 0; padding:15px 50px; width:600px; font-family:Arial, Helvetica, sans-serif;}
.style5{ text-align:left !important; font-size:12px}