/*
==========================
===== GLOBAL STYLING =====
==========================
*/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
}
body {
	background: #2d2d2d url(../_img/bg_main.gif) repeat-x center top;
	font-size: 100%;
	color: #fff;
}
input {
	background: url(../_img/bg_input.gif) no-repeat;
	border: #921515 solid 1px;
	color: #999;
	font-style: italic;
	font-size: 1.1em;
	padding: 5px 8px 4px 8px;
	width: 125px;
	margin: 5px 0 5px 0;
}
select {
	font-style: italic;
	font-weight: bold;
	margin: 5px 0 5px 0;
	border: #921515 solid 1px;
}
fieldset {
	border: none;
	font-size: 0.8em;
}
legend {
	font-style: normal;
	font-size: 22px;
	color: #fff;
	margin: 0 0 5px 0;
}
p {
	margin: 0 0 10px 15px;
	width: 295px;
	font-size: 13px;
	color: #ebebeb;
}

/* =========================================================== GLOBAL DIV STYLING */
/* ===== HEADER ===== */
#rootContainer {
	background: url(../_img/pic-model.jpg) 150px top no-repeat;
	width: 770px;
	margin: auto;
	position: relative;
}
#leftColumn {
	float: left;
	width: 175px;
}
#rightColumn {
	margin-left: 180px;
	height: 640px;
}
#logo {
	background: url(../_img/logo-savagehearts-alt.gif) 0 22px no-repeat;
	height: 250px;
	width: 175px;
}
#nav {
	text-transform: lowercase;
	padding: 80px 0 0 5px;
	height: 32px;
}
#nav li {
	list-style: none;
	float: left;
	display: inline;
}
#nav a {
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-left: #911010 solid 1px;
	border-right: #ef6767 solid 1px;
	padding: 0 10px 0 10px;
}
#nav a:hover { text-decoration: underline; }
#nav #first { border-left: none; }
#nav #last { border-right: none; }

/* ===== LEFT COLUMN ===== */
.redBox {
	background: #d2232a url(../_img/bg-form-hl.gif) no-repeat right bottom;
	padding: 12px;
	margin: 0 0 15px 0;
}

fieldset {
	font-style: italic;	
}
fieldset legend {
	padding-bottom: 5px ;
	display: block;	
}

.button {
	background: url(../_img/bg_button.gif);
	color: #fff;
	width: 81px;
	height: 32px;
	padding: 0;
	font-size: 17px;
	margin: 5px 12px 0 0px;
}
#sexSelect { width: 144px; }
#designTweak1 { display: block; }
#designTweak2 { width: 120px; }
.ageSelect { width: 58px; }

/* ===== RIGHT COLUMN ===== */
#content {
	height: 300px;
	margin: 20px 0 0 0;
}
#designTweak3 {
	font-size: 22px;
	color: #fff;
}
#memberHightlight {
	background: #000;
	margin: 0 0 15px 15px;
	padding: 20px;
	height: 158px;
	float: left;
	display: inline;
	width: 524px;
}
#members li {
	float: left;
	width: 84px;
	list-style: none;
	margin: 0 25px 0 0;
}

#members li.last { margin: 0; }
#members p {
	width: auto;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 7px 0 0 0;
	display: block;
	font-family: Arial, sans-serif;
}

/* ===== FOOTER ===== */
#footer {
	border-top: #000 solid 1px;
	clear: both;
	height: 100px;
	margin-right: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 11px;
}

#footer a {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #969696;
}
#bizarrelink {
	margin-right: 100px;
}
#bizarrelink img {
	padding: 0.4em 0 0.1em 0;
	margin-left: -2px;
}

#savageHeartsLogo {
	background: url(../_img/logo-savagehearts-sml.gif) no-repeat;
	height: 69px;
	width: 57px;
	float: right;
}

/* =========================================================== RANDOM CLASSES */
.hideMe {
	position: absolute;
	left: -9999em;
	line-height: 0em;
}