@charset "utf-8";
/* Week 6 Stylesheet */

body {
	margin: 15px 0;
	padding: 0;
	background: #f0eff7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0eff7 0%, #e2deed 50%, #dbd7ea 51%, #cdcce8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0eff7), color-stop(50%,#e2deed), color-stop(51%,#dbd7ea), color-stop(100%,#cdcce8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0eff7 0%,#e2deed 50%,#dbd7ea 51%,#cdcce8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0eff7 0%,#e2deed 50%,#dbd7ea 51%,#cdcce8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0eff7 0%,#e2deed 50%,#dbd7ea 51%,#cdcce8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0eff7 0%,#e2deed 50%,#dbd7ea 51%,#cdcce8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eff7', endColorstr='#cdcce8',GradientType=0 ); /* IE6-9 */
	color: #333333;
	font: normal small Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 10px 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	background-color: transparent;
	color: #901bb2;
	font-family: 'Alex Brush', cursive;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
h1 {
	margin: 0;
	font-size: 620%;
}
h2 {
	margin: -45px 0 0 0;
	text-align: center;
	font-size: 520%;
}
h3 {
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 400%;
}
a {
	text-decoration: none;
}
input[type="text"],
textarea {
	width: 98%;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"] {
	border: 1px solid #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}
.clearall {
	clear: both;
}
#wrapper {
	width: 870px;
	height: 870px;
	margin: 0 auto;
	padding: 10px;
	border: 15px solid #fffafa;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #ffe4e4;
	color: inherit;
}
header {
	padding-top: 65px;
	position: relative;
	z-index: 200;
}
nav ul {
	width: 250px;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	position: absolute;
	z-index: 800;
	top: 150px;
	right: 0;
}
nav ul li {
	margin: 0 0 25px 0;
	padding: 10px 10px 10px 40px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100% 0 0 100%;
	color: inherit;
	list-style: none;
	position: relative;
	z-index: 805;
	display: block;
}
#link-home {
	background: #fffafa url(../images/link6a.png) no-repeat right center;
}
#link-about {
	background: #fffafa url(../images/link6b.png) no-repeat right center;
}
#link-rsvp {
	background: #fffafa url(../images/link6c.png) no-repeat right center;
}
nav a {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
section {
	width: 500px;
	height: 650px;
	margin-top: 20px;
	position: relative;
	z-index: 500;
	clear: both;
}
article {
	width: 410px;
	height: 410px;
	margin-left: -90px;
	padding: 90px;
	border: 10px solid #f5f8fc;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #c6d2e6;
	color: inherit;
	text-align: justify;
	position: absolute;
	z-index: 520;
	top: -10px;
	left: 0;
}
aside {
	width: 370px;
	height: 370px;
	padding: 50px;
	border: 10px solid #f5fcfa;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #c7e9df;
	color: inherit;
	position: absolute;
	z-index: 530;
	bottom: -20px;
	right: -430px;
}
aside p {
	font-size: 120%;
	font-style: italic;
}
footer {
	font-size: 85%;
}