/* CSS Document */

/* ****************************        LAYOUT            **************************** */
body{
	background-image: url(/wedding/images/format/bg_body.png);
	background-repeat:repeat;

}

a:link{
	color: #000099;
	text-decoration:none;
	border-bottom: 1px dotted #000099;
}

a:visited{
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}
a:hover{
	color: #BBBBBB;
	text-decoration:none;
	border-bottom: 1px solid #BBBBBB;
}
a:active{
	color: #BBBBBB;
	text-decoration:none;
	border-bottom: 1px solid #BBBBBB;
}


#container{
	background-image: url(/wedding/images/format/bg_container.png);
	background-repeat:repeat;
	width: 749px;
	margin: 0 auto;
	border-bottom: 5px solid #000000;
}

#header{
	background-image: url(/wedding/images/format/bg_header.png);
	background-repeat: no-repeat;
	height: 205px;
}

#header h1{
	display: none;
}

#content{
	padding-left: 10px;
	
	width: 460px;
	float: left;
	margin-top: -15px;	
}

#content h2{
	padding-top: 0;
	margin-top: 0;
}

#navigation{
	width: 260px;
	float: right;
}	

#footer{
	padding-top: 20px;
	padding-left: 10px; 
	clear: both;
}	

/* ****************************      END LAYOUT          **************************** */

/* ****************************      TYPOGRAPHY          **************************** */
body{
	
	font-size: .9em;
	color: #000033;
}

h2{
	font-variant:small-caps;
}

h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, li a, dt,  li.header{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -.03em;
}

p, address, dd, label{
	font-family:  Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.03em;
}


/* ****************************      END TYPOGRAPHY      **************************** */

/* ****************************      NAVIGATION          **************************** */
#navigation ul{
	list-style: none;
	margin-left: 0; 
	padding-left: 0; 

}

#navigation ul li{
	margin: 0; 
	padding: 0; 
}

#navigation ul li.heading{
	width: 195px;
	height: 30px;
	background-image: url(/wedding/images/format/bg_nav_heading.png);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	color: #EDDEB5;
	font-variant:small-caps;
	line-height: 2em;
}	


#navigation ul li a{
	margin: 0; 
	display: block;
	width: 175px;
	height: 40px;
	line-height: 2.5;
	border-bottom: 1px solid #CCCCCC;  
	padding: 0 0 0 25px;
	text-decoration:none;
	background-color:#3A3859;
	background-image: url(/wedding/images/format/bg_nav.png);
	background-repeat: no-repeat;
	color: #CCCCCC;
}

#navigation ul li a:hover{
	background-color:#5B5974;
	background-image: url(/wedding/images/format/bg_nav_active.png);
	background-repeat: no-repeat;
	color: #EEEEEE;
}



#registry #navigation ul li a.registry,
#index #navigation ul li a.index,
#contact #navigation ul li a.contact,
#faqs #navigation ul li a.faqs,
#lodging #navigation ul li a.lodging,
#map #navigation ul li a.map,
#directions #navigation ul li a.directions,
#parking #navigation ul li a.parking,
#rsvp #navigation ul li a.rsvp,
#schedule #navigation ul li a.schedule{
	color: #666666;
	background-color:#3A3859;
	background-image: url(/wedding/images/format/bg_nav_curr.png);
	background-repeat: no-repeat;
	cursor: default;
	
}



/* ****************************      END NAVIGATION      **************************** */

/* ****************************      CONTENT             **************************** */

address{
	margin: -10px 0 10px 0;
	padding: 0;
	font-style:normal;
}

#content img{
	margin: 0 1.5em;
	border: 2px solid #CCCCCC;
}

#content h3{
	padding-bottom: 0;
	margin-bottom: 0;
}

#content dl dt{
	font-weight: bold;
}


#content .error{
	color: #FF0000;
}
	

/* ****************************      END CONTENT         **************************** */


/* ****************************      FORMS             **************************** */
label.required{
	color: #232146;
	font-weight: bold;
}


input, textarea, select{
	width: 95%;
	background-color: #FFFFFF;
	color: #000000;
}

.submit{
	width: auto;
}

input.required{
	border: 2px solid #0065CA;
}

input.required:hover, input.required:focus{
	border: 2px solid #1176CF;
	background-color: #FCFCFC;
	
}	

select{
	width: 5em;
	margin-right: .5em;
}

fieldset{
	margin-bottom: 1em;
}

legend{
	font-weight: bold;
}

/* ****************************      END FORMS          **************************** */

/* ****************************      TABLES             **************************** */


th{
	text-align: left;
	padding: 2px 5px 2px 5px;
	
	color: #242147;
	
}

td{
	padding: 2px 5px 2px 5px;
	color: #000000;
	
	
}

/* ****************************      END TABLES         **************************** */

.noticebox{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: .3em;
}

.schedule img{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
.schedule h3{
	clear: both;
	padding-bottom: 10px;
	line-height: 2;
}

.schedule hr{
	float: left;
	clear: both;
	padding-top: 3px;
	width: 100%;
	background-color:#CCCCCC;
	margin-bottom: 0;
}

.schedule p{
	padding-top: 0;
	margin-top: 0;
}
