

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

a:link,a:visited	{ color:#00a2c9; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#007f9e; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 0px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 



form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #dddbdc;
	color:#7b7b7b;
	width:125px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:144px; padding:0; } /* same width as form - !important */
textarea { height:90px; overflow:auto; }

input.search-submit {
	background:url("http://www.findyourbetterhalf.com/assets/images/btn-go.gif") no-repeat;
	width:21px;	
	height:21px;
	cursor:pointer; 
	padding:0;
	border:0;
	margin-left:4px;
	}
	
form.jot-form input, form.jot-form textarea, form.jot-form select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #dddbdc;
	color:#4d6068;
	width:600px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:0px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

form.jot-form textarea { height:60px; overflow:auto; }

form.jot-form input.jot-submit {
	width:108px;
	height:22px;
	cursor:pointer; 
	background:url("http://www.findyourbetterhalf.com/assets/images/btn-comment.jpg") no-repeat;
	margin:10px 0 0 0;
	padding:0;
	border:0;
}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:1000px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("http://www.findyourbetterhalf.com/assets/images/masthead.gif") no-repeat;
	height:94px;
	}
	/* index page link within #masthead */		
	#masthead a.home-link {	
		position:absolute;
		left:108px;
		width:289px;
		top:44px;
		height:26px; 
		}
	#masthead a.home-link span {
		display:none;
		}
		
	#mast-left {
		width:750px;
		float:left;
	}
	
	#mast-left p {
		margin:8px 0 0 109px;
	}
	
	#mast-right {
		width:250px;
		float:left;
	}
	
	#mast-right p {
		margin:8px 0 0 135px;
	}
	
	#mast-right a:link,#mast-right a:visited	{ color:#fff; text-decoration:none; outline:none; }
	#mast-right a:hover,#mast-right a:active	{ color:#fff; text-decoration:underline; outline:none; }

	#top-links {
		color:#007f9e;
		float:left;
		width:270px;
		margin:28px 0 0 520px;
	}

	#top-search {
		float:right;
		margin:25px 0 0 0;
	}

/* ----- content-left ----- */

#column-left, #column-left-2 {
	width:504px;
	float:left;
	color:#4d6068;
	}
	
	#column-left-2 p, #column-left-2 h2, #column-left-2 h3, #column-left-2 ul {
		margin:0 0px 10px 25px;
		}
		
	 #column-left-2 h1 { height:20px; margin:0 0px 10px 25px;}
			
/* ----- content-right ----- */

#column-right, #column-right-2 {
	width:495px;
	float:left;
	}

	#column-right-2 p, #column-right-2 h1, #column-right-2 h2, #column-right-2 h3, #column-right-2 ul, #column-right-2 dl {
		margin:0 0px 10px 20px;
		}	
		
	 #column-right-2 h1 { height:20px;}
		
	#bg-line {
		background:url("http://www.findyourbetterhalf.com/assets/images/img-shadow-tips.jpg") center no-repeat;
		height:108px;
	}
	
	/* definition list */
	#column-right-2 dl.dl-left { width:200px; float:left; }
		#column-right-2 dl dt {
			font-weight:bold;
			color:#4d6068;
			}
		#column-right-2 dl dd {
			padding-left:0px; 
			margin-left:0px;
			}
			
	#column-right-2 dl.dl-right { width:200px; float:right; }
	
/* ----- main ----- */

#main {
	width:1000px;
	float:left;
	color:#4d6068;
	}
	
	.pod-text-left {
		padding:12px 0 0 0px;
		width:475px;
		line-height:13px;
		float:left;
		color:#eee;
	}
	
	.pod-text-left h2.title { height:20px;}
	
	.rating-starts {
		width:152px;
		float:left;
		padding:80px 0 0 23px;
		color:#000;
	}
	
	.rating-starts h2 { height:14px; margin-left:6px;}
	
	span.totalvotes { height:10px; margin-left:6px;}
	
	.pod-text-right {
		padding:40px 0 0 38px;
		width:288px;
		line-height:13px;
		float:left;
		color:#eee;
	}
	
	#pod-1 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-1.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-2 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-2.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-3 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-3.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-4 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-4.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-5 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-5.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-6 {
		background:url("http://www.findyourbetterhalf.com/assets/images/pod-6.gif") no-repeat;
		height:169px;
		position:relative;
	}
	
	#pod-1 a.sign-up, #pod-2 a.sign-up, #pod-3 a.sign-up, #pod-4 a.sign-up, #pod-5 a.sign-up, #pod-6 a.sign-up {
		position:absolute;
		top:104px;
		left:173px;
		width:206px;
		height:37px;
	}
	
	#pod-1 a.review, #pod-2 a.review, #pod-3 a.review, #pod-4 a.review, #pod-5 a.review, #pod-6 a.review {
		position:absolute;
		top:104px;
		left:410px;
		width:206px;
		height:37px;
	}
	
/* ----- inside ----- */

#inside-left {
	width:660px;
	float:left;
	color:#4d6068;
	}
	
	#inside-left p, #inside-left h2, #inside-left h3, #inside-left ul {
		margin:0 0px 10px 25px;
		}
		
	 #inside-left h1 { height:20px; margin:0 0px 10px 25px;}
	 #inside-left h2 { height:18px; margin:0 0px 10px 25px;}
	
#inside-right {
	width:340px;
	float:left;
	color:#4d6068;
	}
	
	#inside-right p, #inside-right h2, #inside-right h3, #inside-right ul {
		margin:0 0px 10px 25px;
		}
		
	 #inside-right h2 { height:20px; margin:0 0px 10px 25px;}
	
	 #inside-right span{margin:0 0px 10px 25px;}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:1px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic {
	background-image:url("http://www.findyourbetterhalf.com/assets/images/img-banner.jpg");
	height:212px;
} 

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background-image:url(http://www.findyourbetterhalf.com/assets/images/footer.gif);
	width:1000px;
	height:65px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	padding-top:22px;
	color:#fff;
	}

#footer p.gray {
	color:#cacaca;
	margin:0 0 00px 20px;
	text-align:left;
	}
	
#footer p.footer-left {
	float:left;
	width:280px;
	margin-left:5px;
	margin-right:190px;
	}

#footer a:link, #footer a:visited { color:#fff; }

#footer a:hover, #footer a:active { color:#fff; }



