/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;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/
*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; 
height: 157px; 
width: 446px; 
background: url('http://theagencyedge.com/wp-content/uploads/2010/08/logo_tm21.png') no-repeat; 
outline: none; 
margin-top:15px;
margin-left:0px;}
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {height:177px;
}

.custom .teaser_date {
	color:#000;
}

.custom #prev_next .previous {
	padding-left:3.2em;
}


.custom #rss {
	float:right;
padding-right:130px;
padding-top:3px;
}

.custom #email {
	float:right;
padding-right:124px;
}

.custom .headline_meta {
	color:#000;
text-align:center; }

.custom .headline_area h1, .headline_area h2 {
	color:#1a4254;
text-align:center;
font-weight:bold;
text-shadow:-1px -1px 0px #fff;
}

.custom .teaser h2 {
	
color:#1a4254;
font-weight:bold;
text-shadow:-1px -1px 0px #fff;}

.custom .post_box {
	padding:25px;
}



.custom #sidebars {
	background:url('http://theagencyedge.com/wp-content/uploads/2010/05/under_menu.png')repeat-x;
background-color:
#dbdbdb;
padding-top:20px;}

.custom #dsq-content {margin-left: 3.2em; margin-right: 3.9em;
}
.custom .dsq-brlink{
	display:none;
}


.custom #header_area, #header_area .page {
background:url('http://theagencyedge.com/wp-content/uploads/2010/08/back2.png');
background-repeat:repeat-x}

.custom .menu, .menu a, .menu .current a {
background:url('/wp-content/uploads/2010/05/menu.png');
background-repeat:
repeat-x;}

.custom #nav_area, #nav_area .page {
background:url('/wp-content/uploads/2010/05/menu.png');
background-repeat:
repeat-x;}

.custom .menu a:hover, .menu .current a:hover {
background:none;
-webkit-transition:all 400ms ease-in;
	-o-transition:all 400ms ease-in;
}

.custom #cta {float:left;
	margin-right:200px;
margin-bottom:-35px;
}

.custom #cta a {
	background:none;
}

.custom #cta img {
	margin-top:-20px;
}




.custom .menu {
	margin-left:50px;
}

.custom #sidebars {
background:#dbdbdb url('http://theagencyedge.com/wp-content/uploads/2010/05/under_menu.png');
background-repeat:
repeat-x;
}


.custom #content_area {
background: url('http://theagencyedge.com/wp-content/uploads/2010/05/edge_site_2.png.png');
}

.custom #content {
background:#dbdbdb url('http://theagencyedge.com/wp-content/uploads/2010/05/under_menu.png');
background-repeat:
repeat-x;
padding:10px 0 10px 0;
}

.custom #footer, #footer_area .page, #footer_area {
	background:#000;
}

.custom #footer p {
	color:#fff;
}

.custom #banner {
	margin-left:42em;
margin-top:-65px;
margin-bottom:40px;
}

.social { 
	border-top: 1px solid #1A4254; 
	margin: -10px auto 10px; 
	display:block; 
	padding: 10px 0 1px 0px;  
	overflow: hidden; 
	background:transparent url('/wp-content/uploads/2010/04/post.png')repeat-x;
	}
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
 
	.social .social_button.tm { margin: 0px 0 0 20px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}
        .social .social_button.em a{
			background:#eee url('/wp-content/uploads/2010/05/emailthis.gif') 3px 50% no-repeat; 
			padding:2px 3px 2px 20px;  
			font-size:10px;
			text-transform: uppercase;
			letter-spacing: 1px; 
			border:#ddd 1px solid; 
			text-decoration:none; 
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
			border-radius-topright:3px;
			}
.format_text p.note {
	background:#eeeeee;
}
		.social .social_button.em a:hover {background:#b3b3b3 url('/wp-content/uploads/2010/05/emailthis.gif') 3px 50% no-repeat;

.social { 
	border-top: 1px solid #eee; 
	margin: -10px auto 10px; 
	display:block; 
	padding: 10px 0 1px 0px;  
	overflow: hidden; 
	background:transparent url('/wp-content/uploads/2010/04/post.png')repeat-x;
	}
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }
 
	.social .social_button.tm { margin: 0px 0 0 20px;  padding-top: 4px;}
	.social .social_button.fb { margin: 0 0 0 15px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0px 0 0 30px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 20px;  padding-top: 0px;}
        .social .social_button.em a{
			background:#eee url(/wp-content/uploads/2010/05/emailthis.gif) 3px 50% no-repeat; 
			padding:2px 3px 2px 20px;  
			font-size:10px;
			text-transform: uppercase;
			letter-spacing: 1px; 
			border:#ddd 1px solid; 
			text-decoration:none; 
			-moz-border-radius: 3px; 
			-webkit-border-radius: 3px;
			border-radius-topright:3px;
			}
		.social .social_button.em a:hover {background:#b3b3b3 url('/wp-content/uploads/2010/05/emailthis.gif') 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { text-transform:uppercase; letter-spacing:1px; font-size: 1em; float: left; margin:2px 0 0 0; color:#5b98b0;}
 url(/wp-content/uploads/2010/05/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { text-transform:uppercase; letter-spacing:1px; font-size: 1em; float: left; margin:2px 0 0 0; color:#1A4254;}

