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

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <;body&gt; 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/
*/


/* HEADER ZONE */

.custom #header_area{display:none;}

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

.custom #header #logo a {

	background-image: url(images/HRGBanner101.png);

	width: 980px; 

	height: 285px;

	background-repeat: no-repeat;

	display: block;

	text-indent: -9999px;

        outline: none;

}

.custom #title_area {background-image: url(images/BannerBackground101.gif); background-repeat: x; padding: 0; border-bottom:none}


/* NAVBAR ZONE */

.custom #nav_area {
	background:#002952; padding:1em 0; border-bottom:1px solid #DFDFDF;
}

.custom #nav_area .page {
	background: #002952;
}

.custom #nav_area ul {border-bottom:none; border-left:none;}
	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}


.custom .menu {
	background: #002952;
	border: 0;
}

.custom .menu li.tab a, li.tab {
	border: 0;
       
}

/* RSS BOX */

.custom #optin {
	border:2px solid #001C39; -moz-border-radius:10px 10px 10px 10px; padding:10px;text-align:center;background: #30679F;
}

.custom #optin p {
	margin: 1px 0px 1 px 0px; font-family: 'Calibri', Verdana, Arial, Sans-Serif; font-size: 1em; text-align: center; color: 
#ffffff}

.custom #optin input{
	align: center; background-color: #F6EEC5; border: #E6D599 1px solid; margin: 10 px 0px 0px 0px; color: #695218;
}

.custom #optin textarea{
	background-color: #F6EEC5; color: #343B4B; border: #E6D599 1px solid;
}

/* === COMMENTS === */
#comments .comments_intro {}
.custom dl#comment_list {border-top:0; border-bottom:1px solid #ddd;}
.custom dl#comment_list dt.comment {width:21em; float:left; clear:both; position:relative; padding-bottom:5em;}
	.custom .avatar img {border:#ddd solid 0.3em; vertical-align:text-top;}
		.custom dl#comment_list dt.comment span {line-height:1.2em;}
		.custom dl#comment_list dt.comment span.comment_author, .custom dl#comment_list dt.comment span.comment_time, .custom dl#comment_list dt.comment span.edit_comment {display:block; border-bottom:1px solid #ddd; width:11em; float:left; padding:0.5em;}
		.custom dl#comment_list dt.comment .comment_num {padding:0; position:absolute; bottom:0; right:0;}
			.custom dl#comment_list dt.comment .comment_num a {font-size:3em; color:#ddd;}
			.custom dl#comment_list dt.comment .comment_num a:hover, .custom dl#comment_list .bypostauthor .comment_num a:hover {color:#bbb; background:none;}
		.custom .comment_time {white-space:normal;}
		.custom dl#comment_list dt.comment span.comment_author {font-size:1em; width:13.2em;}
.custom dl#comment_list dd {border-top:1px solid #ddd; border-bottom:0; padding-bottom:1em;}
	.custom dl#comment_list dd .format_text {padding-left:18em;}
		.custom dl#comment_list dd .format_text p, .custom dl#comment_list dd .format_text ul, .custom dl#comment_list dd .format_text ol, .custom dl#comment_list dd .format_text pre {}

.custom dl#comment_list .bypostauthor {background-color:#002952; color:#ddd;}
	.custom dl#comment_list .bypostauthor a {color:#fff;}
.custom dl#comment_list dt.bypostauthor {border-top:1px solid #ddd;}
	.custom dl#comment_list .bypostauthor code, .custom dl#comment_list .bypostauthor pre {background-color:#333; color:#fff;}

.custom #commentform {font-family:Helvetica, Arial, sans-serif;}
.custom input.form_submit:hover {color: #a00;}

.page div.comments_closed p {display:none;}

/* BLOG POSTS */
/* Start Author Info after Post formatting */
/* This formats the outside box */
.custom div.post_ad {
background-color: #EDEDED; 
-moz-border-radius:10px 10px 10px 10px;
margin: 0;
padding: 1em;
border: 1px solid #DFDFDF;
}

/* This formats the headline */
.custom div.format_text.entry-content div.post_ad h3 {
margin-top: 0;
font-size: 2 em;
line-height: 1.2 em;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #9F9F9F;
padding-bottom: 5px;
margin-bottom: 10px;
}

/* This formats the text */
.custom div.format_text.entry-content div.post_ad p {
margin: 0 0 2 em;
}

/* This formats the image */
.custom div.post_ad img {
float: right;
margin-bottom: 1 em;
margin-left: 2 em;
}

/* End Author Info after Post formatting */



/*Adds Social Media icons in each post*/

.custom .box { margin: 2.1em 2.1em 2.1em 1em; padding: 1.2em; background: #EDEDED; -moz-border-radius:10px 10px 10px 10px;

border: 1px solid #DFDFDF;}

.custom .box h3 { margin-top: 0; font-size: 2em; line-height:1.2 em; }

.custom .box p { margin-bottom: 0; }

.custom .box .share {float:left; width:38%;height:50px;}

.custom .box .social_icons {float:right; width:100%; padding:0.2em;}

.custom .box .social_icons a, .box .social_icons a:hover {border:none;}

.custom .box .social_icons img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }

.custom .box .social_icons img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}
/* End Add Social Media icons formatting */

/* FOOTER ZONE */

.custom #footer_area {
	background: #002952; padding:0.5em 0; border-top:1px solid #DFDFDF;
}

.custom #footer_area .page {
	background: #002952;
}

.custom #footer {
	border: 0;
	background: #002952;
}

.custom #footer_1 {text-align:left; color:#fdfdff;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#fdfdff;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#fdfdff; border-bottom:0;}
                .custom #footer_1 ul.sidebar_list li.widget p {color:#fdfdff; border-bottom:0; font-size:1.0em;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#f8600c;}
                


/* BEHIND EVERYTHING */

body.custom {
	background: #ffffff;
}
