/*
These are the default styles for MaxLanding Template 2. These styles
are overridden by the styles used within maxlanding-template-2.php.
*/
body
{
	background-color: #292e34;
	background-position: left top;
	background-repeat: repeat-x repeat-y;
}
#bottom
{
	background-color: #cfcfcf;
	padding: 20px 100px 20px 100px;
}
#bottom .credit
{
	font-style: italic;
	font-family: Georgia;
	font-size: 22px;
	font-weight: normal;
	color: #414141;
}
#bottom .quote
{
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #414141;
}
.clear
{
	clear: both;
}
#main
{
	float: left;
	width: 580px;
	margin-right: 20px;
	background-color: #ffffff;
	text-align: left;
	padding: 20px;
}
#main .action-button
{
	background: url('../images/action-button-background-green.png') repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 14px;
	width: 300px;
	height: 36px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
#main .action-button a
{
	color: #ffffff;
	text-decoration: none;
}
#main .headline
{
	margin-top: 20px;
	font-family: Georgia;
	font-size: 36px;
	font-weight: bold;
	color: #414141;
}
#main .logo
{
	width: 350px;
	height: 50px;
}
#main .screenshot
{
	width: 400px;
	height: 300px;
	margin-top: 25px;
	border: solid 1px #e1e1e1;
}
#main .subheadline
{
	margin-top: 10px;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #414141;
}
.page
{
	width: 960px;
	margin-bottom: 15px;
}
.page .container
{
	background-color: #ffffff;
}
.powered-by
{
	margin-bottom: 10px;
}
#top
{
	background-color: #ffffff;
	width: 960px;
	margin-top: 15px;
	margin-bottom: -15px;
}
#touts
{
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-color: #1a2026;
	text-align: left;
}
#touts .tout
{
	padding: 0px 20px 20px 20px;
}
#touts .tout .description
{
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #b1b1b1;
}
#touts .tout .title
{
	padding-bottom: 5px;
	width: 250px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #538baa;
}