/*
Lightblue Subtheme for CTR Theme
*/
body {
    
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom right, #C9E3ED 0%, #EAECED 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom right, #C9E3ED 0%, #EAECED 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(bottom right, #C9E3ED 0%, #EAECED 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #C9E3ED), color-stop(1, #EAECED));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom right, #C9E3ED 0%, #EAECED 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top left, #C9E3ED 0%, #EAECED 100%)!important;
    color: #555555;
    font-family: Calibri,Arial,sans-serif;
    font-size: 95%;
    margin: 0;
    padding: 0;
}
#container{
	width:980px;
	position:static;
	border: 1px solid #D8D8D8;
	padding-top: 0px;
}
#branding {
	float: left;
}
#branding #site-title a{
	text-decoration:none;
	font-size:36px;
}
	#branding #site-title a span{
		color:#686868;
	}
#menuBar{
	padding:10px;
	height:30px;
	line-height:30px;
	margin:20px 0px;
}
	#menuBar *{
		line-height:30px;
	}
	#leader_lu{
		padding-top:7px;
	}
#main, #menuBar{
	background: #F8F8F8;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
#leftCol{
	width:737px;
	padding:15px;
	margin-top:0px;
	background:#F8F8F8;
}
#content{
	padding:20px 30px;
}
#rightCol{
	width:200px;
	padding-right:10px;
	background:#F8F8F8;
	padding-top:20px;
}
#footer{
	width:958px;
	margin: 10px auto;
    padding: 10px;
    border:1px solid #D8D8D8;
}
	#footer a{
		color:#5F8200;
		text-decoration:none;
	}
	#footerCredit{
		width:980px;
	}

h1, h2, h3, h4, h5, h6{
	font-family: 'Myriad Pro',arial,serif;
	color:#666666;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom:15px;
}

.pushdown{
	width:auto;
}
h1.entry-title, .entry-title a{
	color:#5AA6C9;
	font-weight:normal;
	font-size:26px;
	line-height:30px;
}
#rightCol li{
	margin-bottom:15px;
}
#rightCol li a{
	font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}

/***************************
		SITE MENU
***************************/
#siteMenu{
	width:100%;
	background:#97C5D8;
	border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #6AB7D8;
}
#topNav{
	width:980px;
	margin:0 auto;
	height:36px;
}

#topNav,#headNav ul.xoxo{
	margin-top:0px;
	padding-top:0px;
}
#topNav ul.xoxo li{
	margin-top:0px;
}

#topNav div{
		padding:0px;
		margin:0px;
		float:left;
}

#topNav a{
	color:#475D66;
	text-decoration:none;
	text-shadow: -1px 1px 0 #BCBABA;
	display:block;
	font-weight: bold;
	font-size: 0.8em;
}
#topNav a:hover{
	//background-color: #a7a7a7;	
}
#topNav ul li ul li a:hover{
	background-color: #77BBD6;
}
#topNav ul li ul li ul li a:hover{
	background: none;
	//width: 88%;
}
#topNav li li{
	position:relative;
	float:left;
	height:36px;
	line-height:36px;
}
#topNav li li a{
	padding:0 17px;
	//width:120px;
}
#topNav li li ul{
	position:absolute;
	left:0px;
	top:36px;
	background:#77BBD6;
	display:none;	
}
.sub-menu {
	//background: url("../../../images/icons/small-down-arrow.jpg") no-repeat scroll 100% 100% transparent;
}
#topNav li li:hover ul{
	display:block;
}
#topNav li li:hover ul ul{
	display:none;
}
#topNav li li li:hover ul{
	display:block;
}
#topNav li li li ul{
	position:absolute;
	top:0px;
	left:120px;
}
#topNav li li li{
	width:120px;
}
#topNav li li li a{
	background:#D2E7EF;
}
#searchform input[id="s"] {
	width : 90%;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 20px;
    margin: 3px;
	padding-left: 2px;
    padding-right: 2px;
}

#searchform input[id="s"]:FOCUS {
	border-color: #D9D9D9;
}

#headNav .ctrtheme-search-widget{
	float: right;
	width:30%;
}

#topNav .ctrtheme-search-widget{
 	margin-right: 150px;
	float:right;
	width:20%
}
#topNav .gsearch,
#headNav .gsearch {
float: right;
margin : 2px;
}

#headNav .widget-area {
	float: right; 
}

#headNav li {
	list-style: none;
	float: right;
}

#header {
	margin: 0 0 1px 0px;
}
.wp-pagenavi {
	padding: 10px 20px 10px !important;
	display:block !important;
	clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#707070 !important;
		background:#FFFFFF !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		border:solid 1px #BEE4F4 !important;
		padding:6px 9px 6px 9px !important;
		margin-right:3px !important;
		text-decoration:none !important;
		font-size:12px !important;
}
.wp-pagenavi a:hover {
		color:#fff !important;
		text-shadow:0px 1px #636363 !important;
		border-color:#5D5D5D !important;
		background:#2C7D9E !important;		 
		background-image: -ms-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -moz-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -o-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C7D9E), color-stop(1, #2B7B9B)); 
		background-image: -webkit-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: linear-gradient(to bottom, #2C7D9E 0%, #2B7B9B 100%);
}
 .wp-pagenavi span.current{
		padding:6px 9px 6px 9px !important;
		border:solid 1px #3390CA !important;
		border-color:#3390CA !important;
		border-radius:3px !important;	
		-moz-border-radius:3px !important;
		-webkit-border-radius:3px !important;
		color:#fff !important;
		margin-right:3px !important;
		text-shadow:0px 1px #636363 !important;
		border-color:#5D5D5D !important;
		background:#2C7D9E !important;		 
		background-image: -ms-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -moz-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -o-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2C7D9E), color-stop(1, #2B7B9B)); 
		background-image: -webkit-linear-gradient(top, #2C7D9E 0%, #2B7B9B 100%);
		background-image: linear-gradient(to bottom, #2C7D9E 0%, #2B7B9B 100%);
}