/*
Theme Name: dark
Description: 2 column ,fixed width theme  minimalistic..
Author: Jinsona designs
Author URI: http://web2feel.com/
*/

body {
	margin:0;
	padding-top:0px;
	background:#111 url(images/body.png) ;
	font-family:"Century gothic",Tahoma,Verdana,sans-serif;
	color:#fff;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#ea6a18;
	text-decoration:none
	}
a:hover {
	color:#fff;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#bdbdbd;
	font-style: normal;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:5px 0 0 5px;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

#wrapper {
	width:1000px;
	margin:0 auto;
	background:#2b1b01 url(images/wrap.jpg) ;	
	background-repeat:repeat-y;
	border-left:1px solid #444;
	border-right:1px solid #444;
	}
	
#inwrapper {
	width:828px;
	float:left;
			
	}	

/* The Top */

#top {
	width:300px;
	height:700px;
	margin-top:0px;
	background:#140E0E url(images/top2.jpg);
	background-repeat:no-repeat;
	float:right;
	position:fixed;
	 _position: absolute;
	}
	
* html #top { /* lte IE6 */
	position:absolute;
}	
	
#blogname {
	float:left;
	width:300px;
	font-family:"Myriad Pro",Tahoma,Verdana,sans-serif;
	text-align:center;

	}
#blogname h1  {
	font-size:36px;
	font-weight:normal;
	margin:20px 0 0 0px;
	color:#fff;
	text-decoration: none;
	
	}
#blogname h1  a:link, #blogname h1  a:visited{ 
	color: #B04211; 
	text-decoration: none; 
	background-color:transparent;
	}
	
#blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
#blogname h2 {
	margin:0px 0 0 0px;
	font-size:16px;
	font-weight:normal;
	color:#fff;

	}

.menu{
	width:250px;
	float:right;
	line-height:22px;
	margin:30px 0 0 0px;
	text-align:right;
	font-size:16px;
	}	
.menu ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
	}
}
.menu ul ul ul {
	padding-left:10px;

	}
.menu a {
	text-decoration:none;
	color:#ec731c;
	}	
.menu a:hover{
	text-decoration:none;
	color:#eee;

	}
	
.submenu {
	font-size:14px;
	}
	
.submenu a {
	text-decoration:none;
	color:#FF8B53;
	}
	
.submenu a:hover{
	text-decoration:none;
	color:#eee;
	}
	
.subsubmenu {
	font-size:12px;
	}
	
.subsubmenu a {
	text-decoration:none;
	color:#F3D365;
	}
	
.subsubmenu a:hover{
	text-decoration:none;
	color:#eee;
	}
	
	
/* The Content */
#content {
	padding:15px 0px 25px 3px;
	width:523px;
	float:right;

	}

/* The Posts */

.text {
	width:517px;
	float:right;
	text-align:left;
	padding-right:3px;
	padding-left:3px;
	font-size:13px;
	font-family:Verdana,Tahoma,Myriad Pro,sans-serif;
	}
.post {
	padding:0px 0px 10px 0px;
	text-align:left;
	color:#bdbdbd;
	}
.titleb{
	
	height:51px;
	padding:0px 0px 0px 5px;

}
.author{
	
	height:16px;
	margin-top:0px;
	color:#bdbdbd;
	border-top:1px solid #262626;
}
h1.title {
    font-size:20px;
	margin:2px 0 0 0;
	padding:4px 3px 0px 0px;
	color:#ec731c;
	font-weight:normal;
	border-bottom:1px solid #121212;
	font-family:"Century gothic",Tahoma,Verdana,sans-serif;	
	}
h1.title a {
	color:#ec731c;
	text-decoration:none;
	}
h1.title a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	}
.entry{
	padding:0px 5px;
		
}
.comment{
	height:14px;
	padding-left:17px;
	margin-left:5px;
	font-size:10px;
}
.postinfo {
	height:20px;
	padding: 5px 10px 2px 2px;
	background:url(images/cat.jpg);
	background-repeat:no-repeat;
		}
		
.postinfo a {
	color:#fdbf30;
	font-weight:normal;
	text-decoration:none;
	}
	
/* The Sidebar */
.sidebar {
	float:right;
	width:160px;
	padding-top:15px;
	padding-right:5px;
	font-size:13px;
	font-family: "Century gothic", Tahoma, Arial, sans-serif;
	}

.sidebar h2 {
	height:27px;
	line-height:27px;
	font-size:16px;
	color:#FB911B;
	margin:5px 0 0 0 ;
	padding:0px 0 0 25px;
	background:#403530 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: #787878;
	text-decoration: none;
	padding: 3px 0px 4px 10px;
	display:block;
	font-family: verdana, arial, helvetica, sans-serif;
	background:#1F1F1F;
	background-repeat:no-repeat;
	}

.sidebar ul li a:hover {
	background:#1a1a1a ;
	color:#fff;
	border-bottom:1px solid #323232;
	}

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

	}

.sidebar table {
	width:100%;
	text-align:center;
	background-color:transparent;
	color:#A3C936;
	}

	
/* --- FOOTER --- */

#footer {
	height:20px;
	padding:6px 0 0 15px;
	margin:20px 0 0 0;
	background:#000;
	color:#999;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
	z-index: 999;
	text-align: center;
	}

#footer a {
	color:#fefefe;
	}

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


/* The Navigation */

.navigation {
	height:25px;
	padding:0 20px;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	color:#e4fdad;
	}
.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:18px;
	text-align:center;
	}

/* The Comments */
TEXTAREA {
	width:90%;
	height:156px;
	background:#333;
	border:1px solid #444;
	color:#eee;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#333;
	border:1px solid #444;
	color:#eee;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:10px;
	}
#commentform input {
	background:#333;
	border:1px solid #444;
	color:#eee;
	padding-left:0px;
	}
.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;
	list-style:none;
	}
