/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

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 override *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!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body.custom {  background-image:url(images/bg-ocean.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#052048;
 }

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}




.custom #header_area {
    background: url(/images/LHC_FB_CoverImage1.jpg) no-repeat center;
    background-size: 956px;
    height: 315px;
}		.custom #header_area .page {background:transparent;}
			.custom #header {border-bottom:0;}
			
			/* nav menu color change*/

/* paste in custom.css file ****/

.custom .menu{ background-image:url(images/menu_bg.jpg);
background-repeat:repeat-x;
height:40px;
}
	.custom ul.menu {position: inherit; width:100%;}

/*........footer..........*/				
.custom #footer_area {   }
	.custom #footer_area .page { background-image:url(images/footer.jpg); background-repeat:repeat-x; height:78px; background-position:bottom;}
		.custom #footer {border-top:0; }				
				
/*Tabbed Widget Version 2.0*/
.tabbedwidget {
width:285px;
margin-top: 3em;
background: #440911;
border:none;
margin-left:20px;
}

.tabnav {
background-image:url(images/awer_box.jpg);
background-repeat:no-repeat;
width:283px;
height:43px;
text-align:center;
line-height:30px;
color:#8a2b3f;
}

.tabnav li {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
display: inline;
list-style: none;
line-height:45px;
color:#8a2b3f;
}

.tabnav li a {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
display: inline;
list-style: none;
line-height:30px;
color:#8a2b3f;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
display: inline;
list-style: none;
line-height:30px;
color:#454545;

}

.tabdiv {
margin-top: 2px;
background: #f3f0d8;
padding: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:##8a2b3f;
text-decoration:none;
}

.tabdiv li {
list-style: none;
margin-bottom: 0.667em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#454545;
text-decoration:none;
}

.ui-tabs-hide {
display: none;
}	
				



/*Tabbed Widget Version 2.0*/
.tabbedwidget1 {
width:285px;
margin-top: 3em;
background: #440911;
border:none;
margin-left:20px;
}

.tabnav1 {
background-image:url(images/news_blog-_box.jpg);
background-repeat:no-repeat;
width:283px;
height:43px;
text-align:center;
line-height:30px;
}

.tabnav1 li {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
display: inline;
list-style: none;
line-height:45px;
color:#454545;
}

.tabnav1 li a {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
display: inline;
list-style: none;
line-height:30px;
color:#454545;
}

.tabnav1 li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
display: inline;
list-style: none;
line-height:30px;
color:#454545;

}

.tabdiv1 {
margin-top: 2px;
background: #f3f0d8;
padding: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#454545;
text-decoration:none;

}

.tabdiv1 li {
list-style: none;
margin-bottom: 0.667em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#454545;
text-decoration:none;
}

.ui-tabs-hide {
display: none;
}	
				
				
/* Feature Box Styling */
.custom #feature_box {
	background:#ffffff;
	padding-top:20px;
	
	
}
#my-feature-box {
	width:100%;
	color:#800000;
	font-size:16px;
	background:#ffffff;
	
	
}
#my-feature-box h2 {
	color:#1868c2;
	font-size:20px;
	letter-spacing:1px;
	margin-bottom:3px;
}
#feature-box-column-left {
	width:100%;
	float:left;
margin-left:1px;
}
#feature-box-column-right {
	width:100%;
	float:right;

}


.tabbedwidget2 {
width:270px;
margin:0px;
background: #f3f0d8;
border:none;
padding:10px;
}


#random-posts li {
	background: #f3f0d8;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}

#random-posts div.right { color: #722132; float: right; font-size: 11px; text-transform: uppercase; }



.custom h2 a {
   color: #303135;
   text-decoration: none;
}
.custom h2 a:visited {
   color: #303135;
   text-decoration: none;
   font-family:"Georgia", Times New Roman, Times, serif;
   font-size:24px;
}
.custom h2 a:hover {
   color: #8a2b3f;
   text-decoration: underline;
}
.custom h2 a:active {
   color: #3399ff;
   text-decoration: underline;
}

/* Style the First (or Only) Post */
.custom .post.top {
   background:#def5fc none repeat scroll 0 0;
    border:10px double #bfbba4;
   margin:1em;
   padding:2em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
   background:#def5fc none repeat scroll 0 0;
   border:10px double #1868c2;
   margin:1em;
   padding:2em;
}

.custom .format_text blockquote.left {
   border: 3px double #aaa;
   color: #111;
   background-color: #eee;
}

.custom .format_text blockquote.right {
   border: 3px double #aaa;
   color: #111;
   background-color: #eee;
}

#pp-recent-posts li, .widget_recent_entries li, .widget_recent_comments li
	{background: #f4efd9 0 0.53em no-repeat; padding:0 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#990000;
	
	}		
 

#recent-comments li, .widget_recent_entries li, .widget_recent_comments li{background: #f4efd9 0 0.53em no-repeat; padding:0 0 0 10px;}		


 .custom #fb {
  padding:5px;
  background:#CFE7FF url('images/facebook_32.png') no-repeat 5px 7px;
  border:2px solid #3b5998;
  width:75%;
  margin: 0 auto 20px auto;
 -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.custom #fb iframe { height: 25px; margin:5px 0 0 5px;}



	