/* Gil & Erin's Wedding Website Stylesheet */

* {
	margin: 0; 
	padding: 0;
	}

body {
	background: #F3F1D4;
	font-size: small;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

body img {
	border: none;
	}
	
/* CONTENT LAYOUT */

#content {
	margin: 0px 0 0 10px;
	width: 750px;
	background-color: white;
}
	
/* NAVIGATION */
	
#links {
	font-size: 150%;
	font-family: lucida bright;
}

ul.mainnav {
	margin: 15px 0 0 100px;
}

#contentnav {
	margin: 25px 0 10px 100px;
}
	
ul li {
	display: inline;
	margin-right: 10px;
	}
	
a.on {
	background-color: white;
}
	
ul li a:link, ul li a:visited {
	color: black;
	font-weight: normal;
	padding: 10px;
	padding-bottom: 10px;
}

ul li a:hover, ul li a:active {
	color: #C0C453;
	font-weight: normal;
}

/* LINKS */

a:link,  a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #A7A053;
	}

a:hover, a:active {
	color: gray;
	}


/* TYPOGRAPHY */

#text {
	padding: 20px;
}

#content p {
	text-align: justify;
	padding: 5px;
	font-size: 100%;
	line-height: 1.6em;
	font-family: Lucida Bright, Garamond, Georgia, serif;
	}

h1 {
	font-family: Lucida Bright, Garamond, Georgia, serif;
	font-size: 170%;
	padding: 5px;
	}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: black;
	}

h1 a:hover, h1 a:active {
	color: #acd7e5;
	}
	
h2 {
	font-family: Lucida Bright, Garamond, Georgia, serif;
	font-weight: bold;
	color: gray;
	font-size: 120%;
	padding: 15px 5px 5px 5px;
	}
	
h3 {
	font-family: Lucida Bright, Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 105%;
	}
	
p.floatleft {
	float: left;
	margin-left: 200px;
}

p.floatright {
	float: right;
	margin-right: 200px;
}

p.clearboth {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* IMAGE STYLES */

#content img, #content a img {
	max-width: 100%;
	border: none;
	padding: none;
	background-color: white;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* STRUCTURE */

#container {
	width: 802px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	z-index: 10;
	}
	
#photomain {
	margin-top: 40px;
}	


/* RSVP FORMS */

.rsvpright {
	float: right;
	margin-right: 60px;
	}

.rsvpleft {
	float: left;
	margin-left: 60px;
	}

input {
	padding: 2px;
	color: black;
	border: 1px solid gray;	
	font-size: 100%;
	font-family: Lucida Bright, Garamond, Georgia, serif;
	width: 270px;
	}
	
input.radio {
	width: 50px;
	margin-left: 45px;
}
	
#longinput {
	width: 575px;
	
}

#centerp {
	width: 575px;
	display: block;
	margin-left: 60px;
}

textarea {
	padding: 2px;
	color: black;
	border: 1px solid gray;
	font-size: 100%;
	font-family: Lucida Bright, Garamond, Georgia, serif;
	height: 70px;
	}

input#submit {
	margin: 0;
	width: 150px;
	}

/* SEARCH FORM */

#searchform {
	margin: 20px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s{
	width: 120px;
	padding: 2px;
	background-color: white;
	border: 1px solid #51514d;
	}

#searchsubmit {
	background-color: white;
	border: none;
	cursor: pointer;
	}

#searchform input {
	font-family: Georgia, serif;
	font-size: 85%;
	font-weight: bold;
	color: #51514d;
	}




/* footer */

#footer {
	clear: both;
	padding: 10px 25px 10px 25px;
	width: 750px;
	margin: auto;
	text-align: center;
	}