/* Dating2nite website v.1 stylesheets

author: Steven Booth
email: steve@stevenboothdesign.co.uk
website: http://www.stevenboothdesign.co.uk */

html, body {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #fff;
	line-height: 1.4em;
	background: #000 url(images/BG.jpg) repeat-y top left;
	margin: 0;
	padding: 0;
}	


#wrapper {
	padding: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	margin: auto;
}
a {
	color: #ffd075;	
	text-decoration: none;
}
a:hover {
	color: #ffd075;
	text-decoration: underline;
}
img {
	border: 0;
}
/*------------------------------------- main navigation ----------------------------*/

#container {
	width: 485px;
	height: 44px;
	padding: 0;
	float: right;
}

#globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 44px;
	display: inline;
	overflow: hidden;
	width: 485px;
	}
	
#globalnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#globalnav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:44px; /* for IE5/Win */
	}
	
#globalnav a:hover, #globalnav a:active, #globalnav a.selected {
	background-position: 0 -44px;
	}
	
#home a  {
	width: 87px;
	background: url(images/nav_02.jpg) top left no-repeat;
	}

#join a  {
	width: 75px;
	background: url(images/nav_03.jpg) top left no-repeat;
	}

#moreinfo a  {
	width: 159px;
	background: url(images/nav_04.jpg) top left no-repeat;
	}	

#faq a  {
	width: 164px;
	background: url(images/nav_05.jpg) top left no-repeat;
	}
			


/*-------------------------------------  main content area ----------------------------*/


#contentWrapper {
	width: 900px;
	height: 600px;
	padding: 0;
	margin: 0;
	overflow: auto;
	background: #000 url(images/contentBG.jpg) no-repeat;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
}
#contentWrapperSml {
	width: 900px;
	height: 369px;
	padding: 0;
	margin: 0;
	overflow: auto;
	background: #000 url(images/contentBG_sml.jpg) no-repeat;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
}
#contentMain {
	width: 450px;
	padding: 0;
	float: left;
}

#contentMain h2 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: .5em 0 0 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 230%;
	color: #fff;
}
#contentMain h3 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 0;
	line-height: 1.3em;
	margin: 0;
	font-size: 70%;
	color: #e3d389;
	text-transform: uppercase;
	letter-spacing: .4em;
}

#contentMain ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#contentList li {
	padding: 0 0 0 30px;
	background: url(images/bullit.png) no-repeat left;
}
.insetPic {
	border: 1px solid #e3d389;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}
.insetPicRight {
	border: 1px solid #e3d389;
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
}
/*-------------------------------------  sidebar content area ----------------------------*/
#contentSidebar {
	width: 500px;
	margin: 210px 0 20px 0;
	float: right;
	line-height: 2.5em;
}
.searchPanel {
	width: 420px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.searchPanel h1 {
	padding: 0;
	margin: 0;
	font-style: italic; 
	font-size: 160%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #b51800;
}
.searchPanel h2 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 1.5em 0 .7em 0;
	margin: 0;
	font-size: 80%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
}
.searchPanel p {
	padding: 0 20px .3em 20px;
	margin: 0;
	color: #fff;
}

/*-------------------------------------  new members content area ----------------------------*/

#newMember {
	width: 860px;
	background: #000;
	padding: 20px;
	margin: 0;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}
#newMember h2 {
	padding: 1em 0 0 0;
	margin: 0;
	font-style: italic; 
	font-size: 130%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #ffd075;
}

#newMember h3 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 2em 0 0 0;
	margin: 0;
	font-size: 60%;
	color: #ffd075;
	text-transform: uppercase;
	letter-spacing: .4em;
}
#newMember p {
	padding: 1em 0 0 0;
	margin: 0;
	color: #fff;
	line-height: 1.6em;
}

/*-------------------------------------  faq content area ----------------------------*/

#faq {
	width: 860px;
	background: #000;
	padding: 20px;
	margin: 0;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

#faq p {
	padding: 1em 0 0 0;
	margin: 0;
	color: #fff;
	line-height: 1.6em;
}
#faq h1 {
	padding: 1em 0 0 0;
	margin: 0;
	font-style: italic; 
	font-size: 130%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #ffd075;
}

#faq h2 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 2em 0 0 0;
	margin: 0;
	font-size: 60%;
	color: #ffd075;
	text-transform: uppercase;
	letter-spacing: .4em;
}
/*-------------------------------------  moreInfo content area ----------------------------*/

#moreInfo {
	width: 860px;
	background: #000;
	padding: 20px;
	margin: 0;
	border-left: 1px solid #2e2e2e;
	border-right: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
}

#moreInfo p {
	padding: 1em 0 0 0;
	margin: 0;
	color: #fff;
	line-height: 1.6em;
}
#moreInfo h1 {
	padding: 1em 0 0 0;
	margin: 0;
	font-style: italic; 
	font-size: 130%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #ffd075;
}

#moreInfo h2 {
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	padding: 2em 0 0 0;
	margin: 0;
	font-size: 60%;
	color: #ffd075;
	text-transform: uppercase;
	letter-spacing: .4em;
}
/*-------------------------------------  f content area ----------------------------*/

#features {
	width: 830px;
	background: #bfbfbf;
	padding: 15px;
	margin: 2em 0 0 0;
}


#features h2 {
	padding: 1em 0 0 0;
	margin: 0;
	font-style: italic; 
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #b51800;
	letter-spacing: 0;
	text-transform: none;
}
#features dl {
	margin: 0;
	padding: 0;
}
#features dt {
	padding: 1em 10px 0 0;
	margin: 0;
	color: #333; 
	font-weight: bold;
}
#features dd {
	padding: 0 10px 0 0;
	margin: 0;
	color: #000; 
}
#features p {
	padding: .5em 10px 0 0;
	margin: 0;
	color: #000;
}
#features a {
	color: #b51800;	
	text-decoration: none;
}
#features a:hover {
	color: #b51800;
	text-decoration: underline;
}
/*-------------------------------------  faq area ----------------------------*/
.question {
	font-weight: bold;
	padding: 2em 0 0 0;
}
/*--------------------------------- White Label Dating new members ----------------------------*/

#wld_badge_inner { 
	padding: 0 10px 0 0;
	margin: 0;
}

.wld_badge_item { 
	float: left; 
	margin: 0; 
	padding: 0 14px 0 0; 
}
.wld_badge_item img { 
	border: 1px solid #2e2e2e;
}
.wld_badge_item_detail { 
	margin: 0;
	padding: 0 0 .5em 0;
	color: #666;
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 65%;
	line-height: 1.3em; 
	width: 90px; 
	overflow: hidden;
}
.wld_badge_clear {
	clear: both;
}



/*------------------------------------- footer of web page (footer) ----------------------------*/


#footer {
	text-align: center;
	color: #ccc;
	padding: 20px 0 0 0;
	clear: both;
}
#footer ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
}
#footer .footNote {
	font-size: 70%;
}
#social {
	padding: 20px 0 0 0;
}
#social li img {
	border: none;
}
