/*

Theme Name: Green classic New with WP pagination customization
Author: Aman 
Author URI: http://ww.stoneig.com/
*/

@import "wp-paginate.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong { font-weight:bold }
em { font-style: italic }

/* css resetat */

body {
	background: #c9e3ca;
	font-family: Arial;
	font-size:11px;

}


#wrap {
	width:807px;
	background:#fff;
	margin:0 auto;
} 

#header {
	height:220px;
	background:url(img/header.gif) no-repeat;
}

#header .title {
	float:left;
	padding-left:20px;
	margin-top:30px;
}

#header .desc {
	float:left;
	padding-left:100px;
	height:14px;
	font-family:Tahoma;
	font-style:italic;
	font-size:12px;
	color:#999999;
}

#header .title h1 {
	font-family: Tahoma;
	font-size:36px;
	font-weight: normal;
}

#header h1 a, #header h1 a:hover {
	color:#233C24;
	text-decoration:none;

}

#header .menu {
	float:right;
	width:300px;
	margin:18px 20px 0 0;
	height:21px;
	background:url(img/m.gif) no-repeat;
}

#header .menu li {
	float:left;
	height:31px;
	padding: 2px 10px 2px 10px;
	background:url(img/ms.gif) top right no-repeat;
}

#header .menu li a {
	font-family: Tahoma;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;
}

#header .menu li a:hover {
	color: #e9f8cf;
	text-decoration:none;
}

#header  .search {
	float:right;
	padding-right:30px;
	margin-top:35px;
}

#header  input.s {
	border: 1px solid #ccc;
	width:100px;
	height:14px;
	font-family: Tahoma;
	font-size:12px;
	color:#999999;
	padding:2px;
}


#content {
	background: #fff url(img/sidebar.gif) right repeat-y;
	width:780px;
	margin-left:16px;

}

#content .entry {
	float:left;
	width:560px;
	padding-left:15px;
	margin-bottom:10px;
	font-size:12px;

}
#content .entry h2 {
	font-family: Tahoma;
	font-size:18px;
	font-weight: normal;
}

#content  h3 {
	font-size:14px;
	font-weight: bold;
	color:#777;
	margin:10px 0 10px 0;

}

#content .entry h2 a, #content .entry h2 a:hover {
	color: #7a934e;
	text-decoration:none;
}

#content .text {
	margin-top:10px;
	color:#797373;
	line-height:16px;
	
	padding:10px;
}

#content .info {	
	background:url(img/inf.gif) no-repeat;
	height: 24px;
	padding:10px 10px 8px 10px;
	color: #7c7576;
}

#content .comments {
	float:right;
}


#content  a { 
	color: #248487;
	text-decoration:none;
}

#content a:hover { 
	color: #248487;
	text-decoration:underline;
}

#navigation { 
	float:left;
	width:680px;
	padding-left:15px;
	color: #ec5224;
}

#navigation .right { 
	float:right;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	padding-top:5px;
	height:20px;
	
}


#navigation .left {
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	padding-top:5px;
	height:20px;
}


#sidebar {
	float:right;
	width:180px;
        background: url(img/sidebar-top.gif) top no-repeat #c8ddc8;
}

#sidebar .sl {
	border-bottom: 1px solid #fff;
	padding:10px;

}

#sidebar .sl h2, #sidebar .sl h3 {
	text-align:left;
	//padding-left:10px;
}


#sidebar h2, #sidebar h3 {
	font-family:Tahoma;
	font-size:14px;
	font-weight: bold;
	color: #233C24;
	background:url(img/side_h2.gif) no-repeat;
	height:21px;
	
}

#sidebar ul {
	margin:10px 0 20px 25px;
	font-size:11px;
}

#sidebar ul li {
	
	margin-bottom:2px;
	background: url(img/uls.gif) left top no-repeat;
	padding-left:15px;
	margin-left:-15px;
}

#sidebar ul li ul li {
	width:110px;
	margin-bottom:2px;
}

#sidebar ul a {
	display:block;
	color:#248487;
	text-decoration: none;
	}


#sidebar ul a:hover {
	display:block;
	color:#248487;
	text-decoration: underline;
	}



#footer {
	margin:0 auto;
	margin-top:-30px;
	width:807px;
	height:87px;
	background:url(img/footer.gif) no-repeat;
	color:#333333;
	text-align:center;
	padding-top:40px;
}

#footer a{
	color:#248487;
	text-decoration: none;
}

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

.cleaner {
	clear:both;
}

#comments li {
	background:url(img/comment.gif) no-repeat;
	padding:15px 0 20px 10px;
}

#comments li ul li, #comments li ol li {
	background: none;
	padding:0 0 3px 0;
}

.text p {
	margin-bottom:10px;
}

blockquote {
	margin:5px 15px 5px 15px;
	padding: 5px 0 5px 15px;
	background: #f7faf4;
	border-top: 3px solid #78914c;
	font-size:11px;
	line-height:15px;
	color: #8f8a8a;
}

blockquote blockquote {
	margin:5px 15px 5px 15px;
	padding: 5px 0 5px 15px;
	background: #fff;
	border-top: 3px solid #78914c;
	font-size:11px;
	line-height:15px;
	color: #8f8a8a;
}

#sidebar ul {
	list-style: none;
}

ul {
	list-style: disc;
	margin:10px 0 10px 15px;
}

ol {
	list-style:decimal;
	margin:10px 0 10px 25px;
}

#comments ul {
	list-style: disc;
	margin:10px 0 10px 20px;
}

#comments ol {
	list-style:none;
	margin:10px 0 5px 0;
}

#comments ol ol {
	list-style:decimal;
	margin-left: 20px;
	padding-left:3px;
}


/*  todd  */

/* navigation */
#globalnav {
	float: left;
	height: 23px;
	padding-top: 6px;
	background: #233C24;/*233C24*/
	text-align: right;
	color: #CCC;
	font-size: 10px;
	width: 100%;
}
#globalnav-links {
	float: right;
}
#globalnav-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalnav-links ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#globalnav-links span {
	color: #D5C4D4;
	padding: 2px 5px 0 0;
	display: block;
	float: left;
}

#globalnav-links span#menulink_2_globalnav {
	color: #6EC4FF;
	font-weight: bold;
	padding-right: 10px;
}

div.clear {
	clear: both;
}

#searchform{
	margin: 4px 0 0 10px;
}

.s2{
	margin: 2px 0 0 0;
}

img.alignright { float: right; margin-left: 20px; }
img.alignleft { float: left; margin-right: 20px; }

}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}