/* Reveal Styles  */


* {
	margin: 0;
	padding: 0;
	border: 0;
	}

	
html {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	color: #6b6b6b;
	}

h2 {
	font-size: 23px;
	font-weight: normal;
	color: #6b6b6b;
	}

h3 {
	font-size: 25px;
	color: #3D3D3D;
	font-weight: normal;
	padding-top: 0.8em;
	padding-bottom: 0.6em;
	}


a {
	text-decoration: none;
	color: white;
	}

/* SHARED CLASSES  */

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

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

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	}

.centred {
	display: block;
	margin: 0 auto;
	width: 760px;	
	}

/*  LAYOUT  */

#headerbar {
	height: 139px;
	}


#pagewrap {
	position: relative;
	background: #dfdfdf url(../images/online-dating-couple.jpg) no-repeat;
	}

#main {
	height: 450px;
	}

#intro,#search {
	left: 410px;
	}
	
#intro {
	font-size: 12px;
	line-height: 17px;
	position: absolute;
	top: 10px;
	width: 330px;
	}

#search {
	position: absolute;
	top: 96px;
	margin-left: -40px;
	}

#search .hdr {
	margin-top:20px;
	margin-left:33px;
	}

#search form {
	position: relative;
	top: 5px;
	}

#btnoptions {
	position: absolute;
	top: 350px;
	left: 410px;
	white-space: nowrap;
	}

#btnoptions a {
	font-size: 15px;
	font-weight: 100;
	display: inline-block;
	float: left;
	width: 170px;
	height: 71px;
	font-size: 16px;
	background-image: url(../images/register-today.jpg);
	}
	
div#btnoptions a.login {
	margin-left: 10px;
	background-image: url(../images/member-login.jpg);
	} 

#feed {
	padding-left: 24px;
	background-color: #dfdfdf;
	}






/* FORMLAYOUT */

.formlayout fieldset p {
	padding: 0;
	color: #6b6b6b;
	}

.formlayout label, .formlayout select, .formlayout span {
	display: inline;
	float: left;
	margin-bottom: 6px;
	width: 100px;
	}

.formlayout span {
	height: 1.4em;
	text-align: center;
	width: 30px;
	}

.formlayout select {
	background-color: white;
	margin-right: 2px;
	padding: 0.2em;
	}

.formlayout input {
	display: inline;
	float: left;
	font-size: 0.9em;
	height: 1.4em;
	}

.formlayout .looking {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	width: 233px;
	}

.formlayout span.lookinginner {
	display: inline-block;
	width: auto;
	margin-left: 107px;
	margin-bottom: 6px;
	}

.formlayout span.genderchoice {
	float: left;
	display: inline;
	width: auto;
	position: relative;
	padding-right: 5px;
	}

.formlayout span.genderchoice input, .formlayout span.genderchoice span {
	vertical-align: middle;
	display: inline;
	}
	
.formlayout span.genderchoice span {
	width: auto;
	font-weight: bold;
	}

.formlayout span.genderchoice input.radio {
	width: auto;
	height: auto;
	margin-right: 4px;
	}

.formlayout select.options {
	width: 140px;
	}

.formlayout label {
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
	}

.formlayout .dropdownage {
	width: 54px;
	}

.formlayout .gender {
	width: 68px;
	}

.formlayout br {
	clear: left;
	}

.formlayout .day, .formlayout .month {
	margin-right: 7px;
	}
	
.formlayout .btn {
	color: white;
	cursor: default;
	width: 139px;
	height: 45px;
	background-image: url(../images/search.jpg);
	background-repeat:none;
	margin-top: 4px;
	margin-left: 109px;
	padding: 4px 1em;
	font-size: 16px;
	}


