/*
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 ]:---*/

/*

        .custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
*/
body.custom   { background: #444; }    
.custom .page { background: #fff; }
                
/*---:[ end Set 1 ]:---*/



/* links */
.custom a, .custom a:visited { color: #070; }
.custom a:hover { color: #050; }	



/* clickable header code */

/* 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: 185px; width: 857px; background: url('images/fff-banner.jpg') no-repeat; outline: none; }
*/

/* .custom #header #logo a { background:#eee;}
*/

/* 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 { 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; }
*/


/* nav bar restyling */

// "Quick Contact" button
// .custom .page-item-17 { color: #990000; }




/* re-styling the widget text in "popular posts"  
*/

.custom .sidebar_list ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;}

.custom  .sidebar_list ul li {
margin-bottom:0.692em;}

/*
.custom  .sidebar_list h2 {
font-family:Calibri,Verdana,sans-serif;
font-size:1em;
font-variant:small-caps;
letter-spacing:2px;
line-height:1.385em;
margin-bottom:0.615em;
}

*/

/* thick headlines */


.custom #header { border-bottom: none; }
.custom #footer { border-top: none; }
.custom #content_box { background: #fff ;}
.custom .prev_next { border-top: none; }
.custom .post_box, .custom .teasers_box { border-top: none; }



body.custom { font-family: frutiger, univers, 'lucida grande', corbel, 'helvetica neue', arial, sans-serif; }



body.custom {
  background-image: -webkit-gradient(
  linear, left top, left bottom, 
  from(rgba(255,255,255,.01)), 
  to(rgba(255,255,255,.2)),
  color-stop(0.1, rgba(255,255,255,.1) ) );


}


.custom #header_area .page
{
/* background-color: rgba(62,118,90,.1);
*/

}



/* 
border: 1em solid rgba(255,255,255,.33);


  background-image: -webkit-gradient(
  linear, left top, left bottom, 
  from(rgba(60,60,60,.001)), 
  to(rgba(60,60,60,.15)),
  color-stop(0.5, rgba(60,60,60,.01) )
 );
*/

.custom .notice {
   background-color:   #ffffe0;
   border: 1px solid rgba(125,125,125,.5);
   padding: 0 1em;
}

.custom .notice h3 {
  font-style: italic;
  font-color: #000;
}


/* -- custom typograghy --*/



@font-face {
	font-family: 'Museo300';
	src: url('/wp-content/themes/thesis_17/custom/fonts/museo300-regular-webfont.eot');
	src: local('a?o'), url('/wp-content/themes/thesis_17/custom/fonts/museo300-regular-webfont.woff') format('woff'), url('/wp-content/themes/thesis_17/custom/fonts/museo300-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/thesis_17/custom/fonts/museo300-regular-webfont.svg#webfontrwfFAh2m') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
        font-family: 'Museo500';
        src: url('/wp-content/themes/thesis_17/custom/fonts/museo500-regular-webfont.eot');
        src: local('a?o'), url('/wp-content/themes/thesis_17/custom/fonts/museo500-regular-webfont.woff') format('woff'), url('/wp-content/themes/thesis_17/custom/fonts/museo500-regular-webfont.ttf') format('truetype'), url('/wp-content/themes/thesis_17/custom/fonts/museo500-regular-webfont.svg#webfontrwfFAh2m') format('svg');
        font-weight: normal;
        font-style: normal;
}



.custom .entry-title {
	font-family: 'Museo300', sans-serif;
	font-weight: 300;
}


.custom #logo a {
        font-family: 'Museo500', sans-serif;
        font-weight: 500;
}


.custom #branding_bar  {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	background: #000;
}



.custom #branding_bar span
{
	display: block;
	color: #ddd;
	font-family: Calibri, arial, serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 38px;
	float: right;
	margin-right: 1em;
}

.custom #branding_bar img {
	float: right;
	display: block;
	line-height: 38px;
	margin: 3px 4px 3px 4px;
 }

.custom #branding_bar span a {
	color: #ddd;
	text-decoration: none;
	line-height: 38px;
}


.custom .notice,
.custom  form {
	-webkit-border-radius:.7em;
	-moz-border-radius:.7em;
	border-radius:.7em;
	-webkit-box-shadow:2px 2px 3px #999;
	box-shadow:2px 2px 2px #999;

}

.custom .jetpack_subscription_widget form {
	padding: 1em;
	background: #bbb;
}

.custom form#subscribe_blog input  {
	background: #eee !important;
	border: #222 !important;
}


.custom .related_post_title { margin-top: 2em; }

.custom code {display: block; padding: 1em; background: #ddd; line-height: 1.8em;}

/* background-color: rgba(62,118,90,.1);  */