/*
	Global Stylesheet for 33 Beers
	Rules in this file should be applied to every page on the site.
	If a rule will only apply to one or two, add it to pages.css instead.
	Be polite to future developers, and label any hex colors you use! - SV
*/

/* Universal Rules -------------------------------------------------- */
body {
	background: #000 url("/images/bg.png") repeat-x center 70px;
	color: #eee;
	font: 80%/1.5 helvetica, arial, sans-serif;
}
a, a:link, a:visited { color: #ffde00; } /* yellow */
a:hover, a:focus, a:active { color: #fff; }

/* Layout -------------------------------------------------- */
#page {
	width: 873px;
	margin: 0 auto;
	position: relative;
}

/* Header Styles -------------------------------------------------- */
#header {
}
#header #logo {
	margin: 0;
}
#header #logo a {
	position: absolute;
	top: 85px;
	right: 20px;
}

/* Navbar Styles -------------------------------------------------- */
#nav {
	width: 873px;
	height: 50px;
	position: relative;
	margin: 0;
	background: transparent url("/images/nav.png") no-repeat;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav a {
	position: absolute;
	top: 0;
	display: block;
	height: 50px;
	text-indent: -9999px;
	background: transparent url("/images/nav.png") no-repeat;
}
/* Navbar Placement */
#nav-home a		{ left: 0; width: 70px; }
#nav-buy a		{ left: 70px; width: 140px; }
#nav-stores a	{ left: 210px; width: 155px; }
#nav-faq a		{ left: 365px; width: 70px; }
#nav-cart a		{ left: 435px; width: 130px; }
#nav-blog a	    { left: 566px; width: 126px; }
#nav-twitter a	{ right: 38px; width: 35px; }
#nav-facebook a	{ right: 0; width: 38px; }
/* Navbar Images */
#nav-home a		{ background-position: 0 top; }
#nav-buy a		{ background-position: -70px top; }
#nav-stores a	{ background-position: -210px top; }
#nav-faq a		{ background-position: -365px top; }
#nav-cart a		{ background-position: -435px top; }
#nav-blog a	    { background-position: -566px top; }
#nav-twitter a	{ background-position: -800px top; }
#nav-facebook a	{ background-position: -835px top; }
/* Selected Navbar Item */
#nav-home a:hover,		#nav-home a:focus		{ background-position: 0 bottom; }
#nav-buy a:hover,		#nav-buy a:focus		{ background-position: -70px bottom; }
#nav-stores a:hover,	#nav-stores a:focus		{ background-position: -210px bottom; }
#nav-faq a:hover,		#nav-faq a:focus		{ background-position: -365px bottom; }
#nav-cart a:hover,		#nav-cart a:focus		{ background-position: -435px bottom; }
#nav-blog a:hover,		#nav-blog a:focus		{ background-position: -566px bottom; }
#nav-twitter a:hover,	#nav-twitter a:focus	{ background-position: -800px bottom; }
#nav-facebook a:hover,	#nav-facebook a:focus	{ background-position: -835px bottom; }
/* Current Navbar Item */
#page-home #nav-home a		{ background-position: 0 bottom; }
#page-buy #nav-buy a		{ background-position: -70px bottom; }
#page-stores #nav-stores a	{ background-position: -210px bottom; }
#page-faq #nav-faq a		{ background-position: -365px bottom; }
#page-cart #nav-cart a		{ background-position: -435px bottom; }
#page-blog #nav-blog a		{ background-position: -566px bottom; }


/* Content Styles -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	margin: 0;
	line-height: 1.2;
}
h1 {
	font-size: 4.75em;
}
h2 {
	font-size: 4em;
}
h3 {
	font-size: 3em;
}
h4 {
	font-size: 1.9em;
	font-weight: normal;
	color: #ffde00; /* yellow */
}
h5, h6 {
	font-size: 1em;
}
strong {
	color: #ffde00; /* yellow */
}
#content ul ul,
#content ol ol {
	margin: 0;
}
.content p,
.content ul,
.content ol {
	margin: 1em 0 0;
}
#splash,
.content {
	background: #333;
	padding: 30px 40px;
	margin: 15px 0;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}
#splash {
	min-height: 175px;
	padding-right: 190px;
}
#splash p {
	font-size: 1.1em;
}

/* Green Styles -------------------------------------------------- */
#green {
	background: #333 url("/images/bg-green.png") no-repeat 18px 8px;
	padding: 15px 40px 15px 65px;
	margin: 15px 0;
	clear: both;
}
#green p {
	margin: 0;
}

/* Footer Styles -------------------------------------------------- */
#footer {
	font-size: .85em;
	color: #999;
	font-style: italic;
	margin: 15px 0 30px;
	background: transparent url("/images/bg-footer.png") no-repeat;
	padding: 30px 0 0 227px;
	min-height: 100px;
}
#footer a, #footer a:link, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:focus, #footer a:active { color: #ffde00; } /* yellow */
