/*

	Stylesheet: Citrus - Mandarin Orange

*/

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

	General

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

a {

	color:#FC8620;

}

a:visited {

	color:#d25c20;

}

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

	Layout Control

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

/*Background*/



div#backgroundLeft {

	background: transparent url(../images/ab_left.png) no-repeat 0 0;
	background-attachment:fixed;

}

div#backgroundRight {

	background: transparent url(../images/ab_right.png) no-repeat 100% 0;
	background-attachment:fixed;

}

body {

	background:#CCCCCC;

	color:#3e372f;

}

#page {

	background:url(../images/orange/main-bottom.png) no-repeat left bottom;	

}

#header {

	background: #E5E5E5 url(../images/header-bg.jpg) repeat-x top;

}

#wrap {

	/*background:#fff url(../images/orange/main-bg.png) repeat-y;*/

	background:#fff

}

#content,

.sidebars {

	background:#fff;

}

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

	Header

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

#logo {

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

}

#logo a,

#logo a:visited {

	color:#306296;

}

#header .rss {

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

}

input#s {

	border:1px solid #c3c3c3;

	background:#fff;

	color:#000;

}

#menu {

	/*border-top:1px solid #cfcfcf;*/

}

#menu li a {

	color:#333;

	/*border: 1px solid red;*/	

	/*background: #E3E3E3 url(../images/grad-off.jpg) repeat-x top;*/

}

#menu li.current_page_item,

#menu li.hover,

#menu li:hover,

#menu li:focus {	

	background: #FD8925 url(../images/grad-on.jpg) repeat-x top;	

}

#menu li.hover ul li a,

#menu li:hover ul li a,

#menu li ul li a {

	color:#000;

	background:#ededed;

}

#menu li.hover ul li a:hover,

#menu li:hover ul li a:hover,

#menu li ul li a:hover,

#menu li ul li a:focus {

	background:#FC9F51;

}

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

	Content

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

#featured {

	color:#fff;

	background:#E5E5E5 url(../images/orange/header.jpg) no-repeat;

}

#featured a {

	color:#fff;

}

#featured a:visited {

	color:#eee;

}

.more {

	color:#fff;

	background:url(../images/orange/readmore.alpha.png) no-repeat;

}

.more:visited {

	color:#eee;

}

#wrap .apost {

	background:#fff;

}

#wrap .apost .head {

	background:#FC9F51;

}

#wrap .apost .head h1,

#wrap .apost .head h2 {

	color:#fff;

}

#wrap .apost .head h1 a,

#wrap .apost .head h2 a {

	color:#fff;

}

#wrap .apost .head h1 a:visited,

#wrap .apost .head h2 a:visited {

	color: #FF6; 

}

#wrap .apost .info {

	color:#fff;

}

#wrap .apost .info a {

	color:#802b00;

}

#wrap .apost .info a:visited {

	color:#a04b20;

}

#wrap .apost .content {

	background:#fff;

	border:solid #bfbfbf;

	border-width:0 1px;

}

#wrap .apost blockquote {

	background:#eee;

}

#wrap .apost blockquote blockquote {

	background:#ddd;

}

#wrap .apost a.download {

	color:#fff;

	background:#FC9F51 url(../images/orange/continue-alt.png) no-repeat 95%;

}

#wrap .apost a.download:visited {

	color:#eee;

}

/*#wrap*/ .apost ul li {

	background:url(../images/orange/bullet.gif) no-repeat 0 6px;

}

#wrap .apost .foot {

	background:#E5E5E5;

}

#wrap .apost .foot .first {

	background:url(../images/orange/comment.png) no-repeat 0;

}

#wrap .apost .foot .first a {

	color:#3e372f;

}

#wrap .apost .foot .first a:visited {

	color:#5e574f;

}

#wrap .lead a {

	color:#3e372f;

}

#wrap .banner {

	background:#E5E5E5;

}

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

	Sidebar(s)

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

.sidebars a {

	color:#535353;

}

.sidebars a:visited {

	color:#737373;

}

.columns {

	background:#E5E5E5;

}

.columns h2 {

	color:#FC8620;

}

.columns ul li {

	background:url(../images/orange/bullet.gif) no-repeat 0 6px;

}

.columns .continue {

	color:#fff;

	background:#FC9F51 url(../images/orange/continue-alt.png) no-repeat 96%;

}

.columns .continue:visited {

	color: #FF6;

}

.sidebars .news ul li .thumb div {

	border-color:#E5E5E5!important;

}

.sidebars .news ul li a {

	color:#FC8620;

}

.sidebars .news ul li a:visited {

	color:#d25c20;

}

.sidebars .news ul li h3 a {

	color:#535353;

}

.sidebars .news ul li h3 a:visited {

	color:#737373;

}

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

	Comment

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

#commentBox,

#commentform {

	background:#E5E5E5;

	margin-bottom: 10px;

}

#commentform .changeAva {

	background:#ddd;

}

#commentform .changeAva h4 {

	color:#3e372f;

}

#commentform .changeAva img {

	border:1px solid #c6c6c6;

}

#commentform .changeAva a {

	color:#3e372f;

}

#commentform input,

#commentform textarea {

	color:#fff;

}

#commentform #author,

#commentform #email,

#commentform #url,

#commentform #comment,

#commentform textarea#comment {

	background:#ddd;

}

#commentform input#submit {

	color:#3e372f;

	background:#ddd;

}

.commentlist li {

	border-bottom:1px solid #aaa;

}

.commentlist li div.avatar,

.commentlist li div.avatar a {

	color:#6b5b51;

}

.commentlist .commentTip {

	background:#ddd;

}

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

	Extra

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

#extra,

.home #extra .box {

	background:#fff;

}

.home #extra .box div {

	border-color:#ededed!important;

}

.home #extra .box-3 {

	color:#fff;

	background:#fff url(../images/orange/featured-3.jpg) no-repeat;

}

#extra h2 {

	color:#3e372f;

}

#extra .box-1 ul li a {

	color:#3e372f;

}

#extra .box-1 ul li a:visited {

	color:#5e574f;

}

.home #extra .box-3 h2 {

	color:#fff;

}

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

	Footer

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

#footer a {

	color:#3e372f;

}

#footer a:visited {

	color:#5e574f;

}
