html {
	height: 100%;
}

body {
	background: #ffa700;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.875em;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #204e82;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #204e82;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	overflow: visible;
}

h1 {
	font-size: 2.15em;
	margin: 0 0 0.475em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 0.7em 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 0.75em 0;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 0.8em 0;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 0.85em 0;
}

h6 {
	font-size: 1.1em;
	margin: 0 0 0.95em 0;
}

p {
	font-size: 1em;
	line-height: 1.45em;
	margin: 1em 0;
}

div {
	margin: 0;
	padding: 0;
}

input, textarea {
	outline-width: 0;
}

img {
	border: 0;
	display: block;
}

header, nav, article, section, footer {
	display: block;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.invisible {
	opacity: 0;
		filter:alpha(opacity=0);
			-moz-opacity: 0;
			-khtml-opacity: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

label {
	display: block;
	font-weight: bold;
}

button {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top,  #333,  #000);
	border: 0;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	color: #fff;
	cursor: default;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	height: 32px;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
}

.buttons {
	height: 1%;
	overflow: hidden;
}

.buttons button {
	float: left;
	margin-right: 5px;
}

.textbox,
.textarea {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	padding: 0 5px;
}

.textbox {
	height: 30px;
}

.textbox input,
.textarea textarea {
	background: #fff;
	border: 0;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 6px 0 0 0;
	padding: 0;
}

.textbox input {
	margin: 6px 0 0 0;
}

.textarea textarea {
	margin: 6px 0;
}

.textbox,
.textbox input,
.textarea,
.textarea textarea {
	width: 180px;
}

.badge {
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 2px 3px;
}

.news-article .badge {
	background-color: #336699;
}

.feature .badge {
	background-color: #ff0066;
}

.comment .badge {
	background-color: #258b68;
}

.rail-ale .badge {
	background-color: #999933;
}

.review .badge {
	background-color: #cc6600;
}

.wood-aged-beer .badge {
	background-color: #9e5a09;
}

.column .badge {
	background-color: #cc0000;
}

.beer .badge {
	background-color: #666;
}

.beer_article .badge {
	background-color: #666;
}

.event .badge {
	background-color: #cc0000;
}

.divider {
	height: 12px;
	padding: 0 0 10px 0;
	width: 100%;
}

/* MAIN */

.background {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 982px;
}

.content {
	background: url("/img/white_bg.png") 11px top repeat-y;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0 0 10px 0;
}

.main {
	float: left;
	margin: 0;
	padding: 20px 0 10px 31px;
	width: 600px;
}

.sidebar {
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 351px;
}

/* HOME */

.more_posts {
	background: url("/img/divider_offset.png") left bottom repeat-x;
	height: 1%;
	overflow: auto;
	padding-bottom: 22px;
}

.more_posts .col1 {
	border: 1px dashed #993;
	float: left;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
	width: 258px;
}

.more_posts .col2 {
	float: left;
	margin-left: 20px;
	padding: 12px 10px 0 10px;
	margin-bottom: 15px;
	width: 270px;
}

.more_posts h4 {
	margin: 0 0 0.4em 0;
}

.more_posts h5 {
	color: #000;
	font-size: 1em;
	margin: 0 0 0.3em 0;
}

.more_posts h5 a {
	color: #000;
	font-weight: bold;
}

.more_posts p {
	margin-top: 0;
}

.more_posts ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.more_posts ul li {
	margin: 0.5em 0;
}

.more_posts ul li a {
	color: #000;
	font-weight: normal;
}

/* SECTIONS */

section {
	height: 1%;
	overflow: auto;
	padding: 0;
}

section .badge {
	float: left;
}

.categories h4 {
	margin: 0;
}

section .snippet {
	clear: both;
	height: 1%;
	padding-top: 10px;
	overflow: auto;
}

section .snippet img {
	float: left;
	padding-bottom: 1em;
}

section .snippet .text {
	float: left;
	margin-left: 10px;
}

section .snippet .text p {
	margin: 0;
	padding: 0 0 1em 0;
}

.news-article h3 a,
.news-article h4 a {
	color: #336699;
	font-weight: normal;
}

.feature h3 a,
.feature h4 a {
	color: #ff0066;
	font-weight: normal;
}

.comment h3 a,
.comment h4 a {
	color: #258b68;
	font-weight: normal;
}

.rail-ale h3 a,
.rail-ale h4 a {
	color: #999933;
	font-weight: normal;
}

.review h3 a,
.review h4 a {
	color: #cc6600;
	font-weight: normal;
}

.wood-aged-beer h3 a,
.wood-aged-beer h4 a {
	color: #9e5a09;
	font-weight: normal;
}

.column h3 a,
.column h4 a {
	color: #cc0000;
	font-weight: normal;
}

/* SECTION: HEROES/SUB-HEROES */

section.hero,
section.sub_hero {
	background: url("/img/divider_offset.png") left bottom repeat-x;
	padding-bottom: 22px;
}

section.hero .badge {
	margin-top: 5px;
}

section.hero h3,
section.sub_hero h3 {
	float: left;
	margin: 0 0 0 10px;
	width: 510px;
}

section.column h3 {
	width: 460px;
}

section.wood-aged-beer h3 {
	width: 450px;
}

section.event h3 {
	width: 480px;
}

section.hero h3 {
	font-size: 2.15em;
}

section.sub_hero h3 {
	padding-top: 1px;
}

section.event h3 {
	color: #cc0000;
	font-weight: normal;
}

.no_results {
	margin-top: 0;
}

section.hero .snippet img {
	height: 200px;
	width: 300px;
}

section.hero .snippet .text {
	width: 290px;
}

section.sub_hero .snippet img {
	height: 160px;
	width: 240px;
}

section.sub_hero .snippet .text {
	width: 350px;
}

/* SECTION: BEER */

.beer {
	background: url("/img/divider_offset.png") left bottom repeat-x;
	padding-bottom: 22px;
}

.beer h3 {
	float: left;
	margin: 0 0 0 10px;
	width: 390px;
}

.beer h3 a {
	color: #000;
	font-weight: normal;
}

.beer h3 a.green {
	color: #993;
}

.beer img {
	float: left;
	height: auto;
	margin-left: 15px;
	padding-bottom: 1em;
	width: 100px;
}

.beer .snippet {
	clear: none;
	float: left;
	padding-top: 0;
	width: 485px;
}

.beer .snippet .text {
	clear: both;
	float: none;
	margin-left: 0;
	padding-top: 10px;
	width: auto;
}

/* SECTION: CATEGORIES */

.categories h4 {
	font-size: 2.15em;
}

.categories ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 18px;
	padding: 0;
	width: 188px;
}

.categories ul.first {
	margin-left: 0;
}

.categories ul li {
	margin: 1em 0;
	padding: 0;
}

/* SECTION: PAGER */

.pager {
	background: url("/img/divider_offset.png") left bottom repeat-x;
	height: 1%;
	overflow: auto;
	padding: 0 4px 22px 4px;
}

.pager p {
	margin-top: 0;
}

.pager .previous {
	float: left;
}

.pager .more {
	float: right;
	text-align: right;
}

.pager .previous a, .pager .more a {
	background-repeat: no-repeat;
	display: block;
	width: 138px;
}

.pager .previous a {
	background-image: url("/img/previous.png");
	background-position: left center;
	padding-left: 14px;
}

.pager .more a {
	background-image: url("/img/more.png");
	background-position: right center;
	padding-right: 14px;
}

/* WIDGETS */

.widget {
	height: 1%;
	margin: 0 0 10px 0;
	overflow: auto;
	padding: 0;
}

.widget h5 {
	float: left;
	font-size: 1.4em;
	margin: 0;
	padding: 19px 0 19px 40px;
}

.widget ul {
	clear: both;
	list-style-type: none;
	margin: 0 31px 0 40px;
	padding: 0;
}

.widget ul li {
	border-top: 1px dashed #993;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 1em 0 0 0;
}

.widget ul li.first {
	border-top: 0;
}

.widget p {
	margin-top: 0;
	padding: 0 31px 0 40px;
}

.widget ul li p {
	padding: 0;
}

.green_header {
	background: url("/img/header_green.png") 11px top no-repeat;
}

.green_header h5,
.green_header h5 a,
.green_header h5 a:hover,
.green_header h5 a:active {
	color: #fff;
	font-weight: normal;
}

.grey_header {
	background: url("/img/header_grey.png") 11px top no-repeat;
}

.twitter_header {
	background: url("/img/header_twitter.png") 11px top no-repeat;
}

.grey_header h5,
.grey_header h5 a,
.grey_header h5 a:hover,
.grey_header h5 a:active {
	color: #333;
	font-weight: normal;
}

.twitter_header h5,
.twitter_header h5 a,
.twitter_header h5 a:hover,
.twitter_header h5 a:active {
	color: #333;
	font-weight: normal;
}

/* WIDGET: POPULAR POSTS */

.posts_widget ul li p,
.posts_widget ul li img {
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
}

.posts_widget ul li p {
	margin-left: 10px;
	width: 150px;
}

.posts_widget ul li img {
	width: 120px;
}

/* WIDGET: POPULAR BEERS */

.beers_widget ul li p,
.beers_widget ul li img {
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
}

.beers_widget ul li p {
	margin-left: 10px;
	width: 150px;
}

.beers_widget ul li img {
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* WIDGET: BOOKS */

.books ul li img,
.books ul li .text {
	float: left;
	padding: 0;
}

.books ul li img {
	margin: 0;
	padding: 0 0 1em 0;
	width: 120px;
}

.books ul li .text {
	margin-left: 10px;
	padding: 0 0 1em 0;
	width: 150px;
}

.books ul li .text p {
	margin: 0;
	margin: 0 0 1em 0;
}

.books .buy_now,
.books .buy_now:active {
	background: #999933;
	color: #fff;
	display: block;
	float: left;
	margin-top: 10px;
	padding: 1px 4px;
}

.books .buy_now:hover {
	color: #fff;
}

/* WIDGET: TWEETS */

.tweets ul {
	padding: 1em 0 0 0;
}

.tweets ul li {
	border-bottom: 1px dashed #993;
	border-top: 0;
	margin: 0 0 1em 0;
	padding: 0;
}

.tweets ul li p a {
	text-decoration: underline;
}

.tweets .follow_button {
	overflow: hidden;
	width: 280px;
}

/* WIDGET: BEERS */

.beers_of_the_month .carousel_container {
	padding: 0 0 0 40px;
	width: 280px;
}

.beers_of_the_month .carousel {
	background: #f0f0f0;
	clear: both;
	height: 197px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 280px;
}

.beers_of_the_month .beer_arrow_left {
	left: 0;
	position: absolute;
}

.beers_of_the_month .beer_arrow_right {
	position: absolute;
	right: 0;
}

.beers_of_the_month .window {
	height: 197px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	width: 240px;
}

.beers_of_the_month ul {
	height: 197px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 240px;
}

.beers_of_the_month ul li {
	border: 0;
	display: block;
	float: left;
	height: 197px;
	margin: 0;
	padding: 0;
	width: 120px;
}

.beers_of_the_month ul li .beer_of_the_month {
	background: #fff;
	height: 155px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 120px;
}

.beers_of_the_month ul li .beer_of_the_month img {
	float: left;
	width: 100px;
}

.beers_of_the_month ul li .label {
	background: #999933;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 10px auto 0 auto;
	padding: 4px 0 2px 0;
	text-align: center;
	width: 55px;
}

/* BEERS SEARCH */

.beers_search .options {
	clear: both;
	margin: 0 31px 0 40px;
	padding: 0 0 0.5em 0;
}

.beers_search .options label {
	display: block;
	color: #204E82;
	margin: 0;
	padding: 10px 0 5px 0;
}

.beers_search .options select {
	display: block;
	width: 280px;
}

.beers_search .options button {
	margin-top: 15px;
}

/* HEADER */

header {
	background: rgba(255,255,255,0.5);
	height: 1%;
	margin: 0 11px;
	overflow: auto;
	padding: 20px 20px 0 20px;
}

header .logo {
	float: left;
	height: 1%;
	overflow: auto;
}

header .logo img {
	float: left;
}

header .roger {
	padding: 10px 0;
}

.header-nav-wrapper {
	position: relative;
}

.header-nav-wrapper .award {
	display: block;
	position: absolute;
	top: 115px;
	right: 33px;
	height: 70px;
}

header .arrow_left {
	padding: 15px 5px;
}

header .text {
	float: left;
	padding: 0 5px 0 15px;
}

header .text h1,
header .text span.title {
	display: block;
	font-size: 4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

header .text h1 a,
header .text span.title a {
	color: #000;
	font-weight: normal;
}

header .text h1 a:hover,
header .text span.title a:hover {
	color: #336699;
	text-decoration: none;
}

header .text h1 a:active,
header .text span.title a:active {
	color: #204e82;
	text-decoration: none;
}

header .text h2,
header .text span.subtitle {
	color: #999933;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

header .text h2 a,
header .text span.subtitle a {
	color: #999933;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

header .text h2 a:hover,
header .text span.subtitle a:hover {
	text-decoration: underline;
}

header .beer_jug {
	padding: 15px 0 0 5px;
}

header form {
	clear: right;
	float: right;
	height: 1%;
	overflow: auto;
	padding: 5px 0 0 0;
	width: 360px;
}

header form .textbox {
	float: right;
}

header form button {
	clear: none;
	float: right;
	margin: 0 0 0 10px;
}

header .follow {
	float: right;
	list-style-type: none;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0 0 0 0;
}

header .follow li {
	color: #333;
	float: left;
	font-size: 1.2em;
	padding: 10px 0;
	margin: 0;
}

header .follow li span {
	display: block;
	padding: 0 4px 0 0;
}

header .follow li a {
	display: block;
	padding: 0 0 0 4px;
}

header .follow li a.advertise {
	border-right: 1px solid #333;
	color: #333;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	text-decoration: none;
}

header .follow li a.advertise:hover,
header .follow li a.advertise:active {
	color: #333;
	text-decoration: underline;
}

/* NAV */

nav {
	background: rgba(255,255,255,0.5) url("/img/stroke_grey.png") center bottom repeat-x;
	clear: both;
	height: 1%;
	margin: 0 11px;
	overflow: auto;
	padding: 20px 20px 0 20px;
}

nav ul {
	list-style-type: none;
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0;
}

nav .menu {
	border-left: 1px solid rgba(153,153,153,0.5);
	float: left;
}

nav ul li {
	color: #333;
	float: left;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

nav .menu li {
	border-right: 1px solid rgba(153,153,153,0.5);
}

nav .menu li a {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px;
}

nav .menu li a,
nav .menu li a:hover,
nav .menu li a:active {
	color: #333;
}

nav .menu li a.selected {
	background: #fff;
}

/* ADS */

.leaderboard {
	background: rgba(255,255,255,0.5);
	margin: 0 11px;
	padding: 12px 0 0 0;
}

.leaderboard img,
.leaderboard div.flash_container {
	display: block;
	height: 90px;
	margin: 0 auto;
	width: 728px;
}

.banner img,
.banner div.flash_container {
	clear: both;
	display: block;
	height: 250px;
	margin: 0 0 0 30px;
	padding-top: 4px;
	width: 300px;
}

div.flash_container object {
	display: block;
}

/* ARTICLE */

article h1 {
	margin-top: 0;
}

article .top {
	background: url("/img/divider.png") left bottom repeat-x;
	padding-bottom: 12px;
}

article .top .badge {
	margin-top: 5px;
}

article .top .text {
	float: left;
	margin: 0 0 0 10px;
	width: 500px;
}

article .top .text h1 {
	margin: 0;
}

article.news-article .top .text h1 {
	color: #336699;
	font-weight: normal;
}

article.feature .top .text h1 {
	color: #ff0066;
	font-weight: normal;
}

article.comment .top .text h1 {
	color: #258b68;
	font-weight: normal;
}

article.rail-ale .top .text h1 {
	color: #999933;
	font-weight: normal;
}

article.rail-ale .top .text h1 {
	color: #9a00cc;
	font-weight: normal;
}

article.wood-aged-beer .top .text {
	width: 450px;
}

article.wood-aged-beer .top .text h1 {
	color: #9e5a09;
	font-weight: normal;
}

article.review .top .text h1 {
	color: #cc6600;
	font-weight: normal;
}

article.column .top .text {
	width: 440px;
}

article.column .top .text h1 {
	color: #cc0000;
	font-weight: normal;
}

article .top .text p {
	margin: 0;
	padding: 1em 0;
}

article .image,
article .video {
	background: url("/img/divider.png") left bottom repeat-x;
	border-top: 1px solid #dfdfdf;
	padding: 1px 0 11px 0;
	margin-top: 1em;
}

article .image img {
	width: 600px;
}

article .video iframe {
	display: block;
}

article .image_text,
article .text_image {
	height: 1%;
	overflow: hidden;
}

article .image_text .text,
article .text_image .text {
	float: left;
	width: 380px;
}

article .image_text .image,
article .text_image .image {
	float: left;
	margin: 15px 20px 10px 20px;
	width: 200px;
}

article .image_text .image {
	margin-left: 0;
}

article .text_image .image {
	margin-right: 0;
}

article .image_text .image img,
article .text_image .image img {
	width: 200px;
}

article .text p {
	margin-bottom: 0;
}

/* BEER ARTICLE */

.beer_article .top .text {
	background: none;
	padding-top: 0;
}

.tasting_notes {
	float: left;
	margin-top: 1em;
	width: 380px;
}

.cyclops {
	padding-bottom: 0.5em;
}

.pump_clip {
	float: left;
	margin: 1em 0 1em 20px;
	width: 200px;
}

.tasting_notes table {
	border: 1px dashed #000;
	border-left: 0;
	border-right: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

.tasting_notes table td {
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

.tasting_notes table .first {
	font-weight: bold;
	text-align: right;
}

.tasting_notes table.see_smell_taste {
	border: 0;
	margin: 0.75em 0;
}

.tasting_notes table.see_smell_taste .first {
	font-size: 0.8em;
}

.tasting_notes table.see_smell_taste td img {
	margin: 0 auto;
}

.tasting_notes table.bitter {
	border-bottom: 0;
}

.tasting_notes table.sweet img,
.tasting_notes table.bitter img {
	float: left;
	padding-right: 10px;
}

/* SHARE BUTTONS */

.share_buttons {
	height: 48px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	overflow: visible;
}

.share_buttons p {
	float: left;
	font-weight: bold;
}

.share_buttons div {
	height: 16px;
	float: left;
	margin: 15px 0 0 8px;
}

.share_buttons .fb {
	width: 139px;
}

.share_buttons .twitter {
	width: 96px;
	overflow: hidden;
}

.share_buttons .plusone {
	width: 73px;
	overflow: hidden;
}

/* COMMENTS */

div.comments {
	background: url("/img/divider.png") left top repeat-x;
	padding-top: 22px;
}

div.comments img.avatar {
	border: 1px solid #dfdfdf;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	float: left;
	width: 50px;
}

div.comments section.comment,
div.comments section.leave_comment {
	border-top: 1px solid #dfdfdf;
	padding: 1em 0 0 0;
}

div.comments form {
	height: 1%;
	margin: 0;
	overflow: auto;
	padding: 0;
}

div.comments h5 {
	font-weight: bold;
	margin-top: 0;
}

div.comments div.fields {
	float: left;
	height: 1%;
	overflow: auto;
	margin: 0 0 0 20px;
	width: 528px;
}

div.comments div.fields div.textboxes {
	float: right;
	height: 1%;
	overflow: auto;
}

div.comments div.fields label {
	float: left;
	padding: 8px 10px;
}

div.comments div.fields div.textbox {
	float: left;
}

div.comments div.textarea {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
}

div.comments div.textarea,
div.comments div.textarea textarea {
	width: 516px;
}

div.comments button {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
}

div.comments section.disabled_comment {
	background: #f9dada;
}

div.comments section.comment div.text {
	float: left;
	height: 1%;
	overflow: auto;
	margin: 0 0 0 20px;
	width: 528px;
}

div.comments section.comment div.text p {
	margin-top: 0;
}

div.comments section.comment div.text div.date {
	color: #666;
}

/* ABOUT */

.about .col1 {
	float: left;
	height: 1%;
	overflow: auto;
	width: 200px;
}

.about .col2 {
	float: left;
	margin-left: 20px;
	width: 380px;
}

/* FOOTER */

footer {
	margin: 0 11px;
}

footer ul {
	background-color: #fff;
	height: 1%;
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 15px 20px;
}

footer ul.dark {
	background-color: #333;
}

footer ul li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0;
}

footer ul li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

footer ul.dark li {
	color: #fff;
}

footer ul.dark li a {
	color: #fff;
}

/* ERRORS */

.err {
	color: #cc0000;
}

.field_err {
	border-color: #cc0000;
}

.error_message {
	padding: 0 0 1em 0;
}

.error_message h6 {
	color: #fff;
	background: #cc0001;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0001), to(#a40303));
	background: -moz-linear-gradient(top,  #cc0001,  #a40303);
	font-weight: normal;
	margin: 0;
	padding: 10px 14px;
}

/* CAPTCHA */

.recaptcha {
	clear: both;
	float: right;
	margin: 10px 0 0 0;
}

.recaptchatable #recaptcha_response_field {
	border: 1px solid #dfdfdf !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
}

/* OVER-RIDERS */

.bold {
	font-weight: bold;
}

.blue {
	color: #204e82;
}

.green {
	color: #993;
}

.orange {
	color: #cc6600;
}

.pink {
	color: #ff0066;
}

.hero .snippet .wide,
.sub_hero .snippet .wide {
	margin-left: 0;
	margin-right: 0;
	width: 600px;
}

.widget .wide {
	margin-left: 0;
	margin-right: 0;
	width: 280px;
}

.no_bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.no_top {
	margin-top: 0;
	padding-top: 0;
}

.error_404 p,
.error_500 p {
	margin-top: 0;
}