/*  
Theme Name:Greenish
Theme URI: http://www.themespack.com/
Description: WP Theme Greenish by <a href="http://www.Themespack.com/">Themespack</a>. Hope is 2 columns & widget ready theme with Right sidebar in black color. 
Author: Wonder
Author URI: http://www.wordpres.in/

	This theme was designed and built by themespack
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background: #131415 ;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
 a {
	color: #000000;
	text-decoration: none;
                
}
a:visited {
	color: #686868;
	text-decoration: none;
                
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {

}
/* Specify pairs of quotes for two levels in two languages */
Q { quotes: "\00AB" "\00BB" }

/* Insert quotes before and after Q element content */
Q:before { content: open-quote }
Q:after  { content: close-quote }

p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1c0a03;
}
h1 a, h1 a:visited{
	color: #1c0a03;
	text-decoration: none;
}
h1 a:hover{
	color: #1c0a03;
	text-decoration: none;
}
h2 {
	color: #617e2c;
	margin: 0px 0px 2px;
	border-bottom: 1px solid #999999;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #617e2c;
	text-decoration: none;
}
h2 a:hover {
	color: #686868;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #cbcbcb;
	margin: 10px 0px 5px;
}
h4 {
	font-family: Verdana;
	font-size:12px;
        font: normal;
	color: #000000;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 950px;
	background: #000000 url(img/pbg.jpg);
}
/* header area */
#header {
	background: #000000 url(img/header1.jpg) no-repeat;
	position: relative;
	height: 367px;

}
#headerlogo {
	position: relative;
	padding: 40px 0px 0px 50px;
	height: 60px;
}
#headerlogo .description{
	position: absolute;
	left: 55px;
	bottom: 3px;
	color: #111111;
	font-size: 16px;
}


#nav {
	margin: 0px;
	position: relative;
	top: 318px;

}
#nav li {
display: block;	
float: left;
	margin-left: 6px;
}

#nav .page_item a{
	color: #FFFFFF;
	text-decoration: none;
	background: #101010;
	padding: 4px 10px;
	display: block;
	font:  16px/100% Arial, Helvetica, sans-serif;
	border-top:1px solid #a9d187;
	border-right:1px solid #a9d187;
	border-left:1px solid #a9d187;
	border-bottom:1px solid #a9d187;

}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #999999;
	background: #101010;
	padding: 5px 10px;
	font:  16px/100% Arial, Helvetica, sans-serif;
	border-top:1px solid #a9d187;
        border-bottom:1px solid #a9d187;

}
#nav ul {
	margin: 0 0 0 30px;
	padding: 0;
}
#nav ul li ul {
	margin: 0;
	position: absolute;
	left: -999px;
       	width: 225px;

}

#nav ul li:hover ul, #navbar ul li.sfhover ul {
	left: auto;

}


/* content  */
#content {
	padding: 2px 10px 25px 12px;
	float: left;
	overflow: hidden;
	width: 660px;
}
.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
	width: 45px;
	height: 46px;
    color: #660000;
    float:left;
    border: 1px solid #9e9f9a;
                	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #576530	;
	text-align: center;
	display:block;
	line-height: 14px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #5a9b1f;
	text-align: center;
	display:block;
	line-height: 20px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 600px;

}
.date {
	color: #ffffff;

}
.post-cat {
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #cbcbcb;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
color: #ffffff;
}
.post-calendar {
	background: #000000;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #cbcbcb;
}
.post-content {
	clear: both;
	background-color:#ffffff;
	border:1px solid #686868 ;
	padding: 15px;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #cbcbcb;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/arrowleft.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/arrowright.gif) no-repeat right center;
}
/* comments  */
#comments, #respond {
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0 5px 0;
	clear: both;
color: #ffffff;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 150%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: transparent;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
	color: #ffffff;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #e5e3e6;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#000000;
	border: 1px solid #333333;
	padding: 3px;
	margin-top: 3px;
    color: #cbcbcb;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#000000;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 3px;
    color: #cbcbcb;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #000000;
}
#commentform #submit{
	background: #000000 ;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #555555;
	border:1px solid #333333;
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 10px 14px 25px 13px;
	width: 230px;
	color: #cbcbcb;
	overflow: hidden;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #617e2c;
	padding:2px;
	margin: 20px 0px 2px;
    border-bottom: 1px solid #333333;
                
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
color: #cbcbcb;
                font-size: 14px;
	text-decoration: none;

}
#sidebar a:hover{
	color: #686868;
                font-size: 14px;
	text-decoration: none;


}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
/*sidebar list level2 */
#sidebar ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 0px 2px 0px 10px;
	border: none;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}
/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

#searchform br {
	display: none;
}
#searchform #s {
	width: 125px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #cbcbcb;
	background: #000000;
	margin-right: 2px;
	color: #cbcbcb;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #000000;
	border: 1px solid #cbcbcb ;
	width: 67px;
	height: 28px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #cbcbcb;
	vertical-align: middle;
}

/* page close */
#close {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 0px;
}
/* footer bar */
#footer { clear: both; height: 30px; background: url(img/fback.jpg); width:950px; color: #333333; text-align: right;padding-top:32px; }

#footer a:link, #footer p a:visited { color: #f2f2f2; }
#footer a:hover { color: #fff; }
/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


