
body
{
	background-color: #141211;
	font-family: Georgia, times, serif;
	color: #f6f0e8;
	line-height: 150%;
	font-size: 62.5%;
	background-image: url(../images/body_stripe.jpg);
	background-repeat: repeat-x;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
	background-color: #161413;
}

#index_header
{
	width: 900px;
	height: 380px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	background-color: #161413;
}

#donate_button
{
	float: left;
	width: 280px;
	margin: 160px 0px 0px 500px
}

#donate_msg
{
	float: left;
	margin: 0px 0px 0px 530px;
}

#index_divider
{
	float: left;
	height: 50px;
	width: 900px;
	background-image: url(../images/divider_bg.jpg);
	background-repeat: no-repeat;
	background-color: #161413;
}
#bottom_contain
{
	float: left;
	width: 860px;
	padding: 0px 20px 0px 20px;
	margin: 30px 0px 0px 0px;
	background-color: #161413;
}

#bottom_right
{
	width: 340px;
	float: left;
	margin: 10px 0px 0px 70px;
}

#bottom_right ul
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#bottom_right ul li
{
	list-style: none;
	color: #817c73;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #575249;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 0.79em;
	line-height: 1.3em;
	background-color: #231e1c;
	font-family: helvetica, arial, sans serif;
}
#content_left
{
	float: left;
	width: 400px;
	margin: 0px 0px 0px 0px;
}

#amanda_pic
{
	float: left;
	margin: 10px 0px 0px 75px;
	width: 370px;
}


/*-----subpage styles---*/

body.sub_page
{
	background-image: url(../images/test_grad_bg.jpg);
}

#donate_header
{
	float: left;
	height: 300px;
	width: 900px;
	background-image: url(../images/donate_header.jpg);
}

#subpage_header
{
	float: left;
	height: 180px;
	width: 900px;
	background-image: url(../images/short_subpage_header.jpg);
}

#subpage_content
{
	float: left;
	width: 840px;
	background-color: #161413;
	padding: 10px 30px 10px 30px;
	background-repeat: no-repeat;
}

#right_column
{
	float: right;
	width: 300px;
	margin: 0px 0px 30px 80px;
}

.dark_box
{
	width: 300px;
	float: left;
	background-color: #231f19;
}

.dark_box_title
{
	width: 290px;
	float: left;
	background-color: #1e1a15;
	padding: 5px 0px 5px 10px;
}

.bottom_margin
{
	margin-bottom:50px
}

.bottom_border
{
	border-bottom: 1px solid #29241c;
}
.event_contain, .email_contain, .connect_contain
{
	width: 279px;
	float: left;
	margin: 10px;
}

.event_photo
{
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #FFFFFF;
}

.connect_logo
{
	float: left;
	width: 60px;
	height: 60px;
}

.connect_details
{
	float: left;
	margin:20px 0px 0px 0px;
	margin-left: 10px;
	font-size: 1.6em;
	width: 200px;
}


.event_details
{
	float: left;
	margin: 0px 0px 0px 14px;
	width: 200px;
	height: ;
}

.email_contain .field_contain input
{
	float: left;
	width: 200px;
	height: 20px;
	font-size: 1.4em;
	margin: 0px 6px 0px 0px;
	font-family: helvetica, arial, sans-serif;
}

#thank_you_step
{
	width: 840px;
	height: 160px;
	background-repeat: no-repeat;
}

#thank_you_step h1
{
	margin: 0px 0px 0px 150px;
	font-size: 2.1em;
	line-height: 1.3em;
	font-variant:small-caps;
	letter-spacing: 0em;
	padding: 170px 0px 0px 0px;
}

.donate_step
{
	width: 820px;
	background-color: #252321;
	border: 1px solid #42302f;
	padding: 10px;
	margin: 0px 0px 15px 0px;
}
/*--navigation--*/
#navigation
{
	float: left;
	width: 450px;
	margin: 10px 0px 0px 450px;
}

#navigation ul
{
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Lucida Grande", Arial, sans-serif;
}

#navigation ul li
{
	display: inline;
	float: left;
	margin: 0px 20px 0px 0px;
	font-size: 13px;
}

#navigation ul li a
{
	color: #c9beb1;
	text-decoration: none;
	font-weight: normal;
}

#navigation ul li a:hover
{
	border-bottom: 1px dotted #f69523;
}

/*--Typography--*/
h1,h2,h3,h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 1px;
	color: #d2c9be;
}

h1 {font-size: 3em; padding: 0.2em; margin: 0em 0em 0.4em 0em;}
h2 {font-size: 2.0em; margin: 0 0 0.4em 0px;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.4em;}

p
{
	font-size: 1.5em;
	font-weight: normal;
	line-height:1.6em;
	margin-bottom: 1em;

}

a
{
	color: #d3a167;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.small_link
{
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
}
.center
{
	text-align:center;
}
ul
{
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 0px 0px 0px 30px;
}

ul li
{
	margin: 0px 0px 10px 0px;
	list-style: disc;
}

.event_details p
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0px;
}

.event_details h4
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
}

#bottom_right h4
{
	font-size: 1.9em;
}
.event_details a
{
	font-weight: normal;
}

.dark_box_title h3
{
	font-size: 1.5em;
}

#form_msg_success p
{
  color: #aea698;
  font-size: 1.2em;
}

/*----Form Stuff-----*/
#info
{
	background-color:#231f1a;
	padding: 20px 10px;
	width: 440px;
	float: left;
}

#email_box
{
	float: left;
}
#subscribe
{
	width: 220px;
	float: left;
}

.row {
	margin: 0 0 0.8em 0;
	padding: 0;
}

.row label {
	float: left;
	font-size: 1.5em;
	width: 150px;
	padding: 0.3em 0 0 0;
	margin: 0 4px 0 0;
	text-align: left;
}

.row label.inform
{
	float: left;
	width: 190px;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}


.row input.check
{
	float: left;
	width:40px;
	font-size: 1.4em;
	float:left;
	margin-left: 200px;
	border: 0px;
}

.row input {
	float: left;
	width: 258px;
	margin: 0;
	border: 1px solid #e9e9e9;
	font-size: 1.5em;
	height: 20px;
}

input.button
{
	margin-left: 0px;
}

.row textarea
{
	width: 300px;
	padding: 5px;
	height: 150px;
	border: 1px solid #e9e9e9;
	line-height: 1.3em;
}

#contact_msg_error p
{
	width: 818px;
	background-color:#c2583b;
	padding: 10px;
	color: black;
	border: 1px solid #813b28;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color: #451f15;
}

#contact_msg_success p
{
	width: 818px;
	background-color:#a3b783;
	padding: 10px;
	color: black;
	border: 1px solid #485d26;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color: #451f15;
}

.donate_step h3
{
	font-size: 2.5em;
	color: #f79c1c;
	margin: 0px 0px 0.3em 0px;
}

#top_container, #bottom_container
{
	float: left;
	width: 850px;
}

#bottom_container
{
	margin-bottom: 40px;
}
#bottom_container #video_box
{
	float: left;
	width: 490px;
}

#bottom_container .links_and_love
{
	float: left;
	width: 320px;
	margin: 0px 0px 0px 20px;
}

.links_and_love .link_list
{
	width: 300px;
	float: left;
	margin-bottom: 20px;
}

#bottom_container .links_and_love .link_list ul
{
	padding: 0px;
	margin: 0px;
}

#bottom_container .links_and_love .link_list ul li
{
	list-style: none;
	width: 280px;
	background-color: #231f1a;
	margin: 0px;
	border-bottom: 1px solid #817c73;
	line-height: 30px;

}

#bottom_container .links_and_love .link_list ul li a
{
	display: block;	
	padding-left: 10px;
}

#bottom_container .links_and_love .link_list ul li a:hover
{
	background-color: #423E36;
}

#bottom_container .links_and_love .link_list ul li.nolink
{
	padding-left: 10px;
	width: 270px;
}