/* @override http://sightseeingtrains.com/wp-content/themes/red_trains/style.css */

/*   
Theme Name: Ripley's Red Trains
Description: The Ripley's Red Trains WordPress Theme
Author: WPCoder
Author URI: http://wpcoder.com/
Version: 1.0
*/



/* CSS Reset */

html {
color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

li {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
font-variant:normal;
}

sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input,textarea,select {
font-size:100%;
}

legend {
color:#000;
}

del,ins {
text-decoration:none;
}

body,html {
height:100%;
}

body {
background:#210100;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:68.5%;
}

a {
outline:none;
color:#ffffcc;
}

.clearfix:after {
content:".";
visibility:hidden;
display:block;
height:0;
clear:both;
}

* html .clearfix {
height:1%;
}

h1,h2,h3,h4,h5,h6,.caps,.switcher_nav {
font-family:'Times New Roman', serif;
}



/* Header */

#header_wrap {
width:100%;
height:302px;
background:url(images/header_bg.png) repeat-x top center;
}

#header {
width:1000px;
height:302px;
margin:0 auto;
background:url(images/header_middle_bg.png) no-repeat top center;
}

#header h1 {
width:416px;
height:198px;
padding:30px 0 0;
float:left;
margin-bottom:33px;
}

#header h1 a {
width:416px;
height:198px;
display:block;
background:url(images/logo.png);
text-indent:-9999px;
}

#upper_nav {
width:200px;
height:40px;
float:right;
background:url(images/uppernav_bg.png);
padding:6px 0 0 35px;
}

#upper_nav li {
display:inline;
}

#upper_nav li a {
display:block;
float:left;
height:22px;
text-indent:-9999px;
margin-right:7px;
}

#upper_nav li.contact a {
width:78px;
}

#upper_nav li.faqs a {
width:42px;
}

#upper_nav li.home a {
width:55px;
}

#site_nav {
clear:both;
position:relative;
}

#site_nav li {
display:inline;
position:relative;
float:left;
}

#site_nav a.parent {
display:block;
float:left;
height:27px;
text-indent:-9999px;
}

#site_nav li.the-tour a.parent {
background:url(images/thetour.png);
width:165px;
height:27px;
}

#site_nav li.interactive-map a.parent {
background:url(images/interactive.png);
width:227px;
height:27px;
}

#site_nav li.city-guide a.parent {
background:url(images/city.png);
width:152px;
height:27px;
}

#site_nav li.buy-tickets a.parent {
background:url(images/tickets.png);
width:203px;
height:27px;
}

#site_nav li:hover,#site_nav li.hover {
position:relative;
}

#site_nav li:hover ul,#site_nav li.hover ul {
display:block;
}

#site_nav li ul {
position:absolute;
top:25px;
left:0;
display:none;
border:1px solid #744d0c;
background-color:#f8eabd;
width:223px;
overflow:hidden;
z-index:2;
}

#site_nav li ul.drop-down-2 {
top:55px;
}

#site_nav li ul li {
list-style:none;
float:none;
background:url(images/nav_bottom.png) repeat-x bottom;
margin-bottom:-2px;
padding:2px 0;
width:100%;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:1.3em;
display:block;
}

#site_nav li ul li a {
text-indent:0;
color:#2b271c;
text-transform:uppercase;
text-decoration:none;
padding:5px 5px 4px 11px;
width:213px;
height:auto;
display:block;
}

#site_nav li ul li a:hover {
background:#3c0502;
color:#fff;
}



/* Content */

#wrap_wrap {
width:100%;
background:#911b11 url(images/main_bg.png) repeat-x top center;
}

#wrap {
width:1020px;
margin:0 auto;
background:transparent url(images/content_top_bg.jpg) no-repeat top center;
}

#content {
width:685px;
float:left;
color:#fff;
font-size:1.25em;
padding:30px 0 0;
line-height:20px;
}

#content p {
margin-bottom:15px;
}

#content_wide {
width:1000px;
float:none;
padding:30px 0 0;
font-size:1.25em;
color:#fff;
min-height:500px;
height:auto!important;
height:500px;
}

h2.page_title {
font-size:2.6em;
color:#dcc076;
margin-bottom:20px;
padding:13px 2px;
text-transform:uppercase;
border-bottom: 1px solid #dcc076;
border-top: 1px solid #dcc076;
line-height:27px;
}
h2.single a {
cursor:text;
color:#dcc076;
text-decoration:none;
}

h3.heading {
clear:both;
font-size:1.75em;
text-transform:uppercase;
margin-bottom:10px;
}

h3.header {
font-size:2.25em;
color:#FDE4AA;
margin-bottom:25px;
}

#welcome {
}

#welcome h3 {
font-size:1.4em;
color:#fde4aa;
margin:20px 0;
line-height:24px;
}

#welcome #slideshow {
width:320px;
height:240px;
background:url(images/slideshow_bg.png) no-repeat;
float:right;
padding:26px 32px 32px 27px;
margin-left:15px;
}

.details {
width:470px;
padding-right:15px;
float:left;
border-right:1px solid #be7f5b;
margin-bottom:60px;
margin-top: 25px;
}

.details h3 {
font-size:1.9em;
margin-bottom:10px;
}

.details ul {
margin-left:27px;
}

.details ul li {
list-style-image:url(images/fancy_bullet.png);
margin-bottom:3px;
}

.must-see {
width:180px;
float:right;
margin-bottom:60px;
margin-top: 25px;
}

.must-see h3 {
font-size:1.9em;
margin-bottom:10px;
}

.must-see ul {
margin-left:15px;
}

.must-see li {
list-style-image:url(images/bullet.png);
margin-bottom:3px;
}



/* Post Styles */

.post {
margin-bottom:35px;
padding-bottom:30px;
}

.post h2.title {
font-size:2.2em;
}

.post h2.title a {
color:#d2ae4f;
text-decoration:none;
}

.post .metadata {
background:url(images/ico_clock.png) no-repeat center left;
padding:7px 0px 7px 23px;
margin-bottom:5px;
}

.post .metadata .left {
float:left;
}

.post .metadata .right {
float:right;
text-align:right;
background:url(images/ico_comment.png) no-repeat center left;
padding:0px 0px 0px 19px;
margin:0;
}

.entry h1 {
text-transform:none;
font-size:3em;
margin-bottom:25px;
color:#FDE4AA;
}

.entry h2 {
text-transform:none;
font-size:2.5em;
margin-bottom:20px;
color:#FDE4AA;
line-height: 35px;
}

.entry h3 {
text-transform:none;
font-size:2em;
margin-bottom:15px;
color:#FDE4AA;
}

.entry h4 {
text-transform:none;
font-size:1.5em;
margin-bottom:15px;
color:#FDE4AA;
}

.entry h5 {
text-transform:uppercase;
font-size:1.5em;
margin-bottom:10px;
color:#FDE4AA;
}

.entry blockquote {
color:#FDE4AA;
border-left:3px solid #fff;
margin:0 0 20px 30px;
padding-left:20px;
clear:both;
}

.entry ul {
margin:0px 0px 20px;
}

.entry ul li {
list-style-image: url(images/archive-arrow.png);
margin: 0px 0px 5px 35px;
}

.entry ol {
margin:0px 0px 20px;
}

.entry ol li {
list-style: decimal outside;
margin: 0px 0px 5px 35px;
}

.entry .share {
width: 300px;
}

.entry img.sharethis {
background: none;
float: right;
margin-bottom: 15px;
}

.entry img {

}

.entry img.border {
padding:3px;
background:#fff;
border:1px solid #000;
}

.entry .alignleft {
float:left;
margin-right:25px;
}

.entry .alignright {
float:right;
margin-left:25px;
}

.entry .aligncenter .entry .alignmiddle {
display:block;
margin:0 auto 5px;
}

.entry .wp-caption {
background:url(images/caption_bg.png) no-repeat bottom right;
padding:5px 5px 5px 10px;
width:auto;
}

.entry .wp-caption img {
margin:5px 0 8px;
padding:0px;
border:none;
}

.entry .wp-caption p {
text-align:center;
}

.entry p.readmore {
text-align:right;
font-weight:bold;
}

#content .entry .wp-caption p {
font-size:.75em;
font-weight: bold;
line-height: normal;
color:#000;
}

.featured {
border:none;
padding:0;
margin-bottom:20px;
}

.featured h2.title {
font-size:1.7em;
}

.featured .metadata, .review .metadata {
border-bottom:1px solid #fff;
}

.page {
border:none;
}


span.ico_phone {
background:url(images/ico_phone.png) no-repeat center left;
padding-left:22px;
}
span.ico_email {
background:url(images/ico_email.png) no-repeat center left;
padding-left:22px;
}
span.ico_fax {
background:url(images/ico_fax.png) no-repeat center left;
padding-left:22px;
}


/* Archives */

.archive_list {
margin-bottom:40px;
}

.archive_list li {
border-bottom:1px solid #BB7B5E;
padding:7px 0;
}

.archive_list a {
color:#dbdb83;
}

.archive_list li .title a {
color:#dadaae;
text-decoration:none;
}

.archive_list li .comments a {
color:#fff;
}

.col {
width:290px;
float:left;
}

.col ul li {
border-bottom:1px solid #BB7B5E;
padding:7px 0;
}

.col ul a {
color:#FFFFCC;
text-decoration:none;
}

.col ul li .title a {
color:#dadaae;
text-decoration:none;
}

.col ul li .comments a {
color:#fff;
}

.right {
float:right;
margin-right:30px;
}



/* Comments */

#commentform {
background:#580803;
border:1px solid #BF7D5A;
padding:30px;
}

#commentform h3.reply {
font-size:1.7em;
margin-bottom:15px;
color:#DCBF76;
}

#commentsarea h2.title {
font-size:1.7em;
margin-bottom:5px;
color:#d7d891;
}

#commentform input.text {
padding:4px;
border:1px solid #BF7D5A;
width:280px;
margin:0 20px 20px 0;
}

#commentform textarea {
padding:4px;
border:1px solid #BF7D5A;
width:600px;
height:150px;
margin:0 0 20px;
}

#commentform input.submit {
text-transform:uppercase;
padding:10px 15px;
background:#DCBF76;
color:#580803;
border:1px solid #000;
}

ul.commentlist li {
margin: 15px 0;
padding: 10px 10px 0 10px;
border: 1px solid #fff;
}

ul.commentlist li p {
margin: 15px 0;
}

ul.commentlist li img.avatar {
float: left;
margin: 0 10px 0 0;
}



/* Contact Forms */

#upload-flickr li {
display:inline;
float: left;
}

#upload-flickr img {
background:#fff;
border:2px solid #ccc;
margin:0 4px 12px 0;
float: left;
}

.wpcf7 p {
padding: 0;
margin: 0;
}

#contactform {
margin: 15px 0;
float: left;
background:#580803;
border:1px solid #BF7D5A;
padding:30px;
}

#contactform textarea {
padding:4px;
border:1px solid #dcbf77;
width:600px;
height:150px;
margin:0 0 20px;
}

#contactform input.submit {
text-transform:uppercase;
padding:10px 15px;
background:#DCBF76;
color:#580803;
border:1px solid #000;
}

#contactform span.wpcf7-form-control-wrap input {
padding:4px;
border:1px solid #dcbf77;
margin:0 0px 0px 0;
}

#contactform span.upload input {
border: 0;
color: #fff;
}

#contactform p {
margin: 0;
padding: 0;
}



/*----- Latest stuff -----*/
.latest {
padding-top:30px;
}

.latest .left_panel {
float:left;
width:320px;
border-right:1px solid #be7f5b;
padding-right:25px;
}

.latest .right_panel {
float:left;
width:310px;
border-left:1px solid #be7f5b;
margin-left:-1px;
padding-left:26px;
}

.latest .post {
border:none;
}

.latest .post h2.title {
font-size:1.65em;
}

.latest .post .metadata {
font-size:.95em;
}

.latest .switcher_nav {
margin-bottom:10px;
}

.latest .switcher_nav li {
display:inline;
text-transform:uppercase;
font-size:1.4em;
}

.latest .switcher_nav a {
display:block;
float:left;
padding-left:25px;
margin-right:7px;
text-decoration:none;
}

.latest .switcher_nav a.selected {
color:#fff;
}

.latest .switcher_nav a.posts {
background:url(images/ico_posts.png) no-repeat center left;
}

.latest .switcher_nav a.popular {
background:url(images/ico_popular.png) no-repeat center left;
}

.latest .switcher_nav a.tags {
background:url(images/ico_tags.png) no-repeat center left;
}

#posts, #popular, #tags {
clear:both; }
}

#tags {
text-align: center;
}

h2.widgettitle {
display: none;
}

#sidebar #posts li {
background:url(images/ico_clock_small.png) center left no-repeat;
padding:0 0 0 20px;
font-size:.95em;
margin-bottom:5px;
}


/* Group Form */
.wpcf7 form #group_tour_form {
line-height:25px;
padding:0px 10px;
}
.wpcf7 form #group_tour_form h4 {
margin:30px 0px 10px;
clear:both;
}
.wpcf7 form #group_tour_form span.wpcf7-list-item {
margin-right:10px;
}
.wpcf7 form #group_tour_form input.text {
border:1px solid #999;
padding: 3px;
float:left;
}
.wpcf7 form #group_tour_form label {
display:block;
float:left;
width:90px;	
text-align:left;
padding:1px 10px 0 0;
}
.wpcf7 form #group_tour_form label.short {
width:50px;
text-align:right;
}
.wpcf7 form #group_tour_form label.med {
width:60px;
text-align:right;
}
.wpcf7 form #group_tour_form label.left {
text-align:left;
padding-left:10px;	
}
.wpcf7 form #group_tour_form p {
margin-bottom:10px;	
}
.wpcf7 form #group_tour_form .col1 {
width:170px;
float:left;
}
.wpcf7 form #group_tour_form .col2 {
width:130px;
float:left;
}
.wpcf7 form #group_tour_form .col2 input.text {
width:130px;
float:left;	
margin-left:6px;
}
.wpcf7 form #group_tour_form .col1 span.wpcf7-list-item, .wpcf7 form #group_tour_form .col2 span.wpcf7-list-item {
display:block;
clear:both;
float:none;	
}
.wpcf7 form #group_tour_form textarea.curriculum {
width:290px;
height:40px;	
}
.wpcf7 form #group_tour_form textarea.notes {
width:290px;
height:100px;
}
.wpcf7 form #group_tour_form input.submit {
width:250px;
background:#dcbf79;
text-align:center;
border:2px solid #333;
color:#741207;
padding:10px 0px;
font-size:1.25em;
font-weight:bold;
margin:20px 0px 0px;
display:block;
float:none;
}



/* Sidebar */

#sidebar {
width:315px;
float:right;
background:url(images/sidebar_bg.png) no-repeat;
min-height:1397px;
height:auto!important;
height:1397px;
font-size:1.25em;
color:#fff;
}

#sidebar .widget {
padding:25px 25px 0;
background:url(images/sidebar_divider.png) no-repeat top center;
margin-bottom:15px;
line-height:20px;
}

#sidebar .widget h4 {
font-size:1.65em;
margin-bottom:5px;
color:#dcc076;
}

#sidebar .widget img.left {
float:left;
margin:10px 10px 10px 0;
}

#sidebar .widget img.right {
float:right;
margin:10px 0 0 10px;
}

#sidebar .widget img.center {
display:block;
margin:10px auto 0;
}

#sidebar .widget img.none {
margin-top:0;
}

#sidebar .forms {
padding:0;
background:none;
}

#sidebar .forms h4 {
margin-bottom:15px;
}

#sidebar .forms form {
float:left;
padding:10px 0 0;
width:185px;
margin-left:25px;
background:url(images/searchbg.png) no-repeat bottom left;
}

#sidebar .forms form #s {
padding:3px 2px;
margin:0 5px 0 35px;
width:96px;
float:left;
border:none;
font-size:1em;
display:inline;
}

#sidebar .forms .rss {
float:right;
margin:10px 30px 0 0;
}

#sidebar .weather {
clear:both;
color:#fff;
text-align:center;
}

#sidebar .twitter h4 {
background:url(images/twitter_bird.png) no-repeat top left;
padding:20px 0 0 70px;
height:42px;
margin-bottom:0;
}

#sidebar .twitter li {
border-bottom:1px solid #43434b;
padding:0 0 5px;
margin-bottom:5px;
}

#sidebar .flickr {
clear:both;
width:275px;
}

#sidebar .flickr h4 {
color:#fff;
font-size:1.6em;
padding-top:15px;
margin-bottom:5px;
}

#sidebar .flickr img {
float:left;
background:#fff;
padding:4px;
border:1px solid #dcc078;
margin:0 5px 5px 0;
}

#sidebar .opinion ul.left {
float:left;
margin:10px 0 0 15px;
width:100px;
font-size:.95em;
}

#sidebar .opinion ul.right {
float:right;
margin:10px 0 0;
width:125px;
font-size:.95em;
}

#sidebar .opinion ul li {
list-style-image:url(images/bullet.png);
}

#sidebar .opinion a {
color:#e9daae;
}



/* Buckets */

#buckets_wrap {
width:100%;
background:url(images/buckets_bg.png) repeat-x top center;
height:305px;
}

#buckets {
width:995px;
margin:0 auto;
padding:45px 0 0;
color:#270000;
}

.bucket {
height:225px;
font-size:1.25em;
line-height:20px;
float:left;
}

.bucket h3 {
font-size:1.8em;
color:#701004;
margin:10px 0 5px;
}

.bucket h3.yellow {
color:#d7d991;
}

.bucket img {
float:left;
margin-right:10px;
margin-top:10px;
}

.bucket a {
color:#992513;
}

.bucket p {
margin-top:10px;
margin-bottom:10px;
}

#buckets .adventures {
width:330px;
background:url(images/bucket_divider.png) no-repeat center right;
padding-right:20px;
}

#buckets .experience {
width:275px;
background:url(images/bucket_divider.png) no-repeat center right;
padding:0 35px 0 25px;
}

#buckets .museum {
width:280px;
padding-left:25px;
}

#buckets .museum img {
display:block;
margin:20px auto 0;
float:none;
}



/* Footer */

#footer_wrap {
width:100%;
background:transparent url(images/footer_bg.png) no-repeat top center;
height:200px;
}

#footer {
width:975px;
margin:0 auto;
padding:45px 0 90px;
color:#fff;
font-size:1.1em;
line-height:16px;
}

#footer .copyright {
float:left;
width:420px;
}

#footer .copyright span {
color:#d0af6e;
}

#footer .copyright p {
margin-bottom:20px;
}

#footer .copyright a {
color:#d0af6e;
text-decoration:underline;
}

#footer .bottom_nav {
float:right;
width:540px;
text-align:right;
color:#d0af6e;
}

#footer .bottom_nav .nav {
color:#fff;
display:block;
margin-bottom:25px;
}

#footer .bottom_nav a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

#footer .bottom_nav a:hover {
text-decoration:underline;
}