/*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: 999px;
background: url('images/header1.png') no-repeat; 
outline: none;
}
/*this code sets the full-width header background color or graphic*/
.custom #header_area {
background: none; 
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;
}
	
/*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: #17446e url(images/bluegradientmirror1.png) repeat fixed 0 0;
}

/*set color of content area and border around it*/
.custom #container {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: .4em solid #17446e;
	}

/*sets color of page (inside) and padding*/
.custom #page {
background: transparent;
padding:0em;
}

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

/*END PAGE STYLING*/

/*SIDEBAR STYLING*/

/*this code sets a sidebar color*/
.custom #content_box {
background:#ffffff url(images/bg-sidebar.png) repeat-y scroll 52.5em 0;
padding-left:0em;
}

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

/*this code for sidebar headings*/

.custom .sidebar h3 {
color:#17446e; 
font-weight:bold;
}

/*this code changes the sidebar widget background for the email opt-in box*/
.custom li#text-389755731.widget {
background:#FFFFA0;
border-bottom:2px solid #17446e; 
border-top:2px solid #17446e; 
border-left:2px solid #17446e; 
border-right:2px solid #17446e;
}



/*END SIDEBAR STYLING*/

/*HEADLINE STYLING*/
/*this code set the color for post headlines*/
.custom .headline_area h2 a {
color: #17446e;
font-weight:bold;
}
.custom .headline_area h2 a:visited {
color:#17446e;
font-weight:bold;
}
.custom .headline_area h2 a:hover {
color: #17446e;
font-weight:bold;
}

/*this code for page headlines*/
.custom h1 {
color: #17446e;
font-weight:bold;
}

/*this code for front page headline*/
.custom .headline_area h2 {
color: #17446e;
font-weight:bold;}

/*this code for subheads in content*/
.custom h3 a: {
color: #17446e; 
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, .custom #video_box, .custom #custom_box { 
background-color: #e0f0fe; 
border-bottom:0;
padding:1em;at 
}

.custom #multimedia_box {
padding:0;
}

/*END MULTIMEDIA BOX STYLING*/

        
		
/*set menu background color*/
.custom .menu {
background:#17446e; 
border-style:none;
}


/*END NAVIGATION STYLING*/

/*FOOTER STYLING*/

/*this code controls the footer text color*/
.custom #footer {
border-top:0; 
color:#e0f0fe;
background:#17446e;
}

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


/*END FOOTER STYLING*/


/*customize comment form colors*/
/*HTML codes section*/
.custom #commentform p.allowed {
background:#c0c0c0 none repeat scroll 0 0;
border-color:-moz-use-text-color #BBBBBB #BBBBBB;
border-style:none dotted dotted;
border-width:0 0.1em 0.1em;
font-size:1em;
padding:0.6em 0.4em;
width:100%;
}
/*input section*/
.custom #commentform input, textarea {
background:#fff none repeat scroll 0 0;}

/*PAYPAL BUTTON STYLING*/
/*this code fixes the PayPal button size bug.  To get rid of gray bg and border, you must also add input class="paypal" in front of the part of the form code that says type="image"*/
.custom .post_box .format_text input { width: auto; } 
input.paypal {
background:#ffffff;
border-style:none;
}


