/* 
CSS for All Mine Caramel site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
	padding: 0;
	margin: 0;
	background-color: #351708;
}

#whitebox {
	position: absolute;
	top: 10px;
	left: 100px;
	background: #fcf0db url(backgrounds/innerbody.png) no-repeat;
	border: 3px solid black;
	width: 1000px;
	height: 2000px;
}
	
#whitebox2 {
	position: absolute;
	top: 10px;
	left: 100px;
	background: #fcf0db url(backgrounds/allminecover.png) no-repeat;
	border: 3px solid black;
	width: 1000px;
	height: 800px;
}

#navigation ul {
	margin: 5px;
	padding: 2px;
	text-align: center;
}

#navigation ul li {
	font-style: italic;
	padding: .2em 1em;
	display: inline;
}

#navigation {
	border-radius: 20px;	
	font-size: 150%;
	text-decoration: none;
	font-family: Didot;
	box-shadow: 1px 1px 10px 4px #000;
	width: 730px;
	height: 35px;
	background: #F6D7A8;
}

a {
	text-decoration: none;
}

a:link {
	color: #351708;
}

a:visited {
	color: black;
}


a:active {
	color: light brown;
	background-color: white;
}

li {
	margin: 1em 0;
	list-style-type: none;
	text-align: center;	
}

h1 {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #371809;
	font-size: 150%;
	font-weight: normal;
	text-shadow:1px 1px 2px #FDE2D2, -1px -1px 2px #FDE2D2;
}

p {
	font-size: small;
	color: #371809;
	margin: 0;
	text-indent:50px;
	text-shadow:2px 2px 4px white, -2px -2px 4px white;
}

.pwidth {
	width: 90%;
}

.eachflavour p {
	font-size: 85%;
	font-weight: bold;
	margin-top: .5em;
	width: 300px;
	line-height: 1.4em;
}

.christmasbasket1 {
	font-size: 140%;
	font-weight: bold;
	margin-top: .5em;
	width: 900px;
	line-height: 1.4em;
}


form.contact fieldset {
	border: 2px solid orange;
	width: 500px;
	padding: 10px;
}

form.contact legend {
	font-weight: bold;
	font-size: small;
	color: black;
	padding: 5px;
}
	
form.contact {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 150%;
}

form.contact label {
	font-weight: bold;
	font-size: small;
	color: black;
}

form.contact label.fixedwidth {
	display: block;
	width: 260px;
	float: left;
}

h2 {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #371809;
	font-size: 110%;
	font-weight: normal;
	text-shadow:2px 2px 4px white, -2px -2px 4px white;
}	

.nudged {
	position: relative;
	top: 10px;
	left: 190px;
}

caption {
	margin: 10px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #371809;
	font-size: 175%;
	font-weight: normal;
	text-shadow:1px 1px 2px #FDE2D2, -1px -1px 2px #FDE2D2;
}

table.prices {
	border-collapse: collapse;
}

table.prices th, table.prices td {
	padding: 5px;
	border: 3px solid #351708;
}

table.prices th {
	font-size: large;
	text-align: center;
	background: #351708 url(backgrounds/tableheader.jpg);
	color: #ffffff;
	padding-top: 0;
	padding-bottom; 0:
	padding-left: 2px;
	padding-right: 2px;
	
}
	
table.prices td {
	font-size: medium;
	text-align: center;
	background: #351708 url(backgrounds/tabledata.jpg);
	 
}



table.events {
	border-collapse: collapse;
}

table.events th, table.events td {
	padding: 5px;
	border: 3px solid #351708;
}

table.events th {
	font-size: x-small;
	text-align: left;
	background: #351708 url(backgrounds/tableheader.jpg);
	color: #ffffff;
	padding-top: 0;
	padding-bottom; 0:
	padding-left: 2px;
	padding-right: 2px;
	
}
	
table.events td {
	font-size: small;
	background: #351708 url(backgrounds/tabledata.jpg);
	 
}

/*
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation {
	position: absolute;
	top: 345px;
	left: 237px;
}

h1 {
	position: absolute;
	top: 380px;
	left: 340px;
}

#bodycontent {
	position: absolute;
	top: 425px;
	left: 200px;
	width: 920px;
}

#caramelsnav {
	position: absolute;
	top: 430px;
	left: 440px;
	width: 300px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 1px 1px 10px 4px #000;
}

#lollinav {
	position: absolute;
	top: 590px;
	left: 170px;
	width: 300px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 1px 1px 10px 4px #000;
}

#toffeenav {
	position: absolute;
	top: 770px;
	left: 440px;
	width: 300px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 1px 1px 10px 4px #000;
}

#popcornnav {
	position: absolute;
	top: 590px;
	left: 710px;
	width: 300px;
	height: 200px;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 1px 1px 10px 4px #000;
}

#amc {
	position: absolute;
	top: 615px;
	left: 505px;
	width: 170px;
	height: 170px;
}

#allproductspic {
	position: absolute;
	top: 520px;
	left: 480px;
	width: 500px;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;	
	box-shadow: 1px 1px 10px 4px #000;
}

#allcaramelspic {
	position: absolute;
	top: 450px;
	left: 520px;
}

#saltedpic {
	position: absolute;
	top: 460px;
	left: 550px;
}

#cinnamonpic {
	position: absolute;
	top: 660px;
	left: 720px;
}
#cayennepic {
	position: absolute;
	top: 780px;
	left: 320px;
}

#peppermintpic {
	position: absolute;
	top: 900px;
	left: 700px;
}

#cayennecornpic {
	position: absolute;
	top: 480px;
	left: 540px;
	width: 300px;
	height: 170px;	
	box-shadow: 1px 1px 10px 4px #000;

}

#candycanecrunchpic {
	position: absolute;
	top: 760px;
	left: 540px;
	width: 300px;
	height: 170px;	
	box-shadow: 1px 1px 10px 4px #000;
}

#christmasbasket1 {
	position: absolute;
	top: 360px;
	left: 80px;
	width: 700px;
	height: 400px;
	box-shadow: 1px 1px 10px 4px #000;
}

#lollipic {
	position: absolute;
	top: 480px;
	left: 540px;
	width: 300px;
	height: 170px;
	box-shadow: 1px 1px 10px 4px #000;

}

#toffeepic {
	position: absolute;
	top: 460px;
	left: 550px;
}



#eventstable {
	position: absolute;
	top: 450px;
	left: 280px;
}

#pricestable {
	position: absolute;
	top: 440px;
	left: 258px;
}

#allpricestable {
	position: absolute;
	top: 145px;
	left: 120px;
}

#collage {
	position: absolute;
	top: 190px;
	left: 90px;
}







