@charset "UTF-8";
/*
===================================================================
========================= HOMEPAGE STYLES =========================
===================================================================
*/

* { 
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #2a2e2c;
}
body {
	font-size: 100%;
	background: url(../_img/bg-main.gif) repeat-x #f5f6f6;
}
.hideMe {
	display: none;
	line-height: 0;
}
a {
	color: #2a2e2c;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #f0555d;
	text-decoration: none;
}

/* float clearing for IE6 */
* html .cf { height: 1%; overflow: visible; }

/* float clearing for IE7 */
* + html .cf { min-height: 1%; }

/* float clearing for everyone else */
.cf:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0; }

#root-container {
	width: 960px;
	margin: auto;
}

/* ================================================================= MASTHEAD STYLING ===== */

#masthead {
	width: 960px;
	position: relative;
	background: url(../_img/dots.gif) bottom right no-repeat;
}

#masthead .button {
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	outline: none;
}

#masthead .button#button-search {
	background: url(../_img/b-search.gif) no-repeat left;
	width: 117px;
	height: 44px;
	right: 120px;
	z-index: 900;
}

#masthead .button#button-search:hover { background: url(../_img/b-search.gif) no-repeat right; }

#masthead .button#button-login {
	background: url(../_img/b-login.gif) no-repeat left;
	width: 116px;
	height: 44px;
	right: 0;
	z-index: 700;
}

#masthead .button#button-login:hover { background: url(../_img/b-login.gif) no-repeat right; }

#logo {
	background: url(../_img/logo.gif) no-repeat;
	height: 87px;
	width: 431px;
	display: block;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-indent: -9999em;
}

/* ================================================================= LOGIN FORM ======== */

#log-in {
	height: 98px;
	width: 390px;
	background: url(../_img/bg-login.gif) top left no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 800;
	display: none;
}
#log-in h2 { display: none; }
#log-in label {
	display: block;
	float: left;
	padding: 15px 10px;
}
#log-in label input {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	padding: 0 6px;
	font-size: 11px;
}
#log-in label input.hint {
	color: #d9d9d9;
	font-style: italic;
}
#log-in label span {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 14px;
	margin: 2px 6px 0 0;
	overflow: hidden;
}
#log-in label#label-login-userid span {
	background: url(../_img/l-userid.gif) top left no-repeat;
	width: 44px;
}
#log-in label#label-login-password span {
	background: url(../_img/l-password.gif) top left no-repeat;
	width: 63px;
}
#log-in button {
	background: url(../_img/b-login2.gif) top left no-repeat;
	display: block;
	height: 26px;
	width: 85px;
	text-indent: -9999em;
	position: absolute;
	bottom: 25px;
	right: 15px;
	cursor: pointer;
}
#log-in a.forgotten-pass {
	position: absolute;
	bottom: 10px;
	right: 12px;
	text-decoration: underline;
	font-size: 10px;
	color: #946835;
}
#log-in a.forgotten-pass:hover { color: #fff; }
	
/* ================================================================= SEARCH FORM ======= */

#search {
	height: 98px;
	width: 620px;
	background: url(../_img/bg-search.gif) top left no-repeat;
	position: absolute;
	bottom: 0;
	right: 117px;
	z-index: 900;
	display: none;
}
#search h2 { display: none; }
#search label {
	display: block;
	float: left;
	padding: 15px 0 15px 10px;
}
#search label span {
	display: block;
	float: left;
	text-indent: -9999em;
	height: 14px;
	margin: 2px 6px 0 0;
	overflow: hidden;
}
#search label#label-search-gender span {
	background: url(../_img/l-gender.gif) top left no-repeat;
	width: 28px;
}
#search label#label-search-age-from span {
	background: url(../_img/l-agefrom.gif) top left no-repeat;
	width: 86px;
}
#search label#label-search-age-to span {
	background: url(../_img/l-ageto.gif) top left no-repeat;
	width: 17px;
}
#search label#label-search-from select { width: 130px; }
#search label#label-search-from span {
	background: url(../_img/l-county.gif) top left no-repeat;
	width: 32px;
}
#search select {
	font-size: 11px;
	padding: 2px;
	color: #6b6b6b;
}
#search button {
	background: url(../_img/b-search2.gif) top left no-repeat;
	display: block;
	height: 26px;
	width: 102px;
	text-indent: -9999em;
	position: absolute;
	bottom: 25px;
	right: 18px;
	cursor: pointer;
}

/* ================================================================= PROMO STYLING ===== */

#promo-space {
	width: 630px;
	height: 386px;
	float: left;
	margin: 22px 0 0 0;
	overflow: hidden;
}
#promo-space li {
	list-style: none;
	display: inline;
}
#first-carousel-image { background: url(../_img/promo-1.jpg) no-repeat; }

/* ================================================================= REGISTRATION FORM STYLING ===== */

#registration-form {
	width: 300px;
	height: 342px;
	padding: 0 0 44px 0;
	float: left;
	margin: 22px 0 0 27px;
	font-size: 14px;
	position: relative;
}
#title-joinNow {
	background: url(../_img/t-joinNow.gif) no-repeat;
	height: 56px;
	width: 244px;
}
#registration-form input, #registration-form select {
	font-size: 10px;
	border: 1px solid #ccc;
	float: left;
	height: 22px;
	width: 160px;
	margin: 6px 0 0 0;
	padding: 3px 0 0 3px;
	color: #2a2e2c;
	
}
#registration-form input { height: 18px; }

#registration-form input.hint {
	color: #d9d9d9;
	font-style: italic;
}

#signup { margin: 10px 0 0 0; }
.form-row { float: left; }
.alt-form-row {
	background: #f5f6f6;
	width: 300px;
}
#form-note {
	font-size: 11px;
	margin: 10px 0;
	clear: left;
	line-height: 13.5px;
	width: 300px;
}
#registration-form label {
	width: 127px;
	height: 36px;
	float: left;
}
#regForm-ima,
#regForm-firstName,
#regForm-dob,
#regForm-email,
#regForm-password {
	width: 127px;
	height: 36px;
}
#regForm-ima { background: url(../_img/t-reg-ima.gif) no-repeat; }
#regForm-firstName { background: url(../_img/t-reg-firstName.gif) no-repeat; }
#regForm-dob { background: url(../_img/t-reg-dob.gif) no-repeat; }
#regForm-email { background: url(../_img/t-reg-email.gif) no-repeat; }
#regForm-password { background: url(../_img/t-reg-password.gif) no-repeat; }
#registration-form .dob-select { width: 55px; }
#form-submit {
	background: url(../_img/b-joinNowFree.gif) no-repeat;
	height: 44px;
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
}
button#form-submit:hover { cursor: pointer; }

/* ================================================================= MEMBER FEED STYLING ===== */

#member-feed {
	width: 960px;
	margin: 44px 0 0 0;
	float: left;
}
.wld_badge_item {
	display: block;
	float:left;
	list-style: none;
	margin: 0 0 10px 0;
}
.wld_badge_item .wld_badge_item_photo a img {
	height: 87px;
	width: 87px;
}
.wld_badge_item .wld_badge_item_detail { 
	display: none; 
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../_img/badge_popup_right.png) top right no-repeat;
	padding-right: 5px;
}
.wld_badge_item .wld_badge_item_detail .wrapper {
	background: url(../_img/badge_popup_left.png) top left no-repeat;
	height: 52px;
	padding: 8px 8px 0 25px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	white-space: nowrap;
}
.wld_badge_item .wld_badge_item_detail .wrapper br {display: none; }
.wld_badge_item .wld_badge_item_detail span {
	display: inline;
	white-space: nowrap;
}
.wld_badge_item .wld_badge_item_detail.reverse {
	background: url(../_img/badge_popup_reverse_left.png) top left no-repeat;
	padding: 0 0 0 5px !important;
}
.wld_badge_item .wld_badge_item_detail.reverse .wrapper {
	background: url(../_img/badge_popup_reverse_right.png) top right no-repeat;
	padding: 8px 25px 0 8px !important;
}
.wld_badge_item .wld_badge_item_detail .wld_badge_item_region {margin-left: 5px; }
.wld_badge_item {}
.wld_badge_item_detail  {}
.wld_badge_item_region {}
#title-members {
	background: url(../_img/t-members.gif) no-repeat;
	height: 18px;
	width: 960px;
	clear: left;
}

/* ================================================================= INTRODUCTORY COPY STYLING ===== */

#seo-copy, #blog-feed, #benefits-list {
	float: left;
	width: 300px;
	font-size: 14px;
	margin: 0 30px 24px 0;
}
#benefits-list { margin: 0 0 24px 0; }
#title-seo, #title-blog, #title-benefits {
	height: 25px;
	width: 300px;
	margin: 40px 0 22px 0;
	display: block;
	text-indent: -9999em;
}

#title-seo { background: url(../_img/t-all-about-singles365.gif) no-repeat; }
#seo-copy p {
	margin: 0 0 22px 0;
}

/* ================================================================= BLOG FEED STYLING ===== */

span.headline a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #efa755;
	text-decoration: none;
	margin: 0 0 5px 0;
}
span.headline a:hover {
	background: #efa755;
	color: #fff;
}
#blog-feed div { font-size: 12px; }
#blog-feed .date {
	color: #9aa5a1;
	font-style: italic;
	font-size: 11px;
	margin: 0 0 10px 0;
}
#blog-feed li { list-style: none; }
#title-blog { background: url(../_img/t-latest-in-blog.gif) no-repeat; }
#title-blog a { display: block; }
#creditfooter { display: none; }


/* ================================================================= BENEFITS LIST STYLING ===== */

#title-benefits { background: url(../_img/t-why-s365.gif) no-repeat; }
#benefits-list li {
	list-style: none;
	border-bottom: 1px dotted #ced3d1;
	padding: 10px 0 10px 36px;
}
#benefits-list li.tick {
	background: url(../_img/bullet-tick.gif) no-repeat;
}
#benefits-list li.highlight {
	text-transform: uppercase;
	font-weight: bold;
}
#benefits-list li.lastOne { border: none; }

/* ================================================================= FOOTER STYLING ===== */

#footer {
	width: 960px;
	border-top: 2px dotted #ced3d1;
	font-size: 11px;
	color: #9ca3a0;
	clear: both;
	padding: 23px 0 0 0;
	margin: 0 0 50px 0;
}
#copyright-statement {
	width: 300px;
	float: left;
}
#link-list {
	width: 630px;
	float: right;
}
#link-list div {
	display: inline;
	margin: 0 5px;
}
#link-list li { 
	float: right;
	list-style: none;
}
#link-list a { text-decoration: none; } 
a#link-list:hover {
	text-decoration: underline;
	color: #9ca3a0;	
}