/*----- BODY AND UNIVERSAL RESET-----*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
form label, textarea { display: block; }
form label { cursor: pointer; }
a img, :link img, :visited img {
	border: none;
	text-decoration: none;
	border-bottom: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
:link, :visited { text-decoration: none; }

a {
	outline: none;
	color: #d4a9d8;
}

a:hover { color: #f496ff; }

html { font-size: 100%; }

body {
	background: #000;
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*----- TYPE -----*/

h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	color: #F1F1F1;
	font-style: italic;
}

h3 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}

p {
	color: #f2f2f2;
	font-size: 1.2em;
	line-height: 1.4em;
}

#weddings ul, #supper ul { color: #f2f2f2; }
#weddings li, #supper li {
	font-size: 1.1em;
	margin-bottom: 15px;
	padding-left: 4px;
	border-left: 1px solid #292929;
}

/*----- FORMS -----*/

label {
	color: #f2f2f2;
	font-size: 1.1em;
	margin-bottom: 5px;
}

input, textarea {
	margin-bottom: 15px;
}

/*----- TOP NAV -----*/

#topNav {
	background: #1a1a1a;
	border-bottom: 1px solid #292929;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px 0;
	position: fixed;
	top: 9;
	left: 0;
	width: 100%;
	z-index: 200;
}

#topNav li {
	display: inline;
	margin: 0 20px;
}

/*----- BG -----*/

#bg {
	background: url(../images/bg.gif) no-repeat;
	width: 548px;
	height: 790px;
	position: fixed;
	left: 0;
	top: 25px;
	z-index: -100;
	display: block;
	*display: none;
}

/*----- MAIN -----*/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 425px;
	zbackground: #030303;
	padding-top: 80px;
}

#quote-frame { height: 125px; }

#weddings-frame { height: 320px; }

#supper-frame { height: 555px; }

#about-frame { height: 300px; }

/*#main {
	margin: 0 auto;
	width: 425px;
	padding-top: 80px;
	position: relative;
	right: 4px;
}*/

.section {
	background: #050505;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	padding: 15px;
	float: left;
	width: 395px;
	Zmargin-bottom: 200px;
}

h1#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 278px;
	height: 82px;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
}

.intro { font-size: 1.2em; }

.favorite { margin-bottom: 10px; }

/*----- MAIN NAV -----*/

#mainNav {
	position: absolute;
	padding-left: 426px;
	margin-top: 10px;
}

#mainNav li {
	margin-top: 5px; 
}

#mainNav a {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	background: #1a1a1a;
	padding: 3px 10px;	
	display: block;
}

#mainNav a:hover {
	background: #292929;
}

/*----- PICS -----*/

#picSmall {
	border: 1px solid #1A1A1A;
	margin-bottom: 15px;
}

/*----- QUOTES -----*/

#quotes {
	text-align: center;
}
	
/*----- WEDDINGS & PRIVATE -----*/

#weddings h2 {
	width: 135px;
	float: right;
	padding: 10px;
	background: #121212;
	margin-left: 15px;
	text-align: right;
	border: 1px solid #1A1A1A;
}

/*----- SUPPER -----*/
	
#supper h2 {
	width: 135px;
	float: right;
	padding: 10px;
	background: #121212;
	margin-left: 15px;
	border: 1px solid #1A1A1A;
}

#supper h3 { margin-top: 10px; }

/*----- ABOUT -----*/

#about h2 {
	text-align: center;
	margin-bottom: 10px;
	float: left;
	width: 425px;
}

#about .section { padding: 15px 15px 5px 15px; }

#about p { margin-bottom: 10px; }

/*----- CONTACT -----*/

#contact h2 {
	text-align: center;
	margin-bottom: 10px;
	float: left;
	width: 425px;
}

#contact p { text-align: center; }

#info {
	float: right;
	padding: 10px;
	background: #121212;
	margin-left: 5px;
	text-align: right;
	border: 1px solid #1A1A1A;
	color: #F2F2F2;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

/*----- FOOTER -----*/

#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
}

/*----- RULE -----*/

div.hr {
	border-bottom: 1px dotted #292929;
	height: 1px;
	margin: 15px 0;
}

div.hr hr {
	display: none;
}