@charset "utf-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local('Lato Regular'),local('Lato-Regular'),url(//fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype')}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local('Lato Bold'),local('Lato-Bold'),url(//fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')}

body {
	margin:0;
	padding:0;
	background: #e4dfdf url('../img/header/body-background.jpg') repeat-x;
	color: #363333;
	font: 62.5% Lato, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

.clear {
	clear: both;
}

.floatright {
	float: right;
}

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

p {
	margin-top: 10px;
}

hr {
	margin-bottom: 10px;
	margin-top: 20px;
}

.bold {
	font-weight: bold;
	font-size: 1em;
}

h3 {
	font-size: 1.2em;
}

div.message {
	color: black;
	width: 100%;
	font-size: 1.6em;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 20px;
}

div.error-message {
	clear: both;
	color: #e71a1c;
	font-weight: bold;
}

.photocredit {
	color: #363333;
	font-style: italic;
	font-size: 1.1em;
	margin-top: -4px;
}

.redtext {
	color: #e71a1c;
}

.bluetext {
	color: #020286;
}

#main-content {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

#missing h2 {
	font-size: 1.6em;
	font-weight: bold;
}

#missing p {
	font-size: 1.4em;
}

/* @group header */


#banner {
	text-align: center;
	padding-top: 10px;
}

#header {
	background: url('../img/header/logo.png') no-repeat;
	height: 150px;
}

#header-sign_in {
	float: right;
	display: block;
	margin-top: 10px;
	color: red;
	font-size: 1.4em;
}

#header-social {
	float: right;
	display: block;
	clear: right;
	margin-top: 20px;
}

#header-membership {
	float: right;
	display: block;
	clear: right;
	margin-top: 10px;
}



/* @end */

/* @group Navigation section */

/* Pull in main nav sprite */

#nav {
	/* background: url("../img/header/nav.png") no-repeat; */
	width: 960px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #FF0000;
	border-radius: 9px 9px 0px 0px; 
	box-shadow: inset 0px 8px 5px 0px rgba(0,0,0,0.1);
}

#nav li, #nav a {
	height: 30px;
	display: block;
	color: white;
	font-size: 14px;
}

#nav a {
	padding: 6px 6px 0px 6px;
	font-weight: bold;
	opacity: 0.75;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-rendering: optimizeLegibility;
}

#nav li {
	
}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}

#nav a:hover, #nav li.current_page_item a {
	height: 30px;
	display: block;
	color: #1A1A90;
	background: white;
	opacity: 1;
}
#nav .home {
    margin-left: 14px;
}


/* Logged in users see this extra navbar */

#subnav li a{
	color: #020286;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}


/* @end */

/* @group footer */

#footer-newsletter {
	border-top: 1px solid #c1bebe;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 50px;
	clear: both;
}

#footer-newsletter p {
	float: left;
	color: #ff462f;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 19px;
}

.footer-newsletter-field {
	height: 24px;
	padding: 0px;
	background: transparent url(/img/newsletter-formfield.png) no-repeat;
	width: 189px;
	float: left;
	font-size: 1.4em;
	margin-right: 10px;
	color: #c1bebe;
}

#footer-panel {
	background-color: #e4dfdf;
	padding-top: 15px;
	font-size: 1.2em;
	padding-bottom: 15px;
}

#footer-terms li {
	float: left;
	list-style: none;
	display: inline-block;
	color: red;
	padding-left: 10px;
}

#footer-terms a {
	padding-right: 10px;
}

#footer-copyright {
	float: right;
	padding-right: 10px;
}

#footer-credit {
	clear: both;
	margin-top: 25px;
	padding-left: 10px;
}


#bottom-links {
	margin-right: 150px;
	margin-left: 10px;
	font-size: 1.3em;
}

#bottom-links h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#bottom-links-list li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	list-style-image: url(../img/about/list-red-dot.gif);
}

#bottom-links-sublist {
	
}

/* @end */

/* @group subscribe */

#main-newsletter p {
	color: #ff462f;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 19px;
}

.main-newsletter-field {
	margin-top: 5px;
	height: 24px;
	padding: 0px;
	background: transparent url(/img/newsletter-formfield.png) no-repeat;
	width: 189px;
	font-size: 1.0em;
	margin-left: 20px;
	color: #c1bebe;
}

.main-newsletter-image {
	margin-left: 20px;
}

/* @end */

/* @group Home */

img.online {
	position: relative;
	bottom: 15px;
	left: 70px;
}

#home-left {
	width: 300px;
	float: left;
	margin-right: 20px;
}

#home-right {
	width: 620px;
	float: left;
}

#home-intro {
	border-bottom: 1px solid #c1bebe;
	padding-bottom: 10px;
	font-size: 1.4em;
}

#home-news-panel h3{
	font-size: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.home-news-item {
	border-bottom: 1px solid #c1bebe;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.home-news-item h4 {
	font-weight: bold;
}

.home-news-item img {
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.home-news-item-text {
	float: left;
	width: 220px;
	overflow: hidden;
}

#home-gallery {
	margin-bottom: 20px;
}

#home-right h2,
#home-twitter h2,
#home-facebook h2,
#home-forum h2,
#news-twitter h2,
#news-facebook h2,
divtimeline-header.customisable-border {
	line-height: 30px;
	color: white;
	font-size: 1.6em;
	padding-left: 10px;
	background-image: url(/img/home/home-panel-heading-strip.jpg);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#home-right p {
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #c1bebe;
	border-left: 1px solid #c1bebe;
	border-bottom: 1px solid #c1bebe;
}

.home-right-img {
	border-right: 1px solid #c1bebe;
	border-left: 1px solid #c1bebe;
}

#home-events {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#home-events p {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
}

#home-shop {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#home-shop p {
	padding-bottom: 20px;
	margin-top: -10px;
	padding-top: 20px;
}

#home-magazine {
	width: 200px;
	float: left;
}

#home-magazine p {
	margin-top: -10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#home-twitter, #home-facebook, #home-forum {
	width: 31.9%;
	float: left;
}

#home-twitter, #home-facebook {
	margin-right: 20px;
}

#home-forum-panel {
	border-left: 1px solid #c1bebe;
	border-right: 1px solid #c1bebe;
	border-bottom: 1px solid #c1bebe;
	height: 600px;
	overflow: scroll;
}

.home-forum-item {
	border-bottom: 1px solid #c1bebe;
	font-size: 1.3em;
	overflow: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.home-forum-item-credit {
	font-size: 0.9em;
}

.fb-like-box {
	border-left: 1px solid #c1bebe;
	border-right: 1px solid #c1bebe;
	border-bottom: 1px solid #c1bebe;	
}

/* @end */

/* @group About */

#about-left {
	width: 300px;
	margin-right: 10px;
	float: left;	
}

#about-left img {
	margin-bottom: 10px;
}

#about-middle {
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 1.3em;	
}

#about-middle h2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

#about-middle li, .pagelist li{
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	list-style-image: url(../img/about/list-red-dot.gif);
}

#about-right {
	width: 220px;
	margin-left: 10px;
	float: left;	
}

.fed_img {
	float: left;
	margin-right: 10px;
}



/* @end */

/* @group History */

#history-left {
	width: 300px;
	margin-right: 10px;
	float: left;
}

#history-left h2 {
	font-size: 1.6em;
	font-weight: bold;
}

.history-bus-type {
	border: 1px solid #c1bebe;
	font-size: 1.2em;
	width: 300px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #020286;
	font-weight: bold;
}

#history-middle {
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 1.3em;
}

#history-middle h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#history-middle table {
	margin-top: 20px;
}

#history-middle td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.history-next {
	text-align: right;
	padding-bottom: 20px;
}

#history-right {
	width: 220px;
	margin-left: 10px;
	float: left;
}



/* @end */

/* @group News */

#news-twitter {
	margin-bottom: 20px;
}

/* @end */

/* @group Shop */

#shop-left {
	width: 220px;
	margin-right: 10px;
	float: left;
}

.shop-categories {
	border: 1px solid #c1bebe;
	font-size: 1.2em;
	width: 208px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #020286;
	font-weight: bold;
}

#shop-middle {
	width: 460px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 1.3em;
}

#shop-middle h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#shop-middle h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.shop-details {
	float: left;
	padding-left: 10px;
	width: 300px;
}

.shop-details table{
	width: 100%;
}

.shop-details tr td {
	padding: 2px;
}

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

.shop-cart-left {
	border: 1px solid #c1bebe;
	font-size: 1.3em;
	width: 208px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

.shop-cart-right {
	border: 1px solid #c1bebe;
	font-size: 1.3em;
	width: 218px;
	padding-top: 14px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#shop-right {
	width: 700px;
	margin-left: 10px;
	float: left;
	font-size: 1.4em;
}

div#shop-right h2 {
	font-weight: bold;
	margin-bottom: 10px;	
}

div#shop-right table {
	width: 100%;
}

div#shop-right td.border {
	border: 1px solid #c1bebe;
}

div#shop-right td {
	padding: 5px;
}

.shop-thumb {
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
}
.shop-thumb img {
	margin-right: auto;
	margin-left: auto;
}
td.thinner {
	width: 75px;
	text-align: center;
}

td.cash {
	text-align: right;
}

.checkout{
	padding-top: 10px;
	padding-bottom: 10px;
}

.delivery {
	float: left;
}



/* @end */

/* @group Magazine */

#magazine-issues {
	clear: both;
	width: 960px;
}

#magazine-issues img{
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* @end */

/* @group Membership */

#member-login {
	font-size: 1.4em;
}

.member-login-field {
	height: 24px;
	padding: 0px;
	background: transparent url(/img/newsletter-formfield.png) no-repeat;
	width: 189px;
	float: left;
	margin-right: 10px;
	font-size: 1.1em;
}

#member-login td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: middle;
}

#membership-panel {
	background: url(/img/right-panel-heading.png) no-repeat;
}

#membership-panel h2 {
	line-height: 30px;
	color: white;
	font-size: 1.6em;
	padding-left: 10px;
}

#membership-left {
	width: 280px;
	margin-right: 10px;
	float: left;
	font-size: 1.2em;
}

.membership-left-panel {
	width: 280px;
	border: 1px solid #c1bebe;
	padding: 5px 10px 10px;
	margin-bottom: 20px;
}
.membership-left-panel img{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#membership-middle {
	width: 610px;
	margin-right: 10px;
	float: right;
	font-size: 1.3em;
}

#membership-middle h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

#membership-details table {
	border: none;
	padding: 5px 5px 10px 0;
}

#membership-details td {
	text-align: left;
	border: none;
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 10px;
}

table#membership-details td input {
	width: 400px;
	height: 20px;
}

table#membership-details td div.textarea textarea {
	width: 400px;
	height: 160px;
}

table.membership-options {
	width: 400px;
}

.membership-options table th {
	border: 1px solid #c1bebe;
	padding: 5px;
	text-align: center;
}

.membership-options th{
	border: 1px solid #c1bebe;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.membership-options td{
	border: 1px solid #c1bebe;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}

.paypalbutton{
	vertical-align: bottom;
}

th.membership-options {
	font-weight: bold;
	text-align: left;
}

#membership-details table {
	border: none;
	padding: 5px 5px 10px 0;
}

#membership-renewal {
	font-size: 1.3em;
}
#membership-renewal table {
	border: none;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}
#passwordreset{
	margin-bottom: 10px;
}
#passwordreset h2{
	font-size: 1.6em;
	font-weight: bold;	
}

#passwordreset p{
	font-size: 1.4em;
}

#passwordreset td{
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
}

/* @end */

/* @group Links */

#links-right, #shows-right {
	width: 620px;
	float: left;
	margin-left: 10px;
}

#links-right {
	font-size: 1.2em;
}

#links-right h2 {
	font-size: 1.4em;
	font-weight: bold;
}

#links-right h4{
	font-weight: bold;
}

#links-right hr{
	margin-bottom: 10px;
	margin-top: 8px;
}

/* @end */

/* @group Forum */


div.forum h3 {
	font-size: 1.4em;
}

div.forum p {
	font-size: 1.3em;
}

div.forum textarea{
	width: 98%;
}

.form-text{
	width: 98%;
}

.forum table {
	font-size: 1.3em;
	margin-top: 15px;
	width: 940px;
}

.forum td {
	padding: 10px;
	border: 1px solid #909090;
	vertical-align: top;
}

.namebox {
	width: 150px;
}

.commentbox {
	width: 800px;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	
}

.small-text {
	font-size: 0.8em;
}

/* @end */

/* @group Contact */

#contact-jobs {
	float: left;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 20px;
	margin-top: 20px;
}

#contact-names {
	line-height: 1.6em;
	margin-top: 20px;
}

#contact-names a{
	color: #020286;
}

/* @end */

/* @group Panels */

#panel-text, #panel-text-rm60 {
	border-right: 1px solid #c1bebe;
	border-bottom: 1px solid #c1bebe;
	border-left: 1px solid #c1bebe;
	margin-top: 0;
	padding: 5px 10px 30px;
	font-size: 1.1em;
}

#panel-image {
	border-right: 1px solid #c1bebe;
	border-left: 1px solid #c1bebe;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* @end */

/* @group Galleries */

div.clear {
	height:0px;
	line-height:0px;
	clear:both;
}

#colorbox {
	border:1px solid #afafaf;
	background:#ffffff;
	overflow:hidden;
	width:460px;
	height:235px;
}

#colorbox h1 {
	background:#ec2124;
	color:#ffffff;
	margin:0;
	padding:0 0 0 10px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
}

#colorbox p {
	font-size:14px;
	padding:5px 0;
}

#colorbox a#close {
	float:right;
	color:#ffffff;
	line-height:30px;
	font-size:16px;
	margin:0 10px 0 0;
}

#colorbox iframe.cboxIframe {
	width:460px;
	height:235px;
	overflow:hidden;
}

#colorbox .button {
	display:block;
	text-align:center;
	background:#ec2124;
	color:#ffffff;
	border:0;
	line-height:26px;
	padding:0 10px;
	margin:0;
	font-size:12px;
	font-weight:bold;
}

#galleriesMain {
	padding:10px 10px 40px 10px;
	clear: both;
	min-height:150px;
	font-size:13px;
}

#galleriesMain h1 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

#galleriesMain h2 {
	font-size:14px;
	font-weight: bold;
	color:#ff0000;
	margin: 0 0 10px 0;
}

#galleriesMain p {
	font-size:14px;
	color:#333333;
}

#galleriesMain a.galleryAddButton {
	display:block;
	float:right;
}

#galleriesMain a.photoAddButton {
	display:block;
	float:right;
}

#galleriesMain div.thumbnail {
	display:block;
	width:220px;
	float:left;
	font-size:13px;
	margin:0 20px 20px 0;
}

#galleriesMain div.thumbnail table.polaroid {
	border:1px solid #b3b3b3;
	width:218px;
	height:218px;
}

#galleriesMain div.thumbnail table.polaroid td {
	text-align:center;
	vertical-align: middle;
}

#galleriesMain div.thumbnail strong {
	font-weight:bold;
}

#galleriesMain div.thumbnail .hiddenPhotos {
	display:none;
}

div.paginator {
	text-align: center;
	color:#E71A1C;
}

div.paginator span.disabled {
	display:none;
}

div.paginator span.current {
	font-weight: bold;
}

#galleriesMain table.indexLanding {
	border:0;
	padding:0;
	margin:10px 0;
}

#galleriesMain table.indexLanding td {
	padding:0;
	margin:0;
}

#MembersJoin {
	text-align:center;
	line-height:30px;
}

#membersGalleriesEdit {
	text-align: center;
	line-height:30px;
}

#membersGalleriesEdit .text input {
	width:200px;
}

#membersGalleriesEdit .button {
	margin:30px auto !important;
	width:100px;
}

#membersGalleriesAdd {
	text-align: center;
	line-height:30px;
}

#membersGalleriesAdd .text input {
	width:200px;
}

#membersGalleriesAdd .button {
	margin:30px auto !important;
	width:100px;
}

#membersPhotosEdit {
	text-align: center;
	line-height:30px;
}

#membersPhotosEdit .text input {
	width:200px;
}

#membersPhotosEdit .button {
	margin:0px auto !important;
	width:100px;
}

#membersPhotosAdd { text-align: center; }
#membersPhotosAdd strong { display:block; margin-top:10px; font-weight:bold; }
#membersPhotosAdd p { margin-top:0px; }
#membersPhotosAdd .text { margin:5px 0; }
#membersPhotosAdd input { margin:15px 0; }
#membersPhotosAdd .text input { width:300px; margin:0; }
#membersPhotosAdd em { display:block; font-size:11px; text-align:left; padding-left:105px; }
#membersPhotosAdd .button { margin:0px auto !important; width:100px; }

/* COLORBOX STYLING */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

#colorbox{}

#cboxOverlay { background:#000; }

#cboxContent{background:#fff; overflow:hidden; font-size:14px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#000;}
#cboxCurrent{position:absolute; bottom:4px; left:5px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; top:50%; left:0; width:80px; text-align:center; height:30px; line-height:30px; text-transform:uppercase; background:#ffffff; }
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:0;  width:80px; text-align:center; height:30px; line-height:30px; text-transform:uppercase;  background:#ffffff; }
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{}
#cboxLoadingGraphic{background:url("../img/ajax-loader.gif") no-repeat center center;}
#cboxClose{position:absolute; top:0; right:5px; width:50px; height:30px; line-height: 30px; text-align:right; color:#ffffff; }

.cboxClosePhotos { position:absolute; bottom:0 !important; top: auto !important; color:#000000 !important; right:5px; width:50px; text-align:right; }

#colorbox.colorboxPhotos #cboxPrevious{top:50%; left:15px; width:20px; height:40px; background:url('../img/cbox-arrow-left.gif') no-repeat top left; text-indent:-9999px;}
#colorbox.colorboxPhotos #cboxNext{top:50%; right:15px; width:20px; height:40px; background:url('../img/cbox-arrow-right.gif') no-repeat top left; text-indent:-9999px;}
#colorbox.colorboxPhotos #cboxTitle{position:absolute; bottom:20px; left:0; text-align:center; width:100%; color:#000;}
#colorbox.colorboxPhotos #cboxClose{position:absolute; top:0; right:5px; width:50px; height:30px; line-height: 30px; text-align:right; color:red; }

#colorbox.colorboxCheckout {width:600px; height:600px;
	}

/* @end */

/* @group Routemaster 60 */

#shows-right p {
	font-size: 1.4em;
}

h2#h2blue {
	color: #000077;
	font-size: 1.8em;
	font-weight: 700;
}

#pdf {
	padding-top: 20px;
}

#pdf img, .rm60img {
	float: left;
}

#panel-text-rm60 p {
	padding-left: 55px;
}

#panel-text-rm60 p:first-child {
	padding-left: 0px;
}

#rm60logo {
	padding-left: 50px;
	padding-top: 20px;
}

table#buses-at-the-show-list {
	width: 100%;
	border: 1px solid #dad8d8;
	font-size: 1.4em;
}

table#buses-at-the-show-list th {
	font-weight: bold;
}

table#buses-at-the-show-list th, table#buses-at-the-show-list td{
	border: 1px solid #dad8d8;
	padding: 3px 5px 3px 3px;
}

.paging .current, .paging .disabled, .paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block;
	font-size: 1.4em;
}

.paging .disabled {
	display: none;
}

.paging .disabled:hover {
	background: transparent;
}

#nextlink {
	float: right;
}

/* @end */

/* @group Constitution */
#constitution-middle {
	width: 380px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	font-size: 1.3em;	
}

#constitution-middle h2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

#constitution-middle h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}

/* @end */

/* @group Magazine */

#magazine-return {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	padding-left: 50px;
	height: 100px;
	z-index: 999;
	position: fixed;
	top: 0;
	color: white;
}

/* @end */