/* @override http://l/ahe/style.css */

* {
	margin: 0;
	padding: 0;
}

body
{
	background: #7d795a;
	background: #443a2c;
	color: #7D795A;
	font-family: georgia, times, sans-serif;
	font-size: 11px;
}

a {
	color: #C42D26;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover {
	color: #f03e32;
	border-bottom: none;
}

a img {
	border-width: 0;
	text-decoration: none;
}

#container {
	position: relative;
	margin: 1em auto;
	width: 809px;
	height: 540px;
	background: #fdf7db url(images/background.jpg) no-repeat 0 0;
	border: 20px solid #fff;
}

h1 {
	position: absolute;
	top: 60px;
	left: 350px;
	width: 300px;
	color: #ef3a33;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	
	overflow: hidden;
	text-indent: -500px;
}

#main {
	position: absolute;
	top: 140px;
	left: 555px;
	width: 220px;
	height: 329px;
	
	line-height: 1.6;
	
	overflow: hidden;
}

#main p {
	margin-bottom: 10px;
}

#main h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.75em;
	margin-top: 2em;
}

#main h2.first {
	margin-top: 0;
}

#content_credits p {
	text-align: center;
	margin-bottom: 0.75em;
}

.not_link {
	color: #C42D26;
}

#content_gratitude p {
	margin-bottom: 6px;
	line-height: 1.5;
}

.script {
	display: block;
	width: 100%;
	height: 28px;
	
	background-repeat: no-repeat;
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: -300px;
}

#dearAbby {
	background-image: url(images/dearAbby.png);
}

#morganAndJeremy {
	background-image: url(images/morganAndJeremy.png);
	margin-top: 5px;
}

#content_contact form div {
	margin-bottom: 7px;
	line-height: 1;
}

#content_contact form div.button,
#content_contact p {
	text-align: center;
}

#content_contact form div.button {
	margin-top: 10px;
}

input.text, textarea {
	font-family: georgia, times, sans-serif;
	font-size: 1em;
	width: 200px;
	padding: 1px 3px;
	border: 1px solid #d7d2ac;
	background-color: #efebd0;
	color: #7D795A;
}


#content_contact .message {
	margin-top: 2em;
	font-size: 1.3em;
	font-style: oblique;
}

/* @group Navigation */

#navigation {
	position: absolute;
	top: 485px;
	left: 555px;
	width: 220px;
	height: 25px;
	
	line-height: 1.4;
	
	overflow: visible;
}

#navigation ul {
	list-style: none;
	width: 240px;
}

#navigation ul li {
	display: block;
	float: left;
	margin-left: 0;
	padding-left: 0;
}

#navigation ul li.last {
	margin-right: 0;
}
#navigation ul li a {
	display: block;
	width: 42px;
	padding: 4px;
	text-align: center;
	border-width: 0;
}
#navigation ul li a.link_gratitude {
	width: 50px;
	margin-right: 6px;
}

/* @end */

/* @group gallery */

#gallery {
	position: absolute;
	top: 118px;
	left: 26px;
	width: 490px;
	height: 398px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#gallery ul li#photo_0 {
	z-index: 2;
}

#gallery_nav {
	position: absolute;
	top: 517px;
	left: 50px;
	width: 96px;
	height: 1.4em;
	background: url(images/leaf.png) no-repeat 61% 2px;
}

#gallery_nav a {
	display: block;
	float: left;
	width: 48%;
	font-size: 11px;
	border: none;
}

#gallery_next {
	text-align: right;
}

/* @end */