/*
Theme Name:9lives
Description:A thinking cat
Author: Jinsona designs
Author URI: http://web2feel.com/
*/
/* The theme is released under GNU GPL licence. Users are free to modify the theme and its componants. 
Web2feel.com is not responsible and will not provide any asistance for the mis alignment or dysfunction caused by the user in the course of modification*/

body {
	margin:0;
	padding-top:0px;
	background:#000 ;
	font-family: Century Gothic,Helvetica,sans-serif;
	color:#d1d8eb;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#0053ff;
	}
a:hover {
	color:#5a96ff;
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#c1c1c1;
	padding:2px 3px 2px 3px;
	
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Wrapper */

.wrapper {
	width:1000px;
	margin:0 auto;
	
	}

/* The Top */

.top {
	height:399px;
	margin-top:0px;
	background:url(images/top.jpg);
	}
.blogname {
	float:left;
	width:900px;
	}
.blogname h1 {
	font-size:35px;
	font-weight:bold;
	margin:30px 0 0 20px;
	color:#fff;
	}

.blogname h1  a:link, .blogname h1  a:visited{ 
	
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
	

.blogname h1  a:hover { 
	color: #fff; 
	text-decoration: none; 
	background-color:transparent;
	}
	
	
	
.blogname h2 {
	margin:5px 0 0 20px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	}

/* Menu */
	
.menu  {
height:28px;
margin: 0 auto;
background:url(images/menu.jpg) repeat-x;

}
	
.menu  ul {
margin: 0;
padding: 0 5px;
list-style: none;
}

.menu  ul li {
float: left;
margin: 0;
padding: 0;
}

.menu  ul li:hover {
background-color: none;
}

.menu  ul li a {
float:left;
margin: 0 1px 0 0;
font-size: 100%;
font-weight: normal;
text-decoration: none;
padding: 5px 5px;
font-size: 13px;
color: #6699ff;
}

.menu  ul li a:hover {
color: #fff;
background:#092764 url(images/menuhov.jpg) repeat-x;

}	
	
	
/* The Content */

.content {
	padding:30px 10px 25px 15px;
	background:#070f1c;
	border-top:#fff;
	}

/* The Posts */

.text {
	width:750px;
	float:left;
	text-align:justify;
	padding:20px 0 0 0;
	}
.post {
	padding:0 0 10px 10px;
		}

h1.title {
    font-size:22px;
	margin:5px 0 0 0px;
	color:#555;
	font-weight:normal;
	padding:2px ;
		}
h1.title a {
	color:#6699ff;
	text-decoration:none;
	}
h1.title a:hover {
	color:#6699ff;
	background:none;
	text-decoration:none;
	}
.postinfo {
    height:20px;
	background:#061533 no-repeat;
	padding: 1px 2px 2px 10px;
	}
	
.postinfo a {
	color:#5a96ff;
	font-weight:normal;
	text-decoration:none;

	}


/* right Sidebar . */

#sidebar{
width:197px;
float:left;
font-size:13px;
color:#fff;
margin: 15px 10px 0px 5px;

}

#sidebar ul {
margin:0;
padding:0;
list-style-type:none;
}

#sidebar  h2 {
font-size:16px;
font-weight:bold;
font-family:Tahoma, arial,sans-serif;
padding:4px 0px 5px 10px;
background:#1c416e ;
Margin: 10px 0 0 0;
color:#fff;
}

#sidebar a {
font-weight:bold;
display:block;
text-decoration:none;
line-height:160%;
padding:4px 0 4px 0;
color:#005cff;
background:#081a51;
}

#sidebar a:hover {
text-decoration:none;
background-color:#081a51;
color:#fff;
}

#sidebar ul li a {
padding-left:15px;
list-style-type:none;

}
#sidebar table {
	width:100%;
	text-align:center;
	background-color:#081a51;
	}
/* The Footer */


#footer {
	height:20px;
	padding:12px 0 0 15px;
	margin:0px 0 0 0;
	background:#000000 ;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	}

#footer a {
	color:#005cff;
	text-decoration:none;
	}

#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:#448aff;
	}
.navigation a:hover {
	color:#e05400;
	background:#eedcbd;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

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

/* The Comments */

.comments {
	}
.comments form {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:2px solid #626262;
	color:#333;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform {
	padding-left:23px;
	}
#commentform input {
	background:#fff;
	border:1px solid #66a9d2;
	color:#216100;
	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;
	}