/* @override http://localhost:3000/stylesheets/screen.css */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Global */

body {
	background: #5b4008 url(/images/twitabrew_background.jpg) no-repeat center top;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
}

.clear {
	clear: both;
}

.tweet {
	margin: 5px 0 5px 5px;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.center {
	text-align: center;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	width: 606px;
	margin: 0 auto;
}

#header .nav_signin {
	position: absolute;
	right: 0;
}

#header li {
	float: left;
	height: 43px;
	background-image: url(/images/header_background.png);
}

#header li.header_left {
	height: 43px;
	width: 12px;
	background: url(/images/header_left.png) no-repeat;
}
#header li.header_right {
	height: 43px;
	width: 12px;
	background: url(/images/header_right.png) no-repeat;
}

#header li a {
	display: block;
	height: 43px;
	text-indent: -4000px;
	margin: 0 15px;
}

#header li.loggedin a {
	display: inline;
	text-indent: 0;
	margin: 0;
}

#header li.loggedin p {
	margin: 3px 5px;
}

#header li.loggedin img {
	height: 20px;
	width: 20px;
	margin: 0 7px 0 0;
	position: relative;
	top: 5px;
	-moz-box-shadow: 0 0 2px #333;
	-webkit-box-shadow: 0 0 2px #333;
}

#header li a#nav_home {
	background: url(/images/nav_home.png) no-repeat;
	width: 68px;
}
#header li a#nav_signin {
	background: url(/images/nav_signin.png) no-repeat;
	width: 69px;
}
#header li a#nav_faq {
	background: url(/images/nav_faq.png) no-repeat;
	width: 41px;
}
#header li a#nav_about {
	background: url(/images/nav_about.png) no-repeat;
	width: 68px;
}

/* @end */

/* @group Content */

#content {
	margin: 0 auto;
	padding-top: 130px;
	background: url(/images/twitabrew_logo.png) no-repeat center 5px;
	text-shadow: #333 0 -1px 1px;
}

/* @end */

/* @group Beer Input */

.input_tweet {
	width: 606px;
	margin: 0 auto;
	background: url(/images/input_tweet.png) no-repeat;
}

.input_tweet form {
	height: 46px;
	margin-bottom: 5px;
}

.input_tweet input#beer_tweet {
	padding: 0 12px;
	margin: 15px 0 0 7px;
	border: none;
	background: none;
	width: 450px;
	color: #333;
	font: 14px "Courier New", Courier, mono;
}

.input_tweet input.submit {
	width: 120px;
	height: 46px;
	cursor: pointer;
	background: none;
	border: none;
	text-indent: -4000px;
}

#flash_messages {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input_tweet .hint, #flash_messages {
	position: absolute;
	left: -6px;
	top: 0;
	width: 606px;
	padding: 5px;
	background: url(/images/hint_background.png);
	text-align: center;
	margin: 0 auto -15px;
	font-size: 12px;
}

.input_tweet .hint p, #flash_messages p {
	margin: 5px 0;
}

.positioner {
	position: relative;
	width: 606px;
	margin: 0 auto;
}

#errorExplanation ul li{background:none;}

/* @end */

/* @group Grid */

.grid {
	margin: 45px auto 20px;
	width: 240px;
}

.grid .grid_heading {
	padding: 10px 0 8px;
	text-align: center;
}

.grid li {
	background: url(/images/grid_background.png) repeat-y;
}

.grid li.grid_top {
	height: 11px;
	background: url(/images/grid_top.png) no-repeat;
}

.grid li.grid_bottom {
	height: 11px;
	background: url(/images/grid_bottom.png) no-repeat;
}

.grid li.message {
	text-align: center;
	padding: 5px 15px;
	line-height: 20px;
}

.grid li.message p {
	margin: 10px 5px;
}

.wide {
	width: 606px;
}

.grid.wide li {
	background: url(/images/grid_wide_background.png) repeat-y;
}

.grid.wide li.grid_top {
	height: 11px;
	background: url(/images/grid_wide_top.png) no-repeat;
}

.grid.wide li.grid_bottom {
	height: 11px;
	background: url(/images/grid_wide_bottom.png) no-repeat;
}

.grid .message.about {
	padding: 10px 20px 2px;
	text-align: left;
}

.grid .message.about p {
	margin: 10px 0;
}

.grid .message.faq {
	padding: 10px 20px 2px;
	text-align: left;
}

.grid .message.faq p {
	margin: 20px 0px 10px 0px;
}

.grid .message.faq .answer{padding-left:30px;font-style:italic;margin:10px 0;}

/* @end */

/* @group Grid Brews */

.brew {
	text-align: center;
	padding: 10px 20px;
}

.brew_wrapper {
	padding: 14px 0 10px;
	background-color: #6B5420;
	border: solid 1px #E3A110;
}

.brew_info, .user_info {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

.brew_info {
	text-align: right;
}

.user_info {
	text-align: left;
}

.user_avatar {
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	margin: 0 10px 7px;
	float: left;
	-moz-box-shadow: 0 -1px 2px #000;
	-webkit-box-shadow: 0 -1px 2px #000;
}

.brew_name, .brew_rank {
	margin-right: 8px;
}

.brew_name, .user_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.brew_description {
	background-color: #59461b;
	border: solid 1px #5A4008;
	margin: 0 10px;
	padding: 5px 0;
	line-height: 20px;
}

.user_name {
	margin-bottom: 8px;
}

.user_time {
	font-size: 12px;
}

.edit_tasting label {
	margin-top: 5px;
}

.pagination-container {
	margin-top: 0;
}

.pagination {
	text-align: center;
	font-size: 12px;
}

.pagination span {
	color: #b2965a;
	margin: 0 3px;
}

.pagination span.current {
	color: #fff;
}

.pagination a {
	color: #e3a110;
	margin: 0 3px;
}
/* @end */


