@CHARSET "UTF-8";

div#landing_primary
{
	
}

div#landing_page
{
	margin: 0px 10px 0px 10px;
	padding-top: 10px;
}

div.landing_box
{
	float: left;
	border: solid 1px #a3d8dc;
	width: 350px;
	margin: 5px;
	background-color: white;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.landing_box div.inner
{
	margin: 20px;
}

div.landing_box h2
{
	color: #ec202c;
	margin: 5px 10px 0px 5px;
}

div#sidebar
{
	float: right;
	width: 200px;
}

div#sidebar div.inner div.hfade
{
	background-image: url(/images/landing/h_fade.gif);
	background-position: center center;
	width: 158px;
	height: 30px;
	margin: auto;
	background-repeat: no-repeat;
}

div#sidebar div.inner h4
{
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}

div#sidebar div.inner h5
{
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;	
}

div#benefits
{
	background-image: url(/images/landing/benefits_bk.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 358px;
}

div#benefits div.inner
{
	height: 300px;
}

div#benefits div.inner, div#signup div.inner
{
	width: 270px;
	margin: 10px auto;
	min-height: 300px;
}

div#benefits div.inner ul
{
	margin: 0px;
	padding: 0px 0px 0px 7px;
	list-style: url(/images/blue.png);
}

div#benefits div.inner ul li
{
	color: #ec202c;
	font-size: 13px;
	margin: 10px;
	padding: 0px;
}


div#signup
{
	background-image: url(/images/landing/signup_bk.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: auto;
	min-height: 358px;
}

div#signup div.item
{
	margin-bottom: 9px;
	clear: both;
}

div#signup form label
{
	width: 100px;
	float: left;
}

div#signup form input,div#signup form select 
{
	width: 150px;
}

div#signup form div#submit input.signup_submit
{
	width: 70px;
}

div#signup form input
{
	border: solid 2px #eeeeee;
	padding: 2px;
}

div#signup form input.error
{
	border: solid 1px #ec202c;
	padding: 2px;
}

div#signup form div.item div.error
{
	clear: both;
	width: 170px;
	float: right;
}

div#signup form div.item div.error div.item div.errorarrow
{
	width: 100%;
	height: 6px;
	margin: auto;
	background-image: url(/images/landing/error_arrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -11px;
}

div#signup form div.item div.error div.item
{
	margin-top: 10px;
	border: solid 1px #ec202c;
	background-color: white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	background-image: url(/images/landing/error-icon.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

div#signup form div.item div.error div.item span
{
	float: right;
	width: 80%;
	margin-top: 4px;
}

div#signup form div.item span#usernameUnique
{
	float: right;
	width: 10px;
	height: 1.2em;
	margin-top: 4px;
}

div#signup form div.item span#usernameUnique.false
{
	background: url('/images/red.png') 50% 50% no-repeat;
}

div#signup form div.item span#usernameUnique.true
{
	background: url('/images/green.png') 50% 50% no-repeat;
}

div#signup div#legal
{
	float: left;
	width: 180px;
}
	
div#signup div#legal p
{
	font-size: 9px;	
}

div#signup div#submit
{
	float: right;
}


div#whosusing,div#logout
{
	width: 712px;
}

div#whosusing div.inner
{
	margin-right: 0px;
}

div#whosusing div.inner div#one
{
	color: #313F5B;
}
div#whosusing div.inner div#two
{
	color: #F05D49;
}
div#whosusing div.inner div#three
{
	color: #EC202C;
}
div#whosusing div.inner div#four
{
	color: #535C70;
}


div#logout div.inner
{
	
}

div#whosusing div.inner div.who_bubble
{
	margin-right: 5px;
	float: left;
	width: 168px;
	height: 38px;
	background-image: url(/images/landing/who_bubble.gif);
}

div#whosusing div.inner div.who_bubble div
{
	margin: auto;
	margin-top: 6px;
	font-size: 12px;
	width: 150px;
	text-align: center;
	font-weight: bold;
}


ul.homefeed
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.homefeed li
{
	display: block;
	padding: 2px 0 4px 28px;
	margin: 8px 0 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	clear:both;
}

ul.blogfeed
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.blogfeed li
{
	display: block;
	margin: 0 0 8px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	clear:both;
}