/*  
Theme Name: StarLight
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com">FTL</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: FreeThemeLayout/DreamTemplate
Author URI: http://www.freethemelayouts.com/
*/

*{margin: 0; padding: 0;}
body{
	background: #FFF200 url("images/bg.gif") repeat-x center top;
	font: 12px Verdana, Arial;
	color: #6f6f6f;
	/*padding-bottom: 25px;*/
}
.inv{display: block; visibility: hidden;}
p{padding: 5px 0;}
a{text-decoration: none; color: #f29926;}
a:hover{color: #343e3f;}
.alignright{float: right;}
.alignleft{float: left;}
.aligncenter{
	display: block;
	margin: 0 auto;
}
img{
	/*margin-right: 10px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #9da2a3;*/
}
#container-01{
	width: 100%; 
	text-align: center;
	/*background: url("images/background.jpg") no-repeat center top; */
}
#container-02{
	width: 1013px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 100%;
	height: 193px;
	text-align: center;
	/*padding-top: 105px;
	padding-left: 20px;
	margin-left: -90px;
	position: relative;*/
}
#header h1{
	font: 36px Century Gothic, Trebuchet MS, Verdana;
	font-weight: normal;
	color: #fff;
}
#header h1 a{color: #fff;}
#header h1 a:hover{color: #f29926;}
.description{color: #fff;}
#searchbar{
	width: 200px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
}
#searchform{
	width: 184px;
	padding: 4px 8px 0 8px;
	overflow: hidden;
}
#searchform input{float: left;}
#searchform #s{
	width: 145px;
	height: 19px;
	border: 0;
	color: #b4d1cf;
	padding-top: 5px;
	background: url("images/input-bg.gif") no-repeat 0 0;
}
#searchform #searchsubmit{
	width: 34px;
	height: 23px;
	background: url("images/submit.gif") no-repeat 0 0;
	margin-left: 5px;
	border: 0;
	cursor: pointer;
}
/*#navigation{
	width: 1013px;
	height: 48px;
	overflow: hidden;
}
#navigation li{
	list-style-type: none;
	height: 34px;
	text-align: center;
	float: left;
}
#navigation li a{
	width: 99px;
	height: 26px;
	display: block;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover{
	background: url("images/nav-hover.gif") repeat-x 0 0;
}
#navigation .current_page_item a, #navigation .current_page_item a:hover{
	width: 99px;
	height: 26px;
	display: block;
	padding-top: 8px;
	color: #fff;
	background: url("images/nav-active.gif") repeat-x 0 0;
	text-decoration: none;
}*/
#main-wrapper{
	width: 1013px;
	/*padding: 15px 0;*/
	overflow: hidden;
	background-color: #fff;

	/*min-height hack*/
	min-height:500px;
	height:auto !important;
	height:500px;
}
#left{
	width: 653px;
	padding: 20px;
	float: left;
}
#left ul, #left ol{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 20px;
	margin: 0 0 20px 20px;
	padding: 0;
}
.ent-01{
	width: 653px;
	margin-bottom: 15px;
	/*background: #e4ebec url("images/ent-top.gif") no-repeat center top;*/
}
.ent-02{
	width: 613px;
	padding: 10px 25px;
	/*background: url("images/ent-bottom.gif") no-repeat center bottom;*/
}
#left h2{
	font: 24px Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	color: #e31919;
}
#left h2 a{color: #e31919; text-decoration: none;}
#left h2 a:hover{color: #343e3f;}
.meta-data{
	color: #9da2a3;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #9da2a3;
}
.entry{padding: 10px 0;}
#post-links{
	width: 690px;
	margin: 10px 0px;
	position: relative;
}
.prev-entries{
	position: absolute;
	left: 0;
	top: 0;
}
.prev-entries a{
	width: 79px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url("images/prev.gif") no-repeat 0 0;
	text-indent: -9999px;
}
.prev-entries a:hover{background: url("images/prev.gif") no-repeat 0 -30px;}
.next-entries{
	position: absolute;
	right: 0;
	top: 0;
}
.next-entries a{
	width: 79px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: url("images/next.gif") no-repeat 0 0;
	text-indent: -9999px;
}
.next-entries a:hover{background: url("images/next.gif") no-repeat 0 -30px;}
#left h3{
	font: 18px Century Gothic,Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	color: #f29926;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.commentlist{width: 640px; padding: 10px 25px;}
.commentlist li{
	width: 570px;
	list-style-type: none;
	padding-left: 70px;
	background: url("images/comment.gif") no-repeat 0 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9da2a3;
}

#commentform{width: 640px; padding: 0 25px;}
#commentform input{
	width: 300px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#commentform #comment{
	width: 500px;
	height: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#commentform #submit{
	width: 79px;
	height: 30px;
	border: 0;
	background: url("images/send.gif") no-repeat 0 0;
	cursor: pointer;
}


#right{
	width: 300px;
	padding: 10px;
	float: left;
}
.sdb-content-01{
	width: 200px;
	color: #fff;
	margin-bottom: 10px;
	background: #343e3f url("images/sdb-top.gif") no-repeat center top;
}
.sdb-content-01 a{color: #f29926; text-decoration: none;}
.sdb-content-01 a:hover{color: #fff; text-decoration: underline;}
.sdb-content-02{
	width: 200px;
	padding: 10px 0;
	background: url("images/sdb-bottom.gif") no-repeat center bottom;
}
.sdb-content-01 ul li{
	width: 200px;
	list-style-type: none;
	border-bottom: 1px dotted #8ba095;
}
.sdb-content-01 ul li a{
	width: 180px;
	height: 22px;
	padding: 6px 10px 0 10px;
	text-decoration: none;
	display: block;
	color: #fff;
}
.sdb-content-01 ul li a:hover{background-color: #e4ebec; color: #6f6f6f; text-decoration: none;}
.sdb-content-01 h3{
	font: 18px Century Gothic, Trebuchet MS;
	font-weight: normal;
	color: #ced;
	padding: 0px 10px 6px 10px;
	border-bottom: 1px dotted #8ba095;
}
.sdb-content ul .recentcomments{
	height: 24px;
	padding-top: 10px;
	padding-left: 14px;
}
.sdb-content ul .recentcomments a:hover{background: transparent;}

.center{width: 200px; text-align: center;}
#wp-calendar, #wp-calendar caption{margin: 10px auto 0 auto;}
#wp-calendar td{padding: 0 5px;}

#footer{
	width: 100%;
	height: auto;
	color: #bdbdbd;
	font-family: Century Gothic, Trebuchet MS;
	text-align: center;
	background: transparent url(/images/foot-bg.gif) repeat scroll center top;
}
.footer-nav {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 800px;
}
.footer-nav li {
	display: inline;
	margin: 0 2px 0 2px;
	border-right: 1px dotted #333333;
	padding-right: 8px;
}
.footer-nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}
.footer-nav a:hover {
	color: #999999;
	text-decoration: underline;
}


/* --- navigation ---*/
#navigation {
	display: block;
	width: 1013px;
	text-align: center;
	background-color: #000000;
	height: 48px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation li {
	display: inline;
}
#navigation a {
	height: 48px;
	display: block;
	float:left;
	background-position: left top;
	overflow: hidden;
	text-indent: -2000px;
	outline: none;
}
#navigation a:hover, #navigation a:active, .current_page_item a {
	background-position: left bottom !important;
}

/*about-us*/
#navigation .page-item-2 a {
	background-image: url(/dev/images/our-company-nav.gif);
	width: 142px;
}
/*taxi-service*/
#navigation .page-item-3 a {
	background-image: url(/dev/images/taxi-service-nav2.gif);
	width: 125px;
}
/*shuttle-service*/
#navigation .page-item-5 a {
	background-image: url(/dev/images/shuttle-service-nav.gif);
	width: 143px;
}
/*limo-service*/
#navigation .page-item-7 a {
	background-image: url(/dev/images/limo-service-nav.gif);
	width: 121px;
}
/*cruise-ship*/
#navigation .page-item-9 a {
	background-image: url(/dev/images/cruise-nav2.gif);
	width: 242px;
}
/*attractions*/
#navigation .page-item-11 a {
	background-image: url(/dev/images/attractions-nav2.gif);
	width: 214px;
}
/*area-map*/
#navigation .page-item-13 a {
	background-image: url(/dev/images/area-nav2.gif);
	width: 108px;
}
/*rates*/
#navigation .page-item-15 a {
	background-image: url(/dev/images/rates-nav2.gif);
	width: 72px;
}
/*contact-us*/
#navigation .page-item-18 a {
	background-image: url(/dev/images/contact-nav2.gif);
	width: 110px;
}
#navigation span {
	display: none;
}
/* --- navigation ---*/

/* -- taxi-rates -- */
.taxi-rates {
	list-style-type: none;
}
.taxi-rates li {
	display: block;
	float: left;
	width: 98%;
	margin-bottom: 5px;
	border: 1px solid #000000;
	background-image: url(/dev/images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.taxi-rates strong {
	float: left;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.taxi-rates span {
	float: right;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.rates-list {
	border: 1px solid #000000;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
/* -- taxi-rates -- */

.footer-nav .page-item-53, .footer-nav .page-item-63 {
	border-right: medium none !important;
}

a img {
	border: medium none;
}
.foot {
	background-color: #000;
	margin: 0 auto;
	width: 1013px;
	padding: 15px 0 15px 0;
}

