/*
***********************************************

lagusta's luscious artisanal chocolate

Images copyright lagusta's luscious

Site URI: www.lagustasluscious.com

Author: Erin Casteel

Author URL: http://www.erincasteel.com/web/

***********************************************/



/* Start with a clean slate
***********************************************/

* {margin:0;padding:0;}

img {border:none;}

.clear {
	clear:both;
	border-top: 1px solid #724e4e;
	padding-top: 10px;
}

.hide {display:none;}

html { margin: 0; padding: 0; height: 100%;}




/* Layout
***********************************************/

body { 
	background: #ba7153 url(/img/frame.jpg) no-repeat fixed top center; 
	text-align: center; 
	font-size: 75%;
	line-height: 1.5em;
	min-width: 776px;	
	position: relative;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	background: url(/img/bg-tile.jpg) repeat-y;
	text-align: left;
	width: 688px;
	position: relative;
	height: auto;
}

#menu {
	position: absolute;
	top: 250px;
	left: 560px;
	width: 232px;
	height: 396px;
	background: url(/img/menu.png) no-repeat;
	padding: 8px 0;
}

#content { 
	background: url(/img/watermark.png) top center no-repeat;
	width: 490px;
	min-height: 667px;
	height: 100%;
	margin-left: 49px;
	padding: 0 0 100px 10px;
	overflow: auto;
	color: #522e2e;
}

#footer {
	position: relative;
	background: url(/img/bottom.jpg) no-repeat;
	height: 59px;
	width: 776px;
	margin-top: -59px;
	text-align: center;
}

hr {
	border: 0;
	height: 1px;
	color: #522e2e;
	background-color: #522e2e;
	clear: both;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Typography
***********************************************/

p {
	font-family: georgia, "palatino linotype", serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #522e2e;
	text-align: left;
	margin: 0 0 0.7em 0;
}

/*** h1 used for banner logo ***/
h1 {
	width: 885px;
	height: 212px;
	padding-top: 50px;
	margin: 0 0 0 -99px;
	background: url(/img/banner1.jpg) no-repeat;
}

h1 a {
	display: block;
	width: 715px;
	height: 200px;
	margin: 0 0 0 70px;
	background: url(/img/x.gif) no-repeat;
}

/*h1 a span { display: none; }
h1 span {display: none; }*/

/*** h2 used for sIFR replacement page headers ***/
h2 {
	font-family: georgia, "palatino linotype", serif;
	font-size: 3em;
	line-height: 1em;
	padding: 5px 0 10px;
	color: #522e2e;
	text-align: center;
	text-transform: lowercase;
}

/*** h3 used for subheaders ***/
h3 {
	font-family: helvetica, sans-serif;
	font-size: 1.5em;
	color: #522e2e;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 15px;
}

/*** h4 used for chocolate names + prices on product pages ***/
h4 {
	font-family: helvetica, sans-serif;
	font-size: 1.5em;
	float: left;
	width: 70%;
	text-align: right;
	padding-top: 10px;
}

/*** h5 used for date headings in email archive 
     also used for captions in wedding gallery    ***/
h5 {
	font-family: helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 20px 0 5px;
}

/*** h6 used for notes, and signatures in praise page 
     and wedding gallery                                ***/
h6 { 
	font-style: italic;
	font-size: 1em;
	margin: -5px 0 20px 15px;
}

#poemtitle {
	font-family: helvetica, sans-serif;
	font-size: 1.5em;
	margin: 1em 0 -1em 0;
	line-height: 1em;
}

#footer p { 
	text-align: center; 
	font-size: 0.9em;
}

.current {
	text-decoration: underline;
}



/* Lists
***********************************************/

#content > ul {
	color: #522e2e;
	font-family: georgia, palatino linotype, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	list-style-image: url(/img/bullet.gif);
	margin: 0.7em 0 1em;
}

#content li {
	margin-left: 20px;
}

li.cat {
	font-family: georgia, palatino linotype, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-right: 17px;
	color: #522e2e;
	text-align: right;
}

li.cat a:hover { 	
	background: url(/img/bullet.gif) no-repeat  right;
	margin-right: -17px;
	padding-right: 17px;
}

ul.nav {
	font-family: helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #bf4b1c;
	list-style-type: none;
	text-align: right;
	margin-right: 25px;
}




/* Links
***********************************************/

a:link, a:visited {
	color: #bf4b1c;
	text-decoration: none;
}

#wrapper a:hover {
	text-decoration: underline;
}

li.cat a:link, li.cat a:visited {
	color: #522e2e;
}



/* "Tooltip" popups (thanks to Position Is Everything)
***********************************************/
.linkparent1:link {
	text-decoration: none;
	color: #522e2e;
}

.linkparent1:visited {
	text-decoration: none;
	color: #522e2e;
}

.linkparent1:hover span {
	left: auto;
	text-decoration: none;
} /* changes nested span's left value to auto so it shows in the viewport */

.linkparent1 span {
	position: absolute; 
	left: -999em; 
	border: 1px solid white; 
	background-color: #724e4e;
	color: white; 
	padding: 2px 4px;	
	text-decoration: none; 
} /* tooltip may be custom styled as desired */ 

.linkparent1:hover {
	background: url(/img/x.gif);
} /* Applies 1x1 transparent gif on hover - IE hover bug fix */




/* Custom PayPal Buttons
***********************************************/
.button { 
	height: 20px;
	display: block; 
	margin: 0px 10px 5px 10px;
	padding-top: -20px;
	color: #FFFFFF; 
	float: right;
	font-family: courier, "courier new", monospace;
	font-size: 0.9em;
	text-align: center; 
	text-decoration: none; 
	cursor: pointer; 
	outline:none;
}

.button-l {
	height: 20px;
	width: 8px;
	float: left;
	background: url(/img/button-l.gif) no-repeat;
}

.button-r {
	height: 20px;
	width: 8px;
	float: left;
	background: url(/img/button-r.gif) no-repeat;
}

.button-mid {
	height: 20px;
	float: left;
	background: url(/img/button-mid.gif) repeat-x;
	text-align: center;
	padding-top: 2px;
	color: white;
}

.pp-option {
	float: right;
	clear: both;
	font-family: courier new, monospace;
	padding-right: 10px;
	font-weight: bold;
}
	
.pp-select {
	padding-top:15px;
	border: 1px dashed blue;
}

/* Images
***********************************************/

img {
	border: 5px solid white; margin: 10px;
}

#menu img {
	border: 0; margin: 0;
}

.floatleft { 
	float: left; 
	margin: 0 15px 0 0;
}

.floatright { 
	float: right; 
	margin-left: 10px;
}

.floatleft p {
	font-family: helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

.floatright p {
	font-family: helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
}

.thumbnail {
	float: left;
	width: 200px;
	height: 180px;
	margin: 10px;
	text-align: center;
}

/*** This prevents image from having underline
     on hover. ***/
.thumbnail img { display: block; }

.thumbnail a {
	display: block; 
	height: 100%; 
	width: 100%;
	text-decoration: none;
	font-family: helvetica, sans-serif;
	font-size: 1.5em;
	color: #bf4b1c;
	text-transform: lowercase;
	/*margin-bottom: 15px;*/
}




/* Forms
***********************************************/

#formWrapper { 
	margin: 10px auto 0;
	width: 480px;
}
.contact { margin: 10px; }
.FieldLabel { 
	font-weight: bold;
	text-align: left;
	color: #522e2e;
}
.Hint { font-size: 0.9em; 
	color: #522e2e;
}

input.custom {
	text-align: left;
	border: 2px solid white;
	-moz-border-radius: 0.9em;
	-webkit-border-radius: 0.9em;
	margin-top: 5px; 
	color:white;
	background-color: #df6b1c;
	font-family: courier new, courier, serif;
	font-size: 0.8em;
	padding: 3px;
}

.paypal {
	display: block; 
	float: right;
	font-size: 0.9em;
	text-align: center; 
	text-decoration: none; 
	cursor: pointer; 
	outline:none;
	margin-bottom: 15px;
}

.button {
	margin-top: 10px;
}

.paypal select {
	background-color: #724e4e;
	color: #F8F0E5;
	padding: 1px;
}

#pp-floatleft { 
	float: left; 
	margin: 20px 15px 30px 10px;
	font-size: 1.1em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
}

#pp-floatleft img { border:0; }

#pp-floatright { 
	float: right; 
	margin: 20px 0px 30px 15px;
	font-size: 1.1em;
	font-family: helvetica, sans-serif;
	font-weight: bold;
}

#pp-floatright img { border:0; }
	


/* Tables
***********************************************/

table {
	padding: 0 0 15px 0;
}