/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to overwrite *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/
/* 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: 225px; width: 1000px; background: url('images/longislandheader5.png') no-repeat; outline: none;}
/* 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 */
/* This is a bit of a kludge, but it seems to work. */
.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 { padding: 0;}

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

body.custom {
    background: #f8f6f3;
}

/*this code gets rid of the top margin*/
.custom #header_area .page {
padding-top:0;}

/*this code sets a background color for the content area*/
.custom #content
{ background: #f8f6f3; width:61em;}

/*this code sets a sidebar color*/
.custom #content_box {
background:#f8f6f3 url(images/nobackground.gif) repeat-y scroll 65.8em 0; 
padding-left:0em;
width:100em;}

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

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

}


.custom #footer_area .page {
padding-bottom:0em;
background:#cfb88d;
}

/*this code set the color for post headlines*/
.custom .headline_area h2 a {color: #813513;}, .custom .headline_area h2 a:visited {color:#813513;}
.custom .headline_area h2 a:hover { color: #813513;}

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

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

/*THIS H3 CODE WAS HEAVILY CUSTOMIZED DUE TO THE HEADINGS FOR THE FOOTER WIDGETS*/

/*this code for in-page headings*/
.custom h3 {color: #813513; font-family: "Gill Sans MT","Gill Sans",Calibri, "Trebuchet MS",sans-serif; font-size: 1.143em; line-height:1.25em; margin-bottom:0.625em; font-variant:small-caps;}
.custom .format_text h3 {font-size: 1.267em;line-height:1.158em;margin: 1.737em 0 0.579em; font-weight:normal; font-variant:normal;}
.custom .format_text h2 {font-size:1.5em; margin:0.5em 0;color:#385a73;}

/*this code for sidebar headings*/

.custom .sidebar h3 {
color:#813513; font-weight:normal;}
}

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

/*this code changes the link colors in the sidebar*/
.custom a, .custom a:visited { color:#385a73; text-decoration:none;}

/*this code sets the rotator box background color*/
.custom #image_box, #video_box, #custom_box { background-color: #f8f6f3; }

/*this code gets rid of the border under the rotator box*/
.custom #image_box {border-bottom: 0;}

/*this code sets a full-width footer*/
.custom #footer_area {background:#cfb88d; padding:0.5em 0; border-top:1px solid #385a73;}
	.custom #footer {border-top:0; color:#385a73;}
/*set color for hyperlinks in footer*/
.custom #footer a{color: #385a73; text-decoration:none; border-bottom:none; font-weight:bold;}

/*this code goes with the stuff in the custom_functions.php file to help create a full-width header*/
.custom #header_area{background: transparent url(images/longislandbackground4.png) repeat scroll 0 0; padding-top:0; border-bottom: 1px solid #000;}

/*nav bar customization*/

.custom #nav_area {background:transparent; padding:0; border-bottom:1px solid #385a73; border-top: 0px solid #000000;}
#nav_area .page {position: relative;}
	.custom #nav_area ul {background: transparent; border-bottom:none; border-left:none;padding-bottom:0px; padding-top:0px; text-decoration:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none; text-decoration: none;}

	.custom #header {border-bottom:none; padding-bottom:0; position: relative;}
	

/*give tabs a hover color*/

.custom .menu li a:hover {background:transparent; color:#813513; none repeat scroll 0 0; text-decoration:none;
}
        
		
/*change tab color and get rid of lines around them*/
.custom .menu li {background:transparent;border-style:none;}

/*float nav bar on top of header*/
.menu {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:0;
position:absolute;
width:100em;
z-index:500;
bottom: 0px;
left: 0;
border: 0;
}

/*set current tab color and hover color, also hover text color*/
.custom .menu li.current a,
.custom .menu li.current-cat a
{background:#813513; color:#f8f6f3; border_style:none;}

/*scoot over first nav tab and set menu text color*/
.custom .menu li a {
padding:0.818em 0.5em; color:#385a73; font-weight:bold; background: transparent; border: 0;}


/*get rid of dotted link box*/

:-moz-any-link:focus {
  outline: none;
}


.custom #tabs a {letter-spacing:1px;}

.custom .footer h3 {
font-family:"Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
font-size:1.143em;
line-height:1.25em;
margin-bottom:0.625em;}

/*FOOTER WIDGETS*/

#footer-sidebar { 
display:block; 
width:100%; 
height: 15em; 
list-style-type: none;
padding: 5px 0px 40px 0px; 
color: #385a73; 
background: #CFB88D; 
width: 100em; 
margin-left: 1em;
}
 
#footer-sidebar a {
color:#ffc353; 
text-decoration: bold; 
border:none;
}
  
#footer-sidebar a:hover {
color:#fff; 
text-decoration:underline;
}
  
#footer-sidebar1 {
text-align: center; 
background: transparent none repeat scroll 0 0; 
border-right: .1em solid #385A73; 
float: left; 
height: 15em; 
width: 24em; 
padding-left: 0em;
}
  
#footer-sidebar2 {
text-align: center; 
background: transparent none repeat scroll 0 0; 
border-right: .1em solid #385A73; 
float: left; 
height: 15em; 
width: 24em; 
padding-left: 0em;
}
  
#footer-sidebar3 {
text-align: center; 
background: transparent none repeat scroll 0 0; 
border-right: .1em solid #385A73; 
float: left; 
height: 15em; 
width: 24em; 
padding-left: 0;
}

#footer-sidebar4 {
text-align: center; 
background: transparent none repeat scroll 0 0; 
border-right: 0em solid #385A73; 
float: left; 
height: 15em; 
width: 24em; 
padding-left: 0;
}

#disclaimer {
text-align:left;
padding-left:7em;
padding-right:7em;}

.social {text-align: left;}

.social img {margin: 0 5px;}