/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

#page {
	padding-top: 0px;
}

#header_area {
	height: 52px;
	background-color: #DDDDDD;
	border-bottom: 0.3em solid #CACACA;
}

#header_area .page {
	background-color: #DDDDDD;
	height: 52px;
	border-bottom: 0.3em solid #CACACA;
	padding: 0px;
}

#menu-main-menu {
	font-size: 14px;
	height: 52px;
	border: none;
	float: right;
}

#menu-main-menu li {
	height: 52px;
}

#menu-main-menu a {
	line-height: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 0px;
	background-color: #DDDDDD;
}

#menu-main-menu a:hover {
	background-color: #EFEFEF;
}

/* Style the "Download" menu item as a button */
#menu-item-13 a {
	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: .5em .8em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
	background: #30a146;
	background: linear-gradient(top, #30a146 0%, #249334 100%);
	background: -moz-linear-gradient(top, #30a146 0%, #249334 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30a146), color-stop(100%, #249334));
	background: -webkit-linear-gradient(top, #30a146 0%, #249334 100%);
	background-color: #30a146;
	
	margin-top: 5px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform:none;
}

#menu-item-13 a:hover {
	background: #36b54f;
	background-color: #36b54f;
}

.download #menu-item-13 {
	visibility: hidden;
}

#header {
	border: none;
	padding-bottom: 0px;
}

#feature_box {
	background-color: white;
	border: none;
	padding-top: 20px;
}

#showcase_content {
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #DEDEDE;
}

#showcase_body {
	width: 420px;
	float: left;
}

#showcase_multimedia {
	width: 450px;
	float: right;
}

.custom h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}

h2.entry-title {
        font-size: 30px;
}

.custom h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 18px;
}

.custom h3 {
	font-weight: bold;
}

.custom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 14px;
}

.home #content_box.no_sidebars {
	width: inherit;
}

#content_box.no_sidebars {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#author {
	margin-bottom: 30px;
}

#author img {
	float: left;
}

#author p {
	margin-left: 160px;
}

blockquote {
	font-family: Georgia, Serif;
	font-size: 16px;
	line-height: 24px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 25px;
	padding-right:25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid;
	clear: both;
	background-color: #F3F3F3;
	border-color: #DDDDDD;
}

.quote {
	background-color: #F9F2D6;
	border-color: #EADA9C;
	padding-left: 15px;
}

.quote img {
	float: left;
	border: 1px solid #EADA9C;
	margin-bottom: none;
}

.quote p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 105px;
	margin-right: 0px;
}

.person {
	margin-top: 7px;
	text-align: right;
	font-style: normal;
}

.note {
	font-style: italic;
	padding-top: 30px;
	padding-bottom: 0px;
}

blockquote li {
	margin-bottom: 15px;
}

.call_to_action_button {
	text-decoration: none;
	font-size: 26px;
	font-weight: bold;
	color: white;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding: 20px;
	display: block;
	text-align: center;
	line-height: 24px;
	min-width: 260px;
	margin-bottom: 40px;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5),inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5),inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5),inset 0 1px 0 rgba(255, 255, 255, 0.3);
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	
	background-image: -webkit-gradient(linear, left top,left bottom, from(rgba(255, 255, 255, .3)), to(rgba(255, 0, 0, .1)));
	background-image: linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 0, 0, .1));
}

#purchase_button {
	background-color: #2AEC3C;
	text-decoration: none;
	width: 260px;
}

#centered_purchase_button {
	margin-left: auto;
	margin-right: auto;
	background-color: #2AEC3C;
	text-decoration: none;
}

#windows_demo_button {
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #298799;
	text-decoration: none;
	min-width: 220px;
}

#mac_demo_button {
	float: left;
	margin-bottom: 0px;
	background-color: #E87A12;
	text-decoration: none;
	min-width: 220px;
}