/*
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 {
	background-color:#231F20;
}
/*.custom #container {background-color:#FFFFFF;}*/

.custom #container {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #E6E7E9;
}
.custom #header #logo {
	display:none;
}
.custom #header #tagline {
	display:none;
}
.custom #header {
	border-bottom:none;
	height:150px;
	padding-top:0;
	padding-bottom:0px;
	background:url(/wp-content/themes/thesis_151/custom/images/header-background.jpg);
	background-color:#231F20;
}
.custom #tabs {
	margin-top: 10px;
	margin-bottom: 10px;
}
.custom #footer {
	margin-top: 10px;
}
.custom #page {
	padding: 10px;
}
/*.custom #sidebar_1 {
	background: #EFEFEF;
	border: 1px solid #231F20;
	padding-top: 10px;
	font-size: 1.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.custom #sidebar_1 a {
	color: #333333;
}
.custom #sidebar_1 h3 {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}
.custom #sidebar_1 li.widget {
	margin-bottom:15px;
}*/
.custom #tabs li {
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.custom ul#tabs li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.custom ul#tabs .home-item a {
	color: #000000;
	text-decoration: none;
}
.custom ul#tabs .page-item a {
	color: #000000;
	text-decoration: underline;
}
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background: #fff;
}
.custom ul#tabs li.rss {
	text-decoration: underline;
	background: none;
}
.custom ul#tabs li a {
	color: #000000;
}
.custom #header #cta {
	height: 140px;
	float: right;
	width: 350px;
	margin-top: 10px;
	cursor: pointer;
}
.custom #header #homelink {
	height: 140px;
	float: left;
	width: 350px;
	margin-top: 10px;
	cursor: pointer;
}
.custom #multimedia_box #image_box {
	background-color: #8EC63F;
}
.custom #multimedia_box #video_box {
	background-color: #8EC63F;
}

/*---:[ HEADLINES (content and sidebar) ]:---*/ 
.custom #content h1 {
	color: #8EC63F;
	font-size: 20pt;
        font-weight: bold;
}

.custom #content h2 {
	color: #8EC63F;
	font-size: 15pt;
	font-weight: bold;
}

.custom #content h2 a {
	color: #8EC63F;
	font-size: 15pt;
	font-weight: bold;
}


.custom h4 { 
	font-weight: strong; 
	color: #8dc63f; 
	font-size: 14pt;	
} 

.custom h5 { 
	font-weight: normal; 
	color: #ec3a30; 
	font-size: 12pt;	
}

.custom #custom_box { 
	background:#8EC63F none repeat scroll 0 0;	
}

/* === ALERT BOXES === */
.quote-neutral
{
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-top: 2em;
        padding: 10px 5px 15px 15px;
	border: dotted 1.5px #8dc63f;
	background-color: #ecfdd4;
	font-size: 12pt;
}

.custom #TeamMembers { 	
padding-top: 0px; 	
padding-right: 0px; 	
padding-bottom: 10px; 	
padding-left: 0px; 	
float: left; 	
margin-top: 0px; 	
margin-right: 0px; 	
margin-bottom: 20px; 	
margin-left: 0px; } 

#TeamMembers  img {float: left; }

/* === LISTS === */
li.t,
li.tick
{
	list-style-image: url(http://networking.4businessglobal.com/images/tick.gif);
	margin-left: 1.5em;
	padding: 0px 10px 5px 5px;
}

li.d,
li.dot
{
	list-style-image: url(http://networking.4businessglobal.com/images/dot.gif);
	margin-left: 1.5em;
	padding: 0px 10px 5px 5px;
}

/* === SIDEBARS === 
#sidebars { padding-top: 0em;}
.custom .sidebar { padding-bottom: 0; padding-top: 0; padding-left: 0; padding-right: 0;}
.custom .sidebar ul.sidebar_list { padding-top: 0; }
.custom .sidebar .textwidget {
    margin-top: 0.5em;
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;}*/

.custom .sidebar h3 { 
font-weight: bold;
font-size: 14pt; 
line-height: 1.455em; 
margin-bottom: 1em; 
font-variant: small-caps; 
letter-spacing: 2px; 
color: #8EC63F;  
border-bottom: 1px dotted #8EC63F; 
}

.ContactTexts{
	color: #FFFFFF;
	padding: 10px;
	height: 160px;
	margin-right: 15px;
	/*border: 1px solid #8EC63F;*/
	margin-bottom: 15px;
	background-image: url(/images/members-background.jpg);
}

.ContactTexts a{
	color: #8EC63F;
	font-weight: bold;
}

.ContactTexts strong{
	color: #FFCC00;
}

.ContactJoin{
	padding: 10px;
	height: 160px;
	margin-right: 15px;
	/*border: 1px solid #8EC63F;*/
	margin-bottom: 15px;
	background-image: url(/images/members-join.jpg);
	cursor:pointer;
}

















