/*
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/
*/

.custom {
	background: #44443f;
	padding: 1em;
	}

.custom.page #comments,
.custom.home #comments,
.custom #footer p,
.custom #header p,
.custom #header h1,
.custom .rss,
.home h2 {
	display: none;
	}
	
.custom #container {
	background: #3e3e3a;
	border: 1px solid #3e3e3a;
	}
	
.custom #content a {
	color: #FF9900;
	}
	
.custom #page {
	background: white url(images/bg-page-gears.gif) bottom right no-repeat;
	border-top: 3px solid #33332f;
	border-left: 3px solid #33332f;
	border-right: 3px solid #33332f;
	border-bottom: 2px solid #e46a00;
	padding: 0 0 1em 0;
	position: relative;
	}
	
.custom #content_box,
.custom.page #content {
	background: url(images/bg-content.gif) 0 0 no-repeat;
	padding-top: 5em;
	}

.custom.page #content_box {
	padding-top: 0;
	}

.custom .post_box {
	padding: 2em;
	}
	
.custom #container .post {
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
.custom #multimedia_box {
	background: #f3f3f3;
	border: 1px solid #eeeeee;
	}
	
.custom #video_box {
	background: none;
	}
	
.custom .prev_next {
	padding-left: 3em;
	}
	
.custom .prev_next p {
	margin-bottom: 8px;
	}
	
/* ----- HEADER -----*/

.custom .post_box a,
.custom #footer a {
	color: #e46a00;
	font-weight: bold;
	}

/* ----- HEADER -----*/
	
.custom #header {
	background: #151515 url(images/bg-header.jpg) 0 0 no-repeat;
	border: none;
	height: 130px;
	padding: 0;
	}
	
.custom.home div#taglines {
	position: absolute;
	top: 26px;
	right: 21px;
	height: 85px;
	width: 580px;
	}
	
/* ----- NAVIGATION -----*/
	
.custom .menu {
	background: #abdc28 url(images/bg-nav.jpg) top right no-repeat;
	border: 0;
	}
	
	
/* ----- SIDEBAR ----- */

.custom #sidebars {
	padding-top: 1.2em;
	padding-right: 2em;
	}

.custom #sidebars a {
	color: #6c861a;
	}
	
.custom #sidebars a:hover {
	text-decoration: underline;
	}
	
.custom #sidebars h3 {
	border-bottom: 1px dotted #bdbdbd;
	font-weight: normal;
	}
	
.custom #sidebar_1 {
	border: none;
	}
	
.custom .sidebar_list li ul li {
	margin-bottom: 5px;
	padding-left: 8px;
	}
	
/* ----- FOOTER -----*/

.custom #page #footer {
	border: 0;
	height: 40px;
	clear: both;
	}

.custom #footer #copyright {
	display: inline;
	}
	
/* --- Footer Taglines --- */

.custom #footer {
	background: url(images/bg-footer-low-risk.gif) 0 0 no-repeat;
	}

.custom.home #footer {
	background: url(images/bg-footer-collaboration.gif) 0 0 no-repeat;
	}
	
.custom.services #footer {
	background: url(images/bg-footer-scalability.gif) 0 0 no-repeat;
	}
	
.custom.about #footer {
	background: url(images/bg-footer-effectiveness.gif) 0 0 no-repeat;
	}
	
.custom.contact #footer {
	background: url(images/bg-footer-viral-growth.gif) 0 0 no-repeat;
	}
	
.custom.thank-you #footer {
	background: url(images/bg-footer-low-risk.gif) 0 0 no-repeat;
	}
	
/* ----- BLOG CATEGORIES / POSTS ----- */

.custom #archive_info {
	border-bottom: 1px dotted #bdbdbd;
	padding-left: 3em;
	}
	
.custom img.frame {
	background: #f3f3f3;
	}
	
/* --- Comments --- */

.custom #comments a {
	color: #e46a00;
	}
	
.custom #comments a {
	text-decoration: underline;
	}
	
.custom #comments {
	padding-left: 2em;
	}
	
/* ----- PAGE SPECIFIC -----*/

/* --- Home --- */

.home h2.display {
	display: block;
	}
	
.custom.home div#content_box {
	padding-top: 0;
	}
	
.custom.home div#content {
	background: url(images/bg-content-home.gif) 0 0 no-repeat;
	padding-top: 11em;
	}

/* - Blog - Home - */

#blog-feed {
	font-size: 1.1em;
	position: absolute;
	top: 225px;
	left: 55px;
	height: 60px;
	width: 305px;
	}
	
#blog-feed #visit-blog {
	display: block;
	color: #6c861a;
	text-align: right;
	text-transform: capitalize;
	}
	
#creditfooter {
	display: none;
	}

#a2afeed_powered_by {
	display: none;
	}
	
/* --- Contact --- */
	
.custom.contact #contact-sidebar {
	display: inline;
	float: right;
	padding: 1em;
	width: 340px;
	}
	
.custom.contact .fsError {
	display: inline;
	margin: -30px 0 0 110px;
	width: 450px;
	}
	
.custom.contact #clean_contact_send {
	background: url(images/button-submit-form.gif) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	font-size: .1em;
	height: 34px;
	margin: 0 0 0 40px;
	text-indent: -9999px;
	width: 375px;
	}
	
/* ----- GENERAL ELEMENTS ---- */

/* --- Highlight List (3 cell) --- */

.custom .hl-li-3 {
	margin: 5px;
	padding: 5px;
	}


.custom .hl-li-3 li {
/*	background: #dffc83 url(images/bg-hl-li.gif) 1px 0 repeat-x 
	border: 1px solid #8fb02a; */
	background: #dffc83;
/*	color: #6c861a;*/
        border: 1px solid #8fb02a;
        color: #6c861a;
	display: inline;
	float: left;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 1% 15px 0;
	width: 32%;
	}

	
.custom .hl-li-3 span {
	border: 2px solid #dffa8c;
        background: #dffc83
        color: #6c861a;
	display: block;
	padding: 10px;
	}
	
	
/* ----- MISC -----*/

.custom h3.un-grey {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 4px;
	margin-bottom: 15px;
	}

.custom .spacer {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	}
	
.custom .skip {
	height: 0;
	width: 0;
	overflow: hidden;
  	position: absolute; /* for the benefit of IE5 Mac */
	}
	
/* --- Spacing --- */

.custom .mb15 {
	margin-bottom: 15px;
	}

/* --- Alert --- */

.custom p.alert,
.custom.contact #contact-sidebar {
	background: #cdf15e url(images/bg-alert.gif) bottom right no-repeat;
	border: 1px solid #8aac20;
	margin-right: 40px;
	}

/* --- Lists --- */

.custom ul.left {
	float: left;
	padding-left: 50px;
	width: 350px;
	}
	
.custom ul.right {
	float: right;
	padding-right: 50px;
	width: 350px;
	}
