/*
	Stylesheet: Citrus - Blueberry
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	General
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
	color: #0099ff;
}
a:visited {
	color: #0099ff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background:#ededed;
	color:#3e372f;
}
#page {
	background:url(../images/orange/main-bottom.png) no-repeat left bottom;
}
#header {
	background:url(../images/orange/main-bg.png) repeat-y;
}
#wrap {
	background:#fff url(../images/orange/main-bg.png) repeat-y;
}
#content,
#wrap .apost .info a {
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
	background:url(../images/orange/logo.png) no-repeat;
}
#logo a,
#logo a:visited {
	color:#306296;
}
#header .rss {
	background:url(../images/blue/rss.png) no-repeat;
}
input#s {
	border:1px solid #c3c3c3;
	background:#fff;
	color:#000;
}
#menu {
	border-top:1px solid #cfcfcf;
}
#menu li a {
	color:#000;
}
#menu li.current_page_item,
#menu li.hover,
#menu li:hover,
#menu li:focus {
	padding:0;
	border-top:5px solid #1095fe;
}
#menu li.hover ul li a,
#menu li:hover ul li a,
#menu li ul li a {
	color:#000;
	background:#fff;
}
#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:#1095fe;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#featured {
	color:#fff;
	background:#001b41 url(../images/blue/header.jpg) no-repeat;
}
#featured div {
	border-color:#fff!important;
}
#featured a {
	color:#fff;
}
#content #featured a.more {
	color:#fff;
}
#featured a:visited {
	color:#eee;
}
.more {
	color: white;
	background:url(../images/blue/readmore.alpha.png) no-repeat;
}
.more:visited {
	color: white;
}
#wrap .apost {
	background:#fff;
}
#wrap .apost .head {
	background:#1095fe;
}
#wrap .apost .head h1,
#wrap .apost .head h2 {
	color:#FFFFFF;
}
#wrap .apost .head h1 a,
#wrap .apost .head h2 a {
	color:#FFFFFF;
}
#wrap .apost .head h1 a:visited,
#wrap .apost .head h2 a:visited {
	color: white;
}
#wrap .apost .info {
	color:#FFF;
}
#wrap .apost .info a {
	color: #FFF;
}
#wrap .apost .info a:visited {
	color: #FFF;
}
#wrap .apost .content {
	background:#fff;
	border:solid #bfbfbf;
	border-width:0 1px;
}
#wrap .apost blockquote {
	background:#eeeeee;
}
#wrap .apost blockquote blockquote {
	background:#fff;
}
#wrap .apost a.download {
	color:#fff;
	background:#1095fe url(../images/blue/continue-alt.png) no-repeat 95%;
}
#wrap .apost a.download:visited {
	color:#eee;
}
#wrap .apost ul li {
	background:url(../images/blue/bullet.gif) no-repeat 0 6px;
}
#wrap .apost h3 {
	padding-bottom: 10px;
	color: #2b6296;
}
#wrap .apost .foot {
	background:#DEE4E5;
}
#wrap .apost .foot .first {
	background:url(../images/blue/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:#DEE4E5;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar(s)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebars a {
	color:#535353;
}
.sidebars a:visited {
	color:#737373;
}
.columns {
	background:#DEE4E5;
}
.sidebars .columns div {
	border-color:#fff!important;
}
.sidebars .columns .continue div {
	border-color:#DEE4E5!important;
}
.columns h2 {
	color: #0095ff;
}
.columns ul li {
	background:url(../images/blue/bullet.gif) no-repeat 0 6px;
}
.columns .continue {
	color:#DEE4E5;
	background:#1095fe url(../images/blue/continue-alt.png) no-repeat 96%;
}
.columns .continue:visited {
	color: white;
}
.sidebars .news ul li .thumb div {
	border-color:#DEE4E5!important;
}
.sidebars .news ul li a {
	color: #071436;
}
.sidebars .news ul li a:visited {
	color: #1b5ab5;
}
.sidebars .news ul li h3 a {
	color:#535353;
}
.sidebars .news ul li h3 a:visited {
	color:#737373;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commentBox,
#commentform {
	background:#DEE4E5;
}
#commentform .changeAva {
	background:#fff;
}
#commentform .changeAva h4 {
	color:#3e372f;
}
#commentform .changeAva img {
	border:1px solid #c6c6c6;
}
#commentform .changeAva a {
	color:#3e372f;
}
#commentform input,
#commentform textarea {
	color:#3e372f;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform #comment,
#commentform textarea#comment {
	background:#fff;
}
#commentform input#submit {
	color: white;
	background:#0b428e;
}
#commentform input#submit:hover {
	color: white;
	background:#134ea0;
}
.commentlist li {
	border-bottom:1px solid #aaa;
}
.commentlist li div.avatar,
.commentlist li div.avatar a {
	color:#6b5b51;
}
.commentlist .commentTip {
	background:#fff;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Extra
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#extra,
.home #extra .box {
	background-color: #dde4e5;
	background:white;
}
.home #extra .box div {
	border-color:#fff;
}
.home #extra .box-3 {
	color: white;
	background:#001c45 url(../images/blue/featured-3.jpg) no-repeat;
}
.home #extra .box-3 h2 a {
	color: white;
	background: 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;
}
