/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2009, Ouno. All rights reserved.
version: 1.0
*/

html {
	margin:0;
	padding:0;
	background-color: #DDD1C2;
}

body {
	
	background: url(../img/body2.gif) repeat-x;
	background-color: #FFF;
	
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	
}

.body {

	position: relative;
	width: 900px;
	height: auto;
	margin:auto;
}

.moreInfo {  height: 300px; width: 700px; font-size: .9em; }

/** NAVIGATION **/
.navigation {
	
	position: relative;
	height: 70px;
	margin-top:5px;
	border-top: 4px solid #DDD;
	border-bottom: 1px solid orange;
	background-color: #FFF;
}

.navigation .logo {
	
	float:left;
	padding-left: 20px;
	padding-top: 4px;
}

.navigation form {
	
	position: absolute;
	top: 10px;
	right: 10px;
}

.navigation .logged_in {
	
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #6A503E;
}

.navigation .logged_in a {

	font-size: 1.25em;
	color: #504F2D;
}

.navigation a.logout {
	
	font-size: 1em;
	color: maroon;
}

.navigation a.plan_signup {
	
	font-size: 1em;
	color: black;
}

.navigation form .what_is {
	
	position: relative;
	float: right;
	margin-top: 4px;
	font-size: 0.7em;
	color: #0047D6;
	padding-right: 10px;
}

.navigation .items {

	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #003399;
}

.navigation .items a {
	
	color: #6A503E/*996600*/;
}

.navigation .items ul li {
	
	display: inline;
	font-size: .8em;
	padding:1px;
}

.navigation .openid_error_text {
	
	color: #900;
	float: right;
	font-size: 0.8em;
	margin-left: 60px;
	padding-top: 2px;
	width: 300px;
	text-align: right;
}

.navigation .openid_error_text span {
	
	color: #90A;
	padding:4px;
	font-size: 0.8em;
}

.navigation .openid_login .-login {
	
	float: right;
	padding-left: 10px;
}

.navigation .openid-logo {
	
	position: absolute;
	top:-1px;
	right:-23px;
}

/* HACKS for the logo placement
*+html .navigation .openid-logo {
	
	right:238px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .navigation .openid-logo {
    	
    	right:218px;
    }
}
*/
.navigation .openid_login input {
	
	float: right;
	padding-left: 10px;
}

.moreInfo .inner_heading {
	
	border-bottom:1px solid orange;
	height:15px;
	width:auto;
	background-color:#DDD;
	margin:-10px -10px 10px -10px;
	padding:10px;
	color: #630;
	font-size:1.3em;
}

#about_openid h1 {
	
	font-size: 1.2em;
	padding-bottom: 5px;
}

#about_openid {
	
	height: 175px;
}

/** FEATURE **/

#feature {
	
	position: relative;
	height: 260px;
	border: 1px solid #999;
	background: #FFF url('../img/feature-bg.png') repeat-x;
	margin-top:15px;
	font-size: .8em;
}

#why {

	position: absolute;
	bottom: 5px;
	right:10px;
}

#feature .bottom_info {
	
	position: absolute;
	bottom:0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #999;
	font-size: 1.2em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-align:right;
	padding-top:10px;
}

#feature .bottom_info .part1 {
	
	color: #FFF;
}

#feature .bottom_info .part2 {
	
	color: #E4EB9E;
	padding-right: 40px;
}

#feature .bottom_info .part2 .statement {
	
	font-size:.7em;
}

#feature .what_is {
	
	font-size: .7em;
	color: blue;
	font-weight: normal;
}

/** CONTENT **/

#content {
	
	position: relative;
	overflow: auto;
	margin-top: 25px;
	font-size: .8em;
}

#content h1 {
	
	font-size: 1.5em;
	color: #630;
	margin-bottom:10px;
}

#content h2 {
	
	font-size: 1.1em;
	text-align: center;
	background-color: #DDD;
	padding:4px;
	margin-bottom: 5px;
	
}


#content h3 {
	
	font-size: 1.1em;
	font-family: Georgia, serif;
	margin-bottom: 5px;
}


/** FOOTER **/

#footer {
	
	margin-top:20px;
	margin-bottom:-20px;
	background-color: #DDD1C2;
}

#footer .body {
	
	border-top: 5px solid #999;
	padding-top: 10px;
	overflow: hidden;
	height: 250px;
}

#footer .body h3 {
	
	position: relative;
	font-weight: bold;
	color: #6A503E;
}

#footer .body p {
	
	margin-top: 10px;
	font-size: 0.85em;
}

*+html #footer,
* html #footer {
	
	margin:auto;
	margin-top: 10px;
}


#footer .twitter {
	
	font-size: 0.8em;
	color :#663300;
}

/** COPYRIGHT **/

#copy {
	
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 0.75em;
}

#copy .right {
	
	color: #6A503E; /*#663300;*/
}

#copy ul, #copy ul li {
	
	display: inline;
	padding-left: 5px;
}

#copy ul li a {
	
	color: black;
	text-decoration: none;
}

#policy {
	
	margin-top:10px;
	font-size: .8em;
	border: 1px solid #630;
	padding: 10px;
	background-color: white;
	line-height: 1.4em;
}

#policy h1 {
	
	font-size: 1.4em;
	margin: 5px 0;
	font-weight: bold;
}

#policy h2 {
	
	font-size: 1.3em;
	margin: 8px 0 3px 0;
	font-family: Times, serif;
	font-weight: bold;
}

#policy em {
	
	color: #C70;
}

#policy .updateable {
	
	background-color: #DDD;
	padding: 5px;
}

/** GRIDS **/
.grid_1_3_basic {

	float: left;
	width: 30%;
	margin-right: 4%;
}

.grid_2_3_basic {
	
	float: left;
	width: 30%;
}

.grid_3_3_basic {

	float: left;
	width: 30%;
	margin-left: 4%;
}
/* --- */

.grid_1_3_rightlight {
	
	float: left;
	width: 40%;
	margin-right:4%;
}

.grid_2_3_rightlight {
	
	float: left;
	width: 40%;
}

.grid_3_3_rightlight {
	
	float: left;
	width: 10%;
	margin-left:4%;
}
