/*////////// UNDO HTML //////////*/

h1, h2, h3, h4, h5, h6, pre, code, li { font-size: 100%; }
ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
a img { border: none; }
address { font-style: normal; }

/*////////// BASIC STYLES //////////*/

body {
	background-color: #fde1f4;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;
}

html > body { font-size: 10px; }
h1 {
	margin-bottom: 1em;
	padding-top: 47px;
}
h3 {
	padding-top: 39px;
	margin-top: 5px;
	margin-bottom:20px;
}

h2, big {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 1em;
}

p {
	line-height: 1.4em;
	margin-bottom: 1.5em;
}

a {
	background-color: #fff;
	color: #c9c;
}

a:hover {
	text-decoration: none;
}

address {
	line-height: 2em;
	margin: 2em 0;
}

address br {
	clear: left;
}

address strong {
	display: block;
	float: left;
	margin: 2px .2em 0 0;
	text-align: right;
	width: 228px;
}

blockquote#homeQuote {
	background-image: url(/img/headers/home_quote.png);
	padding-top: 209px;
	width: 391px;
}

img.thumb {
	float: left;
	margin: -10px 15px 30px -10px;
}

img.photo {
	float: right;
	margin: -13px -13px 0 15px;
}

ul.common {
	line-height: 1.4em;
	list-style: none;
	margin: 2em 4em;
}

ul.common li {
	background: url(/img/backgrounds/bullet.png) no-repeat 0 .3em;
	padding-left: 25px;
	margin-bottom: 1em;
}

div.hr {
	background: url(/img/backgrounds/hr_up.png) no-repeat center top;
	clear: both;
	height: 22px;
	margin: 20px 0;
}

div.hrDown {
	background: url(/img/backgrounds/hr_down.png) no-repeat center top;
}

hr {
	display: none;
}

/*////////// HEADER //////////*/

div#header {
	background: url(/img/backgrounds/header_stripes.gif) no-repeat 0 0;
	height: 74px;
	margin: 0 auto;
	position: relative;
	width: 710px;
}

div#header img {
	left: 218px;
	position: absolute;
	top: 0;
}

div#main {
	background-color: #fff;
	color: #666;
	border: 10px solid #feebf8;
	font-size: 160%;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
	text-align: left;
	width: 630px;
}

/*////////// NAV L1 //////////*/

ul#navL1 {
	background-image:url(../img/backgrounds/navL1_bg.png);
	background-repeat:no-repeat;
	list-style: none;
	margin-bottom: 0px;
	height:45px;
}

ul#navL1 li a {
	background: no-repeat 0 0;
	display: block;
	padding-top: 43px;
	width: 20px;
}

ul#navL1 li#navL1Naming { float: left; }
ul#navL1 li#navL1Naming a { background-image: url(/img/buttons/navL1_naming.png); width: 73px; }
ul#navL1 li#navL1Naming a:hover, ul#navL1 li#navL1Naming a.current { background-position: -73px 0; }
ul#navL1 li#navL1Weddings { float: left; }
ul#navL1 li#navL1Weddings a { background-image: url(/img/buttons/navL1_weddings.png); width: 98px; }
ul#navL1 li#navL1Weddings a:hover, ul#navL1 li#navL1Weddings a.current { background-position: -98px 0; }
ul#navL1 li#navL1Life { float: right; }
ul#navL1 li#navL1Life a { background-image: url(/img/buttons/navL1_life.png); width: 96px; }
ul#navL1 li#navL1Life a:hover, ul#navL1 li#navL1Life a.current { background-position: -96px 0; }
ul#navL1 li#navL1Contact { float: right; }
ul#navL1 li#navL1Contact a { background-image: url(/img/buttons/navL1_contact.png); width: 73px; }
ul#navL1 li#navL1Contact a:hover, ul#navL1 li#navL1Contact a.current  { background-position: -73px 0; }

/*////////// HEADINGS //////////*/

h1#h1ThankYou { background-image: url(/img/headers/thank_you.png); }
h1#h1Contact { background-image: url(/img/headers/contact.png); } 
h1#h1Life { background-image: url(/img/headers/life.png); }
h1#h1Weddings { background-image: url(/img/headers/services.png); }
h1#h1AboutMe { background-image: url(/img/headers/about_me.png); }
h1#h1Naming { background-image: url(/img/headers/naming.png); }
h3#h3BestFinest { background-image: url(/img/headers/bestfinest.gif); margin-top:12px; padding-top:74px; }
/*////////// FORMS //////////*/

fieldset {
	border: 1px solid #f7d1eb;
	padding-bottom: 2em;
	text-align: center;
}

fieldset br {
	display: none;
}

legend {
	background-color: #fff;
	color: #666;
	margin-left: 10px;
}

label {
	display: block;
	margin: 0 auto 1em auto;
	text-align: right;
	width: 350px;
}

label#labelName {
	padding-top: 2em;
}

input.text {
	background-color: #feeef9;
	border: 1px solid #f7d1eb;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	margin-left: 3px;
	padding: 2px;
	width: 250px;
}

textarea {
	background-color: #feeef9;
	border: 1px solid #f7d1eb;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	margin-left: 3px;
	padding: 2px;
	width: 252px;
}

input.submit {
	width: 100px;
}

/*////////// FOOTER //////////*/

div#footer p {
	float: left;
	margin-bottom: 0;
	padding-top: 2.5em;
}

div#footer a#afcc {
	float: right;
}

/*////////// LEGALS //////////*/

div#legals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 0 auto;
	text-align: left;
	width: 710px;
}

div#legals p {
	margin: 15px 0 15px 40px;
}

div#legals a {
	background-color: #fde1f4;
}

/*////////// CLASSES //////////*/

.smallCaps {
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-table; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.imageReplace {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
}

.displayNone {
	display: none;
}
ul { margin:0 0 4px 5px; padding:0 0 8px 5px;}
ul li { margin:8px 0 4px 5px; padding:0 0 0 5px;}