@import url('../twentyeleven/style.css');

/*
Theme Name: Blue Highway
Theme URI: http://www.blue-highway.com/
Author: dmsdesignstudio.com
Description: The 2011 child theme
Version: 0.0.1
Template: twentyeleven
Tags: blue, grey, three-column
*/


/* -------- color guide ----------
(Blue) Pantone 542 U: R:86 G:159 B:211 #569FD3
(Gray) Pantone Cool Gray 11 U: R:113 G:112 B:116 #717074

hex:#abc9e7, rgb:171,201,231 : main light blue
hex:d5e4f3, rgb:213,228,243 : main lighter blue

hex:#e3e2e3, rgb:227,226,227 : main light gray

*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #717074;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: rgb(255,255,255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 43%, rgba(227,226,227,1) 63%, rgba(227,226,227,1) 80%, rgba(255,255,255,1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,rgba(255,255,255,1)), color-stop(63%,rgba(227,226,227,1)), color-stop(80%,rgba(227,226,227,1)), color-stop(100%,rgba(255,255,255,1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(227,226,227,1) 63%,rgba(227,226,227,1) 80%,rgba(255,255,255,1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(227,226,227,1) 63%,rgba(227,226,227,1) 80%,rgba(255,255,255,1) 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 43%,rgba(227,226,227,1) 63%,rgba(227,226,227,1) 80%,rgba(255,255,255,1) 100%);
	/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
	/* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 43%,rgba(227,226,227,1) 63%,rgba(227,226,227,1) 80%,rgba(255,255,255,1) 100%);	/* W3C */
	

}	

body#home a#homenav,
body#about a#aboutnav,
body#why a#aboutnav,
body#who a#whonav
body#alliance a#whonav 
body#serve a#servenav '
body#news a#newsnav 
body#contact a#contactnav  
{
color: #fff;
background: #569FD3;
}

body, input, textarea {
	font: 14px
	line-height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #717074;
}




h1, p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #717074;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a:link {
	color: #569FD3;
}
a:active {
	color: #569FD3;
}
a:hover {
	color: #407aa1;
}
a:visited {
	color: #abd0ea;
}
.clear {
	clear: both;
	height: 0; 
	overflow: hidden;
}
.displayNone {
	display: none;
}

.undeline {
	text-decoration: underline;
}


#main {
	clear: both;
	padding: 0;
	margin-top: 20px;
}


#page {
	background: none;
}



#branding {
	position: relative;
	z-index: 2;
	height: 93px;
	width: 982px;
	margin-top: 10px;
	overflow: visible;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #569FD3;
	border-top-style: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#site-title {
	z-index: 3;
	float: none;
	margin: 0px;
	padding: 0px;
}

#branding hgroup {
	margin: 0;
}

#branding img {
	height: auto;
	width: 237px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 100;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: none;
	-moz-box-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	position: relative;
	width: 570px;
	height: 40px;
	font-size: 20px;
	margin-top: 53px;
	margin-left: 11px;
	clear: none;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#access ul {
	font-size: 20px;
	list-style: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#access ul li {
     float: left;
     position: relative;
}

#access ul li a {
	color:#569FD3;
	display:block;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	line-height: normal;
	text-decoration:none;
	
}

#access ul li a:hover {
	background: rgb(255,255,255);
	/* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(86,159,211,1) 15%, rgba(86,159,211,1) 100%);
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(86,159,211,1)), color-stop(100%,rgba(86,159,211,1)));
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(86,159,211,1) 15%,rgba(86,159,211,1) 100%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(86,159,211,1) 15%,rgba(86,159,211,1) 100%);
	/* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(86,159,211,1) 15%,rgba(86,159,211,1) 100%);
/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=0 ); 
	/* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(86,159,211,1) 15%,rgba(86,159,211,1) 100%);
	color: #FFF;/* W3C */
} 
 
#access ul li ul {
	background: none;
	-moz-box-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0 0px 0px;
	display: none;
	margin: 0px;
	float: none;
	width: 188px;
	position: none;
	z-index: 99999;
	left: 0px;
	top: 0px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
 
#access ul li:hover ul {
	display: block;
	position: absolute;
	top: 40px;
	min-width: 200px;
	left: 0px;
}   

#access ul ul a {
	background: #none;
	border-bottom: none;
	color: #569FD3;
	font-size: 20px;
	font-weight: normal;
	height: auto;
	line-height: normal;
	padding: 10px 10px;
	width: 168px;
}
 
#access ul li:hover ul li a {
	display:block;
	color:#ffffff;
	width: 205px;
	text-align: left;
	background: #abc9e7;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	padding-top: 5px;
	padding-bottom: 7px;
}
 
#access ul li ul li:first-child a {
    border-top:none;
}
 
#access ul li ul li:last-child a {
	border-bottom: none;
}
 
#access ul li:hover ul li a:hover {
	background:#569FD3;
	color:#ffffff;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: normal;
	color: #717074;
}

#access div {
	padding-right: 0px;
	margin: 0;
}

#access li:hover > a,
#access a:focus {
	background: #fff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#fff)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #fff);
	color: #569FD3;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	float: none;
}

#navsocial {
	position:relative;
	width:125px;
	height:17px;
	font-size:14px;
	margin-top: 68px;
	margin-left: 11px;
	float: right;
}
#navsocial ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navsocial ul li {
	float: left;
	list-style-type: none;
	
}
#navsocial ul li img{
	margin-left: 10px;
	height: 17px;
	width: 17px;
}
#navsocial ul li a {
	text-decoration: none;
	color: #569FD3;
	vertical-align: top;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#navsocial ul li a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}




#tagline {
	background-color: rgb(86,159,211);
	height: 7px;
	width: 100%;
	position: absolute;
	left: 0px;
	margin-top: -7px;
	z-index: -1000;
	float: left;
}

#main #content {
	margin: 0px;
	width: 982px;
	padding: 0px;
	}


.mainIntroText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height: 30px;
	color: #717074;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}*/
	
	#main #secondary {
	float: right;
	margin: 0;
	width: 222px;
	padding-top: 0px;
	}
	
	body, input, textarea {
	color: #717074;
	font-weight: normal;
	line-height: 18px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}



#secondary {
	float: right;
	margin-right: 0px;
	width: 222px;
	margin-left: 0px;
}



/* widget */

.widget-area {
	font-size: 12px;
}
.widget {
	margin: 0px;
	padding: 0px;
}
.widget-title {
	color: #717074;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
	text-transform: none;
	display: none;
}


.widget ul {
	font-size: 15px;
	margin: 0;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #717074;
	font-size: 13px;
	line-height: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	list-style-image: url(images/blueBullet.png);
}






.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
	padding-bottom: 13px;
}

/* above footer */

#secondPageRule {
	background-color: rgb(86,159,211);
	height: 7px;
	width: 100%;
	position: absolute;
	left: 0px;
	margin-top: 30px;
	float: left;
	z-index: -1;
}
#secondPageRuleinner {
	height: 7px;
	width: 978px;
	margin-left: 4px;
	margin-top: 30px;
}

/* footer */

#colophon {
	height: 200px;
	width: 978px;
	margin-left: 4px;
	margin-top: 10px;
}
#footerColOne {
	height: auto;
	width: 110px;
	float: left;
	margin: 0px;
	padding-top: 5px;
}

#footerMenu {
	height: auto;
	width: 632px;
	float: left;
	margin-left: 30px;
	background: none;
	-moz-box-shadow: 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
	position: relative;
}

#footerMenu ul {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerMenu ul li {
	float: left;
	/* [disabled]position: relative; */
	width: 124px;
	margin-top: 0px;
	margin-right: 6
.px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 2px;
}


#footerMenu ul li a {
	color:#569FD3;
	display:block;
	text-align:center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-decoration:none;
	font-weight: bold;
}

#footerMenu ul li a:hover {
	color: #FFF;
	background-color: #569FD3;
}


#footerMenu ul li ul {
	margin: 0px;
	float: none;
	left: 0px;
	top: 0px;
	
}

#footerMenu ul li:hover ul {
	display: block;
	/* [disabled]position: absolute; */
	top: 24px;
	left: 0px;
} 

#footerMenu ul ul a {
	background: #none;
	border-bottom: none;
	color: #569FD3;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: normal;
	padding: 3px;
	width: 118px;
}

#footerMenu ul li:hover ul li a {
	display:block;
	width: 118px;
	/*text-align: left;*/
	/*padding-top: 4px;
	padding-bottom: 4px;*/
	font-size: 11px;
}

#footerMenu ul li:hover ul li a:hover {
	background:#569FD3;
	color:#ffffff;
}
#footerMenu .current_page_item > a,
#footerMenu .current_page_ancestor > a {
	font-weight: normal;
	color: #717074;
}

#footerMenu div {
	padding-right: 0px;
	margin: 0;
}

.footerTextL {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	text-align: left;
	float: left;
}

.footerTextL a:visited {
	font-size: 12px;
	line-height: 14px;
	color: #569FD3;
	text-align: left;
	float: left;
}

.footerTextR {
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	text-align: right;
	float: right;
}

ol, ul {
	list-style: none;
}

.fieldwidth {
	width: 558px;	
}

#postContent {
	height: auto;
	width: 730px;
	/* [disabled]margin-top: 20px; */
	margin-right: 30px;
	float: left;
}

#postImage {
	float: left;
	width: 138px;
	margin-left: 4px;
	height: 350px;
	margin-top: 10px;
}

#postMain {
	float: left;
	height: auto;
	width: 558px;
	margin-left: 30px;
}

#postMain p {
	margin-top: 10px;
}

#postMain ul {
	margin-top: 10px;
	margin-left: 14px;
}

#postMain ul li {
	list-style-image: url(../images/blueBullet.png);
	margin-bottom: 5px;
}

#postMain ul ul {
	margin-top: 5px;
	margin-left: 14px;
	margin-bottom: 10px;
}

#postMain li li {
	list-style-image: url(../images/blueBulletSecond.png);
	margin-bottom: 5px;
}

#postSidebar {
	float: right;
	height: auto;
	width: 222px;
	font-size: 13px;
	line-height: 15px;
	margin-left: 30px;
}

.entry-title,
.entry-title a {
	color: #569FD3;
	text-decoration: none;
}

