/* @override 
	http://www.livebranding.com/blog/wp-content/themes/thesis/custom/custom.css?091409-180941
	http://www.livebranding.com/blog/wp-content/themes/thesis/custom/custom.css?091609-00938
	http://www.livebranding.com/blog/wp-content/themes/thesis/custom/custom.css?100109-171046
*/

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

body.custom {
	margin: 0;
	padding: 0;
	background: url(images/bkgd.png) repeat-x fixed left top;
	width: 100%;
	color: #3f3f3f;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.custom div.format_text p {
	line-height: 1.3em;
	color: #3f3f3f;
	font-size: .9em;
}

.custom a {
	color: #cc0000;
	font-weight: bold;
}

.custom div#page {
	margin: 0;
	padding: 0;
	width: 100%;
}

.custom div#container {
	margin-left: 0;
	width: 100%;
}

.custom div#header {
	padding: 0 0 20px 70px;
	border-style: none;
	width: 960px;
	display: inline-block;
	margin-top: 0;
}

.custom p.logo, .custom h1.logo {
	margin: 0;
	padding: 0;
	float: left;
}
.custom p.logo a, .custom h1.logo {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 117px;
	background: url('http://www.livebranding.com/blog/wp-content/themes/thesis/custom/images/impact-productions-logo.png') left top no-repeat;
	border: none;
	float: left;
	text-decoration: none;
	text-align: left;
	text-indent: -9999px;
	margin-left: 42px;
	margin-top: 5px;
}

.custom div#content_box {
	padding-left: 0;
	background: none repeat 50px;
	margin-left: 70px;
	width: 920px;
	padding-right: 11px;
	margin-right: -3px;
}

.custom div#content {
	margin: 0;
	padding: 0 20px 0 0;
	width: 439px;
}

.custom li.widget {
	margin-bottom: 20px;
}

.custom div.teasers_box.top {
	width: 435px;
	padding: 0;
}

.custom .post.hentry.category-corporate-event-production.teaser {
	width: 48%;
}

.custom div.format_text {
	width: 435px;
	margin-right: 1px;
}

.custom .post_box {
	margin: 0;
	padding: 35px 0 0;
}

.custom div#archive_info {
	margin-top: 32px;
	color: #666;
}

/* @group Titles and Headers */

.custom h1, .custom h2, .custom h3, .custom h2.entry-title, .custom h2.entry-title a {
	color: #C00;
	font-weight: bold;
}

.custom h1#tagline span.cufon.cufon-canvas canvas{
	color: #888;
}

.custom h1.entry-title {
	font: 700 2.25em/1.15em 'HelveticaNeue-CondensedBold','HelveticaNeue-CondensedLight','HelveticaNeue-Light','HelveticaNeue-Light','Helvetica Neue', 'HelveticaNeue',Helvetica, Arial, Geneva, sans-serif;
}

.custom #header p#logo,
.custom #header p#logo a {
	font-family: 'HelveticaNeue-CondensedBold','HelveticaNeue-CondensedLight','HelveticaNeue-Light','HelveticaNeue-Light','Helvetica Neue', 'HelveticaNeue',Helvetica, Arial, Geneva, sans-serif;
	font-weight: 700;
}
.custom div#header p#logo a, .custom div#header p#logo a:hover {
	color: #c00;
}

.custom div.headline_area h2 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.custom div.format_text h2  {
	font: bold 1.35em/2em Arial, Helvetica, Geneva, sans-serif;
}

.custom div.headline_area {
	margin-bottom: 10px;
	width: 438px;
	margin-right: 0;
	display: inline-block;
}



/* @end */

/* @group Navigation */

.custom div#custom_bnr {
	height: 124px;
	font: bold 1.4em/120px Arial, Helvetica, Geneva, sans-serif;
	background: url(images/nav_bar_bkgd.png) no-repeat 0 44px;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.custom #main-navigation li a img {
	margin-top: 6px;
	margin-left: -2px;
}

.custom ul#main-navigation {
	list-style-type: none;
	height: 28px;
	margin-top: 46px;
	width: 777px;
}

.custom #custom_bnr a img {
	float: left;
	margin-left: 42px;
	margin-top: 5px;
}

.custom #main-navigation li {
	float: left;
	margin-left: 15px;
	line-height: 30px;
}

.custom #main-navigation li a {
	color: #666;
	margin: 0 0 0 -1px;
	padding: 0;
}

.custom #contact span.contactLink {
	margin-left: 0;
	position: absolute;
	top: -30px;
	right: .75%;
}

.custom #main-navigation li a:hover {
	text-decoration: underline;
}

.custom #contact span.contactLink a {	color: #c00;
	text-decoration: none;
}
/* @end */

/* @group Subscriptions Area */

.custom #text-4 h3 {
background-image: url(images/sidebar_bkgd.png);
	height: 25px;
	margin-top: 0;
}

.custom li#text-4.widget.widget_text {
	font-size: 1.2em;
	height: 218px;
	background: url(images/bkgd_transparent.png) repeat 0 26px;
}

.custom #text-4 div.textwidget {
	padding-left: 8px;
	padding-right: 8px;
	line-height: 13px;
}

.custom div#rss-subscribe {
	line-height: 35px;
	height: 35px;
	background: url(images/sidebar_rss_icon.png) no-repeat right;
	display: block;
	overflow: hidden;
	margin-top: 9px;
	margin-bottom: 9px;
}

.custom div#email-subscribe {
	background: url(images/sidebar_email_icon.png) no-repeat right top;
	margin-bottom: 42px;
}

.custom div#email-subscribe span {
	font-weight: bold;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	color: #cc0000;
}

.custom #rss-subscribe a {
	font-weight: bold;
}

.custom input#feedburner_input, .custom input#s.text_input {
	color: #3f3f3f;
	font-size: .9em;
}

.custom #text-3 div.textwidget {
	padding-left: 8px;
}

.custom input#feedburner_input {
	width: 166px;
}

.custom input#rss-email-submit {
	width: 85px;
	background: transparent url(images/sidebar_subscribe_btn.png) no-repeat left top;
	height: 26px;
	border-style: none;
	color: white;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 2px;
	margin-top: 5px;
	line-height: 15px;
	float: right;
}

.custom #subscriptions p {
	padding-right: 8px;
	padding-left: 8px;
}


/* @end */

/* @group Sidebars */

.custom ul.sidebar_list h3 {
	text-transform: uppercase;
	background: url(images/sidebar_bkgd_black.png) no-repeat right center;
	height: 25px;
	color: white;
	padding-left: 8px;
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
	clear: both;
	padding-top: 0;
}

.custom ul.sidebar_list ul, div.seo-tag-cloud {
	padding-left: 8px;
}

.custom #sidebar_2 ul.sidebar_list {
}

.custom div#sidebars {
	margin-top: 40px;
	float: left;
	margin-left: 0;
	width: 450px;
}

.custom div#sidebar_1.sidebar {
	width: 231px;
}



/* @end */

/* @group Footer */

.custom div#footer {
	color: white;
	background-color: #c00;
	border-style: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 8px 0;
}

.custom div#footer p a {
	color: white;
}



/* @end */

/* @group Image Captions */

.custom p.wp-caption-text {
	font-weight: normal;
	font-style: normal;
	color: #666;
	font-size: .9em;
	line-height: 1.3em;
}

.custom .wp-caption {
	padding: 5px;
}



/* @end */

/* @group Comments */

.custom #comments div.comments_closed p {
	display: none;
}

.custom p.to_comments, .custom p.to_comments span {
	color: #595959;
	border-style: none;
}



/* @end */

/* @group Miscellaneous */

.custom #attachment_131 p.wp-caption-text {
	font-weight: normal;
	font-style: normal;
	font-size: .75em;
}



/* @end */

.custom #archives-3 select {
	color: #666;
}