

/* reset styles
 *****************************/

img {
	border: 0;
	outline: 0;
}

body, h1, h2, h3, h4, ul, li, p, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}





/* clears
 *****************************/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 1px;
	height: 1px;
	padding: 0px; margin: 0px;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}




/* main structure
 *****************************/

html, body {
	height: 100%;
}

body {
	background: #fff url("/images/splash/steel-blue-bg.gif") repeat;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	font-size: .8em;
}


#footer {
	position: fixed; bottom: 0; left: 0;
	z-index: 2;
	width: 100%;
	background: transparent url("/images/splash/footer-shadow.png") repeat-x left top;
	margin-bottom: -148px;
}

#logo {
	width: 432px; 
	margin: 0 auto;
	position: relative;
	bottom: 154px;
}

#footer_links {
	float: right;
	text-align: right;
	margin: 22px 20px 0 0;
	line-height: 2.3em;
}

#features {
	width: 54em;
	margin: 0 auto 0 auto;
	padding-bottom: 270px;
}

#features_top {
	height: 25%;
}

#features .feature {
	width: 12.3em;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

#features .feature.wider {
	width: 14.4em;
}

#features .separator {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 8em;
	vertical-align: top;
	line-height: .9em;
	width: .8em;
	text-align: center;
	color: #4c749c;
	margin-top: .1em;
}

#features h1 {
	text-shadow: #101f3b 0 0 4px;
	color: #fff;
}
#features p {
	color: #101f3b;
}

#topright {
	position: fixed; top: 0; right: 0;
	z-index: 2;
	background-color: #fff;
	padding: 12px 8px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

.errorExplanation h2, .errorExplanation p {
	display: none;
}

.errorExplanation ul {
	list-style-type: none;
	margin: 0;
	padding :0;
}

.errorExplanation ul, .error { color: red; }


/* Login form */

#topright form#login input {
	margin-left: 5px;
}
#topright form#login .textinput {
	width: 100px;
}
#topright form#login p, #topright form#login li {
	margin: 0 5px 10px 5px;
}



/* invite form
 *****************************/

#topright form#invite {
	background-color: #fff;
	padding: 8px 12px;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 270px;
	position: relative;
}
#topright form#invite p {
	margin-bottom: 10px;
}
#topright form#invite p.success {
	color: green;
}

#topright form#invite .textinput {
	width: 95%;
	margin-bottom: 5px;
}

#topright form#invite img {
	position: absolute;
	z-index: 5;	
}






/* text
 *****************************/

p, .txt {
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color: #000;
}

h1 {
	font-family: "Helvetica", "Lucida Grande", "Arial", sans-serif;
	font-size: 3.5em;
	color: #000;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
a:active {
	color: #3767aa;
}






/* forms + buttons
 *****************************/

.textinput {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #fff;
	padding: 5px 7px;
	font-size: 1em;
}
input:focus.textinput, textarea:focus.textinput,
input:hover.textinput, textarea:hover.textinput {
	border-color: #848484;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border-color: #c00;
}
.fieldWithErrors input:hover.textinput, .fieldWithErrors textarea:hover.textinput,
.fieldWithErrors input:focus.textinput, .fieldWithErrors textarea:focus.textinput {
	border-color: #c00;
}
.loader {
	background: transparent url("/images/splash/loader_white.gif") no-repeat center center;
}
.dontdoit {
	display: none;
}




/* button styles */

a.button, input.button {
	border: 1px solid #c0c0c0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ececec url("/images/splash/buttongradient.gif") repeat-x left bottom;
	padding: 3px 5px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Grande", "Arial", sans-serif;
	color: #000;
	cursor: pointer;
}
a:hover.button, input:hover.button,
a:focus.button, input:focus.button {
	border-color: #848484;
}
a:active.button, input:active.button {
	background-color: #d2d3d3;
	border-color: #848484;
	background-image: none;
}

/* YELLOW BUTTON */
a.button_yellow, input.button_yellow {
	background: #fcefb3 url("/images/splash/buttongradient-yellow.gif") repeat-x left bottom;
	border-color: #ffbf00;
}
a:hover.button_yellow, input:hover.button_yellow,
a:focus.button_yellow, input:focus.button_yellow {
	border-color: #ff8400;
}
a:active.button_yellow, input:active.button_yellow {
	background-color: #ffd665;
	border-color: #ff8400;
	background-image: none;
}




