html,body,p,h1,h2,h3,h4,img,form,fieldset,ul,li,span,a, #contentwrap, #maincolumn, input, select, option {
	margin: 0;
	border: 0;
}

h1, h2, h3, h4, legend, p, fieldset, ul, li, select {
	padding: 0;
}

html, input {
	font-family: georgia, serif;	
	
}

body {
	text-align: left;
	background: #d20e0e;
	color: #969696;
	font-size: 80%;
	padding-bottom: 25px;
}



/* @group link styles */

a { 
	text-decoration: none;
}

a:link, a:visited {
	color: #e80000;
}

a:hover, a:link span, a:visited span, p.searchbtn a:link, p.searchbtn a:visited, input.regjoinbtn, input.loginbtn {
	color: white;
}

#footer a:link, #footer a:visited {
	color: black;
	font-size: 0.9em;
}

.shadow{
	text-shadow: 0.1em 0.1em 2px #d20e0e;
}

.button {
	background: #750909 url(images/btn-bg-slice.gif) repeat-x top left;
	font-size: 1.9em;
}

input, select {
	border: #9d0c0d solid 1px;
	color: #370506;
}


/* @end */

h1 {
	color: #7b090a;
}

.empty {
	font-size: 0;
	line-height: 0;
}

.hideme {
	position: absolute;
	left: -9999em;
	line-height: 0em;
}

.clear {
	clear: both;
}

.black {
	color: black;
}

fieldset.hideme input {
	border: 0;
	line-height: 0;
	font-size: 0;
}

#blackwrapper {
	background: black;
}

.contentwrap {
	margin: 0 auto;
	width: 950px;
}

#logo {
	width: 310px;
	height: 160px;
	margin-left: 18px;
}

#topbar {
	margin: 0 auto;	
	text-align: left;
	background: url(images/topbar-bg.gif) no-repeat bottom;
	height: 160px;
	width: 950px;
}







/* @group TOPBAR FORM */


#topbar form {
	text-align: right;
	float: right;
	margin-left: 300px;
	width:  240px;
	padding: 54px 20px 0 0;
}

#topbar form p {
	padding: 0.2em 0;
	vertical-align: middle;
	white-space: nowrap;
}

#topbar fieldset {
	color: white;
	font-size: 13px;
}

#topbar label {
	margin-right: 10px;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}
	
#topbar input {
	border: 1px solid #720909;
	width: 110px;
	padding: 0.1em 0.2em;
	margin: 0;
}

#topbar input.loginbtn {
	background: url(images/login-btn-bg-slice.gif) bottom repeat-x;
	font-size: 1em;
	font-weight: 400;
	width: 76px;
	height: 28px;
	border: 0;
	margin-top: 4px;
}


/* @end */

#regcolumn {
	padding-left:4px;
	width: 330px;
	float: left;
}

.regindent {
	padding: 0.2em 0 0.8em 42px;
}

.featured {
	padding: 10px 0 0 302px;
}

#maincolumn {
	margin-left: 363px;
	padding: 0;
}

#intro {
	position: relative;
	width: 587px;
	height: 197px;
	background: black url(images/mainimg-bg.gif) no-repeat;
}

#intro a img {
	width: 587px;
	height: 197px;
}

#feed {
	border-top: black solid 4px;
	background: black url(images/memberfeed-bg-slice.gif) repeat-x;
	height: 188px;
}


#footer {
	padding: 1em 20px 1em 0;
	text-align: right;
	background: url(images/footer-bg.gif) bottom center no-repeat;
}

#footer a {
	font-weight: bold;
}

#footer a span {
	text-shadow: none;
	font-weight: normal;
}


/* @group supporting content */

.column {
	margin-top: 0.6em;
}

.reasons {
	float: right;
	width: 240px;
	padding: 0.6em 25px 0 0;
}

.reasons p {
	margin: 0;
	padding: 8px 0;
}

#supporting {
	text-align:left;
	border: 4px solid #370506;
	border-width: 4px 4px 0 0;
}

#supporting ul {
	list-style-type: none;
	margin-right:  300px;
	padding-bottom: 25px;
}

#supporting li {
	padding: 8px 0 8px 35px;
	margin: 0.2em 0;
}

.lisearch {
	background: url(images/list-search.gif) no-repeat left center;
}

.liprofile {
	background: url(images/list-profiles.gif) no-repeat left center;
}

.lichat {
	background: url(images/list-chat.gif) no-repeat left center;
}

/* @end */


/* @group formlayout */


.formlayout {
	background-color: black;
	font-size: 1em;
	vertical-align: middle;
}

.formlayout fieldset {
	padding: 0;
	margin-top: 1em;
}

.formlayout input {
	padding: 0.2em;
}

.formlayout label, .formlayout input, .formlayout select, .formlayout p.formnote {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 8px;
}

.formlayout select {
	margin-right: 2px;
	padding: 0.2em 0.2em;
	font-size: 0.8em;
}

.formlayout input, .formlayout p.formnote {
	width: 170px;
	margin: 0;
	font-family: sans-serif;
}

select.options {
	width: 177px;
}

.formlayout label {
	color: white;
	text-align: right;
	padding: 0.2em 10px 0 0;  /*--adjust top padding for font size/weight--*/
}

.formlayout legend, .formlayout p.formnote {
	font-size: 0.8em;
	padding: 0 0 0.2em 110px;
}

.formlayout legend {
	text-align: left;
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

.formlayout p.formnote {
	font-weight: normal;
}

.formlayout .day {
	width: 52px;
}

.formlayout .month {
	width: 65px;
}

.formlayout .year {
	width: 55px;
}

.formlayout br {
	clear: left;
}

input.regjoinbtn {
	font-family: Georgia, serif;
	margin-top: 0.5em;
	border: 0;
	padding: 0.3em 0;
	font-size: 2.4em;
}

/* @end */


