/*
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: #28313A url('images/bg_body.jpg') repeat-x;
}
.menu {
	background-color:#EFEFEF;
}
#multimedia_box {
	padding:0;
}
.image_box, .custom_box {
	border-width:0;
}
#content_box {
	background: url('images/content_bg.gif') repeat-y;	
}
h2 {
	color:#265BBB;
	font:bold 14px arial,helvetica,sans-serif;
}
blockquote {
	border-left:3px solid #2361A1;
	font-style: italic; 
}
.followp {
	margin:5px 0 10px 0;
}
.custom #container {
	margin-bottom: 2em;
	border:thin solid #000;
}
.custom #page {
	background: #fff;
	padding: 0;
}
#image_box, #video_box, #custom_box {
	background-color:#E0E0EF;
	padding:0;
	border:0px;
}
#header {
	background: #28313A url('images/bg_header.jpg') repeat-x;
	padding: 0;
}
a.emailmini {
	background:transparent url(images/email_mini.gif) no-repeat scroll 0 0;
	padding-left:20px;
}
a.subscribemini {
	background:transparent url(images/feed.png) no-repeat scroll 0 50%;
	padding-left:20px;
}
a.facebookmini {
	background:transparent url(images/facebook.png) no-repeat scroll 0 50%;
	padding-left:20px;
}
a.twittermini {
	background:transparent url(images/twitter.png) no-repeat scroll 0 50%;
	padding-left:20px;
}
a.linkedinmini {
	background:transparent url(images/linkedin.png) no-repeat scroll 0 50%;
	padding-left:20px;
}
.post_ad {
	border:1px dotted #FFD67F;
	margin-top:20px;
	padding:20px 15px 15px 15px;
	background-color:#FFFFCC;
}
#footer {
	background-color:#000;
	color:#444;
}
#footer a:link {
	color:#444;
}
#footer a:hover {
	color:red;
}
#header img {
	padding: 15px 0 10px 25px;
}
#sidebars {
	padding:0 20px 0 20px;
}
.follow {
	margin:20px 0 20px 0;
	padding-left:10px;
	line-height:200%;
}
.follow img {
	padding-right:5px;
}
.follow p {
	margin-bottom:10px;
}
#adRotateBig {
	margin-bottom:10px;
}
#adRotateBig img {
	border: 1px #ccc solid;
	margin:2px;
}
#adRotateSmall {
	margin-bottom:30px;
}
#adRotateSmall img {
	border: 1px #ccc solid;
	margin:2px;
}
#tabs {
	background-color:#EFEFEF;
}

/********* RSS Form Start ***********/

.subscribe2 {
	background:#ffc url(http://www.tango-blog.com/wp-content/themes/thesis_151/custom/images/bg-rss1.gif) no-repeat 100% 0;
	border:3px solid #FFD67F;
	width:114px;
	margin:15px 0 10px 0 ;
	padding:15px 25px 0 5px;

}
.subscribe2 h4 {
	width:125px;
	margin:0 0 8px 0;
	padding:0 0 3px 10px;
	font:bold 14px arial,helvetica,sans-serif;
	color:#000;
	background:url(http://www.tango-blog.com/wp-content/themes/thesis_151/custom/images/bg-dotted.gif) repeat-x 50% 100%;
	text-transform:uppercase;
}
.subscribe2 .btn {
	border:1px solid #000;
	width:55px !important;
	height:28px;
	color:#fff;
	background:#004276;
	display:block;
	float:left;
	text-align:center;	
	font:11px normal arial,sans-serif;
	line-height:16px;
	padding:0;
	margin:5px 10px 1px 0;
	text-decoration:none !important;
}
.subscribe2 .btn:hover {
	text-decoration:underline !important;
}
.subscribe2 form {
	margin:1em 0 0 0;
	}
.subscribe2 .text {
	margin:3px 0 5px 0;
	background:#ffffa0;
	border:1px solid #bbb;
	width:125px;
	padding:4px 0 4px 4px;
	}
.privacy {
	font-size:10px;
	margin-top: 12px;
}
.privacy a:hover {
	text-decoration:underline;
}
.blocks .btn:hover,
input.text,
input,
textarea,
select {font:13px tahoma,arial,helvetica,sans-serif;vertical-align:middle;color:#000;}
fieldset {
	margin:0;
	padding:0;
	border:0;
}

/********* RSS Form End ***********/


/********* Added by Steve 10-8-09 *********/

.follow a {
	line-height:2em;
	padding-top:2px;
	padding-bottom:2px;
}