/*
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 #header { border-bottom:none;
height:171px;
padding-top:0;
padding-bottom:0;
background:url(http://www.feint.me/blogheader2.png)
center left no-repeat; }
*/
.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom #container { margin-top: 16em; margin-bottom: 2em; padding: 0; background: #fff; border: none;
	width:855px;
}

.custom #containera { margin-top: 5em; margin-bottom: 2em; padding: 0; background: #fff; border: none;
	width:855px;
}



.custom #page { padding:0; background: #fff; border: none; border-top: 0; }

.custom #sidebars{
	width:262px;
	padding-right:1px;
}

.custom #content{
	width:514px;
	padding:10px 0px 0px 20px;
}

body.custom {
      background: #b7dcef url(images/main-bg.jpg) no-repeat center top;
}

.custom #tabs { border-left: none; border-bottom: none; }
	
	.custom #tabs li { background:none; border: none; margin:0; padding:20px 0px 0px 35px;  }
.custom ul#tabs { height:50px; background: url(images/nav-bg.jpg) no-repeat left top;  }
	.custom #tabs .current_page_item a, #tabs .current-cat a { background:none;}
	
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat{ background:none; }
	
	.custom #tabs li a{
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#a7d8ed;
		text-decoration:none;
		font-weight:bold;
	/*	text-shadow:0px 1px 0px #f2f0e6; */
	}
	
	.custom ul#tabs li a:hover { text-decoration:none; }

  .custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
        margin-top: 0em;
		border-left:0px solid #000000;
		border-right:0px solid #000000;
}  

.custom #footer{
		border-left:0px solid #000000;
}
    

.custom #header {padding:1px 0px 1px 0px; border-left:0px solid #000000; border-right:0px solid #000000;}
.custom .no_sidebars .post_box {margin:0 0em;}
.custom .post_box {padding-top:1em; padding-bottom:2em;}

.custom div.subscriber {text-indent:0; background: #FFF0DA url(http://feint.me/subscribe.png) no-repeat; border-bottom: 1px solid #bbb; border-top: 1px solid #bbb; padding:1em; margin-left:-1em; margin-right:1em;}
.custom div.subscriber h3{text-indent: 0; }

/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }
/* BOXES */
#similar h3, #rightcol h3 { font-size: 1.8em; letter-spacing: normal; padding-top: 15px; }
#similar { float: left; width: 50%; }
#similar p { margin-bottom: 15px; padding: 10px 2.5em 10px 10px; }
#similar a { font-size: 1.4em; border-bottom: 1px solid #CB3131; line-height: 1.5em; }
#similar a:hover { border: 0; }
#similar h3 { padding-left: 10px; }
#similar span.date { color: #888; letter-spacing: 1px; text-transform: uppercase; }
#rightcol { float: right; width: 50%; }
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; }
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#custom { background: #E4F2FD; border: 1px solid #C6D9E9; float: right; margin: 15px; padding: 19px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.custom.join #sidebar_1 {display:block; width:120px !important;}

.custom.flipped1 ul#tabs { height:50px; background: url(images/navflip.png) no-repeat left top;  }
.custom.winter ul#tabs { height:50px; background: url(images/wintern.png) no-repeat left top;  }
.custom.join #sidebars {display:none !important;}
.custom.join #content{
	width:830px;
	padding:10px 0px 0px 20px;
}
.custom.flipped #tabs li a{
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0d3768;
		text-decoration:none;
		font-weight:bold;
		text-shadow:0px 1px 0px #a4d4fb;
	}
	.custom.winter #tabs li a{
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#5099bf;
		text-decoration:none;
		font-weight:bold;
		text-shadow:0px 1px 0px #c0e1f3;
	}
	.join div.headline_area h1 { display:none; } 
	.custom.join h1 { font-size: 2.4em; text-align: center;  font: verdana; color: #13aee6; line-height: 1.5em; }
body.custom.flipped2 {background: #13aee7 url(http://feint.me/headerflip.png) center top no-repeat;}
body.custom.winter {background: #bce1f2 url(http://feint.me/winter.jpg) center top no-repeat;}
.custom .comments_closed p { display: none;}
.blogging div.headline_area h1 { display:none; } 

div#my_ad_banner 
{
margin-left:auto; 
margin-right:auto; 
padding-bottom:1em;
}

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }

#foot { 
	background: #2B2A2A;
	border: 0.6em solid #212020;
	color: #DBEDF9;
	font-size: 12px;
	margin: 20px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }

		#foot a:hover { background: #DBEDF9; color: #3D3C3C; }
	
	#foot span.cat, #foot h3 { /* controls all blue headings */
		color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
	
	#foot h5 { font-size: 23px; }
	
	#foot ul li ul { list-style-type: square; margin-left: 10px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #3D3C3C;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 1.2em;
			line-height: 1.8em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 1px dashed #3D3C3C; 
	clear: both;
	font-size: 13px;
	letter-spacing: 1.3px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 13px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

/*
Added by IG Concept for the sales page -START-
*/
#igwrap{overflow:hidden; width:730px; margin:0 auto;}
#igtopcontainer{
	background-image: url(images/igconcept/salespagetop.jpg);
	background-repeat: no-repeat;
	height:370px;
	margin:50px auto 0;
	padding:0;
	overflow:hidden;
}
#igtop{width:500px; height: 170px; margin-top: 160px;}
#igtop h1{font-family:Arial, Helvetica, sans-serif; font-size:30px; text-align:center; color:#45a8cc; padding:10px 40px 30px 8px;}
#igbuynowtop{width:261px; float:left;}
#igsmalltexttop{width: 200px; float:right; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#6d6d6d; padding-top:15px;}
.igheading{overflow:hidden; padding:35px 0 20px;}
#igmiddle1{color:#6d6d6d; font-family:Arial, Helvetica, sans-serif; font-size:15px; overflow:hidden;}
#igmiddle1 p{padding:10px 0;}
#igmiddle1left{width:45%; float:left;}
#igmiddle1right{width:45%; float:right;}
#igmiddle2{color:#6d6d6d; font-family:Arial, Helvetica, sans-serif; font-size:15px; overflow:hidden;}
.imgmiddle2text{width:180px; margin:10px auto;}
#igmiddle2 h2{font-family:Arial, Helvetica, sans-serif; font-size:18px; text-align:center; color:#0e79a0;}
#igmiddle2left{width:240px; margin:0; text-align:center; float:left; overflow:hidden;}
#igmiddle2center{width:240px; margin: 0 5px; text-align:center; float:left; overflow:hidden;}
#igmiddle2right{width:240px; margin:0; text-align:center; float:right; overflow:hidden;}
#igbonus p{color:#6d6d6d; font-family:Arial, Helvetica, sans-serif; font-size:15px; overflow:hidden;}
#igbottomtext{color:#6d6d6d; font-family:Arial, Helvetica, sans-serif; font-size:15px; overflow:hidden;}
#igbottomtext p{padding:10px 0;}
#igbottom{margin: 15px auto; overflow:auto;}
#igbottomleft{width:400px; float:left; padding-top:5px;}
#igbottomright{float:right;}

.custom .format_text input[type="image"] { border: none; background: none; width: auto; }

/*
Added by IG Concept for the sales page -STOP-
*/