/*css reset*/
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dd, dl, dt,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	
}

h2{
	font-size: 14px;
	font-weight: bold;
	font-family: "arial narrow", arial;
	padding: 30px 0 15px 0;
	color: #f7941d;
	clear: both;
}


h3{
	font-size: 18px;
	font-weight: bold;
	font-family: "arial narrow", arial;
	padding: 0 0 5px 0;
	color: #c7a139;
}


a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*wtp css*/
body{
	text-align: center;
	background: #fff url(/images/imgSiteBackground.gif) repeat-x top center;
	font-size: 12px;
	font-family: verdana, arial;
	line-height: 180%;
	color: #3a3a3a;
}
#wrapper{
	width: 957px;
	margin: 0 auto;
	text-align: left;
	
		

}
#header{
	font-size: 14px;
	color: #f3e1d1;
	text-align: right;
	padding-top: 42px;
	padding-bottom: 25px;
}

/*navigation*/


ul{
	position: relative;
	left: -10px;
	list-style-image:url('/images/imgCheck.png');
} 

/*home*/
#home_main{
	padding-top: 10px;
	width: 957px;
}
#home_content{
	padding-top: 15px;
	width: 957px;
}

/*interior pages*/
#content{
	padding-top: 25px;
	color: #f3e1d1;
}

/*rsvp*/
#rsvp_content{
	padding: 30px 0 15px 20px;
	color: #f3e1d1;
	
	font-size: 18px;

}

#rsvp_form_area{
	background-color: #cdb29e;
	padding: 20px;
	color: #2d1f14;
	position: relative;
}
#rsvp_form_area input[type=text]{
	width: 200px;
}
label{
	text-align: right;
	width: 125px;
	float: left;
	padding: 3px 8px 0 0;
	color: #2d1f14;
	font-size: 12px;
}
label.wide{
	width: 140px;
}	
.dropdown{
	margin-left: 130px;
}
#comments{
	margin-left: 130px;
	width: 380px;
	height: 110px;
	
}
.formitem{
	padding-bottom: 8px;
}
#rsvp_images{
	position: absolute;
	top: 100px;
	left: 410px;
}


/*events*/
#calendar{
	margin-bottom: 30px;
	color: #f6efe9;
}
#calendar h2{
	font-size: 14px;
	padding-left: 10px;
}
.calendardivider{
	height: 1px;
	border-top: 1px solid #362316;
	margin: 10px 0; 
}
dl{
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
}
dd{
	float: left;
	width: 125px;
	padding-right: 10px;
}
dt{
}

#event_content{
	color: #423024;
	padding-top: 10px;

}
#event_content h2{
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}

/*about*/
#about_content{
	color: #f3e1d1;
}
.about_box{
	color: #31302f;
	background-color: #f5e4d7;
	border-right: 1px solid #413831;
	border-bottom: 1px solid #413831;
	width: 380px;
	height: 260px;
	float: left;
	padding: 15px;
	margin-right: 20px;
}
.about_box h2{
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}


/*footer*/
#footer{
	font-family: arial;
	font-size: 11px;
	color: #6d6d6d;
	width: 957px;
}

#footer a{
	font-family: arial;
	font-size: 11px;
	color: #6d6d6d;
	width: 957px;
	text-decoration: none;
}

#footer a:hover{
	font-family: arial;
	font-size: 11px;
	color: #6d6d6d;
	width: 957px;
	text-decoration: none;
}

#attribution{
	color: #423024;
}



.dividerline{
	height: 1px;
	border-top: 1px solid #d8d9d6;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*styles*/
p{ padding-bottom: 25px; }
.bold{ font-weight: bold; }
.italic{ font-style: italic; }
.left{ float: left; }
.alignright{ text-align: right; }
.clearfix{ clear: both; }
.padtop{ padding-top: 30px; }
