/*
Theme Name: Light Green
Theme URI: http://www.leapshine.com/
Description: The Light Green WordPress theme by <a href="http://www.leapshine.com/">ginmini</a>.
Version: 1.0
Author: Ginmini
Author URI: http://www.leapshine.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/*BACKGROUND IMAGE************/
body {
	background: url('http://pic.yupoo.com/harriet/BGmEa0E0/jFlIl.jpg') repeat; 
	/*if you want a solid color instead, erase "url('images/bg.gif') repeat" and write in your color code "#333333"*/
	font:13px Century gothic, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#777; /*OVERALL TEXT COLOR*/
margin:0 auto;
	scrollbar-face-color:#fafafa;
scrollbar-highlight-color:#fafafa;
scrollbar-3dlight-color:#fafafa;
scrollbar-darkshadow-color:#fafafa;
scrollbar-shadow-color:#fafafa;
scrollbar-arrow-color:#cccccc;
scrollbar-track-color:#fafafa;
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#76bd7f;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	width:900px;
    height:15px;
	background:#ECEED9;	
}
#flash { width:900px;
         height:350px;
     margin:0 auto;
		 }

/*MENU COLORS****************/
#menu {
	background:#ECEED9;
width:900px;
	padding: 0;
}

#menu li a {
	font:13px Century gothic, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;

	color:#76bd7f;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#76bd7f; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#ECEED9;
        font-family: Century gothic, Helvetica, sans-serif;
                 width:900px;
}
.holder .text strong {
	display:block;
	font-size:14px;
	color:#76bd7f;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
        font-family: Century gothic, Helvetica, sans-serif;
}
.holder .text p {
	font-size:14px;
	color:#76bd7f;
	line-height:17px;
	margin:0 0 5px;
    font-family: Century gothic, Helvetica, sans-serif;
}

/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	background:url(images/post-title.jpg) no-repeat; 
	padding:0 0 0 44px;
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:18px;
	font-family: Century gothic, Helvetica, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#3494bb;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
}


/*COMMENT BOX**************/

.text-box p span,.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:#2574b6;
	font-family: Century gothic, Helvetica, sans-serif;
}
.text-box {
                padding:0 12px; 	
                font-family: Century gothic, Helvetica, sans-serif;
	color:#76bd7f;
	font-size:14px;
}
.text-box p {
	font-size:14px;
	font-family: Century gothic, Helvetica, sans-serif;
	margin:0;
	color:#76bd7f;
}

/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:#E2E5C3;
}
.arrows li {
	font:11px/25px Verdana, Century gothic, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#fff;
	text-decoration:none;
	border: 0px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.arrows li a:hover {
	text-decoration:none;
	 border-color: #E2E5C3;
	 }
#pagenavi, 
#postnavi {
	margin:15px 15px 0;
	padding:10px 15px 0;
	border-top:1px solid #BFBFBF;
	width:840px;
}
#pagenavi {
	font-size:11px;
	padding-left:15px;
	height:20px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(img/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:20px;
	line-height:20px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(img/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:20px;
	line-height:20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:900px;
	font:12px/25px Verdana, Century gothic, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #666666;
}

/*NAVIGATION for single posts*/
.navigation {
	width: 870px;
	padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}





/*Edit only if you dare*/


body {
	margin:0 auto;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	margin:0 auto;
	width: 900px;
	padding: 0;
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
	margin: 0;
	padding:0 0 0 0px;		
	height:1%;
	width: 900px;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:140px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#F2F2F2;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#76bd7f;}
.holder {
	padding:20px 15px 20px;
	width:870px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:330px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 10px 0 16px 49px;}
.holder ul li.rss a {
	display:block;
	width:56px;
	height:56px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:900px;
	background:#fff;
	padding:23px 0 0;
}
.post {
	padding:0 15px;
	overflow:hidden;
}
.post p {
	line-height:25px;
	margin:0 0 22px;
}
.image {
	display:block;
	margin:0 0 19px;
}

.content-box {
	width:700px;
	padding:0 15px 10px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0 auto;
	padding:0;
	float:left;
	overflow:hidden;
	position:relative;
		width:700px;
}
.coment li {
	background:url(images/comments-divider.gif) no-repeat 0 50%;
	padding:0 19px 0 21px;
	position:relative;
	float:left;
	font:10px/25px Verdana, Century gothic, Helvetica, sans-serif;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}
.links {
	list-style:none;
	margin:0;
	padding:0 2px 0 0;
	float:right;
}
.links li {
	float:left;
	padding:0 6px 0 0;
}
* html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
* +html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}


/*new-comment*/
.new-comment {
	width:640px;
	padding:0px 0 0 257px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	background:#fff;
}
.form label {
	display:block;
	color:#4c4c4c;
	font:12px/16px Verdana, Century gothic, Helvetica, sans-serif;
}
.form-box {
	width:100%;
	overflow:hidden;
}
.left-box {
	float:left;
	width:232px;
	padding:2px 0 0;
}
.right-box {
	float:right;
	width:200px;
}
.right-box textarea {
	width:178px !important;
	height:109px !important;
	padding:10px !important;
	overflow:auto !important;
	border:1px solid #ccc !important;
}
.form .line {
	padding:0 0 17px !important;
}
.form .line input {
	width:186px !important;
	border:1px solid #ccc !important;
	padding:1px 6px !important;
}
.form  .cancel {
	display:block;
	width:38px;
	height:12px;
	overflow:hidden;
	background:url(images/cansel.gif) no-repeat;
	text-indent:-9999px;
}
.form .bottom {
	height:1%;
	overflow:hidden;
	padding:8px 0 0 144px;
}
.form .bottom input {
	float:left;
	margin:0 19px 0 0;
	padding:2px 0 0;
}
.log_admin{
	padding-left: 234px;
}
.title a {
	text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
	border:1px solid #ccc !important;
}
.comment_form{
	padding-left: 257px;
	width: 432px;
}
.comment_form .submit{
	border: none !important;
}
.inner {
	padding: 20px;
}
.coment{
	text-transform: uppercase;
}

/* postmeta */
}
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111;
	background: #111;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #444;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* comments */

ol.commentlist {
list-style:none;
padding-left:15px;
padding-right:15px;
margin: 0 auto;
}

ol.commentlist li {
list-style:none;
background-image:none !important;
padding:10px !important;
margin:0 !important;
margin-bottom:10px !important;
}

ol.commentlist li p {
margin-bottom:0;
padding:0;
margin-bottom:10px;
}

ol.commentlist li ol.children {
margin:0 !important;
margin-left:10px !important;
padding:0 !important;
}

ol.commentlist li ol.children li {
margin:0 !important;
margin-top:10px !important;
padding:10px !important;
}

ol.commentlist li ol.children li a:link, ol.commentlist li ol.children li a:visited, ol.commentlist li ol.children li a:active {
background-image: none !important;

}

ol.commentlist li ol.children li a:hover {

}

li.depth-1 {
border-left:0px solid #E8D3D3;
border-top:0px solid #E8D3D3;
border-bottom:0px solid #EEEACF;
border-right:0px solid #EEEACF;
background-color:#fafafa;

}

li.depth-2 {
border:0 !important;
background-color:#eee !important;
}

li.depth-3 {
border:0 !important;
background-color:#EFE8CC !important;
}

li.depth-4 {
border:0 !important;
background-color:#F5EFDD !important;
}

li.depth-5 {
border:0 !important;
background-color:#FCF9F2 !important;
}

li.depth-6 {
border:0 !important;
background-color:#EECFDB !important;
}

li.depth-7 {
border:0 !important;
background-color:#F1D7E1 !important;
}

li.depth-8 {
border:0 !important;
background-color:#F4DEE6 !important;
}

li.depth-9 {
border:0 !important;
background-color:#F8E9EE !important;
}

li.depth-10 {
border:0 !important;
background-color:#ffffff !important;
}


.comment-author img.avatar {
float:right;
border:2px solid #72B1C8;
}

.comment-author cite.fn {
color:#4796B5;
font-weight:bold;
font-style:normal;
}

.comment-author cite.fn a:link, .comment-author cite.fn a:visited, .comment-author cite.fn a:active {
color:#4796B5;
font-weight:bold;
}

.comment-author cite.fn a:hover {
color:#72B1C8;
font-weight:bold;
}

.comment-author .says {
display:none;
}

.comment-author-admin cite.fn {
color:#BB4676;
font-weight:bold;
font-style:normal;
}

.comment-author-admin img.avatar {
float:right;
border:2px solid #D99CB4;
}

.comment-author-admin a.url:link, .comment-author-admin a.url:visited, .comment-author-admin a.url:active {
color:#BB4676 !important;
font-weight:bold;
}

.comment-author-admin a.url:hover {
color:#C05982 !important;
font-weight:bold;
}

.commentmetadata {
font-size:10px;
}

.reply a:link, .reply a:visited, .reply a:active {
text-decoration: none;
background-color:#E5E9D5;
padding-left:4px;
padding-right:4px;
padding-top:2px;
padding-bottom:1px;
color:#79BD80;
font-size:10px;
}

.reply a:hover {
background-color:#C0E0FF;
}


