/* ===== CUSTOM HEADER STYLING ===== */
html, body, div { font-family: Arial, Helvetica, sans-serif; }
body { background: url(http://static.whitelabeldating.com/media/s365/template-app/bg-main.gif?v=5) repeat-x #f5f6f6; }
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }
.navbar a { font-weight: bold; }
#main-nav { border:none; }

#main-nav li { text-transform: uppercase; }
#main-nav li li { text-transform: none; }

/* ===== MASTHEAD STYLING ===== */
#masthead {
	width: 960px;
	position: relative;
	background: url(http://static.whitelabeldating.com/media/s365/template-app/dots.gif) bottom right no-repeat;
}
#masthead .button {
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	outline: none;
}
a#button-blog {
	background: url(http://static.whitelabeldating.com/media/s365/template-app/b-blog.gif) no-repeat left;
	width: 128px;
	height: 44px;
	right: 0;
}
a#button-blog:hover { background: url(http://static.whitelabeldating.com/media/s365/template-app/b-blog.gif) no-repeat right; }
a#button-search {
	background: url(http://static.whitelabeldating.com/media/s365/template-app/b-search.gif) no-repeat left;
	width: 131px;
	height: 44px;
	right: 129px;
}
a#button-search:hover { background: url(http://static.whitelabeldating.com/media/s365/template-app/b-search.gif) no-repeat right; }
#logo {
	background: url(http://static.whitelabeldating.com/media/s365/template-app/logo.gif) no-repeat;
	height: 87px;
	width: 431px;
	display: block;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-indent: -9999em;
}

/* ===== FOOTER STYLING ===== */
#footer {
	border-top: 2px dotted #ccc;
	padding: 20px 0;
	color: #ccc;
}
#t-members {
	background: url(http://static.whitelabeldating.com/media/s365/template-app/t-members.gif);
	height: 18px;
	width: 960px;
	text-indent: -9999em;
	margin: 30px 0 10px 0;
}
.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; }
