/*
ALAN COLQUHOUN
File: dating.css
Last Update: 10/16/2012
*/

body {
	color: #fff; background: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px; line-height: 1.4em;
	margin: 0; padding: 0;	
}

a, a:link, a:visited { 
	color: #08aee3; 
	text-decoration: none;
	font-weight: normal;  
}

a:hover { 
	text-decoration: underline; 
}

blockquote {  
	margin-left: 30px;
}

blockquote a, a:link, a:visited {
	color: green;
}

blockquote a:hover {
	color: red;
}

/* IDs */

#wrapper {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 960px;
}

/* Janice: A lack of comments has sometimes caused problems re        */
/* adjustment of margins & padding when I modified statements for     */
/* IE7, having initially designed the pages with Firefox 16. I have   */
/* been designing these pages with only FF, but due to CSS bugs,      */
/* it would be better to design pages for ALL the browsers at once,   */
/* rather than 1 browser at a time. Knowing what statements effected  */
/* specific sections of a page would also help (lack of comments).    */
/* I am adjusting for  IE7 first, and then will make modifications    */
/* for the remaining browsers -- using Adobe browserlab.              */
   	
#header {
	padding-top: 25px;
	padding-bottom: 5px; /* Logo and right header are above */ 
	width: 100%;
}

html>/**/body #header {
	padding-bottom: 35px;
}

#site_title { 
	float: left; 
}

#site_title h1 { 
	margin: 5px; padding: 0;	
}

#site_title h1 a { 
	background: url(images/logo.png) no-repeat; 
	display: block; 
	width: 164px; height: 20px;	
}

#header_right { 
	float: right; 
	margin-top: 5px;
    padding-right: 5px;	
}

#header_right a { 
	color: #fff; 
}

#redwrap {
	margin-top: 0px;
	border: 3px solid red;
	width: 960px; height: 1612px;
}

html>/**/body #redwrap {
	height: 1608px;
}

#navcontainer {  
	border-bottom: 3px solid red;
	color: #fff; background: #123;
	float: left; 
	margin:0; padding:0;
	width: 960px; height: 36px;
}  

#navcontainer ul {
	list-style-type: none;
	margin: 0; padding-left: 0px;	
}

#navcontainer ul li { 
	display: inline 
}

#navcontainer ul li a {
	border-right: 3px solid black;
	color: #000; background: #ccc;
	float: left; 
	font-weight: bold;  
	margin-right: 0px; padding: 8px 26px;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	color: #fff; background: #4d4750;
	text-decoration: none
}

#navcontainer li a#kurrent {
	color: #000; background: #999;
	text-decoration: underline
}

#navcontainer ul li a.first {
	/* padding: 8px 36px 8px 43px; */
	width: 50px; 
} 
	
#matchz { 
	float: right;
	font-size: 11px;	
	padding: 7px 55px 0 0; 
}

#matchz a, a:link, a:visited { 
	color: #08aee3; 
	font-weight: normal; 
	text-decoration: none; 
}

#pictxt {
    width: 960px; height: 355px;
}

#datingpic {
	float: left;
}

#text {
	color: #fff; background: #4d4750;
    float: right;
	padding: 10px 20px 0;
	width: 270px; height: 345px;
}

html>/**/body #text {
	margin-right: 0px; padding: 10px 30px 0;
	width: 250px;
}

#text h1 {
	font-size: 140%;
}
		
#sidebar {
	background: #4d4750;
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	border-right: 3px solid red;
    /* clear: both; */
	float: left;
	width: 240px; height: 1110px;
}

html>/**/body #sidebar {
	height: 1100px;
}	

#search {
	border-bottom: 3px solid red;
	height: 90px;
}

html>/**/body #search {
	height: 90px;
	padding-bottom: 4px;
}
	
#search h3 {
	color: #999; background: url(images/sidebar_header.jpg) no-repeat;
	font-size: 14px; 
	margin: 0;	
	margin-bottom: 0; padding: 8px 10px 10px 10px;
	width: 220px; height: 20px; 
}

#s { /* Text */
	border: 1px solid #BED99C;
	margin: 4px; padding: 0px;	
	width: 175px; /* height: 20px; */
}
	
html>/**/body #s { /* Text */
	margin: 5px 5px 0px 0;	
	width: 155px; height: 25px;
}

#x { /* Search Button */ 		
	border: none;
	color: #000; background: #48ACDE;
	font-size: 11px;
	margin-bottom: 4px; padding: 0;
	text-transform: lowercase;
	width: 40px; /* height: 18px; */
}

html>/**/body #x { /* Search Button */		
	padding: 3px; height: 25px;
}

#sidebar .sidebar_list {
	list-style: none;
	margin: 0; padding: 0;
}

#sidebar .sidebar_list li:hover {
	color: #000; background: blue;
}

#sidebar .sidebar_list li { 
	border-bottom: 1px solid #343434;
	border-top: 1px solid #595858; 
	display: block; 
	margin: 0; padding: 3px 0 3px 10px; 
}

#sidebar .sidebar_list li.first { 
	border-top: none; 
}

#sidebar .sidebar_list li.last {
	border-bottom: 3px solid red;	
    padding-bottom: 7px; 
}

#sidebar .sidebar_list li a { 
	color: #fff;   
}

#sbox1 {
	background: #4c4a4a;
}	

#sbox1 h3 { 
	color: #999; background: url(images/sidebar_header.jpg) no-repeat; 
	font-size: 14px;  
    margin: 0; 
	margin-bottom: 0; padding: 8px 10px 10px 10px;	 
	width: 220px; height: 20px; 
}

#sbox2 {
	background: #4c4a4a;
	clear: both;
}
	
#sbox2 h3 { 
	color: #999; background: url(images/sidebar_header.jpg) no-repeat; 
	font-size: 14px;  
	margin: 0; margin-bottom: 15px; 
	margin-top: 0px; padding: 8px 10px 10px 10px; 
	width: 220px; height: 20px;	
}

html>/**/body #sbox2 h3 {
	margin-bottom: -5px;
}

/* Hadn't specified a height of 75px at first. It is needed. */	
.bs_box { height: 75px; padding-left: 25px; margin-bottom: 0px }
.bs_box img { float: left; margin-right: 10px; border: 4px solid #3d3d3d }
.bs_box h4 { padding-top: 0; margin-bottom: 0 }
.bs_box h4 a { font-size: 12px; color: #08aee3; }
.bs_box .age { font-size: 12px; color: #fff }

html>/**/body .bs_box { height: 55px; margin-bottom: 5px }
html>/**/body .bs_box h4 { padding-top: 5px; }

#content {
	border-top: 3px solid red;
	border-bottom: 3px solid red;
	color: #000; background: #f0f0f0;	
	float: right;
	width: 717px; height: 1110px;
}

html>/**/body #content {
	height: 1100px;
}

#content p {
	font-size: 16px;
	padding: 0 30px;
}
	
#content h2 {
	color: #000;
	font-size: 175%;
	padding: 25px 0 0 30px;
}

html>/**/body #content h2 {
	padding-top: 5px;
}

#content h3 {
	color: #000;
	padding: 0 0 0 30px;
}

#content table {
	margin-left: 30px;
}

#content td {
	padding-top: 30px;
}

#ques {
	float: left;
	padding-left: 65px;
}
		
#total {
	border: 2px solid red;
	float: right;
	margin-top: -10px;
	margin-right: 65px;
	padding: 10px 50px;
}

.member_box {
	float: left;
	margin: 0 10px 30px 0;
	text-align: center;
	width: 220px;
}

.member_box img {
	border: 1px solid black;
	padding: 3px;
}

.member_box h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}

.member_box .member_age {
	color: #8fb410;
	font-size: 16px;
	padding-bottom: 15px;
}

.member_box .add_member {
	border: 1px solid black;
	color: #000; background: url(images/addm.jpg);
	float: left;
	line-height: 28px;	
	margin-left: 30px;
	margin-right: 10px;
	text-align: center;
	width: 70px; height: 28px;		
}

.member_box .detail {
	border: 1px solid black;
	color: #000; background: url(images/detail.jpg);
	display: block;
	float: left;
	line-height: 28px;
	text-align: center;	
	width: 70px; height: 28px;
}

.list { 
	list-style: none; 
	margin: 10px 0 10px 15px; padding: 0; 
}

.list li { 
	color:#636363; 	background: url(images/list.png) no-repeat scroll 0 7px; 
	margin: 0 0 5px 0; padding: 0 0 0 15px;  
}

.list li a { 
	color: #636363;
	font-weight: normal; 
}

.list li a:hover { 
	color: #000; 
}

#content_left {
	float: left;
	margin-left: 30px;
}

#content_right {
	float: right;
	padding-right: 75px;
}

#content_right .add_member {
	border: 1px solid black;
	color: #000; background: url(images/addm.jpg);
	float: left;
	line-height: 28px;
	margin: 10px 10px 0 0;
	text-align: center;
	width: 70px; height: 28px;	
}	

#content_right .detail {
	border: 1px solid black;
	color: #000; background: url(images/detail.jpg);
	display: block;
	float: left;
	line-height: 28px;
	margin: 10px 0 0 0;
	text-align: center;	
	width: 70px; height: 28px;
}

#contact_form { 
	margin-bottom: 40px; padding: 0 0 0 0px; 	 
	width: 312px; 
}

#contact_form form { 
	margin: 0px; padding: 0px; 
}

#content_left  h3 { 
	margin: 0px; padding: 20px 0 0 30px; 
}
#contact_form form .input_field { 
	border: 1px solid #000;
	color: #222; background: #fff; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
	width: 300px; padding: 5px; 
}

#contact_form form label { 
	display: block; 
	font-size: 13px;
	margin-right: 12px; 
	width: 100px; 	
}

#contact_form form textarea { 
	border: 1px solid #000;  
	color: #222; background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px; padding: 5px;  
	width: 300px; height: 200px; 
}

#contact_form form .submit1 {
	float: left;
}

#contact_form form .submit2 {
	float: right;
}
	
#contact_form form .submit1, #contact_form form .submit2 { 
	border: 1px solid #fff; 
	color: #fff; background: #000;
	font-size: 14px; 
	margin: 10px 0px; padding: 5px 12px;
}

#footer {
	background: #121212;
	clear: both;
	color: #707070;
	margin-bottom: 25px;
	text-align: center;	
    padding: 19px 19px 27px 19px;
	width: 922px; height: 55px;	
}

html>/**/body #footer {
	padding-top: 9px; 
    padding-bottom: 22px;
	width: 922px; height: 77px;		
}

#footer a {
	color: #999; 
}

.clearLR {
	clear: both;
}	
