/*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: 140px; 
width: 895px;
background: url('images/headeryellow.png') no-repeat; 
outline: none;
}
/*this code sets the full-width header background color or graphic*/
.custom #header_area {
background: #ffe57e; 
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: #fff;
}

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

/*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:#00387d;
text-decoration:none;
}

/*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:#fff;
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:#cc3534; 
font-weight:bold;
font-variant:normal;}
}

/*END SIDEBAR STYLING*/

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

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

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

/*this code for subheads in content*/
.custom .format_text h3, .custom .format_text h3 a {
color: #00387d; 
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: #fff; 
border-bottom:0;
}

/*END MULTIMEDIA BOX STYLING*/

.custom #nav_area {
background:#B9D3D6; 
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: #B9D3D6;  
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;  
color:#000; 
text-decoration:underline;
}
        
		
/*change tab color and get rid of lines around them*/
.custom .menu {
background:transparent; 
border-style:none;
}

 .custom .menu .tab.current, .custom menu.current{
 text-decoration:underline;
 color:#000;
 background:transparent;
 }
 
 .menu li {margin: 0px 0px 0px 0px;}

/*set tab spacing and menu text color*/
.custom .menu a {
background: transparent;
padding:0.818em 1em; 
margin-bottom:0em;
color:#000; 
border-style:none;
}


/*END NAVIGATION STYLING*/

/*FOOTER STYLING*/

/*this code sets a full-width footer*/
.custom #footer_area {
background:#B9D3D6; 
padding:0.7em 0; 
border-top:5px solid #ffe57e;
}
/*this code controls the footer text color*/
.custom #footer {
border-top:0; 
color:#00387d;
overflow:hidden;
}
/*this code sets the background color for the inside of the footer*/
.custom #footer_area .page {
padding-bottom:0em;
background:#B9D3D6;
}

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

.custom .AuthorizeNetSeal {
float:left;
}

.custom #footer p {
float:right;
width:550px;
}


/*END FOOTER STYLING*/

/*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;
}

/*THUMBNAIL PADDING*/
.custom .format_teaser img.tfe {
margin-right:10px;
border:1px solid #000;
}
