

/* 
	common.css CSS styles for bcn Dating 
	-------------------------------------  */



/* reset browser default styles  */

html
{color:#000;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:inherit;}









/* Template styles */

html {
	color: #333;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	}

body {
	padding-bottom: 2em;
	}

.hideme {
	display: none;
	}

.margin-wrap {
	width: 916px;
	margin: 0 auto;
	position: relative;
	}

p {
	font-size: 0.8em;
	}

em {
	font-style: normal;
	}

h1,h2,h3 {
	font-family: "neo sans", Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	position: relative;
	height: 229px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	}
	
h1 span {
	position: absolute;
	bottom: 11px;
	font-size: 25px;
	white-space: nowrap;
	}

h2 {
	font-size: 1em;
	}

h3 {
	font-size: 90%;
	}

.padme {
	padding-left: 25px;
	padding-right: 25px;
	}
h2.padme {
	padding-left: 15px;
	padding-right: 15px;
	}

#header-bar {
	height: 81px;
	}

#logo {
	position: absolute;
	top: 0px;
	}

#login {
	width: 307px;
	position: absolute;
	top: 14px;
	right: 0;
	}
#login h3 {
	padding-bottom: 5px;
	}
#login input {
	vertical-align: middle;
	height: 15px;
	font-size: 13px;
	color: #333;
	}

#content-top {
	margin-top: 34px;
	}

#column-right {
	float: right;
	width: 308px;
	background: url(../images/bg-search.png) no-repeat left top;
	}
	
#search {
	min-height: 280px;
	padding-top: 9px;
	padding-bottom: 15px;
	background: url(../images/bg-search-finish.png) no-repeat left bottom;
	}

#search h2,#registration h2 {
	line-height: 40px;
	margin-bottom: 10px;
	}

#search form.padme {
	padding-right: 5px;
	padding-left: 35px;
	}

#column-main {
	margin-right: 321px;
	}

p#intro {
	white-space: nowrap;
	padding: 18px 36px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	color: black;
	background: url(../images/bg-maincol-top.png) no-repeat left top;
	}
p#intro span {
	white-space: normal;
	width: 400px;
	display: block;
	}

#content-low {
	background: url(../images/bg-base.png) no-repeat left top;
	}
#content-low .inner {
	background: url(../images/bg-base-finisher.png) no-repeat left bottom;
	min-height: 400px;
	}

#free {
	position: absolute;
	width: 70px;
	height: 70px;
	top: -8px;
	right: -16px;
	background: url(../images/badge-free-24.png) no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;
	}

#column-feed {
	float: left;
	width: 426px;
	padding-top: 20px;
	padding-left: 35px;
	}
#column-feed h3 {
	font-size: 1.4em;
	}

#registration {
	padding-top: 9px;
	margin-left: 477px;
	}

/* Memberfeed */

#wld-badge {
	margin-top: 20px;
	}

.wld_badge_item {
	width: 100px;
	float: left;
	height: 160px;
	}

.wld_badge_item_photo {
	background: url(../images/bg-feed-item.png) no-repeat left top;
	padding: 5px;
	margin-bottom: 0.3em;
	}

.wld_badge_item_photo img {
	width: 81px;
	height: 81px;
	}

.wld_badge_item_detail {
	font-size: 80%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	}
.wld_badge_item_name {
	text-transform: capitalize;
	}
.wld_badge_item_region {
	font-weight: normal;
	font-size: 85%;
	color: #333;
	display: block;
	line-height: 1.4em;
	}


/* COLOUR THEME Overrides */

/* Red - White */

.bcn h1, .bcn h2 {
	color: white;
	}
.bcn h3  {
	color: black;
	}
	
.bcn #header-bar {
	background: black url(../images/bg-topbar-slice.png) repeat-x;
	}

.bcn #logo {
	width: 193px !important;
	height: 46px !important;
	margin-top: 15px;
	}

.bcn a {
	color: black;
	font-weight: bold;
	}

.bcn a:hover {
	}

.bcn h1 {
	background-color: black;
	background-image: url(../images/lead-bcn.jpg);
	}

.bcn h2 {
	background-color: #cc0000;
	}

.bcn em, .bcn #column-feed h3, .bcn label, .bcn .wld_badge_item_name, .bcn .wld_badge_item_age {
	color: #cc0000 !important;
	}



/* WLD FORMS */

.formlayout {
	font-size: 13px;
	}

.formlayout div, .formlayout p, .formlayout label, .formlayout input, .formlayout select, .formlayout span {
	display: inline;
	float: left;
	}
.formlayout div.hideme {
	display: none !important;
	}
		
.formlayout p.note {
	font-size: 80%;
	clear: left;
	}

.formlayout div {
	margin-bottom: 10px;
	}
.formlayout div.collapse {
	margin-bottom: 4px;
	}

.formlayout label, .formlayout select {
	width: 130px;
	}
.formlayout .button, .formlayout p.note {
	margin-left: 140px;
	}

.formlayout span {
	width: auto;
	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: 186px;
	}
.formlayout p#click.note {
	width: 160px;
	}

.formlayout input, #login input {
	background: url(../images/bg-slice-input.png) repeat-x left top;
	}
		
.formlayout input, .formlayout p.note {
	margin-bottom: 2px;
	}

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

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

.formlayout .dropdownage {
	width: 50px;
	}

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

.formlayout .button {
	width: auto !important;
	height: auto !important; 
	margin-left: auto;
	margin-right: auto;
	
	}




/* FORM OVERRIDES */

#login input {
	width: 81px;
	}

#login .button {
	width: 56px !important;
	height: 21px !important;
	background-image: none;
	}

#search form {
	margin-top: 0.8em;
	}

#search label {
	width: 75px;
	}
#search .button {
	width: 81px !important;
	height: 26px !important;
	margin-left: 85px;
	}
	
#registration form {
	padding-bottom: 1em;
	}

#registration label {
	text-align: right;
	}
	
#registration .button {
	float: right;
	width: 58px !important;
	height: 26px !important;
	margin-right: 14px;
	margin-top: -38px;
	}
