/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/


body {

	text-align: center;
}

#footer {
	height: auto;
}

.action_button {
	float: right;
	width: 200px;
}

.plan_box_bottom {
	height: 365px;
	position: relative;	
	text-align: left;
}
.plan_box_bottom div {height: 320px; font-size: 14px;}

.plan_box_bottom .startnow {
	height: 38px;
	position: absolute;
	bottom: 0;
	left: 15px;
}

.action_button a {color: white; margin: 0;}
.grid_3 a {text-decoration: underline;font-weight: bold; color: #3579b2;}
.grid_3 .bigger {font-size: 14px;}
.startnow a {text-decoration: none;color:black; height: 29px;}

.menu a {font-size: 14px;}
#sidebar-in ul li ul li a {font-size: 14px;}

.entry a {text-decoration: underline;}

.download_options {padding: 40px;padding-top: 0px;padding-bottom: 20px;}
.download_options .download_link a {font-size: 20px;font-weight: bold;margin-left: 10px;}
.download_options .download_link {margin-top: 20px;}
.download_options .download_description {color: gray;}

.purchase_block {padding: 20px;}
.current_price {font-size: 17px; text-align: center;float: left;display: block;height: auto;width: 100%;padding: 20px;}
.current_price span {font-weight: bold;}
.current_price small {font-size: 11px;line-height: 20px;color:gray;}
.current_price a {font-weight: bold; color: green;}
.purchase_description {font-size: 11px; color: gray;}
.sale_subdesc {margin: 20px;}
.sale_subheader {line-height: 30px;}

.plan_box_top {font-weight: bold;border-bottom: 1px solid #3579b2;background-color: #3579b2;padding: 2px 5px;color: #3579b2;}
#content-in h2 {font-weight: bold;}

.imagebox {

text-align: center;
width: 100%;	
vertical-align: middle;
padding: 15px;

}

.imagebox img {border: 1px solid gray;padding: 2px;margin:5px; vertical-align: middle;}

.tip {margin: 20px;padding: 15px;border: 1px solid gray;font-size: 11px;}
.linked {float:left;display: block;width: 170px; height: 25px;margin-right: 0px;padding-right: 10px;padding-top: 3px;font-size: 17px;}
.linked a {font-weight: bold;color: #3579b2;text-decoration: underline;}

.important {font-size: 20px;display: block;float: left;width: 296px;background-image: url(/_i/check.gif);background-repeat: no-repeat;padding-left: 24px;margin-top: 15px;margin-bottom: 15px;}
.important_tagline {font-size: 18px;color:#3579B2;}
#banner h2 {font-size: 46px;}
#banner h2 span {margin-top:15px;font-size: 20px;line-height: 26px;}

.salespage_quote {margin:30px;font-size: 16px;}
.salespage_quote span {font-size: 200%;font-weight: bold;padding: 10px;line-height: 15px;}
.salespage_quote .author {display: block;float: right;width: auto;}
