/*HEADER STYLING*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { 
display: block; 
height: 200px; 
width: 960px;
background: url('images/WebsiteHeader1.png') no-repeat; 
outline: none;
}
/*this code sets the full-width header background color or graphic*/
.custom #header_area {
background: transparent url('images/header1600.png'); 
padding-top:0;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline {
text-indent: -9999px;
}
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline {
display:none;
}
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { 
border-bottom:none; 
padding: 0;
margin-left:-2.5em;
}
	
/*this code gets rid of the top margin*/
.custom #header_area .page {
padding-top:0;
}

/*END HEADER STYLING*/

/*PAGE STYLING*/
/*this code sets a background color and image*/

body.custom {
    background: transparent url(images/background.png);
}

.custom .full_width .page {
margin:0 auto;
padding-left:3em;
padding-right:0em;
background: transparent;
width:96em;
}

.custom #content_area .page {
background:transparent url(images/DropShadMid.png) repeat-y;
left:-3em;
margin-bottom:0px;
position:relative;
top:0px;
}

/*this code changes the page-wide hyperlink colors.  They must be styled more specifically if they are to be different from each other.*/
.custom a, .custom a:visited {
color:#000;
text-decoration:none;
}

/*this code overrides the page-wide hyperlink colors for links in page content*/
.custom .format_text a, .format_text a:visited {
color:#30648C;
}

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}

/*add photography band at top of each page*/
#photoband {
display: block;
width: 900px;
height: 141px;
background: url('images/photoband.jpg') no-repeat;
margin-left: 0em;
}


/*END PAGE STYLING*/

/*SIDEBAR STYLING*/


/*this code sets a sidebar color*/
.custom #content_box {
background:transparent;
padding-left:1.5em;
width:87em;
}

/*this code gets rid of sidebar line*/
.custom #sidebar_1 {
border-style:none;
}

/*this code for sidebar headings*/
.custom .sidebar h3 {
color:#30648C; 
font-variant:normal;
font-weight:normal;
text-align:center;
font-size: 20px;
}

/*this code sets the large sidebar heading for the phone number*/
.custom li#text-3.widget h3 {
	font-size: 24px;
	}
.custom li#text-4.widget h3 {
font-size: 28px;
}

.custom li#text-4.widget {
margin-bottom: 1em;
}


/*END SIDEBAR STYLING*/

/*HEADLINE STYLING*/
/*this code set the color for post headlines*/
.custom .headline_area h2 a {
color: #30648C;
}
.custom .headline_area h2 a:visited {
color:#30648C;
}
.custom .headline_area h2 a:hover {
color: #30648C;
}

.custom .h1.entry-title {
color: #30648C;
}

/*this code for page headlines*/
.custom h1 {color: #30648C;}

/*this code for front page headline*/
.custom .headline_area h2 {color: #30648C;}

/*this code for subheads in content*/
.custom h3 {
color: #30648C; 
font-weight:bold;
}

/*END HEADLINE STYLING*/

/*MULTIMEDIA BOX STYLING*/

/*this code sets the rotator box background color and gets rid of the border underneath*/
.custom #image_box, video_box, custom_box { 
background-color: #e8e2ce; 
border-bottom:0;
}

/*END MULTIMEDIA BOX STYLING*/

/*NAVIGATION STYLING*/

/*nav bar customization, this sets the default color for the whole width of the nav bar*/

.custom #nav_area {
background:transparent url(images/navbar.png); 
padding:0; 
border-bottom:0px solid #385a73; 
border-top: 0px solid #000000;
}

/*sets the attributes for the actual tab area*/
.custom #nav_area ul {
background: transparent url(images/navbar.png);  
border-bottom:none; 
border-left:none;
padding-bottom:0px; 
padding-top:0px; 
text-decoration:none;
}

/*give tabs a hover color and a hover text color*/

.custom .menu a:hover {
background:transparent url(images/navbar.png);  
color:#fff; 
text-decoration:underline;
}
        
		
/*change tab color and get rid of lines around them*/
.custom .menu {
background:transparent url(images/navbar.png); 
border-style:none;
margin-left:-2.5em;
width:90em;
}

 .custom .menu .tab.current, .custom menu.current{
 text-decoration:underline;
 color:#30648c;
 background:transparent;
  text-transform:lowercase;
 margin-bottom:0em;
 border-bottom:0em;
 }
 
 .menu li {margin: 0px 0px 0px 0px;}

/*set tab spacing and menu text color*/
.custom .menu a {
background: transparent url(images/navbar.png);
padding:0.818em 1em; 
margin-bottom:0em;
color:#fff; 
font-weight:bold;
text-transform:lowercase;
border-style:none;
}

/*change tab text spacing from default of 2px*/
.custom .menu a {letter-spacing:1px;}


/*END NAVIGATION STYLING*/


/*FOOTER STYLING*/

/*this code sets a full-width footer*/
.custom #footer_area {
background:#30648C; 
padding:0.7em 0; 
border-top:0px solid #fff;
}
/*this code controls the footer text color*/
.custom #footer {
border-top:0; 
color:#fff;
margin-right:5.5em;
text-align:left;
}
/*this code sets the background color for the inside of the footer*/
.custom #footer_area .page {
padding-bottom:0em;
background:#30648C;
padding-left:0em;
}

/*this sets the color of the footer hyperlinks*/
.custom #footer a {
border-bottom:medium none;
color:#fff;
font-weight:bold;
text-decoration:none;
}


/*END FOOTER STYLING*/


/*CONTACT FORM 7 STYLING*/

/*set width of fields for contact form*/
.sidebarInput {
width:155px;
background:#fff;
}

.sidebarTextArea {
width:161px; 
background:#fff;
height:10em;
}

/*END CONTACT FORM 7 STYLING*/

