/*
Theme Name: Nash Tours
Theme URI: http://www.imagedesignpros.com
Description: Custom template for Nash Tours
Version: 1.0
Author: Image Design
*/

*{
	margin:0px;
	padding:0px;
}
body{
	font-size:62.5%; /*equals 10px*/
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #414141;
	min-width:850px;
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}

#Container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 850px;
	margin-bottom:2em;
}
#Logo {
	position: relative;
	height: 100px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	color: #C42228;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 7em;
	text-transform: lowercase;
	overflow: hidden;
	padding-top: 15px;
	font-weight:bold;
	background-color:#fff;
	margin-bottom: 5px;
}
#Logo a {
	color: #C42228;
	text-decoration: none;
	position: relative;
	height: 100px;
	width: 350px;
	display: block;
}
#Logo a span {
	background-image: url(images/logo-nash-tours.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	width: 350px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}
#Menu {
	background-image: url(images/box-top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
	padding-left: 41px;
}
#Menu li {
	float: left;
	display: block;
	height: 34px;
	width: 128px;
}
#Menu a {
	background-image: url(images/ticket-tab.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 34px;
	width: 128px;
	display:block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 2.7;
}
#Menu a:hover, #Menu a:focus, #Menu a:active{
	background-position: 0px -68px;
}
#Menu .current_page_item a{
	background-position: 0px -34px;
	color:#F08721;
}
#Wrapper {
	background-image: url(images/box-sides.png);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-right: 41px;
	padding-left: 41px;
	color: #000000;
	
}
#WrapBot {
	background-image: url(images/box-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
#Header {
	margin-bottom: 16px;
}
#Header .small {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100px;
	width: 145px;
	margin-left: 10px;
	float:left;
}

#Header .first{
	margin-left: 0px;
}

#Column1 {
	float: left;
	width: 376px;
	margin-right: 18px;
	position: relative;
}
#Column2 {
	margin-left: 394px;
	position: relative;
}
p {
	font-size: 1.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.2;
}
.post a{
	color:#C42228;
	text-decoration:none
}
.post a:hover, .post a:focus, .post a:active{
	color: #D2721A;
	border-bottom: dashed 1px #D2721A;
}
.post ul{
	font-size: 1.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.2;
	list-style:disc;
	padding-left: 1em;
}
.post ol{
	font-size: 1.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.2;
	list-style:decimal;
	padding-left: 1em;
}
.post li{
	padding-left: 0.6em;
	margin-left: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
small{
	font-size: 0.6em;
}
#Wrapper ul, #Wrapper ol {
	font-size: 1.5em;
}

h1{
	font-size: 2em;
	color: #C42228;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.post h2{
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
h3 {
	font-size: 1.6em;
	color: #C42228;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
h4{
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
h5{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
h6{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.the-event {
	background-image: url(images/box-orange-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F7901E;
	border: 3px solid #C42228;
}
.the-event h2 {
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/red-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #C42228;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.the-event p{
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.the-event ul {
	padding-right: 0.5em;
	padding-left: 0.5em;
	list-style-type: circle;
	margin-left: 1em;
}
.the-event li {
	font-size: 0.9em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.the-event .where {
	font-weight: bold;
	font-size: 1.6em;
}
.the-event .includes {
	font-weight: bolder;
}
.the-event .cost {
}
.the-event .cost strong {
	font-weight: bold;
	text-transform: uppercase;
}
.the-event .due {
	font-weight: bold;
	text-transform: uppercase;
}
.the-event .booknow a {
	background-color: #C42228;
	background-image: url(images/red-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}
.the-event .booknow a:hover, .the-event .booknow a:focus, .the-event .booknow a:active{
	color: #C42228;
	background-color: #FFFFFF;
	background-image: none;
	border-top-color: #C42228;
	border-right-color: #C42228;
	border-bottom-color: #C42228;
	border-left-color: #C42228;
	
}
.the-event a {
	font-weight: bold;
	color: #A81B1F;
	text-decoration: none;
}
.the-event a:hover, .the-event a:focus, .the-event a:active {
	color: #FFFFFF;
}


.event-list {
	border: 1px solid #C42228;
}
.event-list li a{
	display: block;
	border: 1px solid #C42228;
	background-color: #FFF482;
	color:#C42228;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.1em;
	padding:0.2em 0.5em 0.3em;
	line-height:0.8;
}
.event-list li a small{
	color:#414141;
	font-size:0.7em;
	font-weight:normal;
}
.event-list li a:hover, .event-list li a:focus, .event-list li a:active{
	background-image: url(images/event-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.event-list .current_event_item{
	background-image: url(images/orange-gradient.png);
	background-repeat: repeat-x;
	background-color: #F7901E;
	background-position: left bottom;
}
.event-list .current_event_item a{
	color:#fff;
	background-color:transparent;
	background-image: url(images/event-arrow-current.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.event-list .current_event_item a small{
	color:#FFF482;
}
.upcoming-events {
	border: 2px solid #C42228;
	background-color: #F7901E;
}
.upcoming-events a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C42228;
	border-bottom-color: #C42228;
	height:1%;
}
.upcoming-events a small {
	font-weight: normal;
	color: #F7901E;
	text-decoration: none;
	padding-left:0.2em;
}
.upcoming-events a:hover, .upcoming-events a:focus, .upcoming-events a:active{
	background-color:#FFF0A5;
}
#Footer {
	position: relative;
}
#Footer .border {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C42228;
	margin-right: -16px;
	margin-left: -16px;
	margin-top:0.8em;
}

#Footer .marlin-travel {
	height: 45px;
	width: 150px;
	float: right;
	margin-left: 16px;
	position:relative;
}
#Footer .marlin-travel a{
	display:block;
	position: relative;
	height:35px;
	width:130px;
	text-decoration:none;
	font-weight:bold;
	color:#005A9C;
	text-transform: lowercase;
	text-align:center;
	margin-top:0.6em;
	margin-left:10px;
	cursor:pointer;
}
#Footer .marlin-travel a span{
	position:absolute;
	left:0;
	top:0;
	background-image: url(images/logo-marlin-travel.png);
	background-repeat: no-repeat;
	width:130px;
	height:35px;
}
#Footer .contact {
	margin-right: 166px;
	margin-left: -16px;
	background-color: #F7901E;
	min-height:35px;
	padding-top: 0.2em;
	padding-top: 0.2em;
}
#Footer .contact div{
	float:left;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F7901E;
	font-size: 2em;
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0.2em 0;
}
#Footer .contact div a{
	color: #FFFFFF;
	text-decoration:none;
}
#Footer .contact div a:hover, #Footer .contact div a:active, #Footer .contact div a:focus{
	color: #C42228;
}
#Footer .contact  div small {
	font-size: 0.5em;
	display: block;
	line-height: normal;
	text-transform: uppercase;
}
#Footer .contact .email{
	border:none;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
.the-event label{
	display:block;
	width: 150px;
	float:left;
	text-align:right;
	padding-right: 0.5em;
}
.the-event select{
	padding: 0.1em 0.2em;
	min-width: 100px;
}
.the-event .full{
	float:none;
	width:auto;
	text-align:left;
}
.the-event .radio{
	width: auto;
}
.the-event .first{
	margin-left: 150px;
	padding-left:0.5em;
}
.the-event select.first{
	padding-left: 0.2em;
	margin-left: 155px;
}
.the-event textarea{
	width: 95%;
	height: 100px;
}
.the-event form p{
	clear:left;
}
.the-event form h2{
	clear:left;
}
.the-event .submit input{
	border: solid 2px #
}
.the-event .submit input {
	background-color: #C42228;
	background-image: url(images/red-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	border: 2px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	width: 98%;
	cursor:pointer;
}
.the-event .submit input:hover, .the-event .submit input:focus, .the-event .submit input:active{
	color: #C42228;
	background-color: #FFFFFF;
	background-image: none;
	border-top-color: #C42228;
	border-right-color: #C42228;
	border-bottom-color: #C42228;
	border-left-color: #C42228;
	
}