/*  
Theme Name: Mentisa
Theme URI: http://www.themespack.com/
Description: wordpress Themes  Mentisa  by <a href="http://www.themespack.com/">Themes Pack</a> |<a href="http://www.wordpres.in/">Wordpres Seo Blog</a>
Author: Wonder
Author URI: http://www.wordpresssite.com/

	This theme was designed and built by Wonder themes
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
    background: #000000 url(img/bg.jpg);
    background-attachment:fixed;
	margin: 0px;
	padding: 0px 0px 0px 0px;
                
}
a {
	color: #72a81f;
	text-decoration: none;
}
a:visited {
	color: #72a81f;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
h1 {
	text-indent:-10000px;
	margin:0;
	padding:0;
}
h1 a{
	display:block;
	background:url(img/logo.gif) no-repeat left;
	height:240px;
	border: none;
}
h2 {
	font:14px "Verdana", Geneva, Arial, sans-serif;
	color: #aa08bd;
	text-transform:uppercase;
	text-indent: 2px;
	font-weight: bold;
	background:#040404;
	border:none;
	padding:3px;
	margin: 0px 0px 0px;
}

h2 a, h2 a:visited {
	color: #aa08bd;
	text-decoration: none;
}
h2 a:hover {
	color: #cf00e7;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #aa08bd;
	margin: 0px 0px 0px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #aa08bd;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 900px;
	background:transparent;
}
/* header area */
#header {
	background: #000000 url(img/docmock-header.gif);
	height: 283px;
	border-top:  0px solid #111111;
	border-bottom:  6px solid #000000;
	position: relative;
}
#headerlogo {
	position: relative;
	padding: 40px 0px 0px 45px;
	height: 80px;
}
#headerlogo .description{
	position: absolute;
	left: 440px;
	bottom: 3px;
	color: #7d9406;
	font-size: 0;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
    right: 5px;
	top:0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
 #nav .current_page_item a:visited{
	color: #999999;
	text-decoration: none;
	background:#101010;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background:transparent;
	padding: 4px 10px;
	font:  16px/100% Arial, Helvetica, sans-serif;
	display: block;
	border-top:3px solid #000000;
	border-right:1px solid #7aa824;
	border-left:1px solid  #7aa824;
	border-bottom:1px solid #7aa824;
	
}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #ffffff;
    	text-decoration: none;
	background: #101010;
	padding: 6px 10px;
	font:  16px/100% Arial, Helvetica, sans-serif;
	display: block;
	border-top:3px solid #00ff23;
}
/* content  */
#content {
	padding: 0px 0px 25px 5px;
	float: left;
	width: 530px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
	width: 40px;
	height: 40px;
    color: #179603;
    background:#111111;
    float:left;
    border: 1px solid #222222;
	
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #799105;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #68ab1e;
	text-align: center;
	display:block;
	line-height: 16px;
	padding-top: 3px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 465px;
	background:#111111;
	border:1px solid #222222;
}
.post-bottom {
	background:transparent;
	padding-top: 5px;
	float:right;
	font-size: 95%;
	color: #555555;
	
	}
.post-content {
	clear: both;
	padding-top: 10px;
	background:#111111;
	border-bottom: 1px dotted #040404;
}
.googleads{
	width:520px;
	float:left;
	color:#888888;
	background:#000000;
	margin:5px 0 5px 0px;
	padding:10px 0 10px 20px;
	border: none
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #00ff23;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #444444;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	background: #181818;
	padding: 5px 10px;
}
.commentlist .alt {
	background: #111111;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	color: #2882da;
}
.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: #00ff23;
	font-size: 87%;
}
#commentform input{
	width: 250px;
	background:#222222;
	border: 1px solid #333333;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 570px;
	height: 115px;
	background:#222222;
	color: #ffffff;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #222222;
	color: #ffffff;
}
#commentform #submit{
	background: #111111;
	font:14px Arial, Helvetica, sans-serif;
	color: #00ff23;
	border:1px solid #222222;	
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding:5px;
	padding-top: 13px;
	width: 340px;
	color: #00ff23;
	overflow: hidden;
}
#box{
	background:#111111;
	border:1px solid #222222;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	margin-bottom:15px;
}

#left {
	float: left;
	margin-right: 3px ;
	width: 160px;
}
#right {
	margin-right: 3px ;
	float: right;
	width: 160px;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font:14px "Verdana", Geneva, Arial, sans-serif;
	color: #2e92f9;
	text-transform:uppercase;
	background:#000000;
	border:none;
	padding:3px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #ffffff;
    font-size: 12px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #7c9305;
    font-size: 12px;
	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: 3px 2px 5px 5px;
	border-bottom: 1px dashed #040404;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 0px;
	border: none;
}
/*blogroll widget */
ul.list-blogroll li{
	padding-left: 7px !important;
}
/*meta  widget*/
ul.list-meta li{
	padding-left: 7px !important;
}
/*rss widget */
ul.list-rss li{
	padding-left: 7px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	padding-left: 7px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	padding-left: 7px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	padding-left: 7px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	padding-left: 7px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	padding-left: 7px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}
/*search form */
#searchform {
	margin: 0px ;
    right: 6px;
	float: right;
    position: absolute;
    bottom: 3px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 170px;
	height: 21px;
	padding: 4px 0px 0px 0px;
	background:#000000;
    border:1px solid #6cbb21;
	margin-right: 2px;
	color: #00ff23;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background:#000000;
	border:1px solid #6cbb21;
	width: 70px;
	height: 27px;
    font: 14px Arial, Helvetica, sans-serif;
	color: #00ff23;
	font-weight: bold;
	vertical-align: middle;
}
/* page close */
#close {
	clear: both;
	background: #000000;
	color: #000000;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 0px;
}
/* footer bar */
#footer {
	margin: 0px auto;
    width: 900px;
    background: #111111;
    color: #cacaca;
    height: 30px;
    font-size: 12px;
	line-height: 100%;
    border: 1px solid #222222;
}
#footer a, #credit a:visited {
    margin-top: 8px;
	color: #2e92f9;
}
/* 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;
}
/* rss */
#rsscon {
vertical-align:middle;
margin:6px;
}
