/* --------------------------------------------------------------- */
/* Chewsi overrides */
/* --------------------------------------------------------------- */

body
{
	font-size: 20px;
	color: #444;
	background-color: #cde6ea;
}

a, a:visited
{
	color: inherit;
	text-decoration: none;
}

a:hover, #header a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 980px;
	margin-top: 0;
	border: none;
}

#header
{
	width: 940px;
	height: auto;
	padding: 20px;
	line-height: 18px;
	color: #fff;
	background-color: #d99f30;
	font-size: 24px;
}

#header img
{
	float: left;
}

#header ul
{
	float: right;
}

#header li
{
	display : inline;
	padding-left : 20px;
}

#header li a
{
	height: 18px;
}

#header a, #header a:visited
{
	font-size: inherit;
}

#header a:hover
{
	color: #fff;
}

#content
{
	width: auto;
	padding: 20px 50px 50px 50px;
	line-height: inherit;
}

#content h1, #content h2, #content h3, #content h4
{
	margin-top: 0;
	margin-bottom: 7px;
	padding: 0;
	color: inherit;
	background-color: inherit;
}

#content h1
{
	font-weight: normal;
	font-size: 46px;
}

#content h2
{
	font-weight: normal;
	font-size: 30px;
}

#content h3
{
	font-weight: normal;
	font-size: 24px;
}

#content h4
{
	font-weight: normal;
	font-size: 20px;
}

#content p img
{
	padding: 0px;
	border: none;
}

#footer
{
	border-top: 1px #000 solid;
	margin: 0px auto 0px;
	width: 940px;
	padding: 20px;
	background-color: #FFF;
	color: #555;
}

#footer, #footer li
{
	font-size: 12px;
}

#footer p
{
	padding: 10px 0 0 0;
}


input#submit
{
	font-size: 40px;
	padding: 10px;
}


/* --------------------------------------------------------------- */
/* Custom style */
/* --------------------------------------------------------------- */

#homepage h1, #homepage h2
{
	text-align: center;
}

#content #homepage h3
{
	font-size: 30px;
}


#homepage .headline
{
	padding-bottom: 25px;
	margin: 0 auto 0;
	text-align: center;
}

#homepage .headline img
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#homepage .feature .picture
{
	width: 50%;
	float: left;
}

#homepage .feature img
{
	display: block;
	margin: 0 auto 0;
}

#homepage .feature .writeup
{
	width: 50%;
	float: left;
	line-height: 1.5em;
}

#homepage .appstore
{
	margin: 0 auto 0;
	text-align: center;
}

#homepage .appstore.first
{
	margin-top: 43px;
	margin-bottom: 25px;
}

#about img
{
	width: 230px;
}

#about .leftimage
{
	width: 230px;
	float: left;
}

#about .leftimage img
{
	position: relative;
	left: -50px;
	top: -60px;
}

#about .centercontent
{
	float: left;
	margin-left: 0px;
	width: 420px;
}

#about .rightimage
{
	width: 230px;
	float: right;
}

#about .rightimage img
{
	position: relative;
	top: 100px;
	left: 50px;
}


/* --------------------------------------------------------------- */
/* Common */
/* --------------------------------------------------------------- */

body, #content h1, #content h2, #content h3, #content h4, #header
{
	font-family: cronos-pro, sans-serif;
}

#content h1, #content h2, #content h3, #content h4
{
	color: #2B4D91;
}

.separator
{
	height: 50px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('/images/horizontalseparator.gif');
}
