/*  

Theme Name: Golden Green

Author URI: http://www.premiumthemes.net/

Version: 1.0

Author: R. Bhavesh

Description: Premium Themes is a theme by <a href="http://cssace.com/">R.Bhavesh</a> and <a href="http://premiumthemes.net/">PremiumThemes.net</a>.

*/





* {

	margin: 0;

	padding: 0;

	border:none;

}

body {

	background:#e9ece2;

 	font: 12px Arial, Helvetica, sans-serif;

}

/* Links -----------------------------------------------------------------------*/



a {

 	text-decoration: none;

	outline:none;

}

a:hover {

	color: #333;

}

ul {

	list-style:none;

}

.clear {

	clear:both;

}



.alignleft {

	float:left;

}

.alignright {

	float:right;

}

.imgleft {

	float:left;

	margin:0 12px 12px 0;

	border:2px solid #b7a870;

	background:#fff;

	padding:3px;

}

.imgright {

	float:right;

	margin:0 0 12px 12px;

	border:2px solid #b7a870;

	background:#fff;

	padding:3px;

}

.imgleft_n {

	float:left;

	margin:0 40px 12px 0;

	padding:3px;

}

.img_center {

	width:98%;

	background:#d5d5d5;

	padding:5px;

	margin:10px 0;

}

code {

	font-size:12px;

}

.gravatar {

	float:right;

	border:2px solid #999;

	margin:10px 10px 10px 15px;

	width:40px;

	height:40px;

	background: url(images/gravtar.png) no-repeat;

}



/* STRUCTURE ----------------------------------*/

#page {

}

#header {

	overflow:hidden;

	height:94px;

	background:#fff url(images/headerbg.png) repeat-x top;

}

#header-in {

	width:960px;

	margin:0 auto;

}

 

#content-wrap {

	width:960px;

	margin:0 auto;

	padding-bottom:20px;

}

#container {

	background:#fff url(images/container_bg.png) repeat-x top;

	height:100%;

	overflow:hidden;

}

#content {

	float:left;

	width:50%;

	padding:15px 0;

}

#sidebar {

	float:right;

	width:465px;

	padding:15px 0;

}

#sidebar_r {

	float:right;

	width:275px;

	padding-bottom:85px;

	background:#d6d4bb url(images/sr_bottom.png) no-repeat bottom;

}

#sidebar_l {

	float:left;

	width:180px;

	padding-bottom:85px;

	background:#ecead2 url(images/sl_bottom.png) no-repeat bottom;

}

#footer {

	clear:both;

	height:50px;

	padding:10px 0;

	background:#293a2a url(images/footerbg.png) repeat-x top;

}

#footer-in {

	width:960px;

	margin:0 auto;

	overflow:hidden;

}

/*  Headings ----------------------------------*/



h1 {

	margin: 0 0 15px 0;

	padding:0;

	font:normal 20px "Trebuchet MS", Verdana, Arial;

	color: #3f5940;

	border-bottom:2px solid #d2ce99;

}

h3.title {

	/*make homepage h3's for the first 2 stories look like H1 */

	font-size:28px;

	background:url(images/bullet5.png) no-repeat left 5px;

}


#content h3.h1 {

	margin:0;

	padding:0 0 0 32px;

	color:#bdbdbd;

	font:normal 22px "Trebuchet MS", Verdana, Arial;

	background:url(images/bullet5.png) no-repeat left top;

}


#content h2.h1 {

	margin:0;

	padding:0 0 0 32px;

	color:#bdbdbd;

	font:normal 22px "Trebuchet MS", Verdana, Arial;

	background:url(images/bullet5.png) no-repeat left top;

}


#content h3 {

	margin:0;

	padding:0;

	color:#666;

	font:normal 22px "Trebuchet MS", Verdana, Arial;

	background:none;

 }



h1 a, h3 a {

	text-decoration: none;

	color:#9f7f09;

	border-bottom:none;

}

h1 a:hover, h3 a:hover {

 	text-decoration: none;

}

h2 {

	margin:0;

	padding: 5px 0 0 0;

	line-height: 150%;

	color: #3f5940;

	font:normal 22px "Trebuchet MS", Verdana, Arial;

}

h2 a {

	color: #9f7f09;

	text-decoration: underline;

}

h2 a:hover {

 	text-decoration: none;

}

h3 {

	margin:0;

	padding:0 0 0 32px;

	color:#bdbdbd;

	font:normal 22px "Trebuchet MS", Verdana, Arial;

	background:url(images/bullet5.png) no-repeat left top;

}

#sidebar h3 {

	font-size: 14px;

}

h4 {

	margin:0;

	padding: 5px 0;

	font:normal 18px "Trebuchet MS", Verdana, Arial;

}

h5 {

	margin:0;

	padding: 5px 0;

	font:bold 16px "Trebuchet MS", Verdana, Arial;

	color:#d0891a;

	border-bottom:2px solid #cfcdb1;

}

h6 {

	margin: 32px 0 12px 0;

	padding: 0 0 5px 0;

	line-height: 150%;

	color: #d0891a;

	font:normal 18px "Trebuchet MS", Verdana, Arial;

	border-bottom:2px solid #cfcdb1;

}

#content h5 {

	margin:0;

	padding: 5px 0;

	font:bold 16px "Trebuchet MS", Verdana, Arial;

	color:#d0891a;

	border-bottom:none;

}

#content h6 {

	margin: 5px 0 0 0;

	padding: 0 0 5px 0;

	line-height: 150%;

	color: #d0891a;

	font:normal 18px "Trebuchet MS", Verdana, Arial;

	border-bottom:none;

}



/* Header  ----------------------------------*/



#header-in .logo-image {

	font:32px Georgia, "Times New Roman", Times, serif;

	color:#add352;

	margin:25px 0 0 0;

	float:left;

}

#header-in .logo-image a {

	display:block;

	overflow:hidden;

	color:#000;

	width:500px;

	height:30px;

	text-indent:-9009px;

	text-decoration:none;

	background:url(images/logo.png) no-repeat;

}



#header-in .logo-text {

	font:32px Georgia, "Times New Roman", Times, serif;

	color:#e7c03a;

	margin:20px 0 0 0;

	float:left;

}

#header-in .logo-text a {

	display:block;

	overflow:hidden;

	color:#e7c03a;

  	text-decoration:none;

 }

#header-in .logo-text a:hover {

	color:#fff;

 }



#header-in .description {

	margin:0;

	padding:3px 5px 0 0;

	font:bold 11px "Trebuchet MS", Verdana, Arial;

	color:#b8c8b9;

	float:left;

	clear:both;

}

#header-in p {

	margin: 0 0 10px 0;

	width:600px;

	color:#666;

	font-size:12px;

	line-height:18px;

}

#header-in h2 {

	margin:0;

	padding: 5px 0 5px 0;

	color: #ff6600;

	font:bold 14px Georgia, "Times New Roman", Times, serif;

}

.h_left {

	float:left;

}

.h_right {

	float:right;

	width:244px;

	height:31px;

	background:url(images/searchbg.png) no-repeat;

}

 

/*nav start ----------------------------------------------- */

  							  

#navi {

	height:33px;

	overflow:hidden;

	clear:both;

	background:url(images/navbg.png) repeat-x;

}

#navi-in {

	width:960px;

	margin:0 auto;

}

#nav {

	padding:0px;

	height: 31px;

	list-style:none;

	margin-left:10px;
margin-top:10px;
	float:left;

}

#nav li {

	float:left;

	background:url(images/navtabr.png) top right no-repeat;

	margin:0;

}

#nav .page_item a {

	color: #2a271c;

	display: block;

	background: url(images/navtabl.png) top left no-repeat;

	text-decoration: none;

	padding:6px 12px 7px 12px;

	font:bold 12px "Trebuchet MS", Verdana, Arial;

	text-transform:uppercase;

}

#nav li:hover {

	background-position: 100% -31px;

}

#nav .page_item a:hover {

	background-position: 0px -31px;

	border: none;

	color:#893e0a;

}

* html #nav .page_item a:hover {

	background-position: 0px 0px;

	border: none;

	color:#893e0a;

}

#nav li.current_page_item {

	color:#893e0a;

	text-decoration: none;

	background: url(images/navtabr.png) no-repeat right;

	background-position: 100% -31px;

}

#nav .current_page_item a {

	color:#893e0a;

	text-decoration: none;

	background: url(images/navtabl.png) no-repeat;

	background-position: 0px -31px;

}

/* TOP SEARCH FORM -----------------------------------------------------------------------*/

#search {

	margin:0;

	float:right;

	padding:0px 0 0 45px;

	float:right;

	width:199px;

	height:25px;

}

.searchfield {

}

#search .s {

	border: none;

	background:none;

	color: #333;

	border:none;

	padding:2px 0 0 5px;

	font:12px Arial, Helvetica, sans-serif;

	width:145px;

	float: left;

	height:16px;

	margin:5px 0 0 0;

}

#searchform .sgo {

	margin:10px 0 0 11px;

}

.subscriberss {

	float: right;

	font:12px "Trebuchet MS", Verdana, Arial;

	color:#fff112;

	margin:8px 0 0 0;

	padding-left:22px;

	background:url(images/rss.png) no-repeat;

}

.subscriberss a {

	color:#fff112;

}

.subscriberss a:hover {

	color:#0d3510;

}

/* Content  ----------------------------------*/



#content p {

	margin: 0 0 12px 0;

	padding:0;

	line-height:19px;

	text-align:justify;

}

#content p a {

 	color:#333;

 }

#content p a:hover {

	border-bottom:none;

 }

#content a {

 	text-decoration: none;

	border-bottom:none;

}

#content a:hover {

 	color:#333;

}



#content ul {

	margin:0;

	padding:0;

	font:12px Arial, Helvetica, sans-serif;

}

#content li {

	margin:0 0 5px 0;

	padding:0 0 0 14px;

	background:url(images/bullet4.png) no-repeat center;

	background-position:0 5px;

}

#content ul li ul {

	margin:8px 0 5px 0;

	padding:0 0 0 0;

}

#content li ul li {

	margin:0 0 5px 0;

	padding:0 0 0 14px;

	background:url(images/bullet4.png) no-repeat center left;

}



#content ol {

	list-style-type: decimal;

	line-height:18px;

	margin: 0;

	font-size:12px;

	padding: 0 0 10px 22px;

}

#content ol li ol {

	margin:8px 0 5px 18px;

	padding:0 0 0 0;

}

#content ol li {

	margin:0 0 5px 0;

	padding:0;

	background:none;

}

 



 

#content p.aligncenter {

	text-align:center;

}

#content p.aligright {

	text-align:right;

}

#content p.more {

	font-size:10px;

	text-transform:uppercase;

}

#content p.more a {

	text-decoration:none;

}

#content blockquote {

	margin:5px 0 20px 0;

	padding:10px 10px 5px 50px;

	background:url(images/quote2.png) no-repeat;

	background-position:8px 5px;

	border-top:1px solid #d6d4bb;

	border-bottom:3px solid #d6d4bb;

	color:#73a875;

	font:bold 14px "Trebuchet MS", Verdana, Arial;

}

#content blockquote p {

	color:#73a875;

	font-size:14px;

}

/*post css start ----------------------------------*/



.category {

	float:left;

	width:48%;

	border-right:1px solid #ccc;

}

.archives {

	float:right;

	width:48%;

}

.search404 {

 	margin:4px 8px 0 0;

	padding:5px 0 0 0px;

	width:238px;

 }

.search404 .s {

	border: none;

	background:none;

	color: #333;

	border:none;

	padding:2px;

	font:bold 12px Arial, Helvetica, sans-serif;

	width:180px;

	float: left;

	height:16px;

	padding:2px 20px 2px 2px ;

	margin-right:5px;

	border:1px solid #ccc;

}

#content .search404 .sgo {

	 margin:5px 0 10px -22px;

}

.clear { clear:both;}



#content .posts {

	clear:both;

	height:100%;

	padding-bottom:5px;

	margin-bottom:25px;

	overflow:hidden;

}

#content  .post_top {

	padding:0;

	margin-bottom:11px;

	font:11px "Trebuchet MS", Verdana, Arial;

	overflow:hidden;

	height:100%;

	color:#999;

}

#content .post_top a {

 	text-decoration:none;

	color:#bd5e01;

}

#content .post_top a:hover {

	color:#333;

	text-decoration:none;

}

#content .post_bottom {

	padding:5px 10px 5px 15px;

	font-size:11px;

	height:15px;

	clear:both;

	font-family:"Trebuchet MS", Verdana, Arial;

	background:url(images/post_bottom.png) no-repeat;

}

#content .post_bottom a {

 	text-decoration:none;

	color:#bd5e01;

}

#content .post_bottom a:hover {

	color:#333;

	text-decoration:none;

}

.more-link {

	text-align:right;

	float:right;

	font-size:11px;

	padding-right:20px;

	margin-bottom:8px;

	background:url(images/morelink.png) no-repeat right;

	background-position:5px 1px;

	width:80px;

	font-weight:bold;

}

.auth {

	float:left;

}

.date {

	float:left;

	font-size:11px;

	padding-left:5px;

	color:#458a47;

}

#content .commentp {

	float:right;

	font:11px "Trebuchet MS", Verdana, Arial;

	padding-top:5px;

	text-align:center;

}

.p_left {

	float:left;

	width:470px;

}

.p_right {

	float:right;

	width:65px;

	margin-top:5px;

}

/* 	Previous/Next Page Navigation ----------------------------------*/

.page-nav {

	clear: both;

	margin: 0 0px;

	padding: 2px 0px;

}

.nav-previous {

	width: 249px;

	float: left;

	text-align: left;

	margin: 2px 0px;

}

.nav-next {

	width: 249px;

	float: right;

	text-align: right;

	margin: 2px 0px;

}

.page-nav a {

	text-decoration: none;

	border-bottom:none;

}

.nav-previous a {

	padding-left: 11px;

	text-transform:uppercase;

	background:url(images/arrow-left.gif) no-repeat left;

}

.nav-next a {

	padding-right: 11px;

	text-transform:uppercase;

	background:url(images/arrow-right.gif) no-repeat right;

	border-bottom:none;

}



/*Page navigatoin 2 ----------------------------- */



#content .wp-pagenavi {

	text-align:center;

	height:25px;

	font:bold 11px Arial, Helvetica, sans-serif;

	line-height:24px;

}

#content .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {

	padding: 3px 8px 3px 8px;

	margin: 2px;

	text-decoration: none;

	color: #fff;

	line-height:24px;

	background-color: #bcad74;

}

#content .wp-pagenavi a:hover {

	color:#fff;

	background-color: #314332;

}

#content .wp-pagenavi span.pages {

	padding: 3px 8px 3px 8px;

	margin: 2px 2px 2px 2px;

 	background-color: #FFFFFF;

}

#content .wp-pagenavi span.current {

	padding: 3px 8px 3px 8px;

	margin: 2px;

	line-height:25px;

	font-weight: bold;

	color: #333;

	background:#e7c03a;

}

#content .wp-pagenavi span.extend {

	padding: 3px 8px 3px 8px;

	margin: 2px;

	color: #fff;

	line-height:25px;

	background-color: #314332;

}



#content .trackbacklist {

	margin:8px 0 0 0;

	padding:0;

	list-style:none;

}

#content .trackbacklist li {

	margin:0 0 8px 0;

	padding:0 0 5px 12px;

	list-style:none;

	border-bottom:1px solid #ccc;

}

.post-ratings {

	font-size:12px;

	font-style:normal;

	padding-left:8px;

	display:block;

	margin:8px 0;

}



 /************************************************

*	Comments									*

************************************************/

#content .commentlist li .avatar { background: #FFFFFF; float: right; background:#fff url(images/gravtar.png) no-repeat center; border: 1px solid #EEEEEE; padding:5px; margin-left:10px; }

#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0px; border:1px solid #ccc; }

#commentform { margin: 5px 10px 0px 0px; height:100%; overflow:hidden; }



#commentform label { font-weight:bold; }

.cancel-comment-reply  a { font-size:12px; }



#commentform textarea { width: 90%; padding: 2px; border:1px solid #ccc; }

	

#respond:after { content: "."; display: block; height:0px; clear: both; visibility: hidden; }

#content .commentlist p { font-weight: normal; text-transform: none; }

#content .commentmetadata { font-weight: normal; font-size:11px; }

#commentform p { margin: 5px 0px 5px 0px; }

	

#commentform #submit { margin:0; float:left;   font:bold 14px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer;

background:#2b3c2c; border:none; }

	

.alt { margin: 0px; padding: 10px; }

#content .commentlist { margin: 10px 0 10px 0; padding: 0px; height:100%; overflow:hidden; }

#content .commentlist ol { margin: 0px; padding: 10px; }

#content .commentlist li { margin: 15px 0px 10px; padding: 10px 8px 10px 10px; list-style: none; background:none; }

#content .commentlist li ul li {  margin-right:5px; }



#content .commentlist cite { font-size:12px; font-weight:bold; font-style:normal;  }



#content .commentlist li a { font-weight:bold;}

#content .commentlist li a:hover { color:#000; }



.commentlist p { margin: 10px 5px 10px 0px; padding: 0px; }

.children {  margin:0px; padding:0px; }

.nocomments { text-align: center; margin:0px; padding:0px; }



.commentmetadata { font-size: 11px; margin: 0px; display: block; }

.navigation { display: block; text-align: center; margin-top:10px; margin-bottom:10px; }

	

.alignright { float: right; }

.alignleft { float: left; }

.thread-alt { background:#eee; margin: 0px; padding: 0px; }

.thread-even { background:#fff; }

	

.depth-1 { border: 1px dotted #bbb; }

.even { border:1px dotted #bbb; background:#ede8ca !important;  }

.alt { border:1px dotted #bbb; background:#fff8cb !important; margin:0px; padding:0px; }





/* sidebar content ----------------------------------*/

#sidebar a {

 	line-height:18px;

	text-decoration: none;

	color:#2a7a2d;

}

#sidebar a:hover {

	color:#bd5e01;

	text-decoration: none;

}



/* tagcloud  ----------------------------------*/



#tag_cloud a {

	font-size:12px !important;

	margin-right:10px;

	line-height:18px;

}

 

#sidebar_l h2 {

	margin:0;

	padding:3px 0 8px 10px;

	font:bold 12px "Trebuchet MS", Verdana, Arial;

	color:#fff;

	text-transform:uppercase;

	background:url(images/shead1.png) no-repeat;

}

#sidebar_r h2 {

	margin:0;

	padding:3px 0 8px 10px;

	font:bold 12px "Trebuchet MS", Verdana, Arial;

	color:#fff;

	text-transform:uppercase;

	background:url(images/shead2.png) no-repeat;

}

#sidebar h3 {

	margin:0 0 5px 0;

	padding:0;

	font:bold 18px Arial, Helvetica, sans-serif;

	color:#192227;

	border-bottom:1px dotted #bd5e01;

}

#sidebar p {

	margin:0;

	padding:0 0 5px 0;

	font:12px Arial, Helvetica, sans-serif;

 }

#sidebar p a {

	color:#2a7a2d;

	text-decoration:none;

}

#sidebar p a:hover {

	color:#bd5e01;

	text-decoration:none;

}

#sidebar p.i_email {

	background:url(images/i_email.png) no-repeat;

	background-position:5px 3px;

	padding-left:28px;

	padding-bottom:3px;

}

.advt_spacer {

	margin:15px 0 10px 28px;

}

#sidebar ul, #sidebar ul li {

	margin:0 0 25px 0;

	padding:0;

	list-style-type: none;

}

#sidebar ul li ul {

	margin:0;

	padding:0;

}

#sidebar ul li ul li {

	margin: 0;

	padding: 3px 0 3px 15px;

	background:url(images/bullet.png) no-repeat;

	background-position:5px 9px;

	border-bottom:1px solid #fff;

}

#sidebar ul li ul li a {

	color: #2a7a2d;

	line-height:18px;

	text-decoration: none;

	border-bottom:none;

}

#sidebar ul li ul li a:hover {

	text-decoration: none;

	color:#bd5e01;

	background-position:0 6px;

}

#sidebar ul li ul li ul li {

	bac1kground: none;

	margin:0;

	padding: 3px 0 3px 15px;

	border-bottom:none;

}

#sidebar ul li ul li ul li a {

	color: #2a7a2d;

	margin: 0;

 	text-decoration: none;

	border-bottom:none;

}

#sidebar ul li ul li ul {

	border: none;

	padding: 0;

	margin: 0;

}

#sidebar ul li ul li ul li a:hover {

	color:#bd5e01;

	background-position:0 8px;

}

#sidebar_r ul, #sidebar_r ul li {

	margin:0 0 25px 0;

	padding:0;

	list-style-type: none;

}

#sidebar_r ul li ul {

	margin:0;

	padding:0;

}

#sidebar_r ul li ul li {

	margin: 0;

	padding: 3px 0 3px 15px;

	background:url(images/bullet.png) no-repeat;

	background-position:5px 9px;

	border-bottom:1px solid #fff;

}

#sidebar_r ul li ul li a {

	color: #2c3e2e;

	line-height:18px;

	text-decoration: none;

	border-bottom:none;

}

#sidebar ul li ul li a:hover {

	text-decoration: none;

	color:#bd5e01;

	background-position:0 6px;

}

#sidebar_r ul li ul li ul li {

	bac1kground: none;

	margin:0;

	padding: 3px 0 3px 15px;

	border-bottom:none;

}

#sidebar_r ul li ul li ul li a {

	color: #2c3e2e;

	margin: 0;

 	text-decoration: none;

	border-bottom:none;

}

#sidebar_r ul li ul li ul {

	border: none;

	padding: 0;

	margin: 0;

}

#sidebar_r ul li ul li ul li a:hover {

	color:#bd5e01;

	background-position:0 8px;

}

.Sponsors {

	padding:5px 0px 0 8px;

	margin-bottom:15px;

	clear:both;

	overflow:hidden;

	height:100%;

}

.ads {

	float:left;

	margin:0 7px 5px 0;

}

.subscribetextbg {

	padding:3px 0;

	margin:2px 0 5px 0;

	background-position:55px 4px;

}

.subscribe_textield {

	border:1px solid #c9cac6;

	background:#fff;

	font:12px Arial, Helvetica, sans-serif;

	color:#666;

	padding:2px;

	width:150px;

}

.rssfeed {

	float:right;

	padding:0 5px 0 0;

}

.subscribe {

	overflow:hidden;

	height:100%;

	margin-bottom:8px;

}

.subscribe_b {

	border:none;

	font:11px Arial, Helvetica, sans-serif;

	color:#fff;

	text-align:center;

	margin:5px 0 0 0;

}

.i_rss {

	background:url(images/rss.png) no-repeat;

	padding-left:22px;

	padding-bottom:3px;

}

/* footer ---------------------------------- */



#footer p {

	margin:0 0 5px 0;

	padding:0;

	font-size:11px;

	line-height:22px;

	color:#fff;

	font-family:Arial, Helvetica, sans-serif;

}

#footer span {

	color:#6d896f;

	position:relative;

	top:-5px;

}

#footer span a {

	color:#6d896f;

	text-decoration:none;

}

#footer span a:hover {

	color:#fff;

	text-decoration:none;

}

#footer a {

	color: #fff;

}

#footer a:hover {

	color: #ff80b5;

}

#flinks {

	float:right;

	list-style:none;

	margin-top:11px;

	margin-right:-5px;

	padding:0;

}

#flinks li {

	display: inline;

	line-height:26px;

	color:#fff;

}

#flinks li a {

	color:#fedd5f;

	padding:0px 8px 0 8px;

	border-right:1px solid #fedd5f;

	margin:0;

	font:bold 11px "Trebuchet MS", Verdana, Arial;

	text-decoration:none;

}

#flinks li a:hover {

	display: inline;

	color:#fff;

}

/*

P.I.E. FLOAT CLEARING

See http://www.positioniseverything.net/easyclearing.html 

--------------------- */



.clearfix:after {

	content: ".";

	clear: both;

	height: 0;

	visibility: hidden;

	display: block;

}

.clearfix {

	display: inline-block; /* Fixes IE/Mac */

}

/* Hides from IE-mac \*/

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

/* End hide from IE-mac */

*/
/*CSS Badoo style pagination*/
div.pagination {
	background-color:#fff;
	color:#48b9ef;
	padding:10px 0 10px 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
}

div.pagination a {
	color:#48b9ef;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.pagination a:hover, div.pagination a:active {
	border:2px solid #13703A;
	color:#13703A;
}

div.pagination span.current {
	padding:2px 5px;
	border:2px solid #13703A;
	color:#fff;
	font-weight:bold;
	background-color:#13703A;
}
div.pagination span.disabled {
	display:none;
}
.breadcrumb{	margin-top:30px;	width:500px;}

#benzer {
background-color:wheat;
padding-left:10px;
padding-bottom:10px;
}

#baslik {
	
	font-size:15px;
	border:none;
	color:#B3A46C;	
	
	}