@charset "utf-8";
/* Reset CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--END Reset--*/

@charset "utf-8";
/* CSS Document for Singles Dating Agency */

body {
	background:#000 url(../img/bg_body.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

/* Typography */
@font-face {
    font-family:'MyndraineRegular';
    src: url('../../fonts/Myndraine-webfont.eot');
    src: url('../../fonts/Myndraine-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/Myndraine-webfont.woff') format('woff'),
         url('../../fonts/Myndraine-webfont.ttf') format('truetype'),
         url('../../fonts/Myndraine-webfont.svg#MyndraineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, p {
	margin:10px;
}
h3 {
	font:bold 18px/28px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
	color:#fff;
}
h4 {
	font:bold 16px/26px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
	color:#fff;
}
h5 {
	font:normal 14px/24px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
	color:#fff;
}
p {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}

/* Layout */
#wrapper {
	width:1000px;
	height:auto;
	min-height:500px;
	margin:0 auto;
}
#header {
	width:100%;
	height:75px;
}
#logo {
	width:374px;
	height:57px;
	float:left;
	margin:10px 0 0 0;
}
#menu {
	width:600px;
	height:auto;
	float:right;
	margin:30px 0 0 0;
}
#content {
	width:100%;
	height:auto;
	min-height:500px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.html);
	background-color: #000;
	background-image: url(../img/couple.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#signup {
	width:375px;
	height:300px;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 350px;
}
#featuresI {
	width:260px;
	height:300px;
	margin:5px;
	float:right;
	background-image: url(../img/legs.png);
	background-repeat: no-repeat;
	background-position: 0px -15px;
}
#features {
	width:340px;
	height:320px;
	margin:5px;
	float:left;
	
}

#features ul {
	list-style-type:none;
	padding:0 10px;
	margin: 0;
}

#features li {
	margin:0px;
	padding-left: 40px;
	background:url(../img/bullet_star.png) no-repeat 0 5px;
	font:normal 16px/50px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
	color:#fff;
}

#members {
	width:1000px;
	height:270px;
	clear:both;
	background:url(../img/bg_members.jpg);
}

#contentBottom {
	width:100%;
	height:auto;
	background:#790005;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	behavior: url(css/PIE.html);
	color:#fff;
}
#main {
	width:65%;
	margin:1%;
	height:auto;
	float:left;
}
#side {
	width:33%;
	margin:1%;
	height:auto;
	float:right;
}
#footer {
	width:100%;
	padding:5px;
	height:60px;
	float:left;
	text-align:center;
	color:#ccc;
	font:normal 11px/21px Arial, Helvetica, sans-serif;
}
#footer .menu {
	width:100%;
	height:auto;
	float:left;
	color:#ccc;
}
#footer .menu a {
	color:#ccc;
	margin:10px;
	text-decoration:none;
}
#footer .menu a:hover {
	text-decoration:underline;
}
#footer .copy {
	width:100%;
	height:auto;
	float:left;
}
#footer .copy a {
	color:#ccc;
	text-decoration:none;
}
#footer .copy a:hover {
	text-decoration:underline;
}

/* Menu Structure */
#nav {
	width:auto; /* Width less padding-left if 1000px */
	height:auto;
	margin:0 -5px 5px 0; 
	list-style:none;
	float:right;
}
#nav ul {
}
#nav li {
	float:left; 
	display:block; 
	width:auto; 
	height:auto;
	position:relative;
	font:normal 18px/28px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;;
	margin:0 15px 0 15px;
}
#nav li a {
	display:block; 
	padding:2px 7px 2px 7px; 
	height:auto; 
	text-decoration:none; 
	color:#fff; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.html);
	text-align:center; 
}
#nav li a:hover {
	color:#fff;
	background: #960068;
}

/* Global */
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
.third {
	width:64%;
	height:auto;
	float:right;
	margin:1% 0 1% 1%;
}
.padding50 {
	width:auto;
	height:auto;
	padding:50px;
}

hr {
	width:96%;
	margin:30px auto 30px auto;
}




#selectCounty {
	width:330px;
	text-align:left!important;
	float:left;
	margin-left:30px;
	
}
#selectCounty img{ margin-left:30px; }
/* Search */
#search {
	width:375px;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 50px;
}
#search label {
	float:left;
	clear:left;
	margin:5px 15px 0 0;
	width:95px;
	text-align:right;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	color:#fff;
}
#search input {
	width:242px;
	height:23px;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
	color:#666;
	border:1px solid #f4f4f4;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	behavior: url(css/PIE.html);
}
#search select {
	width:249px;
	height:25px;
	padding:2px;
	margin:0 0 5px 0;
	border:1px solid #f4f4f4;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	behavior: url(css/PIE.html);
}
#search select>option{background:#fff}
#search .age {width:111px;}

#search .agerange {width:103px;}
#search textarea {
}
#search input:focus, textarea:focus {
	background: #fff;
}
#search fieldset.radio {
	margin:0;
}
#search fieldset.radio input {
	float: left;
	width: 50px;
	background:none !important;
	border:none !important;
}
#search fieldset.radio label {
	font:normal 12px/12px Arial, Helvetica, sans-serif;
}

#search input[type=submit] {
	width:250px;
	height:45px;
	text-align:center;
	float: right;
	padding:10px 15px;
	margin:0 16px 0 0;
	background:url(../img/button.png);
	border:none;
	color:#fff;
	cursor: pointer;
	font:bold 18px/28px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
}
#search p {
	text-align:right;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	padding-right:5px;
	color:#fff;
}
#search a {
	font:bold 12px/12px Arial, Helvetica, sans-serif;
	color:#fff;
}

/* WLD Members */
#wld_badge_wrapper {
	width:990px;
	overflow:hidden;
	margin:0 auto;
} 
#wld_badge_wrapper h2 {
	font:normal 30px/30px 'MyndraineRegular', Arial, sans-serif;letter-spacing:0;
	color:#790005;
	margin:15px 0 10px 0;
	text-align:center;
}
#wld_badge_inner {
	padding:0;
} 
.wld_badge_item {
	width:95px;
	height:130px;
	float:left;
	margin:0 15px 0 15px;
	padding:20px;
	background:#3a3352 !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(css/PIE.html);
} 
.wld_badge_item img {
	border:2px solid #282936;
} 
.wld_badge_item_detail {
	margin-top:10px;
	font:normal 11px/12px Tahoma, Geneva, sans-serif;
	color:#fff;
	width:100px;
	overflow:hidden;
} 
