/* Basic Common Styles */
div#printHead {
	display: none;
}

* {
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

img {
	border: 0px;
}

.clearBox {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.italic {
	font-style: italic;
}

img.thumb {
	border: 8px solid white;
}

p.small {
	font-size: 0.9em;
}

p.short {
	line-height: 1em;
}


.page-content {
	padding: 20px 0;
}
	.page-content h2 {
		text-transform: uppercase;
		font-size: 1.3em;
	}
	.page-content a {
		text-transform: none;
		font-weight: bold;
		color: #36c;
	}

h1 {
	text-transform: uppercase;
	font-size: 1.3em;
}
#leftCol h1, #oneCol h1 {
	color: #CC6600;
}
.featured {
	font-size: 11px;
}
	.featured h1 {
		font-size: 12.1px;
	}

h1.white {
	color: #FFFFFF;
}

h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}

/* Main Structure */
body {
	font-family: Georgia, "Time New Roman", Palatino, serif;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 50px;
}

div#frame {
	width: 1024px;
	min-width: 1024px;
	margin: 0px auto 0px auto;
}

div#rightCol .featured {
}
div#rightCol {
	width: 424px;
}
		.first-line {
			background-color: #666666;
			text-align: center;
		}
			.first-line a {
				color: #ffcc00;
				text-transform: none;
				text-decoration: none;
			}
		.second-line {
			padding: 10px 0 10px 12px;
			background-color: #ffcc66;
		}
			.second-line form {
				display: inline;
			}
			.second-line a.buy-tickets {
				margin-right: 11px;
			}
			.second-line label {
				margin-right: 3px;
			}
			.second-line img,
			.second-line .image,
			.second-line .text {
				vertical-align: middle;
			}
			.second-line .text {
				width: 133px;
				height: 19px;
				padding: 1px 0;
				border: 1px solid #dabf89;
			}
			.second-line .text.blurrer.blurred {
				background: #fff url(/img/email_address_bg.gif) no-repeat center center;
			}
	div#rightCol h2 {
		text-align: center;
		margin: 6px 0 10px;
	}
	div#rightCol .sound-index {
		padding-right: 20px;
		margin-bottom: 20px;
		width: 45%;
		float: right;
		text-align: right;
		color: #333333;
		text-transform: uppercase;
		font-weight: bold;
	}
		div#rightCol .sound-index span {
			line-height: 34px;
			vertical-align: top;
			margin-right: 5px;
		}
		div#rightCol .sound-index object {
			line-height: 34px;
			vertical-align: top;
		}
	div#rightCol .video-index {
		padding-left: 20px;
		margin-bottom: 20px;
		width: 45%;
		float: left;
	}
		div#rightCol .video-index .header {
			text-transform: uppercase;
			font-weight: bold;
			color: #333333;
		}
			div#rightCol .video-index a {
				text-transform: none;
				font-weight: normal;
				color: #000;
				text-decoration: underline;
				font-size: 10px;
			}
		div#rightCol .title {
			font-style: italic;
		}
div#leftCol {
	width: 600px;
}

/* Main Navigation */
ul#nav li {
	list-style-type: none;
	text-align: center;
}

ul#nav li a.title {
	display: block;
	padding: 5px 0;
}

ul#nav li ul li a {
	height: auto;
	line-height: 20px;
}

ul#nav li.sfHover {
	background-color: #333333;
}

ul#nav li ul {
	position: absolute;
	top: -999px;
	width: 150px;
	padding: 0px 0px;
	z-index: 50;
	background-color: #CCCCCC;
}

ul#nav li ul li {
	background-color: #CCCCCC;
	text-align: left;
}

ul#nav li.sfHover ul {
	top: 99px;
}

ul#nav li.sfHover ul li.sfHover {
	background-color: #FFCC66;
}

ul#nav li ul li.last a {
	border-bottom: 0px none;
	margin-bottom: 0px;
}

ul#nav li ul li a {
	display: block;
	width: 130px;
	padding: 1px 0;
	margin: 0 auto;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
ul#nav li {
	background-color: #999999;
}

ul#nav li ul li.sfHover a {
}

ul#nav li ul li a {
}

div#logo {
	background-image: url(/img/new/logo.png);
	height: 276px;
	color: #ccc;
	width: 424px;
	position: relative;
	z-index: 10;
	font-weight: bold;
}
	div#logo .phone {
		font-size: 11.2px;
	}

div#ieHome div#logo, div#ieSecondary div#logo {
 	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logoBG.png', sizingMethod='image');
}

div#logo p {
	position: relative;
	top: 237px;
	text-align: center;
	font-size: 9.2px;
	line-height: 13px;
	letter-spacing: 0.04em;
}

div#logo a {
	color: #fff;
}

/* Title Tabs */
/* so tab is on bottom of drop shadow from image */
.logo {
	position: relative;
	z-index: 10;
}

h1.main {
	background: url(/img/dropshadow.png) repeat-x bottom;
	float: left;
	padding-bottom: 6px;
	font-size: 18px;
	color: #333 !important;
	position: relative;
	margin-bottom: 20px;
}
	h1.main .inner {
		background-color: #FFCC66;
		padding: 15px 15px 10px;
		width: 200px;
	}
	h1.main.bigger .inner {
		width: 260px;
	}
	h1.main.sound .inner .sound {
		float: right;
		position: absolute;
		top: 4px;
		right: 4px;
	}
	h1.main .inner:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	h1.main .inner { display: inline-block; }
	h1.main .inner { display: block; }


div.dropshadow {
	background: url(/img/dropshadow.png) repeat-x bottom;
	padding-bottom: 6px;
	margin-bottom: 10px;
	position: relative;
	z-index: 4;
}

div.dropshadow.rightTab {
	background-image: none;
	padding: 0;
	float: none;
}

#rightCol h1.tab {
	margin-top: 10px;
	background-color: transparent;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}


div#ieHome div.dropshadow, 
div#ieSecondary div.dropshadow {
 	background: none;
}

/* bottom secondary nav */
ul#secondaryNav {
	margin-left: 12px;
	color: #cccccc;
	float: right;
	margin-top: 5px;
	margin-left: 0;
	width: 450px; 
	font-size: 10px;
}


ul#secondaryNav li {
	list-style-type: none;
	float: left;
}

ul#secondaryNav li a {
	font-weight: bold;

	color: #cccccc;
	text-transform: uppercase;
	text-decoration: none;

	padding: 1px;
}

/* Search */
div#emailsignup {
	margin-right: 7px;
	margin-bottom: 7px;
}

div#emailsignup a {
	color: #CC6600;
}

div#emailsignup p img {
	padding-right: 6px;
}

div#emailsignup p.short {
	font-size: 0.9em;
	line-height: 2.4em;

	vertical-align: middle;
}

/* Event */
div.event {
	margin-bottom: 20px;
	padding-bottom: 10px;

	border-bottom: 2px solid #cccc99;
}

/* Specials page */
div.special {
	margin: 20px 0px 0px 20px;
}

div#specialDetail img {
	border: 8px solid white;
}

a.more {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #35c;
}
	a.more span {
		color: #cc0033;
	}

/* Crew page */
div.crew {
	float: left;
	margin-bottom: 20px;
	padding-right: 30px;
}

div.crew img {
	margin-right: 10px;
}

/* Enews signup form */
form#signupForm {
	margin-left: 40px;
}

form#signupForm div.input {
	margin-bottom: 10px;
}

form#signupForm div.input input {
	width: 200px;
}

form#signupForm label {
	clear: both;
	display: block;
}

form#signupForm div.submit {
	margin-left: -40px;
	margin-top: 10px;
}

/* Video Room */
span#videoControls {
	margin-left: 15px;
}

span#videoControls label {
	font-size: 0.9em;
	color: #000000;
	margin-left: 5px;
}

#oneCol ul, #oneCol ol {
	margin-left: 14px;
}


li.videoIcon {
	text-align: center;
	list-style-type: none;
	width: 180px;
	height: 140px;
	float: left;
}

div#videoBox {
	margin-top: 30px;
	text-align: center;
}

div#specialDetail {
	padding-right: 25px;
}

.postcardBox { width: 220px; height: 300px; padding: 0 50px; float: left; text-align: center; vertical-align: middle; } 
.postcardBox img { border: none; }
.postcardBox .caption { margin-top: 10px; font-size: 11px; }

.postcards.view .form {
	width: 300px;
	padding: 20px;
}

.postcards.view .form .input { margin: 4px; }

.postcards.view .form input {
	width: 190px;
	padding: 2px;
}

.postcards.view .form textarea { width: 250px; height: 50px; padding: 2px; }

.postcards.view form button {
	padding: 5px 10px 5px 10px;
	background: #cccccc;
	color: #232323;
	font-size: 12px;
}

.postcards.view .front {
	float: left;
	width: auto;
	padding-bottom: 6px;
	padding-right: 6px;
	background: url(/img/postcards/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/postcards/shadow.gif) no-repeat bottom right;
}

.postcards.view .back {
	float: left;
	width: auto;
	padding-bottom: 6px;
	padding-right: 6px;
	background: url(/img/postcards/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/img/postcards/shadow.gif) no-repeat bottom right;
}

.postcards.view .back img { border: 1px solid #cccccc; }

.postcards.view .back .msg {
	position: absolute;
	margin-top: 180px;
	margin-left: 32px;
	width: 280px;
	line-height: 300%;
	font-family: arial;
	font-size: 12px;
}

.postcards.view .back .to {
	position: absolute;
	margin-top: 245px;
	margin-left: 400px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.postcards.view .back .from {
	position: absolute;
	margin-top: 311px;
	margin-left: 415px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

/* CAR ADDITIONS 20081008 */
div#postcards-index-leftCol {
	width: 30%;
	float: left;
}

div#postcards-index-rightCol {
	width: 70%;
	float: left;
	min-height: 650px;
}

p.remotebold span {font-weight: bold;}


/* Special Trains Styles */
.special-trains {
	
}

.special-trains .train {
	border-bottom: 5px solid #e4e0ae;
	padding: 15px;
}

.special-trains .train .title {
	font-size: 13px;
	font-weight: bold;
}

.special-trains .train .description {
	font-size: 10px;
	line-height: 160%;
	padding-left: 10px;
}
.special-trains .train .description p {
	margin-bottom: 10px;
}
.special-trains .train .description img {
	border: 1px solid #e3b63e;
}
.special-trains .train .more {
	padding-left: 10px;
}
.special-trains .train .more a {
	font-weight: bold;
	font-size: 11px;
	color: #562b00;
	text-decoration: none;
}

/* padding for FCK images */
div#frame div#leftCol.left p img {
	padding: 5px 15px 5px 0;
}





/* Bottom Navigation */
div#searchBox {
	float: left;
	width: 420px;
	margin-top: 5px;
}
	div#searchBox input,
	div#searchBox img {
		vertical-align: top;
	}
	div#searchBox input.image,
	div#searchBox img {
		margin-right: 10px;
	}
	div#searchBox input.text {
		height: 19px;
		padding: 1px 0;
		border: 0;
	}
	div#searchBox input.text.blurrer.blurred {
		background: #fff url(/img/search_bg.gif) no-repeat center center;
	}

	
	
	
#topLeft {
	width: 600px;
	background-color: #666666;
}
#topLeft.oneCol {
	height: 333px;
}
#topRight {
	width: 424px;
}


.sounds {
	margin: 20px 0;
}
.sounds:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sounds { display: inline-block; }
.sounds { display: block; }
	.sounds h2 {
		margin-bottom: 10px;
	}
	.sounds .whistles,
	.sounds .locomotive {
		float: left;
		width: 45%;
	}
	.sounds .whistles {
		margin-right: 5%;
	}
	.sounds table {
		border-collapse: collapse;
	}
		.sounds table tr {
			border-bottom: 1px solid #e9e9e9;
		}
			.sounds table tr td {
				padding: 10px 20px 10px 0;
				vertical-align: top;
			}
				.sounds .whistles table tr td.pattern {
					font-size: 20px;
					font-weight: bold;
					text-align: center;
					white-space: nowrap;
				}
	#leftCol .sounds .whistles,
	#leftCol .sounds .locomotive {
		width: 100%;
	}
	#leftCol .sounds h2 {
		margin-top: 20px;
	}
				
				.cake-debug {
	background-color: #fff;
}

.fck-template-2-equal-col td {
	padding: 10px 20px 10px 10px;
}