/*
=== blue ===
bg: #ebf2f8
links: #38627e
intro: #33607f
footer: #d7dfe7
titles: #c7d2dc
widgets: #e3eaf0
border: #c0ccd8
*/

/*=== Setup ===*/
body{
	background: #ffffff;
	color: #555555;
	font-family: arial bold;
}
a{
	color: #38627e;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #262625;
}
h2 a{
	color: #262625
}
h3{
	color: #262625;
}
h4{
	color: #444444;
}

/*=== Intro ===*/
div.intro{
	padding: 15px 100px;
	text-align: center;
}
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(blue/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(blue/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(blue/btn.gif) repeat-x;
	border:1px solid #38627e;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #0193CF;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: none;
	color: #0193CF;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: none;
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #38627e;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background: #c7d2dc;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #e3eaf0;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(blue/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(blue/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(blue/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(blue/box2-bot.gif) no-repeat top
}
.box2 .spacer{
	background: #d7dfe7;
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(blue/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(blue/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #e3eaf0;
}
/*- Box4 -*/
.box4{
	color: #ffffff;
	width: 100%;
}
.box4 .top,.box4 .bot{
	background: url(blue/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(blue/box4-bot.gif) no-repeat top
}
.box4 .spacer{
	background: #0193CF;
}
/*- Box5 -*/
.box5{
	width: 100%;
}
.box5 .top,.box5 .bot{
	background: url(blue/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(blue/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: #ffffff;
	padding: 0px;
}
/*- Box6 -*/
.box6{
	width: 100%;
}
.box6 .top,.box6 .bot{
	background: url(blue/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(blue/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #d7dfe7;
}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #c7d2dc;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c0ccd8;
	border-left: 1px solid #c0ccd8;
}

/*- Form1 Setup -*/
.btn-general{
	background: #38627e;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #c7d2dc;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {	
	border:8px solid #f6f5ed;
}
.post li a:hover{
	color: #38627e;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#ebf2f8 url(blue/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #d7dfe7;
	border-bottom:1px solid #d7dfe7;	
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #38627e;
}
.widget #recentcomments li a:hover{
	color: #38627e;
}
.widget #searchform, .widget #calendar_wrap{
	background: #e3eaf0;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(blue/ico-quote.gif) no-repeat top left;
}


/*=== Custom CSS Overrides other attributes present in styles.css===*/
body{
	padding: 0px;
	color:#000;
	font-family: arial;
}

p {
	padding:0 0 10px 0;
	font-size:13px;
}

#page{
	margin: 0 auto;
	width: 1024px;
	height:100%;
}

#header {
	text-align:center;
}

#footer{
	background: #D7DFE7;
	height: 115px;
	padding:18px 0 0 0;
	text-align:center;
	position:relative;
}

#nav1{
	font-size: 14px;
	float: none;
	letter-spacing: 0px;
	padding: 40px 0 0 0;
	margin:0;
	text-transform:none;
}

.stepcarousel .panel {
	width: 305px;
	padding: 0px;
}
.bucket-image {
	margin-bottom: 10px;
}

.col4{
	width: auto;
}
.post h2, .post h2 a{
	color: #0193CF;
	margin: 0 0 5px;
	font-size: 18px;
}

.post h1{
	color: #000000;
	margin: 0 0 20px;
	font-size: 26px;
	letter-spacing:-1px;
}

.post .entry td{
	width: 33%;
	padding: 5px;
}

.post h2 {
	letter-spacing:-1px;
}

.post p {
	line-height:18px;
	font-size:13px;
	color:333;
}

.post ul li {
	background-image:none;
	list-style:disc;
	color:#000000;
}

.post img {
	border:none;
}

#header {
	margin:10px 0 0 0;
	height: 85px;
}
#header h1{
	width: 220px;
}
#header h1 a{
	height: 75px;
}

.stepcarousel {
	width: 100%;
	overflow: visible;
}

.wrapper{
	float: none;
}
.box4{
	margin: 0px;
}
.box5{
	margin: 0px;
}

.box5-page {
	padding:10px 20px;
}

.box5-page h3{
	margin-bottom:0px;
	font-size: 14px;
}
.box6{
	margin: 0px;
}

.intro {
	font-size:29px;
	letter-spacing:-1px;
	font-weight:bold;
	line-height:28px;
}

.fl {
	font-weight:bold;
	color:#333;
	float:left;
	position:absolute;
	top:18px;
	left:5px;
}

.fl2 {
	font-weight:bold;
	color:#333;
}

.entry-left-col {
	width:318px;
	margin:0 10px 0 0;
	float:left;
}

.entry-right-col {
	width:650px;
	float:left;
}

.entry strong {
	font-size:14px;
}
