/* CSS Document */
/*  
Theme Name: Pattern
Theme URI: http://www.sweetsp.com
Version: 1.0
Description: Pattern is a Wordpress Theme with 2 columns a clean design.
Author: sweetsp.com
Author URI: http://www.sweetsp.com

*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: none; 
}
a, a:visited {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: none;
	color: #31b25a;
}
body {
	text-align: center;
	background: #333 url('../../images/bgpt.gif') left top;
	font: normal 12px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
	padding: 30px 0;
}

.listview { list-style: disc }

/* Draw Tableless Table */
.tableless { clear:both; font-size: 6px; width:auto; height: 15px; border-bottom: solid 1px #F0F0F0; vertical-align: baseline; text-align: left; }
.tableless ul { padding:0px; margin: 0px;  list-style: none; text-align: left; }
.tableless li { float: left; display:inline; margin: 0px; width: 175px; border:none; font-weight: normal; }

span.col1 { float: left; width:175px; padding-right: 3px; }
span.col2 { float: left; width:310px; padding-right: 3px; }
span.col3 { float: left; width:40px; padding-right: 3px; }
span.col4 { float: left; width:195px; padding-right: 3px; }
span.col5 { float: left; width:120px; padding-right: 3px; }

.menufare { color:#686867; font-size:10px; text-align: justify; width:100%; height:20px; margin:1px; padding: 2px; vertical-align: text-bottom; border: solid 1px #cccccc; background-color: #F5F5F5;}
.style1 { font-size: 18px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; }

label.flights_label { float: left; width:150px; text-align: right; padding-right: 3px; vertical-align: baseline; }

select#Searchs, input#Searchs {
	float: left;
	padding: 5px 5px 6px;
	width: 112px;
	border: none;
	color: #888;
	background: url('../../images/input.gif') no-repeat left top;
	font-size: 11px;
}
input#Searchss {
	float: right;
}

/*
input.textfield { 
	padding: 5px 5px 6px;	
	width: 299px;
	border: none;
	color: #888;
	background: url('../../images/input-long.gif') no-repeat left top;
	font-size: 11px;
	size: 250;
}
select.selectfield { width: 300px; border: 1px #333333 solid; }
*/
#contact input,
#contact textarea, #contact select {
	border: 1px solid #999;	
	padding: 5px 8px;
	color: #666;
	font-size: 11px;
	width: 350px;	
}

#contact input:focus,
#contact textarea:focus {
	border-color: #31b25a;
}
#contact p#psubmit {
	width: 268px;
}
#contact input#submit {
	float: right;
	border: none;
	padding: 0;
}
#contact label {
	padding-top: 10px;
	font-size: 12px;
	color: #888;
	text-align: left;
	display: block;
	font-weight: bold;
}



#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url('../../images/tbl.gif') no-repeat left top;
}
#header {
	height: 245px;
	overflow: inherit;
/*	overflow: hidden; */
	clear: both;
	background: url('../../images/tbr.gif') no-repeat right top;
}

#header-newsletter {
	height: 125px;
	overflow: inherit;
/*	overflow: hidden; */
	clear: both;
	background: url('../../images/tbr.gif') no-repeat right top;
}

#header img { vertical-align: middle; padding-left: 20px; padding-right: 20px; padding: 5px; margin-top: 5px; margin:3px; border: none; }

h1 {
	float: left;
	font-size: 10px;
	line-height: 10px;
	padding: 23px 0 0 45px;
	width: 193px;
}
h1 a, h1 a:visited {
	color: #FFF;
	display: block;
	position: relative;
}
h1 a span {
	display: block;
	width: 193px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url('../../images/logo.gif') no-repeat left top;
}
#des {
	font-size: 9px;
	line-height: 9px;
	clear: left;
	padding-left: 5px;
	color: #999;
}
ul {
	list-style: none outside;
}
#menu {
	float: right;
	margin: 45px 20px 0 0;
	display: inline;
	background: url('../../images/bt.gif') repeat-x left top;
}
#menu li {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
}
#menu li a {
	float: left;
	padding: 0 10px;
	height: 40px;
	color: #FFF;
	font: normal 13px/40px "Trebuchet MS", verdana, helvetica, sans-serif;
	background: url('../../images/bth.gif') repeat-x left top;
}
#menu li a {
	background: url('../../images/bt.gif') repeat-x left top;
}
#menu li a:hover,
#menu li a.current {
	background: url('../../images/bth.gif') repeat-x left top;
}
#menu #mst {
	height: 40px;
	width: 15px;
	background: url('../../images/btl.gif') no-repeat left top;
}
#menu #tof {
	margin-right: 0;
	background: url('../../images/btr.gif') no-repeat right top;
}
#menu #tof a {
	margin-left: 20px;
	padding: 0 10px 0 22px;
	background: url('../../images/feed.png') no-repeat left;
	font: normal 11px/40px verdana;
}
* html #menu #tof a {
	background: url('../../images/feed.gif') no-repeat left;
}
#searchform {
	margin-top: 30px;
	padding-left: 5px;
}
input#s {
	clear: both;
	float: left;
	height: 24px;
	border: none;
	width: 50px;
}
input#ss {
	clear: both;
	float: left;
	height: 24px;
	border: none;
	width: 100px;
}
input#searchsubmit {

}
#main {
	float: left;
	clear: both;
	width: 580px;
	padding: 20px 0 50px;
}
.apost {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 0 10px;
	background: url('../../images/p.gif') repeat-x left top;
}
.apost h2 {
	padding: 13px 0 0 15px;
	font: normal 20px/22px "Trebuchet MS", arial;
	background: url('../../images/pleft.gif') no-repeat left top;
}
.apost h2 a,
.apost h2 a:visited {
	font-size: 20px;
	color: #31b25a;
}
.apost h2 a:hover {
	color: #46484B;
}
.ahead {
	float: right;
	width: 8px;
	height: 39px;
	background: url('../../images/pright.gif') no-repeat right top;
}
.date {
	text-align: center;
	float: left;
	display: inline;
	width: 38px;
	height: 51px;
	margin: 10px 0 0 -48px;
	padding-top: 6px;
	color: #FFF;
	background: url('../../images/date.gif') no-repeat left top;
	font-weight: bold;
}
* html .date {
	position: relative;
	z-index: 1;
}
.date span {
	display: block;
	font-size: 24px;
}
.ptime,
.pauth {
	display: block;
	padding-left: 35px;
	background: url('../../images/tag_blue.gif') no-repeat 15px 4px;
	font: normal 11px/20px verdana;
}
.apost p,
.apost blockquote {
	clear: both;
	padding: 5px 15px;
	font: normal 11px "Trebuchet MS", arial;
	text-align: justify;
}
.apost blockquote {
	padding: 5px 55px;
	background: url('../../images/quote.gif') no-repeat 35px 22px;
	color: #666;
}
.apost #srel,
.apost #linklist,
.apost .subh {
	padding: 15px;
}
.apost ul {
	padding-left: 50px;
}
.pfoot {
	font-size: 10px;
	border-bottom: 1px solid #DDD;
	padding: 3px 10px;
	overflow: hidden;
	margin-left: 12px;
	width: 94%;
}
.pfl {
	float: left;
	padding-left: 30px;
	color: #039AFF;
	background: url('../../images/comments.gif') no-repeat left;
}
.pfl a,
.pfl a:visited {
	color: #999;
}
.pfl a:hover {
	color: #31b25a;
}
p.nopost {
	font: normal 15px "Trebuchet MS", arial;
}
.lead {
	clear:both;
	padding: 10px 0 10px 25px;
}
.lead .ppre {
	float: left;
}
.lead .pnex {
	float: right;
}
#sidebar-one {
	float: right;
	width: 180px;
	padding: 0 20px 50px 0;
}
#sidebar-one h2 {
	color: #333;
	font-size: 16px;
	margin: 25px 0 5px;
}
#sidebar-one ul li {
	font-size: 12px;
}
#sidebar-one ul li a {
	display: block;
	padding: 0 18px 0 8px;
	min-height: 28px;
	line-height: 28px;
	color: #666;
	border-top: 1px solid #FFF;
	border-bottom: 1px dotted #DDD;
	background: url('../../images/plane-grey.gif') no-repeat center right;
}
* html #sidebar-one ul li a {
	height: 28px;
}
#sidebar-one ul li a:hover {
	clear: both;
/*	color: #09F; */
	color: #31b25a; 
	border-top: 1px solid #03a32d;
	background: url('../../images/plane.gif') no-repeat #EEEEEE center right;
}

#sidebar-one ul li .active {
/*	color: #09F; */
	color: #31b25a; 
	border-top: 1px solid #03a32d;
	background: url('../../images/plane.gif') no-repeat #EEEEEE center right;
}

.none {
	display: none;
}
#cmbox {
	clear: both;
	width: 530px;
	margin: 0 auto;
}
.nocomments {
	font-size: 13px;
	padding-left: 25px;
}
#commentform {
	padding: 10px 25px;
}
#commentform p {
	padding-bottom: 10px;
}
#commentform input,
#commentform textarea {
	border: 1px solid #999;
	padding: 5px 8px;
	color: #666;
}
#commentform input:focus,
#commentform textarea:focus {
	border-color: #65C1FF;
}
#commentform p#psubmit {
	width: 268px;
}
#commentform input#submit {
	float: right;
	border: none;
	padding: 0;
}
#commentform label {
	padding-left: 8px;
	font-size: 15px;
	color: #888;
}
#author,
#email,
#url,
#comment {
	width: 250px;
}
.commentlist {
	list-style: none outside;
	background: url('../../images/p.gif') repeat-x left top;
}
.commentlist li {
	border-bottom: 1px dotted #DDD;
	padding-top: 5px;
	margin: 0 25px 15px;
}
.commentlist li p {
	padding: 15px 0 10px 0;
	clear: both;
	font-size: 13px;
	text-align:justify;
	text-indent: 5px;
}
.commentlist li em {
	font-size: 12px;
}
span.cauth,
span.cdate {
	display: block;
}
span.cauth {
	font-size: 12px;
}
span.cauth a,
span.cauth a:visited {
	font-size: 15px;
	color: #31b25a;
}
span.cauth a:hover {
	color: #46484B;
}
span.cauth em {
	font-size: 11px;
}
span.cdate {
	font-size: 11px;
	color: #BBB;
}
h3#respond,
h3#comments {
	font-size: 16px;
	padding: 10px 10px 15px;
	color: #31b25a;
}
h3#respond {
	padding-left: 30px;
}
h3#comments {
	height: 62px;
	line-height: 62px;
	margin-left: 20px;
	padding-left: 25px;
	background: url('../../images/comments.gif') no-repeat left;
}
.postarchive {
	clear: both;
}
h3.atitle,
h3#srel {
	padding-left: 15px;
	font-size: 16px;
}
#widgets {
	clear: both;
	padding: 20px 0 0;
	overflow: auto;
	width: 100%;
}
/*
.widgetd {
	float: left;
	width: 200px;
	padding: 10px 0 0 10px;
}
*/
.widgetd {
	float: left;
	width: 250px;
	padding: 10px 0 0 10px;
}
.widgetd1 {
	float: left;
	width: 568px;
	padding: 10px 0 0 10px;
}
.widgetd1 h2, 
.widgetd h2 {
	font: normal 18px/22px "Trebuchet MS", arial;
	color: #46484B;
	padding: 20px 0;
	margin:0;
}
.widgetd1 li ul li, 
.widgetd li ul li {
	font-size: 12px;
	border-bottom: 1px dotted #DDD; 
}
.widgetd a,
.widgetd a:visited, 
.widgetd1 a,
.widgetd1 a:visited {
	color: #888;
	display: block;
	padding: 2px 10px;
	min-height: 18px;
	line-height: 18px;
}
* html .widgetd a, .widgetd1 a {
	height: 18px;
}
.widgetd a:hover,
.widgetd1 a:hover {
	color: #31b25a;
	background: #F6F6F6;
}

#upfooter {
	clear: both;
	padding: 8px 30px;
	text-align: left;
	height: 67px;
	line-height: 18px;
	font-size: 12px;
	background: #F0F0F0;
/*	font-family: Arial, Helvetica, sans-serif;	*/
	color: green;
	background:url(../../images/a-logo.gif) right center no-repeat;
}

#footer {
	clear: both;
	padding: 10px 30px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	background: url('../../images/bbr.gif') no-repeat right bottom;
}

span#f2 {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('../../images/bbl.gif') no-repeat left bottom;
}

/************************************************************************************/
ul.catefaq {
	width:100%; float:left; padding:0 0 6px 0;
	}
ul.catefaq li {
	display:block; background:url(../../images/bullets-black.gif) no-repeat 0 7px; padding:0 0 0 17px; margin-left: 15px;
	}
ul.catefaq li a {
	color:#064065; background-color:inherit; text-decoration:underline; font-size:11px; line-height:21px;
	}
ul.catefaq li a:hover {
	text-decoration:none;
	}
/**********************************************************************************/
#gallery { margin: 10px 0 0 0; padding: 0px; width: 560px; }

#gallery .left { width: 185px; padding-right: 10px; display: inline; }
#gallery .center { width: 185px; padding-right: 10px; display: inline; }
#gallery .right { text-align: right; width: 185px; padding:0; display: inline; }
/*
#gallery ul {
	clear: both;
	height:161px; 
	}
#gallery ul li {
	float:left; 
	font:bold 16px/18px "Helvetica Neue",Arial, Helvetica, sans-serif; 
	margin: 0 10px 0 0;
	padding:0;
}
#gallery ul li.nopadding {
	margin-right:0;
	}
#gallery ul li img {
	font-size:0; line-height:0; display:block;
	}
*/

/**************************************************************************************/
#topFares { margin: 10px 0 0 0; padding: 0px; width: 560px; }

#topFares h2 { height: 30px; }
#topFares .fare {
	border-bottom: #333 1px solid; 
	font:normal "Helvetica Neue",Arial, Helvetica, sans-serif; 
	margin: 0px 0 0 0;
	padding: 5px;
	padding-left: 12px;
	vertical-align: middle;
	height: 18px;
/*	display: block-inline;*/ width: 550px;
	float: left;
	background: #FFFFFF url("../../images/strips/green_strip.jpg") no-repeat right top;	
}

#topFares div.right { float: right; text-align: right; width: 100px; padding:0; color: white; font-weight: normal; font-size: 120%; }
#topFares div.left { float: left; text-align: left; width: 445px; padding:0; color: black; }

/*
#topFares ul {
	list-style: decimal;
	clear: both;
	float:left; 
	font:bold 16px/18px "Helvetica Neue",Arial, Helvetica, sans-serif; 
	margin: 0 10px 0 0;
	}
#topFares li {
	float:left; 
	font:bold 16px/18px "Helvetica Neue",Arial, Helvetica, sans-serif; 
	margin: 0 10px 0 0;
	padding:5px;
	border: solid 1px cyan;
}
*/