@charset "utf-8";
/* Defaults */
* {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

body {
	font-family: Arial, Verdana, Geneva;
	font-size: small;
	background-color: #888888
}

img {
	border: none
}

/********** Maybe change this back to bold *******************/
h4 {
	font-weight: normal
}

table {
	width: 100%;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #005CB1
}

a:hover {
	text-decoration: none;
	color: #B42000
}

#wrap {
	width: 800px;
	margin: 0px auto;
	padding: 12px 0px
}

.blue_box {
	padding: 8px;
	background-color: #145A8E;
	color: #fff
}

.box {
	margin-top: 8px
}

.alc {
	color: #FF0000
}

.small_advert {
	width: 200px;
	height: 200px;
	margin: 6px auto
}

.large_advert {
	width: 468px;
	height: 60px;
	margin: 6px auto
}

.x_large_advert {
	width: 728px;
	height: 90px;
	margin: 6px auto
}

/* Search Box */
#search {
	display: none
}

#search_box  {
	height: 42px;
	margin-bottom: 4px;
	border-bottom: 1px solid #888
}

#search_box form {
	padding: 4px 8px
}

#search_box input {
	float: left
}

#search_box #input_beer, #search #input_episode {
	padding: 3px 6px;
	font-size: medium;
	border: 1px solid #888;
	background-color: #c1c1c1;
	margin-right: 10px
}

#search_box #input_beer {
	width: 130px
}
	
/* Header */
#header {
	position: relative;
	height: 50px;
	background-color: #113C5E
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 3px
}

#header h1 {
	line-height: 50px;
	text-indent: 44px;
	font-size: large
}

#header #navigation {
	position: absolute;
	top: 13px;
	right: 10px;
}

#navigation ul li {
	display: inline;
	height: 0px;
}

#navigation ul li a {
	position: relative;
	line-height: 24px;
	text-align: center;
	height: 24px;
	padding: 0px 8px;
	font-size: medium;
	color: #fff
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
	text-decoration: none;
	color: #fff
}

/* Footer */
#footer {
	height: 35px;
	background-color: #145A8E
}

#footer p {
	text-align: center;
	line-height: 35px;
	color: #f1f1f1
}

/* Content */
#content {
	position: relative;
	padding: 12px;
	padding-bottom: 0px;
	padding-bottom: 6px;
	background-color: #d7d7d7
}

#content #left_content {
	position: relative;
	width: 559px;
	overflow: hidden
}

#content #right_content {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 200px
}

/*** Front Page - RIGHT ***/
.right_beer {
	height: 32px;
	line-height: 32px;
	padding: 2px 3px;
	margin-top: 3px
}

.right_beer img {
	width: 32px;
	height: 32px;
	float: right
}

#top_location li {
	height: 20px;
	line-height: 20px;
	margin-top: 0px
}

#top_location li span {
	float: right
}

/*** Front Page - LEFT ***/
#welcome {
	height: 84px;
	overflow: hidden;
	margin-bottom: 4px;
	background: url(../img/diggnation_logo.png) top right no-repeat #145A8E
}

#welcome_box {
	width: 440px
}

#digg_button {
	font-size: x-large;
	text-align: center
}

/* Beer Info */
.beer {
	margin-top: 4px;
	background: url(../img/beer.png) no-repeat;
	background-position: 0px 2px
}

.beer_info {
	position: relative;
	left: 32px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

.beer_info img {
	position: absolute;
	top: 4px;
	left: 4px
}

.beer_info span {
	position: absolute;
	height: 40px;
	line-height: 40px;
	top: 0px;
	left: 40px
}

#single_beer {
	left: 0px;
}

.hr {
	width: 80%;
	height: 1px;
	margin: 7px auto;
	background-color: #888;
	overflow: hidden
}

/* Comments (Episode) */
.beer_comment {
	padding: 28px 12px 0px 40px;
	margin-right: 28px
}

/* Comments (Beer) */
.beer_comments ul {
	margin-left: 10px
}

.beer_comments .spacer {
	margin-left: -10px
}

/* Episode Layout */
.episode .episode_info {
	text-align: right
}

.episode .episode_info li {
	display: inline
}

/* Digg Stories Layout */
.digg_links {
	margin-top: 4px;
	background: url(../img/digg.png) no-repeat
}

.digg_links ul {
	margin-left: 38px
}

/*** Episode Video Layout ***/
#episode_video, #episode_video td {
	text-align: center
}

#episode_video .prev_next {
	width: 25%
}

#episode_video #movie_holder {
	width: 555px;
	height: 337px; 
	margin: 5px auto;
	border: 1px solid #8CC63F;
	text-align: center
}

#episode_video #movie_holder p {
	cursor: pointer;
	margin-top: 150px;
	text-align: center;
	font-variant: small-caps
}

/*** Tables - beers.php and episodes.php ***/
#content .page_links {
	padding: 4px 8px
}

#location_links ul li {
	margin-left: 6px;
	display: inline;
	height: 0px;
}

#content td {
	height: 40px;
	padding: 0px 4px
}

#content td.nowrap {
	white-space: nowrap
}

#content td.beer_wid {
	width: 34px
}

#content th {
	font-weight: bold;
	text-align: left;
	padding: 3px 6px
}

#content tbody tr.even {
	background-color: #BDBDBD
}

#content tbody tr.odd {
	background-color: #C9C9C9
}

table li {
	display: inline
}

table li img {
	float: left
}

table .ep_beer_img li img {
	margin-right: 2px
}

/*** Contact/Feedback Page ***/
#contact-area {
	width: 600px;
	margin: 0px auto
}

#contact-area h2 {
	text-align: center;
	margin: 8px 0px
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc
}

#contact-area textarea {
	height: 90px
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900
}

#contact-area input.submit-button {
	width: 100px
}

/*** Iphone Box ***/
#iphone_opt h4 {
	line-height: 70px;
	height: 70px;
}

#iphone_opt a {
	float: right;
	margin-right: 8px
}