/*
Theme Name: Bentley Race 2012
Theme URI: http://bentleyrace.com/
Author: Bentley Race
Author URI: http://bentleyrace.com/
Description: Bentley Race Theme 2012
Version: 1.1-wpcom
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/



 
  
 @font-face {font-family: 'Gibson'; font-weight: normal; src: url('webfonts/23113E_5_0.eot');src: url('webfonts/23113E_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_5_0.woff') format('woff'),url('webfonts/23113E_5_0.ttf') format('truetype');}
@font-face {font-family: 'Gibson'; font-weight: bold; src: url('webfonts/23113E_5_0.eot');src: url('webfonts/23113E_5_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_5_0.woff') format('woff'),url('webfonts/23113E_5_0.ttf') format('truetype');}

 @font-face {font-family: 'GibsonItalic'; font-weight: normal; src: url('webfonts/23113E_7_0.eot');src: url('webfonts/23113E_7_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_7_0.woff') format('woff'),url('webfonts/23113E_7_0.ttf') format('truetype');}
  
 @font-face {font-family: 'GibsonBold'; font-weight: bold; src: url('webfonts/23113E_6_0.eot');src: url('webfonts/23113E_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_6_0.woff') format('woff'),url('webfonts/23113E_6_0.ttf') format('truetype');}
 @font-face {font-family: 'GibsonBold'; font-weight: normal; src: url('webfonts/23113E_6_0.eot');src: url('webfonts/23113E_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_6_0.woff') format('woff'),url('webfonts/23113E_6_0.ttf') format('truetype');}

 @font-face {font-family: 'GibsonBoldItalic'; font-weight: bold; src: url('webfonts/23113E_3_0.eot');src: url('webfonts/23113E_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_3_0.woff') format('woff'),url('webfonts/23113E_3_0.ttf') format('truetype');}
  
/* @font-face {font-family: 'GibsonExtraboldItalic'; font-weight: 800; font-style: italic;src: url('webfonts/23113E_2_0.eot');src: url('webfonts/23113E_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_2_0.woff') format('woff'),url('webfonts/23113E_2_0.ttf') format('truetype');}
 
 @font-face {font-family: 'GibsonExtrabold'; font-weight: 800;src: url('webfonts/23113E_4_0.eot');src: url('webfonts/23113E_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/23113E_4_0.woff') format('woff'),url('webfonts/23113E_4_0.ttf') format('truetype');} */




/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* input password fix */
input#pword {
	font-family: Arial;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: Gibson, HelveticaNeue, 'Helvetica Neue', sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-family: 'GibsonBold';
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-family: 'GibsonBold';
}
dfn, cite, em, i {
	font-family: 'GibsonItalic';
	font-style: normal;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 12px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
	line-height: .8em;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-family: 'GibsonBold';
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
a.button {
	-webkit-appearance: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.button:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #3AA3E2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover button {
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.inlineblock {
	display: inline-block;
}
.clearfix {
	height: 0;
	clear: both;
}
.clearleft {
	clear: left;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.blue {
	color: #3aa3e2;
}
.red {
	color: #c02929;
}
h2.red {
	color: #c02929 !important;
}

.vjs-big-play-button {
	z-index:9999;
}

/* =Header & Container setup
----------------------------------------------- */
body {
	-webkit-text-size-adjust: none;
	background: #0a0d1e;
	color: #c0c0c6;
}
div#page {
	width: 1150px;
	margin: 0 auto;
	position: relative;
}
hgroup {
	height: 145px;
}
h1.site-title {
	position: relative;
	top: 15px;
	width: 653px;
}
h1.site-title img {
	width: 653px;
	height: 127px;
}
div.header-background-image {
	position: absolute;
	left: 580px;
	top: 0;
	width: 420px;
	height: 150px;
	opacity: 1;
	z-index: -5;
}
div.header-background-image img {
	width: 420px;
	height: 150px;
}
div#login-header {
	position: absolute;
	top: 10px;
	right: 0;
	background: transparent;
	width: 165px;
	height: 125px;
}
div#login-header h2 {
	letter-spacing: .3em;
	text-transform: uppercase;
	font-size: 130%;
	font-family: 'GibsonBold';
	color: #2985bc;
	width: 165px;
	text-align: center;
}
div#login-header input.text {
	width: 149px;
	padding: 4px 8px;
	font-size: 80%;
	margin-bottom: 6px;
	border: 0;
	border-radius: 14px;
	background: #dde0f0;
}
div#login-header input.text:focus {
	background: white;
	border: 0;
	outline: 0;
}
div#login-header .button {
	width: 165px;
	padding-top: 9px;
	height: 30px;
}
h1 {
	font-size: 250%;
	font-family: 'GibsonBold';
	color: #C0C0C6;
	text-shadow:
		1px -1px 0px rgba(000,000,000,0.2);
	line-height: 110%;
}
h2 {
	font-size: 180%;
	font-family: 'GibsonBold';
	color: #C0C0C6;
	text-shadow:
		1px -1px 0px rgba(000,000,000,0.2);
}
/* =Structure
----------------------------------------------- */
div#primary {
	width: 920px;
	float: left;
}
div#primary.full-width {
	width: 1150px;
}
div#secondary {
	width: 200px;
	float: right;
}

div.update_public {
	margin-bottom: 20px;
	background: #161b35;
	padding: 0 0 5px 0;
}
div.update_public.older_update {
	width: 450px;
	margin-right: 20px;
	float: left;
}
div.update_public.older_update.even {
	margin-right: 0;
}
div.update_public p,div.update_members p {
	margin: 0;
	clear: left;
}
div.update_members h1 {
	margin-top: 8px;
}
div.update_public img {
	margin-bottom: 10px;
	float: left;
}
h2 {
	font-family: 'GibsonBold';
	font-size: 130%;
}
div.update_wide.blog h2 {
	font-size: 160%;
	margin-bottom: 3px;
}
article.blog h3#reply-title {
	font-size: 140%;
	font-family: 'GibsonBold';
}
div.update_public .update_text {
	width: 820px;
	position: relative;
}
div.update_public.older_update .update_text {
	width: 370px;
}
div.update_public div.image {
	width: 920px;
	height: 404px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
div.update_public.older_update div.image {
	width: 450px;
	height: 333px;
	background-position: center center;
}
div.update_public div.image .play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	cursor: pointer;
	opacity: .7;
}
div.update_public div.image .play_button:hover {
	opacity: 1;
}
div.update_wide.blog div.update_meta {
	margin-bottom: 8px;
}

div.model {
	width: 200px;
	display:inline-block;
	padding: 10px;
	background: #161b35;
	margin-right: 13px;
	margin-bottom: 30px;
}
div.model.last_in_row {
	margin-right: 0;
}
div.model .model_name {
	text-align: center;
	color: #ccc;
}

div.update_public div.update_meta {
	float: right;
	text-align: right;
	width: 250px;
	font-family: 'GibsonItalic';
	margin-top: -25px;
}
div.update_public div.update_content {
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
div.update_public div.update_content div.jsToggleParagraph {
	color: #C02929;
	cursor: pointer;
	margin-left: 10px;
	float: right;
}
div.update_public .update_count {
	font-size: 80%;
	padding-top: 42px;
	float: left;
	clear: left;
	width: 68px;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 0 !important;
	text-align: center;
}
div.update_public.older_update .update_count {
	margin-left: 2px;
	margin-right: 5px;
}
div.update_public .update_count.gallery {
	background: url('/img/icon-gallery.png') no-repeat;
	background-position: 10px 0;
}
div.update_public .update_count.video {
	background: url('/img/icon-video.png') no-repeat;
	background-position: 12px 4px;
}
div.update_public .update_count.behindthescenes {
	font-family: 'GibsonBold';
	background: transparent;
	padding-top: 0px;
}

div.content_box {
	margin-bottom: 20px;
	background: #161b35;
	padding: 10px 20px;
}

div.update_members {
	float: left;
	background: #161b35;
	padding: 8px;
	margin-right: 26px;
	margin-bottom: 20px;
	width: 350px;
	line-height: 1.3em;
	font-size: 95%;
}
div.update_members.third {
	margin-right: 0;
}
div.update_members.first {
	clear: left;
}
div.update_members h1 {
	margin-top: 8px;
}
div.update_members img.wp-post-image, div.update_members img.wp-post-image {
	max-width: 350px !important;
	max-height: 236px !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
div.update_members div.update_text img.type_icon {
	margin-right:15px;
}
div.update_members .update_text h2 {
	float: left;
	clear: none;
	width: 285px;
	margin-bottom: 3px;
}
div.update_members .update_text .bts_icon {
	float: left;
	width: 50px;
	padding-right: 15px;
	font-size:85%;
	text-align: center;
	line-height: 1.1em;
	padding-top: 2px;
	color: #C02929;
}
div.update_members .update_text .update_meta {
	float: left;
}
div.update_members input.button  {
	padding: 2px 15px;
}

.update_meta, .entry-meta,.entry-meta small {
	color: #707076;
	font-family: 'GibsonItalic';
	line-height: 1.2em;
}

div.update_wide {
	margin-bottom: 20px;
	background: #161b35;
	padding: 10px 20px;
}

div.update_wide .video-js {
	margin: 10px -20px;
}


article#post-10739 form input.join_now {
	font-size: 160%;
	padding: 16px 40px 12px;
	border-radius: 5px;
}
article#post-10739 table.pricing_table {
	margin: 0 auto;
	width: 70%;
	border-collapse: collapse;
}
article#post-10739 table.pricing_table td {
	padding: 3px;
	background: #262b45;
	border: 2px solid #363b55;
}

ul.banner_list {
	list-style-type: none;
	margin: 0;
}
ul.banner_list li {
	float: left;
	margin-right: 10px;
}

.ngg-gallery-thumbnail img {
	padding: 0;
	background-color: transparent;
	border: 0;
}

div.video-js,div.embed_video {
	margin-left: auto;
	margin-right: auto;
	margin: 10px auto 30px;
	display: block;
	text-align: center;
}
.update_wide.behindthescenes div.embed_video, .tag-behind-the-scenes-kw div.embed_video {
	margin-left: -20px;
}

.videodlbox {
	text-align: center;
}
a.videodl,a.gallerydl {
	display: inline-block;
	text-align: center;
	padding: 8px 8px 8px 54px;
	margin: 0 15px 15px 0;
	background: url('/img/download_arrow.png') no-repeat #262b45;
	background-position: 8px 50%;
}
a.videodl:hover,a.gallerydl:hover {
	background-color: #3AA3E2;
	color: #0A0D1E;
	text-decoration: none;
}


form#browseform select {
	font-size: 1.2em;
	width: 160px;
}
form#searchform input#s {
	width: 150px;
	height: 13px;
}

footer .banners {
	margin-top: 30px;
}

/* =Sidebar
----------------------------------------------- */
#secondary {
	line-height: 1.3em;
}
#secondary button.join_now,#secondary a.join_now {
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 160%;
	padding: 16px 0 12px 0;
	border-radius: 5px;
	margin-bottom: 15px;
}
#secondary a.join_now:hover {
	text-decoration: none;
}
#secondary h2 {
	margin-top: 20px;
	margin-bottom: 6px;
}
#secondary .new_guy {
	height: 300px;
	width: 200px;
	position: relative;
	margin-bottom: 15px;
}
#secondary .member_favourite {
	height: 140px;
	width: 200px;
	position: relative;
	margin-bottom: 15px;
}
#secondary .new_guy .new_guy_name, #secondary .member_favourite .member_favourite_name {
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a000000', endColorstr='#9a000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
}
#secondary .member_favourite .member_favourite_name {
	font-size: 90%;
}
#secondary .smallbutton {
	padding: 1px 6px;
	display: inline;
}

/* =Pagination (wp-paginate plugin)
----------------------------------------------- */
ol.wp-paginate li span.current {
	background: #3AA3E2;
}
ol.wp-paginate li a {
	background: #161B35;
	border: 0;
}

/* =Fixes for Discussion Board styles
----------------------------------------------- */
div#wpf-wrapper .wpf-pages, div#wpf-wrapper .breadcrumbs {
	color:#C0C0C6;
}
div#wpf-wrapper a {
	color: #3AA3E2 !important;
}
div#wpf-wrapper .mirrortab_back a,div#wpf-wrapper .maintab_back a{
	color: black !important;
}
div#wpf-wrapper .maintab_first,div#wpf-wrapper .mirrortab_first {
	width: auto;
}

/* =Buttons
----------------------------------------------- */
input.button,button.button,a.button {
	font-family: 'GibsonBold';
	text-transform: uppercase;
	padding: 6px 30px;
	line-height: 1.1;
}
a.button:hover {
	text-decoration: none;
}
a.button.blue,input.button.blue, button.button.blue {
	color: #fff;
	background: #54a2d3;
	background: -moz-linear-gradient(
		top,
		#54a2d3 0%,
		#1d6188);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#54a2d3),
		to(#1d6188)) !important;
	background: -ms-linear-gradient(top, #54a2d3 0%,#1d6188 100%); /* IE10+ */
	background: linear-gradient(top, #54a2d3 0%,#1d6188 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a2d3', endColorstr='#1d6188',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #1c74a9;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2)
}
input.button.blue:hover, button.button.blue:hover,a.button.blue:hover {
	background: #1d6188;
	background: -moz-linear-gradient(
		top,
		#54a2d3 0%,
		#1d6188 50%,
		#1d6188);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#54a2d3),
		color-stop(0.50, #1d6188),
		to(#1d6188)) !important;
	background: -ms-linear-gradient(top, #54a2d3 0%,#1d6188 50%,#1d6188 100%); /* IE10+ */
	background: linear-gradient(top, #54a2d3 0%,#1d6188 50%,#1d6188 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a2d3', endColorstr='#0d4168',GradientType=0 ); /* IE6-9 */		
}
input.button.red, button.button.red,a.button.red {
	color: #fff;
	background: -moz-linear-gradient(
		top,
		#cb3636,
		#8e1f1f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#cb3636),
		to(#8e1f1f)) !important;
	background: -ms-linear-gradient(top, #cb3636 0%,#8e1f1f 100%); /* IE10+ */
	background: linear-gradient(top, #cb3636 0%,#8e1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3636', endColorstr='#8e1f1f',GradientType=0 ); /* IE6-9 */		
	border: 1px solid #8e1f1f;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2)
}
input.button.red:hover, button.button.red:hover,a.button.red:hover {
	background: -moz-linear-gradient(
		top,
		#cb3636,
		#8e1f1f 50%,		
		#8e1f1f);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#cb3636),
		color-stop(0.50, #8e1f1f),
		to(#8e1f1f)) !important;
	background: -ms-linear-gradient(top, #cb3636 0%,#8e1f1f 50%,#8e1f1f 100%); /* IE10+ */
	background: linear-gradient(top, #cb3636 0%,#8e1f1f 50%,#8e1f1f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3636', endColorstr='#6e0f0f',GradientType=0 ); /* IE6-9 */			
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	margin: 5px 0 25px;
	width: 100%;
	background: url('/img/menubar-bg.png') repeat-x #aaa;
	height: 40px;
	font-family: 'GibsonBold';
}
footer {
	padding-bottom: 15px;
}
footer .main-navigation {
	margin: 40px 0 40px;
}
footer .main-navigation.banners {
	width: 45%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 9px 10px 7px;
	border-right: 1px solid #939ca1;
	border-left: 1px solid #c4ccd2;
}
.main-navigation li:hover {
	background: rgba(255,255,255,.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ffffff', endColorstr='#55ffffff',GradientType=0 );
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: black;
	text-shadow:
		0px 1px 0px rgba(255,255,255,.7)
}
.main-navigation li#menu-item-9938 a {
	color: #C02929;
	text-shadow:
		0px 1px 0px rgba(255,255,255,.7)
}
/* add disabled when not logged in */
.notloggedin .main-navigation li#menu-item-10748 a,.notloggedin .main-navigation li#menu-item-10749 a,.notloggedin .main-navigation li#menu-item-10731 a {
	color: rgba(0,0,0,.5);
}
/* remove join button when logged in */
.loggedin .main-navigation li#menu-item-10751 {
	display: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: left;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
/*	border: none;
	height: auto;
	max-width: 90%; */
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
.facebook_menu_item, .twitter_menu_item {
	float: right;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;	
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}