/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, ul, li, th, td, h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet", "Arial", sans-serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
  font-family: "Palatino Linotype", "Book Antiqua", "Georgia", serif;
}


div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background: url("/images/bg_texture_grass.jpg") repeat-x;
	background-color: #506a61;
	color: #000000;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

a,
a:link,
a:visited {
	color: #153ac3;
	text-decoration: underline;
}

a:hover {
  color: #153aff;
}


/* SCROLLER */

#random_beers,
#random_beers div.default {
  width: 670px;
  height: 20px;
  overflow: hidden;
  visibility: visible;
}
#random_beers table tr td div {
  visibility: visible;
}

#random_beers {
  color: #FFFFFF;
  text-align: center;
	font-size: 0.7em;
	background-color: #000;
	/*padding: 6px 9px 6px 9px;*/
}

#random_beers div {
  visibility: hidden;
}

#random_beers a,
#random_beers a:link,
#random_beers a:visited {
  color: #FFFFFF;
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
}

#random_beers a:hover {
  color: #a3272d;
}

/*
----------------------------------------
	LAYOUT
----------------------------------------
*/

div#logos {
  width: 160px;
  float: right;
  margin-left: 10px;
}

hr {
  width: 70%;
}

.attention {
  font-size: 1.2em;
  font-weight: bold;
}



.center {
  text-align: center;
}

a.sponsor_this_beer {
  color: #CCC;
  padding: 2px 4px 2px 4px;
}

div.reorder {
  text-align: center;
  width: 470px;
  border: 1px solid #999;
  background-color: #DDD;
  margin: 0px auto 0px auto;
}

ul.linemenu {
  list-style-type: none;
}


ul.linemenu li {
  display: inline;
  font-weight: bold;
  border-left: 1px solid #CCCCCC;
}

ul.linemenu li.left {
  display: inline;
  font-weight: bold;
  border-left: none;
}

table.spaces {
  width: 99%;
  text-align: left;
  margin-left: 1%;
}

div.right {
  text-align: right;
}

table.beers tr th {
  text-align: left;
  color: #6a737b;
  font-family: "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  font-size: 1.1em;
  padding: 20px 4px 8px 4px;
}

table.beers tr td {
  padding: 2px 4px 2px 4px;
}

table.beers tr.even {
  background-color: #E6E6E6;
}

table.beers tr td.bold {
  padding: 6px 4px 6px 4px;
  font-weight: bold;
}

.indent {
  padding-left: 10px;
}

div.spacer {
  clear: both;
}

#header {
  margin-top: 70px;
}

img.logo {
	top: 25px;
	position: absolute;
}

p.noinfo {
  color: #CCCCCC;
  font-weight: bold;
}

p.bold {
  font-weight: bold;
}

#verytop {
  text-align: right;
  color: #ffffff;
  font-size: 0.8em;
}

#verytop a,
#verytop a:link,
#verytop a:visited {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  color: #DDDDDD;
}

#verytop a:hover {
  background-color: #DDDDDD;
  color: #000000;
}

#verytop a.logout,
#verytop a.logout:link,
#verytop a.logout:visited {
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  background-color: #DDDDDD;
  color: #000000;
}

#verytop a.logout:hover {
  background-color: #000000;
  color: #DDDDDD;
}

#nav {
	float: right;
}

#nav ul {
}

#nav ul li {
	list-style-type: none;
	float: left;
	padding: 4px 9px 4px 9px;
	background-color: #a3272d;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.7em;
	background: none;
}

#nav ul li a:hover {
	color: #000000;
	background: none;
}

#nav ul li a.current,
#nav ul li a.current:link,
#nav ul li a.current:visited {
  border-bottom: 1px solid #ffffff;
}

#nav ul li a.current:hover {
  border-bottom: 1px solid #000000;
}

#container {
  margin-top: 15px;
}

#flashcontent {
}

#content {
  font-size: 0.8em;
	background-color: #fbf9f9;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 15px 7px 15px;
}

#content h1 {
	font-size: 1.5em;
	color: #a3272d;
	font-weight: bold;
}

#content h1.name {
	font-size: 2em;
}

#content h2 {
	font-size: 1.2em;
	color: #6a737b;
	font-weight: bold;
}

#content ul {
  list-style-type: square;
}

#content p.indent {
	text-indent: 30px;
}

#content p.indent a {
	font-size: 1.0em;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #DDDDDD;
}

.foot_note {
  text-align: center;
  font-size: 0.95em;
  font-style: italic;
  background-color: #e6e6e6;
  padding: 10px;
}

#footer a.kcs,
#footer a.kcs:link,
#footer a.kcs:visited {
  color: #DDDDDD;
	text-decoration: underline;
	font-size: 1.0em;
	padding: 2px 2px 2px 2px;
}

#footer a.kcs:hover {
  background-color: #DDDDDD;
  color: #000000;
}

table.info tr {
  padding 5px;
}

table.info th {
  text-align: right;
  font-weight: bold;
  background-color: #efefef;
}

table.info td {
  text-align: left;
}

table.beer_details {
  text-align: center;
}

table.beer_details th.title {
  background-color: #6a737b;
  color: #ffffff;
}

table.beer_details td {
  
}


span.cdelete {
  font-size: 1.2em;
  font-weight: bold;
}

div#admin_menu {
  
}

div#admin_menu a.current {
  color: #000000;
}

ul.form_errors {
  
}

small.black {
  color: #6a737b;
}