/*
///////////////////////////////////////////////////////////////////////////////////////////// 
---
	CUSTOM COLOR THEME
---
/////////////////////////////////////////////////////////////////////////////////////////////
*/

/*
color : #3c85b4 ;
*/
::-moz-selection { background: #3c85b4; color: #fff; text-shadow: none; }
::selection { background: #3c85b4; color: #fff; text-shadow: none; }
#header{ border-top: 5px solid #3c85b4; background: #FFFFFF; }
#header #navigation ul li a:hover{border-bottom: 5px solid #3c85b4; color:#3c85b4;}
#header #navigation ul ul li a:hover{
		border-left: 5px solid #3c85b4;
		border-bottom:none;
	}
#header #top_bar{background:#f6f6f6;}
#twitter_update{ background:#3c85b4; color:#fff; }

h1, h2, h3, h4, h5, h6, .gfont{font-family: 'Noticia Text', serif;}
.post_layout_1:hover, .post_layout_3:hover{ border-bottom:5px solid #3c85b4; }

 a{ color:#c20101; }
 a:hover{ text-decoration:underline; }
	.is_home{
		border-top: 5px solid #3c85b4;
	}
	
.section_title:before, .section_title:after{color:#3c85b4; }
#footer a:hover{color:#3c85b4;}
.nice_button:hover span{background:#3c85b4; color: #fff;}
.flex-direction-nav li .next:hover{
	background:#3c85b4 url(../images/slider_arrows.png) right top;
}
.flex-direction-nav li .prev:hover{
	background:#3c85b4 url(../images/slider_arrows.png) left top;
}
.flex-caption {background:#3c85b4; color:#FFF;}