/*
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/
*/


/* BEGIN CUSTOM CSS */


/* Begin CSS for body background image */
body.custom {
background-image: url('http://ct.energynewsboard.com/wp-content/uploads/2013/06/Hartford-CT-2133X1600.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* End CSS for body background image */


/.custom #header #logo a { display: block; height: 90px; width: 208px; background: url('http://pa.energynewsboard.com/wp-content/uploads/2011/10/pa-enb-header-208X90.png') 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: 5px; }


img#wpstats{display:none}


html, .custom {
 height: 100%;
}

.custom .wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

.custom #footer_area, .custom .push {
 height: 100px; /* .push must be the same height as .footer */
}

.custom #footer_area {
background: #000;
opacity: 0.9;
}


div.opbg {
  background-color: transparent;
  background-image: url('http://matthewspilman.com/portfolio/wp-content/uploads/2013/05/grayopbg.png');
  background-repeat: repeat;
}

img.portfolio {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
}

div.portfolio {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
}


a.socialbutton:link { /background: #000; /border-radius: 30px; vertical-align: middle; /padding: 10px 1px 10px 1px; }
a.socialbutton:visited { /background: #000; /border-radius: 30px; vertical-align: middle; /padding: 10px 1px 10px 1px; }
a.socialbutton:active { /background: #000; /border-radius: 30px; vertical-align: middle; /padding: 10px 1px 10px 1px; }
a.socialbutton:hover { /background: #880000; opacity: 0.5; /border-radius: 25px; /vertical-align: middle; /padding: 30px; }


/.custom #header {
background: #fff;
/margin: 0px 0px 0px 0px;
/padding: 20px;
/background: url('http://me.energynewsboard.com/wp-content/uploads/2012/09/MEENB-Square-160X135.png' ) 0 50% no-repeat;
}

.custom #header_area .page {
background: transparent;
}


/.custom #content_area {
/background: none;
background: #2B2B2B url('http://matthewspilman.com/portfolio/wp-content/uploads/2013/05/sage-1280X960-bw1.jpg') repeat-x 0 0; background-attachment:fixed;
/margin: 85px 0px 75px 0px;
}

.custom #content_area .page {
background: transparent;
}

/.custom #content_box { 
background: #ffffff;
/background: #000000 url('http://jottmof.com/wp-content/uploads/2012/10/fabric-plaid-200X200.png') 100% 0 repeat; background-attachment:fixed;
/margin: 0px 0px 0px 0px;
/border: double #444;
/border-top: double #444;
/border-bottom: double #444;
/border-left: double #444;
/width: 795px;
}


/.custom #content {
background: #ffffff;
/background: #000000 url('http://jottmof.com/wp-content/uploads/2012/10/fabric-plaid-200X200.png') 100% 0 repeat; background-attachment:scroll;
}

.custom #footer_area .page {
background: transparent;
}

/.custom #footer {
background: #fff;
margin: 10px 0px 0px 0px;
}


/* footer font styles */
.custom #footer a, {
	text-decoration:none;
	color:#FFF;
}
.custom #footer a:link {
	text-decoration:none;
	color:#FFF;
}
.custom #footer a:visited {
	text-decoration:none;
	color:#FFF;
}
.custom #footer a:hover {
	text-decoration:none;
	color:#666;
}
.custom #footer a:active {
	text-decoration:none;
	color:#FFF;
}



/* paste the code in&nbsp; custom.css&nbsp;&nbsp; */
.custom #header #header_ad {
float:right;
margin-top:-14.0em;
width:200px;
}


/* changes drop-cap color */
.custom .format_text .drop_cap { /color: #FFFFFF; /font-size: 3.0em; font-family: Arial Narrow; float: left; }


/.custom #page {
     /margin: 0px 0px 0px 0px;
     /margin-top: 0.5em;
     /margin-bottom: 0.5em;
     /padding: 2em;
     background: url('http://me.energynewsboard.com/wp-content/uploads/2012/12/gray-texture3.jpg') 100% 0 repeat; background-attachment:scroll;
     /background: #333; 
     /border: double #aaa;
}



/.custom #sidebars {
/background: #000;
/margin: 0px 0px 0px -10px;
/width: 250px;
}


/.custom li.widget {
background-color: #fff;
padding: 5px 5px 0px 5px;
}

/.custom .widget {
margin: 0px 0px 10px 0px;
}



/* Applies custom font to all headings */
.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6
{
font-family: 'EB Garamond', sans-serif; font-weight: 400;
}

/.custom .menu {
margin: 0px 0px 0px 0px;
/background: #ffffff;
}

/.custom .menu a { font-family: 'Arial', sans-serif; font-size: 1.30em; }

/.custom #header #logo { font-size: 29px; font-weight: bold; letter-spacing: -0.95px; }


/.custom .post h3 { font-size: 1.6em; }
/.custom #page h3 { font-size: 1.6em; }


/.custom .teaser { text-align: justify; }
/.custom .teaser h2 { font-size: 2.2em; text-align: left; }


/* BEGIN Code for custom 1-column Teasers */
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #ccc;
   text-align: justify;
}
/.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0; }
/* END Code for custom 1-column Teasers */




