﻿body {
	background: #464646;
	font-family: "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}

/* ************************************************************************************************

	TYPE

************************************************************************************************ */

h1, h2, h3, h4, p, ol, ul, dl {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0.75em;
}

/* ********************************************************************************************* */

a { 
	color: #464646; 
	text-decoration: underline;
}

a:hover {
	color: #464646; 
	text-decoration: none;
}

/* ********************************************************************************************* */


/* ********************************************************************************************* */

span.corner {
	background: #F00;
	height: 0.3em;
	position: absolute;
	width: 0.3em;
}

span.cornerBl {
	bottom: -0.3em;
	left: 0;
}

span.cornerTr {
	right: -0.3em;
	top: 0;
}

/* ************************************************************************************************

 	LAYOUT: HEADER

************************************************************************************************ */

div#header { 
	/**background: #9C0;**/
	background: #202020;
	border-right: solid 0.3em #2E2E2E;
	/**color: #464646;**/
	color: black;
	margin: 1em auto 0;
	position: relative;
	width: 800px; 
	border-bottom: 1px solid #c0c0c0
}

div#header span.corner { background: #464646; }

/* ********************************************************************************************* */



/* ********************************************************************************************* */

div#header ul {
	/**background: #7CA600;**/
	background: black;
	font-size: 1em;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	padding: 0 2.7em;
}

div#header ul li { float: left; }

div#header ul li a {
	display: block;
	color: #FFF;
	margin: 0 1.8em 0 0;
	padding: 0.9em 0;
	text-decoration: none;
	font-size:14px;
	font-family:Verdana;
}

div#header ul li strong a,
div#header ul li a:hover { background: transparent url("bgNavA.png") 50% 100% no-repeat; color:#c0c0c0; } 



/* ************************************************************************************************

 	LAYOUT: LOGIN

************************************************************************************************ */


div#login {
	position:absolute;
	right:0px;
	top:88px;
	z-index:700;
	height: 32px;
	margin-right:10px;

}

#login_username
{
	background:#fff;
	margin:0;
	padding:5px 10px;
	border:1px solid black;
	outline-width:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font:14px Helvetica,Arial,Sans-serif;
	width:150px;
}

#login_username:focus
{
	outline-width:0;
	border-color:#fff;
}

#login_password
{
	background:#fff;
	margin:0;
	padding:5px 10px;
	border:1px solid black;
	border-right-width:0;
	outline-width:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font:14px Helvetica,Arial,Sans-serif;
	width:100px;
}

#login_password:focus
{
	outline-width:0;
	border-color:#fff;
}

#user_login_button 
{
	background:#bbb url("http://s.twimg.com/a/1264550348/images/bg-btn-search.png") repeat-x 0 0;
	padding:5px 15px;
	border:1px solid black;
	margin-left:-0.5em;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font:14px Helvetica,Arial,Sans-serif;
	font-weight:bold;
	color:#333;
	outline:none;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}

#user_login_button::-moz-focus-inner
{
	padding:0;border:0;
}
.chrome-windows #user_login_button
{
	padding:8px 10px 9px;
}
.firefox-windows #user_login_button
{
	padding:9px 10px 8px;
}
.firefox-windows.firefox2 #user_login_button
{
	position:relative;top:1px;
}
.ie7 #user_login_button,.ie6 #user_login_button
{
	position:relative;
	top:-9px;
	left:-5px;
	padding:8px 10px 8px 20px;
}
#user_login_button:hover,#user_login_button:focus
{
	background-position:0 -5px;
	cursor:pointer;
	color:#111;
}
#user_login_button:active
{
	background-image:none;
}

/* ************************************************************************************************

 	LAYOUT: CONTENT

************************************************************************************************ */

div#content { 
	background: #FFF;
	border: none;
	border-bottom: solid 0.3em #2E2E2E;
	border-right: solid 0.3em #2E2E2E;
	color: #464646;
	margin: 0 auto;
	padding: 2.7em;
	position: relative;
	width: 746px; 
}

/* ********************************************************************************************* */

div#content span.corner { background: #464646; }

/* ********************************************************************************************* */

div#content h1 {
	color: #202020;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1em;
	margin: 0 0 1em;
}

/* ********************************************************************************************* */

div#content h2 {
	color: #202020;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.285em;
	margin: 1.928em 0 0.642em;
}

/* ********************************************************************************************* */

/*
div#content ol,
div#content ul {
	margin: 1.35em 1.8em;
}
*/


/* ************************************************************************************************

 	LAYOUT: CONTENT > SECTION DONATE

************************************************************************************************ */

div#content div#sectionDonate {
	border-top: solid 0.3em #E8E8E8;
	margin-top: 2.7em;
	padding-top: 2.7em;
}

/* ************************************************************************************************

 	LAYOUT: HEADER

************************************************************************************************ */

div#footer { 
	color: #747474;
	margin: 2.7em auto;
	width: 800px; 
}

/* ********************************************************************************************* */

div#footer ul {
	font-size: 1em;
	line-height: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0 2.7em;
	text-align: center;
}

div#footer ul li {
	border-left: solid 0.1em #747474;
	display: inline;
	margin: 0 0 0 0.45em;
	padding: 0 0 0 0.45em;
}

div#footer ul li.a { border: none; }

div#footer ul li a { color: #747474; }

/* ************************************************************************************************

 	SELF CLEARING
	REPLACE 'xyz' WITH ELEMENTS CONTAINING FLOATS TO CLEAR THEM WITHOUT ADDITIONAL ELEMENTS 
	BEING ADDED TO MARKUP. SEE IE 6/7 STYLESHEETS FOR INTERNET EXPLORER FIX

************************************************************************************************ */

div#content:after,
div#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
