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

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #000; }
	
/*	.custom #container { /*margin-top: 2em; */ /*margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }*/
.custom #container { /*margin-top: 2em; */ margin-bottom: 2em; padding: 0.2em; background: #BFCCE5; border: 0.3em solid #6181BF; }
.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/
/* removes the double line at the bottom of the header section */
.custom #header { border-bottom: none #ddd; clear: both;}

/* This line sets up our clickable background image based on the site titles link */
/* Adjust the height & width below to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header’s file name */
/*.custom #header #logo a { display: block; height: 80px; width: 300px; background: url('images/Web-Logo-banner.jpg') no-repeat; outline: none; } */

/* trying to add photo and logo in the header */
.custom  #page {padding-top:0;}
.custom #custom-header { height: 80px; width: 731px; background: transparent url('images/header.jpg') no-repeat scroll 0 50%; margin-bottom: 0.4em; padding-top:5em;}

/* This line gets rid of the site title & tagline by casting them out to the far left */
/*.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 { height: 0; }

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

/* adding a custom clickable header - to be used later
.custom #header #logo a { display: block; height: 180px; width: 800px; background: url('images/IMAGE-FILE-NAME') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }
*/


/* Position the Search Box */
.custom #s {font-size:1.2em; position:relative; float:right; margin-top:2em; background:#EEEEEE; color:#000000; padding:0.2em; width:200px;}
.custom widget thesis_widget_search {background:#fff;}

/* Suppress "Comments are now closed" tagline */
.custom .comments_closed p {display: none ;}

/* Change nav menu look & feel */
/*.custom #tabs { border-left: 0px; } 
/*.custom #tabs li { background: #BFCCE5;}
.custom #tabs a:hover { background: #DDDDDD; text-decoration: none }
    /*.cusotm #tabs a:hover { background: #000000; margin-top: -.2em; } */
	
/* Rounded corners for nav menu */
.custom #tabs li { -moz-border-radius-topleft: 0.7em; -moz-border-radius-topright: 0.7em; -webkit-border-top-left: 0.5em; -webkit-border-top-right: 0.5em;}

/* Featured Post Formatting */
/*.custom #my-feature-box { font-family: Helvetica,Arial,sans-serif; color: #ffffff; background: #bbbbbb; padding: 22px 15px 22px 15px; }
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a { color: #000000; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #ffffff; }
.custom #my-feature-box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }
*/
/*
#feature_box{ color: #ffffff; background: #bbbbbb; padding: 22px 15px 22px 15px; }
#feature_box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
#feature_box h2 a { color: #000000; text-decoration: none; }
#feature_box h2 a:hover { color: #ffffff; }
#feature_box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
#feature_box .featurereadmore { padding: 22px 0 0 0; }
#feature_box .featurereadmore a { font-size: 14px; text-decoration: none; }
*/


#feature_box { color: #ffffff; background: #6181BF; padding: 2em 2em 2em 1.4em; width: 46em; border: none;}
/*
#feature_box { color: #000000; background: #FFF; padding: 2em 2em 2em 1.2em; width: 46em; border: 2px dotted #6181BF;}

#feature_box h2 { font-size: 2em; margin: 0 0 1.2em 0; }
#feature_box h2 a { color: #243E90; text-decoration: none; }
#feature_box h2 a:hover { color: #000; }
#feature_box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
#feature_box .featurereadmore { padding: 2em 0 0 0; }
#feature_box .featurereadmore a { font-size: 1.2em; text-decoration: none; }
*/

#feature_box h2 { font-size: 2em; margin: 0 0 1.2em 0; }
#feature_box h2 a { color: #000000; text-decoration: none; }
#feature_box h2 a:hover { color: #ffffff; text-decoration: underline;}
#feature_box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
#feature_box .featurereadmore { padding: 2em 0 0 0; }
#feature_box .featurereadmore a { font-size: 1.2em; text-decoration: none; color: #243E90; }
#feature_box .featurereadmore a:hover { text-decoration: underline;}

.custom #content_box {background:none;}
.custom #content_box {background-color:#F5F5F5;}
.custom #content {background-color:#fff;}

/* Remove category tag display at the top of archive pages */ 
#archive_info {display:none;}

/* Switch double-lined border (default) to one single solid line) */
.custom #footer{border-top:0.1em solid #DDDDDD;}

/* Add styling to Subscribe via Email link */
.custom .sub_email a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/envelope.png) no-repeat scroll 0 50%;
padding-left:1.6em;
font-size: 1em;
line-height: .5em;
}

/* Add styling to Subscribe via RSS link */
.custom .sub_rss a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/feed.png) no-repeat scroll 0 50%;
padding-left:1.6em;
font-size: 1em;
}

/* Styling for print button at top right of each individual post */
.custom .print-header a{
display: inline;
background: transparent url(images/printer.png) no-repeat scroll 0 50%;
padding-left: 2em;
}
.custom .email-header a{
background: transparent url(images/envelope.png) no-repeat scroll 0 50%;
padding-left: 2em;
}
/* Styling for share-this button at bottom of each individual post */
.custom .share-this a{ text-decoration: none; font-size: 0.8em;}
.custom .share-this a:hover {text-decoration: underline;}


/* Change line spacing for widgets on right sidebar, especially subscribe box */
.custom li.widget p { margin-bottom: 0.5em; }
.custom li.widget ul li { margin-bottom: 0.5em; }

/*.custom .teaser { text-align: justify; }*/
/* Align justify text for teaser paragraphs in blog, only text, not headings */
.custom .teaser p { text-align: justify; }

/*custom code for styling a "sticky" post*/
/*
.sticky {
background:#fff8dc;
border: 1px solid black;
margin-bottom: 7px;
} 
*/

/* Styling for custom intro paragraph on Blog page (the welcome intro paragraph) */
.custom .custom_intro { border-top: none; }
/* custom .custom_intro { border-bottom: 1px solid #BBBBBB; } */
.custom .custom_intro h2 { font-size: 1.5em; font-variant: small-caps; margin-top: -20px;}
