/*
THEME NAME: Evasion Travel
THEME URI: http://evasiontravel.co.uk
DESCRIPTION: Evasion Travel v1.0 : Custom theme for http://evasiontravel.co.uk
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #F2F7FB url("images/bg_body.png") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5A;
}

a {
	color: #2D6B98;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#bgsection {
	background: url("images/bg_mixed.png") no-repeat top center;
	background-attachment: fixed;
}

#summerpage #bgsection {
	background: url("images/bg_summer.png") no-repeat top center;
	background-attachment: fixed;
}

#winterpage #bgsection {
	background: url("images/bg_winter.png") no-repeat top center;
	background-attachment: fixed;
}

#wrapper {
	width: 966px;
	margin: 0 auto;
}

#header {	
	position: relative;
	z-index: 10;
}

#logo {
	float: left;
	margin: 10px 0 0 20px;
}

#logo a {
	display: block;
	width: 236px;
	height: 85px;
	background: url("images/logo.png") no-repeat top left;
}

#summerpage #logo a {
	background: url("images/logo_summer.png") no-repeat top left;
}

#winterpage #logo a {
	background: url("images/logo_winter.png") no-repeat top left;
}

#logo a span {
	display: none;
}

#top {
	position: relative;
	width: 350px;
	float: left;
	margin: 10px 0 0 12px;
	color: #DEECF5;	
}

/* Top Menu */

#menu {
	position: relative;
	width: 350px;
	height: 30px;
	background: url("images/bg_menu.png") no-repeat top left;	
	font-size: 110%;
	margin-bottom: 10px;
}

/* LEVEL ONE */

ul.dropdown                         		{ position: relative; padding: 8px 0; }
ul.dropdown li                      		{ float: left; zoom: 1; padding: 0 8px; border-right: 1px solid #83AECA; }
ul.dropdown li.flag                			{ padding: 0 0 0 8px; border-right: none; }
ul.dropdown li.flag img               		{ filter: alpha(opacity=30);	-moz-opacity: 0.3; -khtml-opacity: 0.3; opacity: 0.3; }
ul.dropdown li.flag a img          			{ filter: alpha(opacity=100);	-moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

ul.dropdown li a                    		{ color: #FFFFFF; }
ul.dropdown li.hover,
ul.dropdown li:hover                		{ position: relative; text-decoration: none; }
ul.dropdown li.hover a              		{ color: #FFFFFF; }

/* LEVEL TWO */

ul.dropdown ul 								{ width: 99px; visibility: hidden; position: absolute; top: 15px; left: 0; font-size: 85%; padding-top: 5px; }
ul.dropdown ul li 							{ background: #88B6D3; float: none; padding: 7px 10px; border: none; border-bottom: 1px solid #83AECA; font-size: 90%; }
ul.dropdown ul li img						{ vertical-align: middle; margin: 0 4px 2px 0; }

	
#top h3 {
	font-size: 180%;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}

#top h4 {
	font-size: 90%;
	text-align: right;
	font-weight: bold;
}

#top h4 a {
	color: #DEECF5;
}

#tabs {
	width: 320px;
	float: left;
	margin: 10px 0 0 12px;
	overflow: hidden;
}

#tabs ul {
	width: 120px;
	height: 82px;
	float: left;
	margin-right: 6px;
	padding: 15px 17px 0 17px;
}

#tabs ul li {
	padding-bottom: 5px;
}

#tabs ul li:first-child {
	padding-bottom: 8px;
}

#tabs ul li a {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

#tab_summer {
	background: url("images/bg_tab_summer.png") no-repeat top left;
}

#summerpage #tabs ul#tab_summer {
	background: url("images/bg_tab_summer_active.png") no-repeat bottom left;
	height: 27px;
	padding-top: 70px;
}

#tab_winter {
	background: url("images/bg_tab_winter.png") no-repeat top left;
}

#winterpage #tabs ul#tab_winter {
	background: url("images/bg_tab_winter_active.png") no-repeat bottom left;
	height: 27px;
	padding-top: 70px;
}

/* Homepage Banner */

#banner {
	position: relative;
	z-index: 3;
	clear: both;
}

/* Slideshow + Submenu */

/* Slideshow */

#carousel {
	overflow: hidden;
}

.slideshow {
	position: relative;
	width: 618px;
	height: 276px;
	float: left;
}

#frame {
	position: absolute;
	width: 618px;
	height: 276px;
	background: url("images/photoframe.png") no-repeat top left;
	z-index: 10;
}

#slidenav {
	position: absolute;
	width: 130px;
	height: 30px;
	padding: 10px 0 10px 10px;
	top: 233px;
	left: 10px;
	z-index: 15;
	background: url("images/bg_slidenav.png") no-repeat top left;
}

#slidenav a {
	float: left;
	margin-right: 4px;
	display: block;
	width: 11px;
	height: 11px;
	background: url("images/bg_slidenav_item.png") no-repeat top left;
}

#slidenav a.activeSlide {
	background: url("images/bg_slidenav_active.png") no-repeat top left;
}

#slidenav a span {
	display: none;	
}

#photo {
	position: absolute;
	width: 608px;
	height: 256px;
	top: 7px;
	left: 10px;
	overflow: hidden;
}

/* Submenu */

.submenu {
	float: left;
	width: 348px;
	height: 276px;
}

#submenu_summer {
	background: url("images/bg_submenu_summer.png") no-repeat top left;
}

#submenu_winter {
	background: url("images/bg_submenu_winter.png") no-repeat top left;
}

.submenu ul {
	width: 300px;
	margin: 7px auto 0 auto;
}

.submenu ul li {	
	padding: 20px 0 15px 0;
}

#submenu_summer ul li {
	background: url("images/bg_subitem_summer.gif") repeat-x top left;	
}

#submenu_winter ul li {
	background: url("images/bg_subitem_winter.gif") repeat-x top left;	
}

.submenu ul li div {	
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	overflow: hidden;	
}

#submenu_summer ul li.active,
#submenu_winter ul li.active {
	background: url("images/bg_subitem_active.png") no-repeat bottom left;
}

#submenu_summer ul li:first-child.active,
#submenu_winter ul li:first-child.active {
	background: url("images/bg_subitem_active1.png") no-repeat bottom left;
}

.submenu ul li.active div {	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	overflow: hidden;	
}
	
#submenu_summer ul li:first-child,
#submenu_winter ul li:first-child {
	background:	none;
}

.submenu ul li img {
	float: left;
	margin: 0 20px 0 10px;
}

.submenu ul li a {
	color: #FFFFFF;
	font-size: 140%;
	margin: 0 0 5px 0;
	padding-top: 5px;
	display: block;
}

.submenu ul li span {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

/* Horizontal Tabs */

#subtabs {
	padding: 12px 0 12px 15px;
}

#summerpage #subtabs {
	background: url("images/bg_subtabs_summer.png") no-repeat top left;
}

#winterpage #subtabs {
	background: url("images/bg_subtabs_winter.png") no-repeat top left;
    padding: 12px 0 0 10px;
    width: 955px;
}

#subtabs ul {
	overflow: hidden;
}

#subtabs ul li {
	float: left;
	padding: 10px;
	margin: 5px 3px 1px 0;
}

#summerpage #subtabs ul li {
	background: url("images/bg_subtab_summer.png") no-repeat bottom right;
}

#winterpage #subtabs ul li {
	background: url("images/bg_subtab_winter.png") no-repeat bottom right;
}

#summerpage #subtabs ul li.current_page_item,
#winterpage #subtabs ul li.current_page_item {
	background: url("images/bg_subtab_active.png") no-repeat top right;
	padding: 12px;
	font-size: 110%;
	margin-top: -1px;
}

#subtabs ul li a {
	color: #FFFFFF;
}

#summerpage #subtabs ul li.current_page_item a {
	color: #495602;
	font-weight: bold;
}

#winterpage #subtabs ul li.current_page_item a {
	color: #244A65;
	font-weight: bold;
}

/* Container */

#container-top {
	height: 20px;
	background: url("images/bg_container_top.png") no-repeat top left;
}

#container-btm {
	height: 30px;
	background: url("images/bg_container_btm.png") no-repeat bottom left;
}

#container {
	overflow: hidden;
	background: url("images/bg_container.png") repeat-y top left;
	padding-top:20px;
}

#content {
	float: left;
	width: 600px;
	margin: 0 0 0 25px;
}

.post {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px;
}

.page-title {
	font-size: 190%;
	line-height: 1.2;
	font-weight: bold;
	color: #8B0221;
	margin-top:10px;
}

.post-title {
	font-size: 140%;
	line-height: 1.2;
	font-weight: normal;
	color: #8B0221;
	padding-top: 20px;
}

.morelang {
	font-size: 85%;
	padding: 5px;
	background: #F7F7F7;
	border-bottom: 1px solid #EFEFEF;
}

#summerpage .page-title {
	color: #495602;
}

#winterpage .page-title {
	color: #244A65;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-content {
	margin-top: 15px;
overflow: hidden;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	clear: both;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
	clear: both;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	margin: 5px 0 0 0;
	border: 1px solid #EFEFEF;
	background: #F7F7F7;
	padding: 4px;
	max-width: 590px;
}

.post-content img.alignleft {
	float: left;	
	margin: 5px 25px 15px 0;
	border: 1px solid #EFEFEF;
	background: #F7F7F7;
	padding: 4px;
	max-width: 590px;
}

.post-content img.alignright {
	float: right;	
	margin: 5px 0 15px 25px;
	border: 1px solid #EFEFEF;
	background: #F7F7F7;
	padding: 4px;
	max-width: 590px;
}

.post-content div.alignright {
	float: right;
	margin: 5px 0 15px 25px;
}

.post-content div.alignleft {
	float: left;
	margin: 5px 25px 15px 0;
}

.post-content div.aligncenter {	
	margin: 5px auto 15px auto;
}

.wp-caption {
	background: #F7F7F7;
	border: 1px solid #EFEFEF;
}

.wp-caption img {
	margin: 5px 0 0 5px;	
}

p.wp-caption-text {
	text-align: center;
	color: #999999;
	font-size: 90%;
	margin: 0;
	padding: 5px 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content table {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	border-right: none;
	margin-bottom: 10px;
}

.post-content td {
	padding: 10px;
	border-bottom: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	line-height: 1.3;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}


/* Comments */

#comments {
	margin-top: 40px;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 260px;
	min-height: 555px;
	background: url("images/bg_sidebar.png") no-repeat top left;
	margin-left: 25px;
	padding-left: 25px;
}

.sidepanel {
	width: 260px;
	margin-bottom: 30px;
}

.sidepanel h3 {
	padding: 0 0 10px 0;
	color: #525252;
	margin-bottom: 10px;
	font-size: 140%;
	background: url("images/bg_sidepanel_title.gif") repeat-x bottom left;
}

.sidepanel ul li {
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* Sidebar Special Panels */

#btn-enquire {
	width: 258px;
	height: 109px;
	display: block;
}

#summerpage #btn-enquire {
	background: url("images/btn_enquire_summer.png") no-repeat top left;
}

#winterpage #btn-enquire {
	background: url("images/btn_enquire_winter.png") no-repeat top left;
}

#latestnews .item {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #F0F0F0;
}

#latestnews .thumb {
	float: left;
	padding: 2px;
	border: 1px solid #EFEFEF;
	margin: 0 10px 0 0;
}

#latestnews h4 {
	font-size: 110%;
	margin-bottom: 5px;
	line-height: 1.2;
}

#latestnews h4 a {
	color: #595959;
}

#latestnews span {
	font-size: 90%;
	color: #CCCCCC;
	font-weight: bold;
}

#facebook img {
	float: left;
	margin: 5px 15px 10px 0;
}

#tweet {
	background: url("images/bg_tweet_btm.gif") no-repeat bottom left;
}

#tweet p {
	background: url("images/bg_tweet_top.gif") no-repeat top left;
	padding: 15px 15px 35px 15px;
	font-size: 90%;
}

#birds {
	font-size: 90%;
	min-height: 70px;
	padding: 0 0 0 140px;
	background: url("images/ico_birds.png") no-repeat top left;
}

#testimonial {
	cursor: pointer;
	background: #FFFFFF;
}

#testimonial img {
	width: 50px;
	height: 50px;
	float: left;
	padding: 2px;
	border: 1px solid #EFEFEF;
}

.client {
	width: 260px;
	overflow: hidden;
}

.bubble {
	float: left;
	margin-left: 4px;
	width: 200px;
	background: url("images/bg_bubble_top.gif") no-repeat top left;
}

.bubble p {
	padding: 5px 15px 15px 35px;
	background: url("images/bg_bubble_btm.gif") no-repeat bottom left;
	font-size: 90%;
}

.bubble p em {
	display: block;
	padding-bottom: 5px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 90%;
}

#links {
	width: 910px;
	padding: 20px 25px;
	border-bottom: 1px dashed #C2DAEC;
	overflow: hidden;
}

#links .goleft {	
	width: 320px;
}

#links .goright {
	width: 480px;
}

#footer p {
	padding: 5px 0;
}

#footer p a,
#footer p span {
	margin-right: 10px;
}

#links ul {
	overflow: hidden;
}

#links ul li {
	float: left;
	padding: 5px 0;
	margin-right: 10px;
}

#terms {
	color: #A6A9AB;
	width: 910px;
	padding: 20px 25px 40px 25px;
	overflow: hidden;	
}

#terms .goright {
	width: 200px;
}

/* Misc */

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.goleft {
	float: left;
}

.goright {
	float: right;
}

.new-image{
	float:right;
	margin-right:-20px;
	margin-top:-320px;
	position: relative;
}

