﻿body {
	margin: 0;
	padding: 0;
	background-color: #e9e7dc;
}

h1 {
	font: normal normal normal 200% "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #4E6C5B;
	width: 250px;
	margin: 20px 0 10px 90px;
	padding: 0;
}

h1#contactinfo {
	font: normal normal normal 200% "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #4E6C5B;
	width: 400px;
	margin: 30px 0 0 30px;
	padding: 0;
	text-decoration:none;

}

h1#soap {
	width:280px;
	margin: 140px auto;
}

h2 {
	font: normal normal normal 110% "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #d77fa2;
	margin: 10px 10px 0 10px;
	padding: 0;
}

hr {
	width:290px;
	margin: 5px 0 0 10px;
	color: white;
	text-align:center;
}

hr#con {
	width:400px;
	margin: 5px 0 20px 30px;
	color: white;
	text-align:left;
}

hr#con2 {
	width:230px;
	margin: 5px 0 30px 30px;
	color: white;
	text-align:left;
}

p {
	margin: 5px 0 10px 10px;
	font-size: 10.5pt;
	z-index:1;
}

p.contactinfo {
	margin: 10px 0 0 30px;
	font: normal normal normal 100% "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #4E6C5B;
	position:relative;
	z-index: 2;
}

a:link.emaillink, a:visited.emaillink {
	font: normal normal normal 100% "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	color: #D77FA2;
}

a:hover.emaillink {
	color: #E6ACC4;
}

p#instruct {
	color: #5B8A80;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: small;
	margin: 0 0 0 90px;
}

#welcome {
	width: 450px;
	color: #77A59B;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: large;
	text-align: center;
	vertical-align: middle;
	margin: 25px 25px 0 25px;
}


#container {
	position: relative;
	width: 980px;
	height: 100%;
	margin-top: 0;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 20px;
	background-image:url('site_images/shadow.png');
	background-repeat: repeat-y;	
}

#header {
	width: 938px;
	height: 180px;
	margin: 0 20px 0 21px;
	background-image: url('site_images/hearts.png');
	background-repeat: no-repeat;
}

#logo {
	width: 938px;
	height: 200px;
	padding: 20px 20px 10px 20px;
}

#navbar {
	border: thin #4E6C5B solid;
	width: 898px;
	height: 46px;
	margin: 0 40px 0 40px;
	background-image: url('site_images/navbar.png');
	background-repeat: no-repeat;
}

/********************************************NAVIGATION****************************************************/

#navigation {
	font-family:"Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	width: 900px;
	height: 50px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.8em;
}

#navigation li {
	display: inline;	
}

#navigation a:link, #navigation a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 105%;
	padding: 0.4em 1em 0.4em 1em;
	margin: 0 10px 0 10px;
	color: #4e6c5b;
	text-decoration:none;
	}

#navigation a:hover {
	color: #F7F7F2;
}

#navigation a:active, #navigation a:focus {
	outline: 0;
}

#home #navigation li.home,
#gifts #navigation li.gifts, 
#quilts #navigation li.quilts, 
#soaps #navigation li.soaps, 
#guestbook #navigation li.guestbook, 
#contact #navigation li.contact {
	color: #F7F7F2;
}

#home #navigation li.home a,
#gifts #navigation li.gifts a, 
#quilts #navigation li.quilts a, 
#soaps #navigation li.soaps a, 
#guestbook #navigation li.guestbook a, 
#contact #navigation li.contact a {
	color: #F7F7F2;
}
/*********************************************************************************************************/

#content {
	background-image:url('site_images/bg.png');
	width: 900px;
	height: 610px;
	margin: 1px 40px 0 40px;
	
}

#feather {
	z-index: 2;
	position: absolute;
	margin-left: 700px;
	margin-top: 320px;
}

#main {
	width: 500px;
	height: 480px;
	background-color: #efeee6;
	position: absolute;
	margin: 30px 30px 100px 30px;
	border: thin #4E6C5B solid;
}

#quilt {
	width: 760px;
	height: 340px;
	margin: 10px 40px 20px 40px;
}

#quilt img {
	border: thin #4E6C5B solid;
}

table#quilt tr td#thumb-desc {
	color: #4E6C5B;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: small;
	text-align: center;
}

/*********************************************************SIDEBAR************************************************/

#sidebar {
	width: 310px;
	height: 480px;
	background-color: #efeee6;
	position: absolute;
	margin: 30px 30px 100px 560px;
	border: thin #4E6C5B solid;
}

#update {
	width: 290px;
	height: 260px;
	margin: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #4E6C5B;
}

#update img {
	border: thin #4E6C5B solid;
	margin-left: 50px;
	margin-bottom: 10px;
}

#update p a:link, #update p a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: medium;
	color: #4E6C5B;
}

#update p a:hover {
	color: #77A59B;
}

#update a:active, #update a:focus {
	outline: 0;
}

#visitor {
	width: 290px;
	height:150px;
	margin: 10px;
}

#visitor p {
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: large;
	width: 100px;
	height: 120px;
	margin-left: 20px;
	padding-top: 60px;
	text-align: center;
	text-decoration: underline;
	color: #D77FA2;
}

#visitor a:link, #visitor a:visited {
	color: #D77FA2;
}

#visitor a:hover {
	color: #E6ACC4;
}

#visitor a:active, #visitor a:focus {
	outline: 0;
}


/****************************************************************************************************************/
#butterfly {
	width: 660px;
	height: 75px;
	background-image:url('site_images/butterfly.png');
	position: absolute;
	margin: 520px 120px 0 120px;
}

#contactimg {
	margin: 0 0 0 120px;
	position: relative;
	z-index: 1;
	width: 250px;
	height: 250px;
}

#footer {
	width: 900px;
	height: 100px;
	margin: 0 40px 0 40px;
	padding-top: 15px;
	background-image:url('site_images/footer.png');
	background-repeat:no-repeat;
}

#copyright {
	text-align: center;
	color: #4E6C5B;
	font-size: 85%;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
}

#footnav {
	font-family:"Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: 90%;
	width: 900px;
	height: 50px;
	text-align:center;
	cursor: default;
}

#footnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}

#footnav li {
	display: inline;
	color: #efeee6;

}

#footnav a:link, #footnav a:visited {
	padding: 0.3em 1em 0.3em 1em;
	margin: 0 4px 0 4px;
	color: #efeee6;
	text-decoration:none;
	}

#footnav a:hover {
	color: #4E6C5B;
}

/***********************************************THUMBNAILS**************************************************/

table.thumb {
	width: 640px;
	margin: 10px 90px 0 90px;
	border: thin #77A59B solid;
}

table.thumb tr td a img {
	margin-left: 0;
	border: thin #F7F7F2 solid;
}

table.thumb tr td#empty {
	width:150px;
	height:150px;
}


table.thumb tr td a:focus {
	outline: 0;
}

table.thumb tr td#img:hover {
	background-color: #97BBB3;
	color: #77A59B;
}

table.thumb tr td#thumb-desc {
	color: #4E6C5B;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: small;
	text-align: center;
}

/********************************************PAGENAV*****************************************************/

#pagenav {
	text-align: center;
	color: #4E6C5B;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: medium;
	text-decoration: none;
}

#pagenav span#num {
	margin-left:15px;
	margin-right: 15px;
	cursor:default;
	text-decoration:underline;
}



#pagenav a:link, #pagenav a:visited {
	margin-left:15px;
	margin-right: 15px;
	color: #4E6C5B;
	font-family: "Lucida Sans Unicode", "Lucida Sans Regular", "Lucida Grande", Geneva, Verdana, sans-serif;
	font-size: medium;
	text-decoration:none;
}

#pagenav a:hover {
	color: #77A59B;
}

#pagenav a:active, #pagenav a:focus {
	outline: 0;
}
