* {
	/* Universal reset: */
	margin:0;
	padding:0;
}
header, footer, article, section, hgroup, nav, figure {
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

.fb-like {width:600px; margin:0 auto;}


body {
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F7C34D;
	background-image:url(img/background.gif);
	background-attachment:fixed;
}
/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
/* Headings: */

h1 {
}
h1, h2, h3 {
	font-family: "skippy-sharp";
	text-shadow:1px 2px 5px black;
}
h1 {
	/* The logo text */

}
h1.logo {
	display:block;
	text-indent:-9999px;
	background-image:url(img/adventures_in_granola_logo.gif);
	background-repeat: no-repeat;
	width:900px;
	margin:0 auto;
	height:	194px;
}
h3 {
	/* The slogan text */
	font-family:forte, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:2.5em;
	font-weight:normal;
	margin:0 0 1em;
	color:#842002
}
h2 {
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}
p {
	line-height:1.6em;
	padding-bottom:1em;
	font-size:1.1em;
}
.line {
	/* The dividing line: */
	height:1px;
	
	border-bottom:1px solid #22A6CF; 
	margin:1em 0;
	overflow:hidden;
}
article .line {
	/* The dividing line inside of the article is darker: */
	
	border-bottom:1px solid #C25812; 
	margin:1.3em 0;
}
footer .line {
	margin:2em 0;
}

.shipping {display:inline-block; font-size:14px; float:right; padding:15px 0 0 0; font-family: arial, sans-serif;}


nav {
	
	
	padding:20px 0px 0px;
	
}

footer p {padding-bottom:50px;}

/* The clearfix hack to clear the floats: */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* The navigation styling: */

nav ul {width: 750px; margin: 0 auto;}

nav ul li {
	display:inline;
}
nav ul li a, nav ul li a:visited {
	color:white;
	background:#22A6CF;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px;
	padding:7px 10px 4px;
	text-transform:uppercase;
}
nav ul li a:hover {
	text-decoration:none;
	background-color:#EA6F18;
}
nav, article, nav ul li a, figure, article img {
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
/* Article styles: */

.cart {
	border:1px solid #C25812;
	width: 130px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px;
	margin:0 0 10px 20px;
	float:right;
}

#page {
	width:960px;
	margin:0 auto;
	position:relative;
}
article {
	background-color:#691E43;
	margin:3em 0;
	padding:20px;
	text-shadow:0 2px 0 black;
	 -moz-box-shadow:   5px 5px 1px #EA7119;
  -webkit-box-shadow: 5px 5px 1px #EA7119;
  box-shadow:         5px 5px 1px #EA7119;
  text-align:justify;

}

article a, article a:visited {color:white; text-decoration:underline; } 
article a:hover {color:#F7C34D; text-decoration: none; } 
figure.label {
	border:3px solid #F7C34D;
	float:right;
	margin-left:20px;
	overflow:hidden;
	height: 240px;
}
figure.label:hover {
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}
figure.label img {
	width:300px;
}
/* Footer styling: */

footer {
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
}
footer p {
	color:#691E43;
	margin-bottom:-2.5em;
	position:relative;
}
footer a, footer a:visited {
	color:#691E43;
	
}
footer a:hover {


}
.cart tr, .cart td {width:130px;}
.cart { text-align:center;}
.cart form > input {padding-top:5px;}
.cart tr:first-child td {font-family: "skippy-sharp"; font-size:30px; padding-bottom:5px; line-height:1em;}

footer a.by {
	float:left;
}
footer a.up {
	float:right;
	font-size:22px;
	font-family: "skippy-sharp";
}
