/*
Theme Name: vase
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:#2457C4;
	text-decoration:none
	}
a:hover {
	color:#fff;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#080935;
	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:307px;
	height:700px;
	margin-top:0px;
	background:#2457C4 url(images/top2.jpg);
	background-repeat:no-repeat;
	float:right;
	position:fixed;
	 _position: absolute;
	}
	
* html #top { /* lte IE6 */
	position:absolute;
}	
	
#blogname {
	float:left;
	width:500px;
	font-family:"Century gothic",Tahoma,Verdana,sans-serif;
	text-align:center;

	}
#blogname h1  {
	font-size:36px;
	font-weight:bold;
	margin:0px 0 0 0px;
	color:#fff;
	text-decoration: none;
	
	}
#blogname h1  a:link, #blogname h1  a:visited{ 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
	
#blogname h1  a:hover { 
	color: #607ED4; 
	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:26px;
	margin:140px 0 0 0px;
	text-align:right;
	font-size:18px;
	}	
.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:#fff;
	}	
.menu a:hover{
	text-decoration:none;
	color:#080935;

	}	
	
/* The Content */
#content {
	padding:15px 0px 25px 3px;
	width:515px;
	float:right;

	}

/* The Posts */

.text {
	width:510px;
	float:right;
	text-align:left;
	padding-right:3px;
	padding-left:3px;
	padding-top:10px;
	font-size:13px;
	font-family:Verdana,Tahoma,Myriad Pro,sans-serif;
	}
.post {
	padding:0px 0px 10px 0px;
	text-align:left;
	color:#080935;
	}
.titleb{
	
	height:55px;
	padding:0px 0px 0px 5px;
	background:url(images/title.jpg);
}
.author{
	height:16px;
	margin-top:0px;
	color:#fff;

}
h1.title {
    font-size:20px;
	margin:2px 0 0 0;
	padding:4px 3px 0px 0px;
	color:#fff;
	font-weight:normal;
	font-family:"Century gothic",Tahoma,Verdana,sans-serif;	
	}
h1.title a {
	color:#fff;
	text-decoration:none;
	}
h1.title a:hover {
	color:#fff;
	background:none;
	text-decoration:none;
	}
.entry{
	padding:5px 10px;
	background:#8CADFA ;
	background-repeat:repeat-y;	
}
.comment{
	height:14px;
	padding-left:10px;
	margin-left:5px;
	font-size:10px;
}
.postinfo {
	height:40px;
	padding: 10px 10px 2px 2px;
	background:url(images/meta.jpg);
	background-repeat:no-repeat;
		}
		
.postinfo a {
	color:#fff;
	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:#fff;
	margin:5px 0 0 0 ;
	padding:0px 0 0 10px;
	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: #1b3c86;
	border-top: 1px solid #3f7de4 ;
	text-decoration: none;
	padding: 3px 0px 4px 10px;
	display:block;
	font-family: verdana, arial, helvetica, sans-serif;
	background:#2c6edc;
	background-repeat:no-repeat;
	}

.sidebar ul li a:hover {
	background:#2657c4 ;
	color:#fff;
	border-bottom:1px solid #2555be;
	}

.sidebar p {
	padding: 7px 10px;
	margin:0;

	}

.sidebar table {
	width:100%;
	text-align:center;
	background-color:transparent;
	color:#8CADFA;
	}

	
/* --- FOOTER --- */

#footer {
	height:34px;
	padding:0px 0 0 15px;
	margin:20px 0 0 0;
	background:url(images/footer.jpg);
	color:#999;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
	z-index: 999;
	text-align: center;
	}

#footer a {
	color:#080935;
	}

#footer a:hover {
	color:#FFF;
	}
.credits{
	padding:10px 0px 0 10px;
	float:left;
	color:#fff;
}
.bumper{
	padding:0px 23px 0 0px;
	float:right;
	font-size:14px;
	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 */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #444;
	color:#080935;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:10px;
	}
#commentform input {
	background:#fff;
	border:1px solid #444;
	color:#080935;
	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;
	}