/*
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/
*/
#sitecredit {margin-top:136px; padding-bottom: 17px;}
#sitecredit a {color: #D2B091;}
#charity {position: relative; left: -300px; top: 270px; width: 130px; height: 200px;}

#linkedin-nav {position: absolute; top: 130px; right: 500px;}
.custom #page {width:829px;}

.custom .top-div { width: 890px; margin-left: auto; margin-right: auto; }
.custom .top-bg {background:url(http://strategicsearch.co.za/wp-content/uploads/2011/03/top-bg.png) bottom repeat-x; height:150px; width: 875px !important; margin:0px 0 0 15px; }


.custom .fot-div { width: 890px; margin: 0 auto;}
.custom .fot-bg {background:url(http://strategicsearch.co.za/wp-content/uploads/2011/03/top-bg.png) repeat-x; height:70px; margin:0 0 15px 15px; padding: 10px; font-size: 10px;}

.custom .fot-bg a { color: #A27852; font-weight: bold;}

.custom #sidebars {background: url(http://strategicsearch.co.za/wp-content/uploads/2011/03/sidebar.png) repeat-y; height:150px; display: none;}

.custom #content {background: url(http://strategicsearch.co.za/wp-content/uploads/2011/03/main-body.png) repeat-y; padding-bottom: 10px;}



.custom #header, #footer {display:none;}

.custom .headline_area h1,h2,h3,h4,h5,h6 .sidebar h3 {color:#fff;}

.custom .logodiv {background: url(http://strategicsearch.co.za/wp-content/uploads/2011/03/logo.png) no-repeat; width:276px; height:150px; float:left; padding: 0px;}

.custom .navdiv {float:right; height: 30px; width: 530px; margin-top:100px;}



.custom .menu a, .menu a:hover, .menu .current a, .menu .current a:hover {
		background: #1a1a1a;
		margin-right: 5px;
		text-transform:none;
		font: 12px Verdana, Helvetica, sans-serif; 
		letter-spacing: 1px;
		}

.custom .leftC {
		float:left;
		width:47%;
		padding:1px 10px 0px 1px;
		margin:1px 1px 0px 1px;
		border-right:1px solid #dcdcdc;
		font-size:11px;
		line-height:18px;
		}

.custom .rightC {
		float:left;
		width:47%;
		padding:1px 1px 0px 10px;
		margin:1px 1px 0px 1px;
		font-size:11px;
		line-height:18px;
		}
.custom .rightC strong, .custom .leftC strong {
color: #d2b091;
}
.custom .wpcf7-submit {width:100px;}

.custom #comments {margin:0px; padding:0px; height:0px;}
.custom .format_text, .format_text p, .post_box { margin-bottom: 5px; font-size:11px;
		line-height:18px;}


.custom .scroll {
		height: 550px;
		overflow: auto;
		padding: 10px 0;			
}

.custom .scroll p { padding:10px 0; 
		font-size:11px;
		line-height:15px;}

.custom h3 a{ padding: 5px; font-size:12px; margin: 2px 0; color:#ffffff; text-decoration: none;}
.custom h3 a:hover {
}
.dashedbottom {
border-bottom: 1px #000000 dashed;
}