/* Primary CSS styles for rainbowstorksearch.com; continuous media */
/* ©2008 Brushfire Media | 207.221.6122 | www.brushfiremedia.com*/

/*GENERAL TYPOGRAPHY*/
h1{
	font-size: medium;
	margin-top: 0;
	}

h2{
	font-size: small;
	}

h3{
	}

a{
	color: #0056B1;
	}

a:hover{
	color: #E10100;
	}

.caps{text-transform: uppercase;}	

/*LAYOUT AND SPECIALTY TYPOGRAPHY*/
body {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		font-size: 76%;
		font-family:   Helvetica, Arial, sans-serif; 
		line-height: 1.9em;
		background: url('/assets/img/bg1.jpg') no-repeat;
        }
		
#tertiaryNav{
	margin: 0; padding: 0;
	width: 900px;
	border-top: 1px solid #fff;
	}
		
#tertiaryNav ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	
#tertiaryNav li{
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #AEAFB0;
	}	
		
#tertiaryNav li.first{border-left: none; padding-right: 5px;}	

#tertiaryNav a{
	text-decoration: none;
	}	
		
#pageWrap {
	padding: 0;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 132px;
	overflow: visible;
	text-align:left;
	width: 760px;
}		

#mainBody{
	margin: 0;
	}

#header{
	width: 760px;
	background: url('/assets/img/bgHead.jpg') no-repeat;
	margin: 0; padding: 0;
	}

#info{
	text-align: right;
	padding: 30px 0 0 0;
	}

/*Primary Navigation Styles*/	
#nav {
	text-align: center;
	}
		
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #AEAFB0;
	border-bottom: 1px solid #AEAFB0;
	font-weight: bold;
}
	
#nav li a{
	text-decoration: none;
	}

#nav li{
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #AEAFB0;
	}	

#nav li.first{border-left:none;}

/*End primary nav styles*/	

/*Footer Navigation Styles*/	
#footerNav {
	text-align: center;
	padding-bottom: 25px;
	margin-top: 15px;
	padding-top: 3px;
	line-height: 1.3em;
	}
		
#footerNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #AEAFB0;
	border-bottom: 1px solid #AEAFB0;*/
}
	
#footerNav li a{
	text-decoration: none;
	}

#footerNav li{
	display: inline;
	padding: 0 10px;
	/*border-left: 1px solid #AEAFB0;*/
	}	

#footerNav li.first{border-left:none;}

/*End footer nav styles*/	

#mainBody{
	}
	
	
.clear{clear: both;} /*used with empty div to force mainBody with background image to fill all the way to footer*/	

#content {
	padding: 15px 20px;
	clear: both;
}

#text{
	width: 450px;
	float: left;
}

#footer{
	clear: both;
	font-size: 75%;
	line-height: 1.2em;
	width: 450px;
	padding: 15px 0 0 0;
	}	

#footer a{}

#footer .left{float: left;}
#footer .right{float: right;}

.quote{
	margin: 20px 45px 10px 25px;
	padding: 5px;
	border-top: 1px dotted #AEAFB0;
	border-bottom: 1px dotted #AEAFB0;
	line-height: 1.7em;
	font-weight: bold;
	font-style: italic;
	color: #40a200;
	}

.emph{text-transform: uppercase; font-weight: bold;}	

/*Image Styles*/	
#images{
	text-align: right;
}

img.bio{
	border: 1px solid #AEAFB0;
	float: left;
	margin: 0 10px 10px 0;
	}
/*End Image styles*/	

/*FORMS STYLES*/

fieldset {
	border: 1px solid black;
	}

legend{
	font-weight: bold;
	color: #0054aa;
	}	

form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 8px 0 0 0;
  padding: 1px 3px;
}

form div label{
  display: block;
  float: left;
  width: 150px;
  padding: 3px 0 0 0;
  margin: 0 15px .5em 0;
  text-align: right;
  line-height: 1.3em;
	}

label.required{
	font-weight: bold;
	}

form div.large_input p{margin-top: 0; padding-top: 0;}

form div.large_input {
	margin: 0; padding: 0;
	margin-left: 215px;
	clear: none;
	}	

/*END FORMS*/

.yourspace {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-left: 475px;
	}
		
.yourspace a{
	color: #000000;
	text-decoration: none;
	}

.yourspace a:hover{
	color: #E10100;
	}	

.matched{
	color: red;
	font-size: 115%;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 2em;
	}	