/*  
Theme Name: Rebellion 
Theme URI: http://www.sheysrebellion.net/blog
Description: Personalized theme for Shey's Rebellion
Version: 2.0
Author: Meraj Rasool Khattak
Author URI: http://www.naqoosh.com
Tags: valid XHTML, valid CSS, one column, personal, 
*/
	
body {
	margin: 0;
	padding: 0;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, 'bitstream vera sans', sans-serif;
	font-size: 12px; 
	color: #666;  
	background: #fff url(images/top-bg.gif) repeat-x;
	word-spacing:1.2px;	
	}
	
#container {
	width: 950px;
	margin: 0px auto;
	background: #fff;
	padding: 0px;
	overflow: hidden;
	}
	
a:link {
	color: #7A785F;
	text-decoration: none;
	}
	
a:visited {
	color: #7A785F;
	text-decoration: none;
	}	
	
a:hover {
	color: #BAB6A1;
	text-decoration: none;	
	}

	
/* header */	
#header {
	width: 950px;	
	margin: 0px auto;
	height: 100px;
	background: url(images/header.gif) no-repeat;
	}
	
#header #logo {
	width: 150px;
	background: url(images/logo.gif) no-repeat;
	height: 80px;
	float: left;
	}
	
#header #h-menu {
	width: 800px;
	float:right;
	height: 80px;
	margin-top: 24px;
	}

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

ul#green li { 
	position:relative; 
	float:left; 
	border-bottom:3px solid #B9D2B1; 
	margin-right: 20px;  
	}

ul#green .current { 
	border-bottom:3px solid #7A785F;
	color:#7A785F;
	}

ul#green li:hover { 
	border-bottom:3px solid #7A785F;
	}

ul#green li a { 
	padding:2px 2px; 
	text-decoration:none; 
	font-size:bold 12px;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, 'bitstream vera sans', sans-serif;  
	color:#B9D2B1;
	}

ul#green li a:hover { 
	color:#7A785F;
	border:none;
	}

ul#green li span{ 
	display:none; 
	position:absolute; 
	top:20px; 
	left:2px; 
	width:160px; 
	font:normal 10px;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, 'bitstream vera sans', sans-serif;
	line-height: 15px;
	}

ul#green li a:hover span {
	margin-top: 7px; 
	display:block; 
	color: #89be89;
	}
	
/* main content */
#content {
	width: 950px;
	float: left;
	min-height: 250px;
	margin-bottom: 10px;
	}
	
	
#content a:link {
	color: #7A785F;
	text-decoration: none;
	}
	
#content a:visited {
	color: #7A785F;
	text-decoration: none;
	}	
	
#content a:hover {
	color: #BAB6A1;
	text-decoration: none;	
	}	
	
h2 {
	font-size: 120%;
	}
	
.h2-container {

	}
	
.post {
	float: left;
	width: 930px;
	border: 1px solid #BAB6A1;
	padding: 4px 8px;
	margin-bottom: 8px;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, 'bitstream vera sans', sans-serif;
	font-size: 14px;
	float: left;
	}
	
.post img {
	padding:2px 4px;
	float: left;
	}
	
.post-info {
	text-align: right;
	font-size: 11px;
	}
	
.post-info a:link {
	color: #7A785F;
	text-decoration: underline;
	}
	
.post-info a:visited {
	color: #7A785F;
	text-decoration: underline;
	}	
	
.post-info a:hover {
	color: #BAB6A1;
	text-decoration: underline;	
	}	

.post-date {
	font-size: 11px;
	text-align: right; 
	float: right;
	margin-top: -24px;
	}
	
.post blockquote { 
	overflow:hidden; 
	margin:1em 0; 
	padding:0.2em 1.25em 0.2em 24px; 
	background:#F7F7F4 url(images/blockquote.gif) top left no-repeat; 
	color:#666; 
	font-weight: normal;
	font-size: 11px;
	}	
	
	
/* comments */
.comments {
	width: 740px;
	padding: 4px 8px;
	margin-bottom: 8px;
	float: left;
	}
	
.comments h3 {
	font-size: 110%;
	}	
	
.comments h3 a{
	text-decoration: underline;
	}	
	
.comments .comment_meta {
	margin-bottom: 5px;
	padding-bottom: 12px;
	}
	
.commentlist {
	list-style-type:none;
	}
	
.commentlist li {
	}
	
.comment {
	width: 725px;
	border: 1px solid #BAB6A1;
	padding: 4px;
	margin-bottom: 16px;
	float: right;	
	}	
	
.comment_author {
	width: 32px;
	height: 32px;
	float: right;
	padding: 4px;
	margin-bottom: 6px;
	position: relative;
	}
	
.comment_text {
	width: 670px;
	float: left;
	padding: 4px;
	margin-bottom: 6px;
	position: relative;
	}	
	
.respond {
	width: 730px;
	padding: 4px 8px;
	margin-bottom: 8px;
	float: left;
	}
	
.postinput {
	margin: 5px 0px;
	padding: 4px;
	float: left;
	}
	
input.button:hover, input.button:focus {
	background: #efefef;
	}
	
input.button {
	background: url('images/submit.gif');
	border: 1px solid #999; 
	border-top-color: #efefef; 
	border-left-color: #efefef;
	padding:1px 5px;
	margin:5px 0 0 0;
	}			
	
input {
	-moz-border-radius:4px;
	border: 1px solid #BAB6A1;
	height: 20px;
	}
	
textarea {
	width: 99%;
	height: 100px;
	-moz-border-radius:4px;
	border: 1px solid #BAB6A1;
	}
	
#searchform input{
	font-size: 11px;
	margin-bottom: 8px;
	}	
	
/* sub content */
#sub-content {
	background: #000;
	width: 100%;
	margin: 0px;
	float: left;	
	}
	
#sub-content-area {
	background: #000;
	width: 950px;
	margin: 0px auto;
	}
	
#sub-content-area h3 {
	font-size: 110%;
	height: 16px;
	text-align: left;
	color: #C8B193;
	padding: 0px 2px;
	}
	
.categories {
	width: 150px;
	float: left;
	}	
	
.archives {
	width: 120px;
	float: left;
	}		
	
ul.c-menu {
	margin-left:0px;
	padding:0;
	list-style-type:none;
	display:block;
	font-size: 12px;
	font-family: 'lucida sans unicode', 'lucida grande', helvetica, 'bitstream vera sans', sans-serif;
	line-height:150%;
	width:150px;
	}
	
ul.c-menu li{ 
	margin:0;
	padding: 1px 2px;
	}
	
ul.c-menu li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0;
	}
	
ul.c-menu li a:hover{
	xbackground:#626153;
	color:#fff;
	text-decoration: underline;
	-moz-border-radius:4px;
	}
	
ul.c-menu li a.current,ul.vert-one li a.current:hover{
	xbackground:#933;
	}

	
/* footer */
#footer {
	background: #000;
	width: 100%;
	height: 20px;
	margin: -5px 0px 0px 0px;
	padding: 2px 0px;
	float: left;
	}

#footer-text {
	margin: 0px auto;
	padding: 2px 2px;
	color: #C8B193;
	text-align: center;
	}
	
#footer-text a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}

#footer-text a:hover {
	color: #fff;
	text-decoration: underline;
	}	
