/* 

STYLE SHEET FOR MARLY'S GOURMET POPCORN WEB SITE
Created by bluespace creative, Inc.
www.bluespacecreative.com

ToC	1. defaults

	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background: #FFF2BE url(../images/bkg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 664px;
	margin: 24px auto 0 auto;
		}
#leftLogo {
	float: left;
}
#masthead {
	float: left;
	background: url(../images/masthead.gif) no-repeat;
	height: 135px;
	width: 657px;
		}
#main {
	clear: both;
	width: 657px;
	background-color: #FFF2BF;
	margin-left: 7px;
	list-style-type: disc;
}
#mainNav {
	background: url(../images/navBkg.jpg) repeat-x;
	width: 205px;
	float: left;
}
#wrapper #main #mainNav ul {
	padding-top: 8px;
}

#content {
	width: 392px; 
	float: left;
	background: url(../images/contentSide.jpg) no-repeat right top;
	padding: 5px 33px 1.7em 27px;
		}
#content #productList {
	width: 170px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content #productList li {
	padding-bottom: 2px;
}


#bottomContent {
	clear: both;
}
#bottomContent #cluster {
	float: left;
}

#bottomContent #button {
	float: right;
	clear: none;
	margin: 20px 50px 25px 0;
}
#wrapper #main #bottomBrown {
	clear: both;
	background-color: #59260d;
	border-top: 4px solid #E6C770;
	width: 657px;
	float: left;
	margin: 0;
	padding: 0;
}
#bottomBrown a{
	text-decoration: none;
}
#bottomBrown a:hover{
	text-decoration: underline;
}
#calloutOne {
	width: 413px;
	height: 59px;
	background: #65341a url(../images/captionEnd.gif) no-repeat right center;
	float: left;
	margin: 30px 0 1.7em 14px;
	}
	
#calloutTwo {
	background: url(../images/calloutTwo.gif) no-repeat;
	height: 65px;
	width: 615px;
	clear: both;
	margin: 20px 14px 0 14px;
}
#calloutTwo #leftCallout {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#leftCallout a {
	color: #DFB648;
}

#calloutTwo #rightCallout {
	float: left;
	width: 210px;
	margin-left: 55px;
}
#rightCallout a {
	color: #DFB648;
}


#calloutTwo p {
	color: #FFF2BF;
	font-size: 10px;
	padding: 5px 10px 0 10px;
}
#calloutOne p {
	color: #FFF2BF;
	font-size: .9em;
	padding: 5px 10px 0 10px;
}
#calloutOne #cap {
	margin-top: 3px;
}

#tins {
	height: 114px;
	width: 189px;
	float: right;
	padding-top: 15px;
	padding-right: 12px;
}
#tin {
	padding-right: 30px;
	padding-left: 30px;
	width: 130px;
	float: left;
}

#featured {
	font-size: 0.9em;
	color: #A68560;
	width: 95%;
}
#featured p {
	color: #A68560;
}

#bottomCurve {
	clear: both;
}

#footer {
	text-align: right;
	clear: both;
	font-size: .9em;
	padding: 11px 15px 0 0;
		}
#footer p {
	color: #a1784c;
	margin: 0px;
	padding: 0px;
}
.separator {
	clear: both;
	height: 1px;
	padding-top: 1em;
	border-bottom: 1px dotted #E63770;
		}
a {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
		}
		
a:hover {
	text-decoration: underline;
		}
.homelink {
	font-weight: bold;
	color: #FFF2BF;
	text-decoration: underline;
}

/* ---------- 4. fonts ---------- */
.lightBrown{
	color: #A68560;
}
.huge {
	font-size: 2.5em;
	letter-spacing: -0.05em;
	color: #59260D;
}
.tiny {
	padding-right: 15px;
	padding-left: 15px;
}

#topLinks {
	width: 375px;
	clear: both;
	padding-top: 2px;
}
.leftCol {
	width: 170px;
	float: left;
}

.rightCol {
	float: right;
	width: 200px;
}
.cap {
	padding-top: 2px;
}
#content ul {
	list-style-type: disc;
	color: #65341a;
	margin-left: 14px;
		}
h1 {
	font-size: 1em;
	color: #7A4F31;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	color: #59260D;
	padding-top: 1em;
	clear: both;
}
h3 {
	font-size: 1.25em;
	color: #59260D;
	padding-top: 1em;
	text-decoration: underline;
}

p {
	padding-top: .5em; 
	color: #65341a;
	letter-spacing: -0.05em;
	word-spacing: 0.2em;
}

/* ---------- 5. images ---------- */
 
a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
