/*  
Theme Name: New eve
Theme URI: http://www.themespack.com/
Description: wordpress Themes new eve by <a href="http://www.wordpres.in/">Free wordpress Themes</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: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #27013A;
	background: #ffffff url(img/header.jpg) top center repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #018eda;
	text-decoration: none;
}
a:visited {
	color: #018eda;
	text-decoration: none;
}
a:hover {
	color: #95228e;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding-left: 0px;
	height: 50px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #f7941d;
}
h1 a, h1 a:visited{
	color: #f7941d;
	text-decoration: none;
}
h1 a:hover{
	color: #f7941d;
	text-decoration: none;
}
h2 {
	color: #f00189;
	margin:0px;
	background:#ffffff;
	letter-spacing: -1px;
	font: normal 24px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	padding-bottom: 3px;
	border-bottom:1px dotted #e1e1e1;
}
h2 a, h2 a:visited {
	color: #f00189;
	text-decoration: none;
}
h2 a:hover {
	color: #f7941d;
	text-decoration: none;
	border:none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #018eda;
	margin: 10px 0px 5px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #95228e;
	margin: 10px 0px 5px;
	background-image:url(img/dots.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 920px;
	}
/* header area */
#header {
	background: url(img/header.gif);
	height: 253px;
	position: relative;
	border-top:5px solid #efefef;
}
#headerlogo {
	position: relative;
	padding: 155px 0px 0px 120px;
	height: 60px;
}
#headerlogo .description{
	position: absolute;
	left: 125px;
	bottom: 3px;
	color: #f00189;
	font-size: 14px;
}
#google{
	margin: 0px ;
    right: 3px;
	float: right;
    position: absolute;
    top:5px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	background:transparent;
    left: 10px;
	top: 7px;
}
#nav li {
	float:left;
	margin-left: 5px;

}
 #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
	background:transparent;
	 
}
#nav .page_item a{
	color: #018eda;
	text-decoration: none;
	padding: 8px 15px;
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	display: block;
	background:transparent;
	border-top:2px solid #f00189;
	
}
 #nav .current_page_item a,#nav .page_item a:hover {
	color: #f00189;
    text-decoration: none;
	padding: 8px 15px;
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	display: block;
	background:transparent;
	border-top:2px solid #018eda;
	
}
/* content  */
#content {
	padding: 0px 5px 0px 5px;
	float: left;
	width: 530px;
	margin:5px 0 5px 10px;
	overflow: hidden;
	border: none
	
}
.post {
	clear:both;
	padding-top: 10px;
}
.entry {
	float:left;
	width: 525px;
}
blockquote{
	margin: 5px;
	padding: 5px;
	background:#ecf4dc;
	color:#018eda;
	border:1px solid #e1eace;
}
.post-views {
	background: #ffffff;
	padding-left: 7px;
	float:left;
	font-size: 95%;
	color: #2c8e44;
}
.post-cat {
	background: #ffffff  url(img/folder.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #000000;
}
.postmetadata { 
	color: #000000; 
	font-size:12px; 
	padding:8px; 
	background: #ffffff  url(img/meta.jpg) repeat-x;
	height:18px;
}
.postmetadatap { 
	color: #000000; 
	font-size:14px; 
	padding:8px; 
	background: #ffffff  url(img/pback.jpg) repeat-x;
	height:60px;
}
.postrss{
	color: #000000;
	font-size:13px;
	padding: 3mm;
	border: thin dotted #2c2c2c;
	font: verdana;
}
.post-comments {
	background: #ffffff  url(img/com.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: #ffffff;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #f01221;
}
.googleads{
	width:520px;
	float:left;
	color:#666;
	background:#fff;
	margin:5px 0 5px 0px;
	padding:10px 0 10px 20px;
	border: 1px solid #eee;
}
.similiar{
	width:515px;
	float:left;
	color:#000000;
	text-align:justify;
	margin:5px auto;
	padding:5px 6px 10px;
}
.post-content {
	clear: both;
	padding: 5px;
	padding-top: 5px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #F00C3A;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
}
.next-entries a {
	float: right;
	padding-right: 18px;
}

/* comments  */
#comments, #respond {
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ffffff;
	border:1px dotted #eee;
	color:#000000;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #618024;
}
.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: #696c69;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#FFFFFF;
	border: 1px solid #eee;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#FFFFFF;
	border: 1px solid #eee;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #fff ;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #018eda;
	border:1px solid #eee;	
    float:left;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 5px 5px 0px 10px;
	width: 325px;
	overflow: hidden;
}
#misc{
	width:325px;
	margin:0 0 5px 5px;
	padding:0; 
	background:#ffffff; 
	float:left;
}
#info{
	width:315px;
	font-size:11px;
	margin:0px 0 0px 0;
	padding:10px; 
	background:#ffffff; 
	border:#eee 1px solid;
	float:left;
	color: #018eda;
}
#misc1{
	width:325px;
	margin:0 0 0px 5px;
	padding:0; 
	background:#ffffff; 
	float:left;
}
#info1{
	width:315px;
	font-size:11px;
	margin:5px 0 5px 0;
	padding:10px; 
	background:#ffffff; 
	border:#eee 1px solid;
	float:left;
	color: #95228e;
}
#left {
	float: left;
	width: 150px;
}

#right {
	float: right;
	width: 150px;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font: normal 18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	margin: 5px 0px 2px;
	background : #ffffff ;
	border-bottom:#eee 1px solid;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #95228e;
    font-size: 11px;
	text-decoration: none;
}
#sidebar a:hover{
	color:#000000;
    font-size: 11px;
	text-decoration: none;
	border: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: 12px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 12px !important;
}
/*rss widget */
ul.list-rss li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 12px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 12px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 12px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 12px !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: 12px !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;
}
/*search form */
#bsearch{
	width:315px;
	font-size:11px;
	margin:0 0 0 5px;
	padding:10px; 
	background:#3d5d00;
	border:#eee 1px solid;
	float:left;
	color: #ffffff;
}
#searchform {
	height:20px;
	line-height:20px;
	float:left;
	padding-top:0px;
	margin:0;
	}
#searchform br {
	display: none;
}
#searchform #s {
	width: 160px;
	height: 16px;
	padding: 4px 0px 0px 0px;
	background: #FBF6FD;
    border:1px solid #eee;
	margin-right: 2px;
	color: #145317;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background:#FBF6FD;
	border:1px solid #eee;
	width: 73px;
	height: 22px;
    font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}
/* page close */
#close {
	clear: both;
	background: #ffffff;
	line-height: 130%;
	padding-bottom: 0px;
	
	
}
/* footer bar */

#footerbg {
	background: #ffffff;
	border-top:5px solid #f7941d;
	}

#footer {
	background: #ffffff;
	color: #f00189;
	width: 920px;
	margin: 0px auto 0px;
	padding: 30px 0px 20px 0px;
	text-align: center;
	font-size: 14px;
	}
	
#footer a, #footer a:visited{
	color: #018eda;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}
/* 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;
}


