/*

revolved stylesheet v1
client: Bridal Styles
created by: daelan wood - revolved.ca




*/

/* =General
-----------------------------------------------------------------------------*/


/* Zero down margin and paddin on all elements */
* {
	margin: 0;
	padding: 0;
}

body {

	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size:12px;
	text-align: center; 
	min-width: 760px;
	background:#fff url('../images/bgTile.gif') top left;
	height:auto;
	color:#333;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}



/* =General Layout Styles
-----------------------------------------------------------------------------*/




#wrapper {
	 position:relative;

	width: 960px; 
	margin:0 auto;
	padding:0 0 0 0;
	text-align: left; 
	background:#fff;
	height:auto;
	
  
}


/* =Branding
-----------------------------------------------------------------------------*/


#mastHead {
  
	padding: 0;
	width:960px;
	height:121px;	
	margin:0;
	
	}


#logo{
	
	position:relative;
	float:left;
	width:251px;
	height:166px;	
	padding:0;
	margin:0 0 0 0;

}

/* =Main Nav
-----------------------------------------------------------------------------*/


#theNav{

position:relative;
float:right;
margin:0 5px 0 0;


}


#navHolder{
	
	position:relative;
	float:left;
	width:960px;
	height:31px;	
	padding:0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background: url('../images/navBg.gif');

}


#navListHolder{
	
	position:relative;
	float:left;
	width:960px;
	height:31px;	
	padding:0;
	margin:0 0 0 0;


}


/* --- Navigation styles --- */

#navHolder ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;

}

#navHolder a.home
{

display: block;
background: url(../images/btnHome.gif) top left no-repeat;
width:64px; 
height:31px;
text-indent: -9000px;

}



#navHolder a.rates
{

display: block;
background: url(../images/btnRates.gif) top left no-repeat;
width:64px; 
height:31px;
text-indent: -9000px;

}

#navHolder a.portfolio
{

display: block;
background: url(../images/btnPortfolio.gif) top left no-repeat;
width:83px; 
height:31px;
text-indent: -9000px;

}

#navHolder a.contact
{

display: block;
background: url(../images/btnContact.gif) top left no-repeat;
width:107px; 
height:31px;
text-indent: -9000px;

}










#navHolder a:hover {
background-position:0 -31px;

}

#navHolder #active a {
background-position:0 -31px;
}






/* =Content Holder
-----------------------------------------------------------------------------*/


#content { 
	position:relative;
	float:left;
	width:960px;
	margin:0;
	padding:0;
	height:auto;
	background: #fff;

	
}



/* =Secondary Content (left)
-----------------------------------------------------------------------------*/

#secondaryContent {

	position:relative;
	float:left;
	width: 268px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	margin:20px 0 20px 0;
	background: url("../images/dotted_vert.gif") top right repeat-y;
	
}







#secondaryContent h1 {

	font-size: 16px;
	
	margin:0 10px 10px 10px;
	color:#426889;
	
	padding:5px;
}

#secondaryContent p {

	font-size: 11px;
	
	margin:0 10px 10px 10px;
	color:#414040;
	
	padding:5px ;
}

#secondaryContent img {


	margin:0 10px 10px 15px;

}


.hr {
	width:200px;
	
	padding: 0;
	border-bottom: 1px dotted #4d86b3;
	border-top: 0;

}

/*

this uses an image for IE to keep the dotted line consistent between IE and everyone else 

*/

* html .hr {

	border-bottom: none;
	padding: 1px;
	background: url(../images/css-dotted.gif) repeat-x bottom;	
	
}





#secondaryContent a{

	position:relative;
	text-decoration:underline;
	color: #5b6795;
	background: url(../images/btnArrow.gif) 0 2px no-repeat;
	padding: 0 0 0 14px;


}

#secondaryContent a visited{

	position:relative;
	text-decoration:underline;
	color: #5b6795;

}

#secondaryContent a:hover{

	text-decoration:underline;
	color:#1b2137;

}


/* =Main Content
-----------------------------------------------------------------------------*/

#mainContent { 

	position:relative;
	width: 692px; 
	margin:25px 0 20px 0; 
	float:left;
	
}


#mainContent h1 {
	
	font-size: 16px;
	margin: 0 0 15px 15px;
	padding:0;
	font-weight:normal;
	color:#426889;
	

}


#mainContent h2 {
	
	font-size: 14px;
	margin: 0 0 15px 15px;
	padding:0;
	font-weight:normal;
	color:#333;
	
}

blockquote{

margin: 0 15px 15px 15px;
background:#e7e5dd;
padding:5px;
color:#5a6694;

}

.contentList{

margin:10px 0 10px 40px;



}

.contentList li{

font-size: 12px;

}


#mainContent img.Hone{

	margin: 20px 0 0 20px;
	

}

#mainContent img{

	margin: 5px;
	border:4px solid #ccc;
	

}

#mainContent p {

	padding: 5px 20px 0 15px;
	font-size: 12px;
	color:#333;
	line-height:16px;
	
}


#mainContent a{

	font-size:12px;
	color:#5b6795;
	text-decoration:underline;
	
}

#mainContent a:hover{


	font-size:12px;
	color:#1b2137;
	text-decoration:underline;
	
}


#mainContent a visited{

	font-size:12px;
	color:#5b6795;
	text-decoration:underline;
	
}




.hr {

	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #4d86b3;
	
}

/*

this uses an image for IE to keep the dotted line consistent between IE and everyone else 

*/

* html .hr {

	border-bottom: none;
	padding: 1px;
	background: url(../images/css-dotted.gif) repeat-x bottom;	
	
}




/* =Footer
-----------------------------------------------------------------------------*/


#footer {

	padding: 0;
	position:relative;
	float:left;
	clear: both; 
	width:960px;
	height:41px;
	margin:0;
	background: #fff;


	
}

#footer p{

	font-size: 10px;
	color:#333;
	margin:0;
	
}

#footText{

	position:relative;
	float:left;
	
	height:31px;
	
	color:#333;
	
		width:470px;
	margin:10px 0 0 10px;
}

#footLinks{
	font-size:10px;
	position:relative;
	float:left;
	width:450px;
	height:31px;
	margin:10px 10px 0 0;
	padding:0;
	text-align:right;
	color:#333;


}





#footer a{

	color:#5b6795;
	text-decoration:underline;
	
}

#footer a:hover{


	color:#1b2137;
	text-decoration:underline;
	
}


#footer a visited{

	color:#5b6795;
	text-decoration:underline;
	
}


/* -- comment form styles -- */


#commentForm{


padding: 5px 0 0 15px;


}

#commentForm input
{
	display: block;
	width: 15em;
}


#commentForm textarea
{
	display: block;
	width: 600px;
	height:10em;
}


#commentForm input.submit
{
	clear: both;
	
}




#commentForm label
{
	float: left;
	width:600px;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#commentForm select
{
	display: block;
	
}

#commentForm input.submit{



}

.alert{

color:red;
vertical-align:middle;
padding: 0 0 0 15px;

}

.alert img{

vertical-align:middle;

}



