@charset "utf-8";
/* CSS Document */

body {
	margin-top: 50px;
	padding: 0;
    background: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #F9810C;
}
#verytop{
	margin-top:-60px;
	text-align:center;
}
p.firstpara{
	font-size:120%;
	letter-spacing:1px;
	color:#F9810C;
}
p.quotes{
	margin-top:40px;
	font-style:italic;
	padding:10px;
	color:#000000;
	background-color:#4C4C4C;
	color:#CCC;
}
img#limo{
	float:right;
	width:auto;
	border:solid 1px #897B7B;
	padding:5px;
	margin-left:10px;
	margin-bottom:5px;
}
img#first{
	float:left;
	width:auto;
	border:solid 1px #897B7B;
	padding:5px;
	margin-right:10px;
}
img.gallery{
	width:auto;
	border:solid 1px #897B7B;
	padding:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CCC;
}

h1 {
	letter-spacing: 2px;
	font-size:50px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #F9810C;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #CCC;
}
#banner {
	width: 800px;
	margin: 0 auto;
	background: url(images/taxi2010.jpg) no-repeat left top;
	height: 352px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(images/img01.gif) no-repeat left top;
}

/* Menu */

/*#menu {
	float: left;
	width: 800px;
	height: 50px;
	background: url(images/img1.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #F9810C url(images/img04.png) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F9810C url(images/img04.png) repeat-x;
	color: #000000;
}
*/
/** LOGO */

#logo {
	background:url(images/taxi-collage.jpg) no-repeat top center;
	width: 800px;
	height: 60px;
	margin: 10px auto 0px auto;
	/*padding: 20px 0 0 30px;*/
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #CCC; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 470px;
	
}
p.more{
	text-align:right;
	font-size:80%;
}

/* Post */

.post {
	padding: 40px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #F9810C;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 30px;
	color: #CCC;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #CCC;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #CCC;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #F9810C;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #897B7B;
}

.post .meta .links {
	float: left;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 40px 0px 0px 0px;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin-bottom: 40px;
	border-bottom:dotted 1px #897B7B;	
}
#sidebar li a{
	color:#F9810C;
	text-decoration:none;
}
#sidebar li a:hover{
	text-decoration:underline;
	color:#CCC;
}
#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	
	
}
li#share{
	border-bottom:none;
}
#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #F9810C;
	font-size: 20px;
	color: #CCC;
}

/* Footer */

#footer {
	width: 800px;
	height:100px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(images/footer_bg.jpg) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #CCC;
}

#legal a {
	font-weight: normal;
	color: #CCC;
	text-decoration:none;
}
#legal a:hover{
	text-decoration:underline;
}
p#topper{
	text-align:center;
	color:#CCC;
}
p#topper a{
	color:#CCC;
	text-decoration:none;
}
p#topper a:hover{
	text-decoration:underline;
}
p#disclaimer{
	text-align:center;
	color:#CCC;
}
address{
	margin-bottom:25px;
	font-size:125%;
	letter-spacing:1px;
	line-height:150%;
}
/************style for the table*********************/
table {
	width:100%;
	padding:10px;
	border:1px solid #897B7B;
}
th {
	text-align:left;
	color:#CCC;
	border-bottom:1px solid #897B7B;
	padding:5px;
}
td {
	padding:5px;
	
}
#table_para{
	margin-top:40px;
	width:80%;
}
p.table_info{
	background:url(images/bullet_orange.png) no-repeat left center;
	padding-left:25px;
}
/************styles for the form****************************/
p.required{
    background:url(images/bullet_star.png) no-repeat left center;
	padding-left:20px;
	margin-bottom:30px;
	font-size:14px;
	font-weight:bold;
}
label.required{
	background:url(images/bullet_star.png) no-repeat left center;
	padding-left:15px;
}
form{
	border:solid 1px #897B7B;
	padding:10px;
	margin-top:40px;
	margin-bottom:40px;
}
textarea{
	background-color:#333;
	color:#CCC;
}
input{
	margin-right:20px;
	font-size:12px;
	background-color:#333;
	color:#CCC;
}
img#side_img{
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #897B7B;
}
li.comments{
	background:url(images/comments.png) no-repeat left center;
	padding-left:30px;
	line-height:300%;
}
hr{
	border: none 0; 
	border-top: 1px dotted #F9810C;
	border-bottom: 1px solid #897B7B;
	width: 80%;
	height: 2px;
	margin:0 auto;
	text-align: center;
	}
blockquote{
	font-size:125%;
}
div#movie{
	float:right;
	width:auto;
}
img.sideimg{
	border:solid 1px #897B7B;
	padding:5px;
}
li.services{
	list-style:none;
	background:url(images/li_bullet_orange.png) no-repeat left center;
	padding-left:25px;
}
address.pub{
	font-size:12px;
	border:none;
	
}
div.first{
	margin-bottom:25px;
	margin-right:30px;
	float:left;
	width:215px;
}
div.second{
	margin-bottom:25px;
	margin-left:0;
	float:left;
	width:215px;
}
div#banners{
clear:both;
	width:470px;
	text-align:center;
}
img#cc{
	margin-bottom:20px;
}
img.right_pic{
	float:right;
	width:auto;
	border:solid 1px #CCC;
	padding:5px;
	margin-left:10px;
	margin-bottom:10px;
}
img.left_pic{
	float:left;
	width:auto;
	border:solid 1px #CCC;
	padding:5px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}