/*
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/
*/

/*
** Utilities
*/

.break-line {
	clear:both;
}

body.custom {
/*  background: #555 url(images/bg.png) repeat-y scroll center center; */
  background: #555 url(images/gbgbg.png) repeat scroll center center;
}

.custom #shadow_wrapper {
/*  background: transparent url(images/bg.png) repeat-y scroll center center; */
}

.custom #shade_wrapper {
  background: transparent url(images/med-shade.png) repeat-x; 
}

.custom div#page {
	background-color: #111;
 	background-color: rgba(0,0,0,0.5);
}



.custom #header {
  border: none;
  background-color: #000;
  padding: 0;
  background: transparent url(images/bg_top.gif) repeat-x scroll 0 0;
/*  text-align: center; */
}

.custom #header #logo {
  text-align: center;
}

.custom #sidebar_1, .custom .post_box {
	background-color: #000;
}


/*
** setup menu bg 
*/

ul.menu {
	background-color: #000;
}


/*
** Set up margins
*/

.custom #multimedia_box {
	margin-top: 1.1em;
}


/*
** Set up borders
*/

.post_box {
	padding-top: 1.1em;
}

.custom #content_wrapper {
	margin-top: 1.1em;
	border: 1px solid #333 !important;
	background-color: #000;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
}

.custom .post_box {
/*
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-right: 10px;
*/
}

.custom #sidebar_1 {
	padding-top: 1em;
	border: 1px solid #333;
}

.custom #feature_box {
	border: 1px solid #333;	
}

/*
** Setup feature box
*/

.custom #feature_box {
	margin: 1em 0em;
	padding: 0;
	margin-left: 0;
	margin-right: 10px;
	background-color: #000;
}

.custom #feature_box #slider {
	background-color: #000;	
	max-height: 176px;
}

.custom #feature_box .scroll {
	/* This will clip so everything looks good, and loads nicely. */
	max-height: 176px; /* img height (150) + 2*border (3) + 2*padding (10) */
	overflow-y: hidden;
}

/*
** Setup multimedia box
*/

.custom #multimedia_box {
	margin-bottom: 1.1em;
}

/*
** Colors for feature box
*/

.custom .panel .entry-content {
	color: #fff;
}

/* Format header image */

.custom #header_image_box {
}

.custom #header_image_box img {
	border: none;
}

/*
** Format post images
*/

div.post_box img.size-thumbnail {
	border: 2px solid #CFCFCF;
}

/*
** Setup mailchimp
*/

#mailchimp-widget legend {
	padding: 0;
	font-size: 1em;
}

#mailchimp-widget div.mc_merge_var {
	clear: none;
	float: left;
	width: auto;
}

#mailchimp-widget div.mc_signup_submit {
	margin-top: 1.1em;
	clear: none;
	float: left;
	width: auto;	
}

.format_teaser img.thumb {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}


iframe {
	border: none;
}

#twitterbird {
	float: right;
	margin-right: 30px;
	margin-bottom: -20px;
	margin-top: -2em;
}

.widget_twittergoodieswidgetswidget {
	clear:both;
	margin-bottom: 1em !important;
}

#twitter-1 h3 {
/*	background: #000 url(images/gbgvin-twitterbird.png) no-repeat top right;
	padding-top: 45px; */
}

/* Hide twitter footer */
.twtr-ft { display: none; }

/* Fit signup newsletter */

.mc_custom_border_hdr {
	padding: 0;
}

#mc_signup_form {
	margin-bottom: 1em;
}