@charset "UTF-8";
/* CSS Document */
/* iPhone / Mobile CSS */
/* Copyright Maybe.For.You. */

html
{
	-webkit-text-size-adjust: none;
}

body
{
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #fff;
    overflow-x: hidden;
}

p
{
	padding: 0 10px 10px 10px;
	line-height: 1.5;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #fff04f;
	margin: 20px 0 10px 10px;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #fff;
	-webkit-text-size-adjust: 100%;
}


a.grayRoundButton
{
	font-weight: bold;
	display: block;
	height: 26px;
	margin: 0 10px;
	-webkit-border-image: url(../images/ui/grayRoundButton.png) 3 3 3 3 stretch stretch;
	text-decoration: none;
	line-height: 26px;
	text-indent: 10px;
}

a img
{
	border: 0;
	outline: 0;
}


#logo
{
	margin: 12px 0 8px 10px;
}

#navbar
{
	margin: 0;
	background: #272727;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #474747;
	text-align: right;
	height: 39px;
}

#navbar select
{
	margin: 10px 10px 0 0;
}

.header
{
	width: 300px;
	overflow: hidden;
	margin: 10px 0 20px 10px;
}

.separator
{
	margin: 10px;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #474747;
}

.featureProject
{
	width: 300px;
	overflow: hidden;
	margin: 10px 0 10px 10px;
}

.footer
{
	margin: 10px 0 10px 0;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #474747;
	color: #999;
	font-size: 0.7em;
	padding: 11px 0 0 10px;
}

#subnav
{
	margin: 0;
	padding: 0;
}