/*
	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.75 helvetica, arial, sans-serif;
}
a, a:link, a:visited { color: #ffde00; border-color: #666; } /* yellow */
a:hover, a:focus, a:active { color: #fff; }

/* Layout -------------------------------------------------- */
#page {
	width: 873px;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	width: 873px;
	background: none;
	padding-top: 0;
}
#sidebar {
	width: 178px;
	float: right;
	margin-bottom: 20px;
	padding: 0 15px;
}
#columncap,
#column1,
#column2 {
	width: auto;
	float: none;
}
#content {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}
#footer {
	clear: both;
}

/* Header Styles -------------------------------------------------- */
#header {
	margin-top: 30px;
	border: 0;
	padding: 0;
}
#header #blogname {
	margin: 0;
}
#header #blogname a {
	display: block;
	width: 581px;
	height: 101px;
	text-indent: -9999px;
	background: transparent url("images/title.gif") no-repeat;
	border: 0;
}
#header #blogname a:focus {
	outline: 0;
}
#header #tagline {
	margin: 0;
	width: 227px;
	height: 42px;
	text-indent: -9999px;
	background: transparent url("images/tagline.gif") no-repeat;
	position: absolute;
	top: 30px;
	left: 620px;
}

/* Navbar Styles -------------------------------------------------- */
#nav {
	margin: 20px -26px 0;
	padding: 0 50px;
	background: transparent url("images/bg-nav.gif") no-repeat;
	color: #333;
	height: 42px;
}
#nav li {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	display: inline;
	line-height: 34px;
}
#nav a {
	text-transform: uppercase;
	border: 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
	line-height: 34px;
}
#nav a:hover,
#nav a:focus {
	color: #fff;
}
.home #nav-home a,
.page-id-2 #nav-faq a,
.page-id-31 #nav-author a,
.page-id-24 #nav-rules a,
.category-beer-reviews #nav-reviews a {
	color: #fff;
}
#nav #nav-search form {
	display: inline;
	float: right;
	margin: 0;
}
#nav #nav-search label {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: .5em;
}
#nav #nav-search #s {
	width: 125px;
	border: 1px solid #999;
}
#nav #nav-search #searchsubmit {
	margin-left: .5em;
	margin-bottom: -6px;
}

/* Content Styles -------------------------------------------------- */
#content {
	background: #333;
	padding: 30px 40px;
	margin: 5px 0;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	line-height: 1;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 3.5em;
}
h3 {
	font-size: 2.5em;
	color: #ffde00; /* yellow */
	font-weight: normal;
}
h4 {
	font-size: 1.5em;
	font-weight: normal;
	color: #ffde00; /* yellow */
}
h5, h6 {
	font-size: 1em;
}
h1.archive,
h2.archive {
	color: #ffde00; /* yellow */
}
.title h1 a,
.title h2 a {
	border: 0;
	color: #fff;
}
.title h1 a:hover,
.title h2 a:hover,
.title h1 a:focus,
.title h2 a:focus {
	color: #ffde00; /* yellow */
}
strong {
	color: #ffde00; /* yellow */
}
.entry img,
.entry object {
	max-width: 600px;
	background: none;
	padding: 0;
	border: 0;
	margin: 1.5em 0;
	-webkit-box-shadow: 0 0 15px #222;
	-moz-box-shadow: 0 0 15px #222;
	box-shadow: 0 0 15px #222;
}
.entry .alignright img {
	margin: 0;
}
p, ul, ol, table, .navigation {
	margin: 1em 0;
}
.entry p,
.entry li,
#columncap p {
	text-align: left;
}
.navigation {
	border-color: #666;
}

/* Comments -------------------------------------------------- */
.comments,
.commentlist,
.nocomments,
.related {
}
.related {
}
.commentlist cite {
}
.commentlist li {
	margin: 0;
	padding: 20px;
	background: #333;
}
.commentlist li li {
	border-color: #666;
}
.commentlist .even {
	background: #444;
}
.commentlist .bypostauthor {
	background: #222;
}
.commentlist .avatar {
	float: right;
	background: none;
	padding: 0;
	border: 0;
	-webkit-box-shadow: 0 0 15px #222;
	-moz-box-shadow: 0 0 15px #222;
	box-shadow: 0 0 15px #222;
}
.commentlist .title {
	margin-top: 0;
}
.commentlist .metadata {
	margin-bottom: 0;
}
#cancel-comment-reply-link {
}
.trackback,
.pingback {
	font-size: .85em;
	color: #666;
}
.trackback .content,
.pingback .content {
}
.instructions,
.instructions strong {
	color: #999;
}

/* Sidebar Styles -------------------------------------------------- */
#columncap {
	margin: 0;
}
#sidebar {
	padding: 0;
	margin: 5px 0;
	-webkit-box-shadow: 0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	line-height: 1.5;
}
#sidebar .widget {
	background: #333;
	margin: 0 0 15px;
	padding: 15px;
	border: 0;
}
#sidebar h4 {
	font-size: 1.25em;
	margin-bottom: .5em;
}
#sidebar .widget_tag_cloud {
}
#sidebar .widget_tag_cloud a {
	color: #999;
	border: 0;
	display: block;
	line-height: 22px;
}
#sidebar .widget_tag_cloud a:hover,
#sidebar .widget_tag_cloud a:focus {
	color: #ffde00; /* yellow */
	text-decoration: underline;
}

/* Footer Styles -------------------------------------------------- */
#footer {
	font-size: 1em;
	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;
	border: 0;
	width: 646px;
}
#footer small {
	font-size: .85em;
}
#footer a, #footer a:link, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:focus, #footer a:active { color: #ffde00; } /* yellow */
#footer p {
	width: auto;
	margin: 1em 0 0;
}
#footer .copyright, 
#footer .poweredby {
	float: none;
	text-align: left;
}

#promo-33-beers {
	position: absolute;
	top: 0;
	right: 0;
}
#promo-33-beers a {
	display: block;
	width: 172px;
	height: 191px;
	text-indent: -9999px;
	background: transparent url("images/promo-overlay.png") no-repeat;
	border: 0;
}
