

/* 
	Personals.co.uk - common.css CSS styles  
	-------------------------------------  */



/* reset browser default styles  */

html
{color:#052b33;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{margin:0;padding:0;}

table
{border-collapse:collapse;border-spacing:0;}

fieldset,img
{border:0;}

address,caption,cite,code,dfn,em,strong,th,var,optgroup
{font-style:inherit;font-weight:inherit;}

del,ins
{text-decoration:none;}

li
{list-style:none;}

caption,th
{text-align:left;}

h1,h2,h3,h4,h5,h6
{font-size:100%;font-weight:normal;}

q:before,q:after
{content:'';}

abbr,acronym
{border:0;font-variant:normal;}

sup
{vertical-align:baseline;}

sub
{vertical-align:baseline;}

legend
{color:#000;}

input,button,textarea,select,optgroup,option
{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select
{*font-size:100%;}









/* Default styles */
html {
	height: 100%;
	}

body {
	height: 100%;
	margin: auto;
	background: black url(../images/bg-noise.png) repeat center top;
	font-size: 13px;
	font-family: geneva, sans-serif;
	}

a {
	color: #0e99ab;
	font-weight: bold;
	text-decoration: none;
	}
.ondark, .ondark a {
	font-weight: normal;
	color: #f8f6e6;
	}

p.bodycopy {
	margin-bottom: 0.7em;
	}

strong {
	font-weight: bold;
	}

#topbar {
	background-color: #6fb1ba;
	border-bottom: 1px solid #fff4fa;
	}
#topbar .inner {
	height: 113px;
	width: 947px;
	margin: 0 auto;
	}

#pagewrap {
	width: 947px;
	margin: 0 auto;
	}	


#midbar {
	position: relative;
	height: 123px;
	}

#logo {
	float: right;
	margin-top: 40px;
	}

#login {
	padding-top: 44px;
	}
#login form {
	font-size: 12px;
	}
	
#main-content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 44px;
	background: url(../images/bg-main.jpg) no-repeat left top;
	height: 486px;
	}

#free-signup {
	position: absolute;
	top: 0;
	left: 0;
	}

form {
	color: #1f5a61;
	}
input {
	background-color: #f8f6e6;
	}

.hideme {
	display: none;
	}

ul#nav {
	height: 30px;
	float: right;
	width: 100%;
	overflow: none;
	background: #0c5969 url(../images/bg-navbar-grad.png) repeat-x left top;
	}
ul#nav li {
	line-height: 30px;
	float: right;
	margin-left: 5px;
	margin-right: 25px;
	font-size: 15px;
	}

#registration {
	margin-right: 562px;
	margin-left: 42px;
	}

#search {
	float: right;
	width: 510px;
	}
#search .inner {
	margin-right: 20px;
	padding: 0 18px;
	}
#search form {
	margin-bottom: 45px;
	}

#footer {
	background-color: #0d6578;
	padding: 0.5em 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	}
#footer span {
	margin-right: 400px;
	width: 100px;
	display: block;
	}	
#footer ul {
	float: right;
	width: 500px;
	text-align: right;
	}	
#footer li {
	display: inline;
	margin-left: 30px;
	}
	
	

/* WLD FORMS */

.formlayout {
	font-size: 13px;
	}
.formlayout p.note {
	font-size: 80%;
	clear: left;
	}


.formlayout div {
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	display: inline;
	clear: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bdd5d8;
	}
.formlayout div.first {
	border-top: none;
	}
.formlayout div.last {
	border-bottom: none;
	}
.formlayout div.hideme {
	display: none;
	}

.formlayout p {
	display: inline;
	float: left;
	}

.formlayout label, .formlayout select, .formlayout span {
	display: inline;
	float: left;
	width: 110px;
	}
.formlayout .button, .formlayout p.note {
	margin-left: 120px;
	}

.formlayout span {
	width: auto;
	float: left;
	display: inline-block;
	padding: 0.3em;
	text-align: center;
	}
.formlayout span.label-group {
	padding: 0;
	}
	
.formlayout select {
	margin-right: 2px;
	background-color: white;
	position: relative;  /* fixes rediculous IE6 last option value printout bug */
	}

.formlayout input, .formlayout p.note, .formlayout .gender {
	width: 182px;
	}
	
.formlayout input, .formlayout p.note {
	display: inline;
	margin-bottom: 2px;
	float: left;
	}

.formlayout label {
	padding: 0.3em 10px 0 0;  /*--adjust top padding for font size/weight--*/
	text-align: left;
	}

.formlayout .day,.formlayout .month {
	margin-right: 5px;
	}


.formlayout .dropdownage {
	width: 45px;
	}

.formlayout .day {
	width: 55px;
	}
.formlayout .month {
	width: 65px;
	}
.formlayout .year {
	width: 60px;
	}
.formlayout .howheard {
	width: 170px;
	}

.formlayout .button {
	width: auto !important;
	height: auto !important;
	}



/* form overrides */

#login form input {
	border: 2px solid #27595f;
	height: 17px;
	width: 110px;
	padding-left: 3px;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

#login form .button {
	padding-left: 0;
	margin-left: 5px;
	height: auto;
	width: auto;
	background-color: #0f7287;
	border: none;
	}



#search .formlayout div {
	border: none;
	clear: none;
	width: auto;
	margin-right: 8px;
	}
#search .formlayout label, #search .formlayout select {
	width: auto;
	}
#search .formlayout label {
	font-size: 12px;
	}
#search .formlayout select, #search .formlayout span#aged {
	clear: both;
	}
#search .formlayout span.ranger {
	width: 15px;
	}
#search .formlayout #maxage {
	clear: none;
	}
#search .formlayout .options {
	width: 110px;
	}
#search .formlayout .button {
	margin-left: 0;
	margin-top: 8px;
	}
#search .formlayout div.sml-r-margin {
	margin-right: 10px;
	}


#wld-badge {
	position: relative;
	width: 947px;
	}

.wld_badge_item {
	float: left;
	display: inline;
	width: 86px;
	position: relative;
	}
	
#wld_badge_item_11 img {
	border-right: 1px solid #3b7f88;
	}

.wld_badge_item .wld_badge_item_photo {
	
	}
	
.wld_badge_item .wld_badge_item_photo a {
	border:0;
	margin:0;
	}
	
.wld_badge_item .wld_badge_item_photo a img {
	width: 85px;
	height: 85px;
	border: 1px solid #3b7f88;
	border-right-width: 0px;
	}
	
.wld_badge_item .wld_badge_item_detail {
	display: none;
	z-index:10;
	}
.wld_badge_item:hover .wld_badge_item_detail {
	display: block;
	position: absolute;
	background: #ddeb4b url(../images/bg-yellow-grad.gif) repeat-x left top;
	top: 80px;
	left: 0px;
	min-width: 75px;
	font-size: 11px;
	color: #1f5a61;
	padding: 10px 5px 4px 5px;
	border: 1px solid #27595f;
	z-index: 99;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.wld_badge_item .wld_badge_item_detail .wld_badge_item_name {
	text-transform: capitalize;
	font-weight: bold;
	}
	
.wld_badge_item .wld_badge_item_detail .wld_badge_item_age {
	font-weight: bold;
	}
	
.wld_badge_item .wld_badge_item_detail .wld_badge_item_region {
	font-size: 11px;
	}
