/*	COLORS
		dark greenish-gray:		#44473e
		dark green:						#4b6312
		medium-dark green:		#57701a
		dark-medium green:		#688328
		medium green (main):	#749030
		light greenish-gray:	#eef0e8
		white:								white (#fff)	*/

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, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

*:focus { outline: 0; }

ol, ul { list-style: none; }

table { border-collapse: separate; border-spacing: 0; }
table caption, table th, table td { text-align: left; font-weight: normal; }

blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }

body {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0 0 -3em 0;
	padding: 0;
	font-family: "Gill Sans", "CenturyGothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 2;
	text-align: justify;
	color: #44473e;
	background: #eef0e8 none;
	overflow: scroll;
}

a, button, input[type=submit], .button { cursor: pointer; }
a { text-decoration: none; color: #749030; }
a:hover { color: #44473e; }

h1, h2, h3, h4, h5, h6 { color: #749030; }
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 75%; }

p { margin-bottom: 2em; }

small { font-size: 85%; }

dl {}
dt { font-weight: bold; }
dd { margin-bottom: 2em; text-indent: 2em; }

input, textarea {
	display: block;
	margin: 0 0 1em;
	padding: 2px 4px;
	border: 1px solid #749030;
	font-size: 18px;
	color: #44473e;
	background: white;
}
input[type=hidden] { display: none; }
input[type=text] { width: 75%; }
input[type=file] { border: 0; }
input[type=submit] { border: 2px solid #749030; background: #749030; color: #eef0e8; text-transform: uppercase; }
input[type=submit]:hover { background: #eef0e8; color: #749030; }
textarea { width: 100%; height: 150px; line-height: 1.25; }

label { margin: 0; padding: 0; line-height: 1.25; }

fieldset { margin-bottom: 1em; border-bottom: 1px dotted #749030; }

.field_with_error { background-color: #c6d6a0; }

.gmap {
	width: 350px;
	height: 350px;
	margin: 2em 0;
	border: 1px solid #749030;
}

#left_panel, #right_panel {
	position: fixed;
	top: 70px;
	left: 50%;
	display: block;
	height: 445px;
}

	#right_panel {
		width: 412px;
		margin: 0 0 0 100px;
		background: transparent url(/images/keyline.png) no-repeat left center;
	}
	#right_panel #main_photo {
		position: absolute;
		top: -32px;
		left: 13px;
		display: block;
		width: 368px;
		height: 510px;
		background: transparent url(/images/in_the_rain.png) no-repeat left center;
	}
	
	#left_panel {
		width: 200px;
		margin: 0 0 0 -512px;
		background: transparent url(/images/keyline.png) no-repeat right center;
	}
	#left_panel h1 {
		position: absolute;
		top: 193px;
		right: 16px;
		display: block;
		width: 109px;
		height: 41px;
		font-size: 1px;
		color: white;
		background: transparent url(/images/d_and_n_logo.png) no-repeat right center;
	}
	#left_panel #main_navigation {
		position: absolute;
		top: 222px;
		right: 16px;
		padding: 34px 0 0;
		letter-spacing: 1px;
		text-align: right;
		text-transform: uppercase;
		line-height: 1;
	}
	#left_panel #main_navigation li { margin-bottom: 0.5em; padding: 1px 2px; }
	#left_panel #main_navigation li.selected { background: #749030; color: #eef0e8; }

#page {
	position: absolute;
	left: 50%;
	width: 352px;
	margin: 0 0 0 -312px;
	padding: 40px 30px 0;
}
#notice {
	padding: 0.5em;
	line-height: 1.5;
	color: #eef0e8;
	background-color: #749030;
}
#notice p {
	margin-bottom: 0;
	padding: 0.5em 1em;
	border: 1px solid #eef0e8;
}

#personal_messages .personal_message { margin: 1em 0 3em; }
#personal_messages .personal_message h3 span { font-size: 70%; }
#personal_messages .personal_message h3,
#personal_messages .personal_message h4 { line-height: 1.25; }
#personal_messages .personal_message h4 { font-size: 100%; }
#personal_messages .message_content { margin: 5px 0 0; }
#personal_messages .message_content h1,
#personal_messages .message_content h2,
#personal_messages .message_content h3,
#personal_messages .message_content h4,
#personal_messages .message_content h5,
#personal_messages .message_content h6 { font: bold 12px/1em "Gill Sans", Helvetica, Arial, sans-serif; color: #44473e; }
#personal_messages .message_content p { margin-bottom: 0; }

#photos { padding-bottom: 30px; text-align: left; }
#photos img {
	clear: both;
	margin: 0 5px 10px 0;
	padding: 2px;
	border: 1px solid #749030;
}
#photos img:hover { cursor: pointer; }

#rsvp_response_options label {
	float: left;
	margin: 0 5px 15px 0;
	padding: 10px 15px;
	color: #eef0e8;
}
#rsvp_response_options label input[type=radio] { margin: 3px 0 0 10px; }
#rsvp_r_1 { background-color: #749030; }
#rsvp_r_2 { background-color: #688328; }
#rsvp_r_3 { background-color: #57701a; }
#rsvp_r_4 { background-color: #4b6312; }

.is_not_coming { color: #84877e; }

#todo_list { line-height: 1; }
#todo_list li {
	display: block;
	clear: both;
	margin: 0 0 0 -0.5em;
	padding: 0.5em 0.5em;
	line-height: 1;
}
#todo_list span, #todo_list input {
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 1;
}
