@charset "utf-8";
/*+++++style sheet for wedding 4++++*/


* {margin:0; padding:0;}
body {
	background-image: url(images/background-300x300.jpg);
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #666666;
}  
a:hover {
	text-decoration: underline;
	color: #999999;
	}
#page {
	background-image: none;
	height: 555px;
	padding-top: 0px;
	padding-left: 80px;
	width: 800px;
}
#header {
	background-image: url(images/header.jpg);
	height: 15px;
	width: 800px;
}

#title {
	position:relative;
	background-image: url(images/ourwedding.jpg);
	height: 114px;
	width: 760px;
	margin:0 20px;
}
#confetti {
	background-image: url(images/confetti.jpg);
	position: absolute;
	height: 158px;
	width: 381px;
	top: 129px;
	left: 479px;
}
/*beginning css refering to editable content 'date'*/
#date {
	float: right;
	height: 68px;
	width: 65px;
	position: absolute;
	z-index: 1;
	left: 640px;
	top: 15px;
	margin: 0px;
	padding: 35px 10px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	color: #9D4A75;
	text-align: center;
	line-height: 1em;
}
/*end css refering to editable content 'date'*/
#content {
	background-image: url(images/strip.jpg);
	background-repeat: repeat-y;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	}

/*begin css refering to navigation*/
#navpic {
	background-image: url(images/nav.jpg);
	position: absolute;
	height: 217px;
	width: 131px;
	left: 145px;
	top: 150px;
	padding: 80px 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #666666;
}

#page #content #navpic ul {
	padding-left: 10px;
	line-height: 1.8em;
}
#page #content #navpic li {
	list-style-type: none;
	text-decoration: none;
}
/*end css refering to navigation*/
/*beginning css refering to editable content 'main content'*/
#main_content {
	float: right;
	position: relative;
	z-index: 1;
	min-height: 290px;
	height: auto !important;
	height: 290px;
	width: 440px;
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#page #content #main_content h2 {
	font-size: 21px;
	color: #9D4A75;
	letter-spacing: .2em;
}
#page #content #main_content img {
	float: left;
	padding: 18px 13px 0 0;
	height: 127px;
	width: 190px;
}
#page #content #main_content p {
	padding: 16px 3px 3px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #666666;
}
#page #content #main_content a {
	color: #9D4A75;
	text-decoration: underline;
}
#page #content #main_content a:hover {
	color:#4F7E80;
	text-decoration:none;
}
/*end css refering to editable content 'main content'*/

/*beginning css refering to editable content 'footer'*/
#footer {
	background-image: url(images/footer.jpg);
	height: 60px;
	width: 800px;
	clear: both;
	}

#page #footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7648D;
	text-align: center;
	padding-top: 10px;
}
#page #footer a {
	color: #B7648D;
	text-decoration: underline;
}

#page #footer a:hover{
	color:#9D4A75;
	text-decoration:none;
}
/*end css refering to editable content 'footer'*/

/*active nav link*/
.home #navpic a.home,
.onTheDay #navpic a.onTheDay,
.directions #navpic a.directions,
.accommodation #navpic a.accommodation,
.gifts #navpic a.gifts,
.contact #navpic a.contact {color:#9D4A75;}
