/*
Theme Name: Triple A Taxis
Theme URI: -
Description: Theme for Triple A Taxis Website
Version: 1.0
Author: Mike
Author URI: http://planet-pcs.com
Tags: -
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background: url('images/bgimage.jpg') no-repeat fixed 50% 0 / cover #ddd;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
}
h2 {
	font-size: 20px;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	margin: 10px 0;
}
a {
	color: #000;
	text-decoration: none;
}

#wrapper { 
	width: 990px; 
	/*background: url(images/background.jpg) no-repeat fixed 50% 0 #6d6b6a; */
	padding: 50px;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

/* HEADER */

#header { 
	position: relative;
	/*height: 154px;*/
	margin-bottom: 20px;
}

#logo {
	width: 593px;
	height: 104px;
	background: url(images/logo.png);
	margin-top: 28px;
	text-indent: -9999px;
}
#phone-widget {
	color: #e00;
	font: bold 30px/30px "Arial Black",Tahoma,sans-serif;
	width: 310px;
	height: 36px;
	text-align: center;
	text-shadow: 1px 1px 3px #888;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	margin: 0 auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#phone-widget .textwidget {
	background: url("images/phone.png") no-repeat scroll 0 50% transparent;
	padding-left: 35px;
}

/* NAVIGATION */

#navbar {
	width: 990px;
	height: 62px;
	background: url(images/navbar.png);
	position: relative;
}

.nav-button a {
	width: 160px;
	height: 62px;
	display: block;
	float:left;
}

#menu-navigation {
	margin: 0;
	height: 62px;
}

#menu-navigation li {
	display: block;
	width: 160px;
	/*background: url(images/nav-separator.png) no-repeat right top;*/
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAQAAABTNcdGAAAAEUlEQVQIHWP4r8bA8F%2BKwQEADZUCf37PGokAAAAASUVORK5CYII%3D") repeat-y right top;
	float: left;
	height: 62px;
	text-align: center;
}

#menu-navigation li a {
	background-color: transparent;
	color: #000;
	text-shadow: 1px 1px 1px #eee;
	/*font: bold 20px/60px "Arial Black",Tahoma,sans-serif;*/
	font: 20px/62px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	height: 62px;
	display: block;
	text-transform: uppercase;
}

#menu-navigation li a:hover, ul#menu-navigation li.current_page_item a {
	background: url(images/menu-bg.png) repeat-x;
	text-shadow: 1px 1px 1px #000;
	color: #eee;
}

#menu-navigation #menu-item-29 {
	background-image: none;
	width: 63px !important;
}
#menu-navigation #menu-item-29 a {
	width: 63px !important;
	height: 62px !important;
	background: url(images/home-button.png) no-repeat 0 -62px;
	float:left !important;
	text-indent: -9999px;
}
#menu-navigation #menu-item-29 a:hover {
	background-position: 0 0 !important;
}
#menu-item-29.current_page_item a {
	background-position: 0 0 !important;
}

.menu-item-last span { 

	display: none !important; 

}



/* SEARCH */

#search-container {
	width: 220px;
	height: 32px;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 10px;
}



fieldset input, fieldset button {

	border: none;

	float: left;

}

fieldset input#search {

	color: #fff;

	font-size: 1.1em;

	width: 155px;

	height: 28px;

	padding: 2px 0 0 15px;

	background:url(images/searchbox.png) no-repeat;

}

fieldset button#searchbutton {

	width: 35px;

	height: 32px;

	cursor: pointer;

	text-indent: -9999px;

	background: url(images/searchbutton.png) no-repeat;

}



/* CONTENT AREA */

dl.gallery-item {
	float: left;
	margin: 0 10px 20px;
}
.page-id-2 .entry-content a {
text-decoration: underline;
}
#content {

	margin: 40px 0;

}



#welcome-widget {
	background: url(images/welcome-box.png) no-repeat 0 0;
	height: 205px;
	width: 815px;
	padding: 15px 15px 15px 160px;
	margin: 20px 0;
	text-align: center;
	font: normal 18px/18px tahoma,arial,sans-serif !important;
}

#welcome-widget h3 {
	font: bold 36px/36px tahoma,arial,sans-serif !important;
	color: #f00 !important;
	margin: 0 0 15px;
	text-transform: uppercase;
}

#welcome-widget p {
	margin: 15px 0;
}

.front-sub {
	width: 290px;
	height: 310px;
	overflow: hidden;
	float:left;
	background-color: #fff;
	background-color: rgba(245,245,245,0.9);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	behavior: url(scripts/ie-css3.htc);
	padding: 15px;
	font-size: 15px;
	margin-bottom: 20px;
}

.front-full {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	background-color: rgba(245,245,245,0.9);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	behavior: url(scripts/ie-css3.htc);
	padding: 15px;
	font-size: 15px;
	clear: both;
	text-align: center;
}


#front-sub-center {
	margin: 0 14px;
	text-align: center;
}

.front-sub h3 {
	text-align:center;
	font: bold 24px/24px Tahoma, Geneva, Sans-Serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.front-sub ul li {
	line-height: 18px;
	list-style-image: url("images/check.png");
	list-style-position: inside;
}
.front-sub p {
	margin: 10px 0;
}

#text-7 p {
	text-align: justify;
	font-size: 16px;
	margin: 20px 0;
}

.front-sub #book-now, .front-sub #get-quote {
	background-color: #1b802d;
	width: 90%;
	height: 50px;
	display: block;
	margin: 20px auto;
	padding: 10px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}

.front-sub #book-now {
	background-color: #ba3636;
}

.entry-content {
	width: 960px;
	background-color: #fafafa;
	background-color: rgba(245,245,245,0.9);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius:18px;
	-ms-border-radius: 18px;
	border-radius: 18px;
	behavior: url(scripts/ie-css3.htc);
	padding: 15px;
	min-height: 50px;
}



/* FOOTER */


.home #footer {
	margin-top: 300px;
}
#footer {
	width: 990px;
	padding: 5px 0;
	margin: 50px 0 20px 0;
	text-align:center;
	font-size: 12px;
	background-color: #fff;
	background-color: rgba(245,245,245,0.9);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	behavior: url(scripts/ie-css3.htc);
}
#menu-footer {
	text-align: center;
	margin: 0 auto;
	color: #aaa;
}
/* #menu-item-31 span { display: none; } */
#menu-footer li {
	font-size: 14px;
	list-style: none;
	display:inline;
}
#menu-footer a, #footer-partners {
	color: #aaa;
	font-size: 12px;
	text-align: center;
}