/*
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 {
	background-color:#4C86BA;
}
#container {
	background-color:#ffffff;
}
#feature_box {
	padding:0;
	border:0;
	background:#ffffff;
}
#comments {
	margin:0;
	padding:0;
}

.hia-box {
	width:580px;
	background: url(images/hia_bg.jpg) repeat-y;
	margin:20px 0 20px 0;
	height:268px;
}
.hia-box h2 {
	font-size:22px;
	font-weight:bold;
	margin-left:20px;
	color:#CC0000;
}
.hia-box img.ebook {
	margin:20px 0 0 30px;
	float:left;
}
.hia-box img {
	border:none;
}
.hia-box h3 {
	font-size:14px;
	text-align:center;
	width:400px;
	margin:10px 0 5px 5px;
	float:left;
}
.hia-box label {
	width:80px;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:16px 0 0 20px;
	text-align:right;
}
.hia-box input.email {
	border:1px #000000 solid;
	float:left;
	color:#000000;
	width:220px;
	height:15px;
	font-size:14px;
	padding:5px;
	margin:10px 0 0 10px;
}
.hia-box .button {
	margin:10px 0 20px 85px;
	border:none;
}
.hia-box small {
	font-size:11px;
	margin-left:190px;
}

.sidebar-subscribe {
	width:240px;
	text-align:center;
	margin:auto;
	margin-top:10px;
}
.sidebar-subscribe p {
	font-weight:bold;
	font-size:26px;
	color:#cc0000;
}
.sidebar-subscribe img {
	border:none;
	margin-top:10px;
}



.ia-box {
	background: url(images/ia_border_top.jpg) no-repeat top left;
	width:270px;
	margin:15px 0 0 10px;
}
.ia-box .body {
	background:url(images/ia_bg.jpg) repeat-y;
}
.ia-box .top {
	padding:40px 0 0 15px;
	width:180px;
}
.ia-box p {
	margin:10px 0 10px 0;
	font-size:13px;
	line-height:16px;
	width:145px;
}
.ia-box h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	font-weight:bold;
	color:#cc0000;
}
.ia-box label {
	font-size:13px;
	font-weight:bold;
	margin-left:13px;
}
.ia-box input.email {
	border:1px #8EB830 solid;
	width:220px;
	color:#000000;
	height:23px;
	font-size:12px;
	margin:2px 0 7px 10px;
}
.ia-box .button {
	margin:7px 0 0 9px;
	border:0;
}

#content p.post-bottom-teaser {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0 0 30px 12px;
}


div.optin-right{
	background: url(images/background-optin-right.png) repeat-y 0 0;
	padding: 5px 15px;
}

div.optin-right span{
	font-size: 14px;
}

div.optin-right span.image-holder{
	display: block;
	margin: 0 auto;
}
.recommendedreading {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
span.image-holder img {

}
div.optin-right span.image-holder img{
	margin: 0 5px;
}
.highlight{
	background-color: #ffff00;
}
div.border-top-sidebar, div.border-bottom-sidebar{
	background: url(images/border-top-optin-right.png) no-repeat 0 0;
	width: 257px;
	height: 7px;
	display:block;
}
div.border-bottom-sidebar{
	background: url(images/border-bottom-optin-right.png) no-repeat 0 0;
	margin-bottom: 10px;
}
.alignCenter{
	display: block;
	text-align: center;
}


#footer{
	padding-top: 20px;
	clear: both;
	text-align: center;
	font-size: 12px;
}

#footer ul{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

#footer ul li{
	margin: 0 8px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
