/*
	Theme Name: Airport Transfer Sydney
	Author: JMonit
	Description: Custom theme For Airport Transfer Sydney
	Theme URI: http://www.airporttransfersydney.com.au/
	Author URI: http://www.jmonit.com/
*/
/* Reset Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset End */
/* General Rules here */
BODY,
HTML{
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	
}

P{ margin: 0 0 20px 0; }
H1{
    font-size: 23px;
    margin: 0 0 20px 0;
    }
H2{
	 font-size: 20px;
	 margin: 0 0 20px;
	 }
H3{
	 font-size: 1.17em;
	 font-weight: bolder;
	 margin: 0 0 15px 0;
	 }
H4{
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H5{
	 font-size: .83em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
H6{
	 font-size: .75em;
	 font-weight: bolder;
	 margin: 0 0 10px 0;
	 }
h1,h2,h3,h4,h5,h6{
line-height:150%;
}

A{ color:#004BA8; text-decoration:none; }
A:hover{color: black;}
STRONG{ font-weight: bold; }
EM{ font-style: italic; }

HR{ border: none; border-bottom: 1px solid #333; }

OL{ margin: 1.12em 0 1.12em 40px; }
OL LI{
	list-style: decimal outside;
	margin: 0; padding: 0;
	}

UL{ margin: 1.12em 0 1.12em 40px; }
UL LI{
	list-style: disc outside;
	margin: 0; padding: 0;
	}

PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }

INPUT[type=text],
INPUT[type=password]{
	border: 1px solid #BBB;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	}
TEXTAREA{
	border: 1px solid #BBB;
	color: #333;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	}
INPUT[type=submit],
INPUT[type=button]{
	}
INPUT[type=submit]:hover,
INPUT[type=button]:hover{
	}

/* End of General Rules */


/* Basic Layout */ 

body{
	background:#C7E9FA  url(images/bodybg.png) repeat-x left top;
}
#header{
	height:170px;
	position:relative;
}
.logo{
	position:absolute;
	background:url(images/logo.png) no-repeat left top;
	_background:url(images/logo.gif) no-repeat left top;
	width:390px;
	height:130px;
	top:15px;
	left:20px;
}
.logo a{
	width:250px;
	height:170px;
}
.tagline{
	color:#000;
	text-shadow:0 1px 1px #fff;
-moz-text-shadow:0 1px 1px #fff;
-webkit-text-shadow:0 1px 1px #fff;
	position:absolute;
	right:40px;
	bottom:25px;
	font-size:30px;
}
#nav{
	position:absolute;
	right:0;
	top:0;
	background:#000;
	border-radius:0 0 10px 10px ;
	padding:0 10px;
}
.top-menu, .foot-menu{
	margin:0;
	padding:0;
}
.top-menu{
	font-weight:bold;
}
.top-menu li, .foot-menu li{
	list-style:none;
	padding:0;
	margin:0;
	display:block;
	float:left;
}
.foot-menu li{
	margin:0 0 0 10px;
}
.top-menu li a, .foot-menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.top-menu li a,.top-menu li a:link , .top-menu li a:active, .top-menu li a:visited{
	padding:12px;
	border-bottom:3px solid #000;
}
.top-menu li a:hover{
	color:#62a8ff;
	border-bottom:3px solid #62a8ff;
}
.foot-menu li a:hover{
		color:#2687ff;
}

.foot-menu-cont{
	float:right;
	overflow:hidden;
}
#qtform{
	position:relative;
	width:1002px;
	margin:0 auto;
	background:url(images/formshadow.png) no-repeat center bottom;
	_background:none;
	padding-bottom:50px;
	_padding-bottom:0;
	color:#fff;
}
.page{
	width:940px;
	margin:0 auto;
	_background:none;
}
#formcont{
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	width:940px;
	margin:0 auto;
	box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
background: rgb(0,75,168); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,75,168,1) 0%, rgba(0,23,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,75,168,1)), color-stop(100%,rgba(0,23,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,75,168,1) 0%,rgba(0,23,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,75,168,1) 0%,rgba(0,23,51,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,75,168,1) 0%,rgba(0,23,51,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ba8', endColorstr='#001733',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,75,168,1) 0%,rgba(0,23,51,1) 100%); /* W3C */
}
.limoimage{
	background:url(images/limopictop.png) no-repeat left top;
	_background:url(images/limopictop.gif) no-repeat left top;
	width:500px;
	height:270px;
	float:right;
	margin:5% 20px 0 0;
}
.limobox{
clear:right;
width:480px;
	float:right;
}
.limobox  ul,.limobox  ul li{
margin:0;
padding:0;
font-size:14px;
}
.limobox  ul li{
list-style:none;
background:url(images/tick.png) no-repeat left 50%;
padding:10px 0 10px 35px;
}
#frmshadow{
	background:url(images/formshadow.png) no-repeat left top;
	_background:none;
	height:80px;
	width:1002px;
	position:absolute;
	left:-30px;
	bottom:-45px;
}
#content{
	background:#fff url(images/contbg.gif) repeat-y center top;
	border-radius:30px 30px 0 0;
	-moz-border-radius:30px 30px 0 0;
	-webkit-border-radius:30px 30px 0 0;
}
#rightcol{
	width:300px;
	padding-top:15px;
}
#maincontents{
	width:580px;
}
.post-container{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	/*margin-bottom:10px;*/
}
.article-contents{
	overflow:hidden;
}
#footer{
	background:#3A89CB url(images/footerbg.jpg) no-repeat center top;
	padding:50px 0 0 0 ;
}
#footerwidgets{
	width:900px;
	margin:0 auto;
	padding:10px 0 20px 0;
}
.foot_widgets{
	width:290px;
	margin-right:10px;
	float:left;
}
#copyrt{
	background:#12293d;
	color:#fff;
	font:11px/16px Verdana, Geneva, sans-serif;
	padding:5px 0;
}
/*Basic Layout End */

/* Utilities */
	.clear{
	  clear:both;
	  display:block;
	  height:0;
	  line-height:0;
	  zoom:1;
	}
	.padder{
		padding:20px;
	}
	.fl-left,.alignleft{
		float:left;
		margin-right:10px;
	}
	.fl-right, .alignright{
		float:right;
		margin-left:10px;
	}
	.al-left{
		text-align:left;
	}
	.al-right{
		text-align:right;
	}
	.al-center{
		text-align:center;
	}
	.no-disp{
		display:none;
	}
	.blok-disp{
		display:block;
	}
	.pagenavi{
		overflow:hidden;
		padding-top:10px;
	}
	.paginext{
		float:right;
	}
	.pagiprev{
		float:left;
	}
/* Utilities End */
/* Typography */
	.article-title{
		font-size:24px;
		color:#004BA8;
		margin:0;
		padding:0;
		padding:10px 0 15px 0;
	}
	a.more-link{
		background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	color:#fff;
	display:block;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	}
	a.more-link:hover{
		background:#004ba8;
	}
/* Typography End */

/* Widgets */
	.Side_widgets{
		padding:15px 0;
	}
	.Side_widgets h3{
		font-size:20px;
		font-weight:normal;
		margin:0;
		border-bottom:1px solid #e6e6e7;
		padding:0 0 10px 20px;
		color:#515154;
		box-shadow: 0 1px #fff;
		-moz-box-shadow: 0 1px #fff;
		-webkit-box-shadow: 0 1px #fff;
	}
  	.foot_widgets h3{
		font-size:20px;
	}
	.foot_widgets a{
		color:#000;
	}
	.foot_widgets a:hover{
		color:#fff;
	}
	.Side_widgets ul, .foot_widgets ul{
		margin:0;
		padding:0;
		
	}
	.Side_widgets ul li{
		border-bottom:1px solid #e6e6e7;
		box-shadow: 0 1px #fff;
		-moz-box-shadow: 0 1px #fff;
		-webkit-box-shadow: 0 1px #fff;
		list-style:none;
	}
	.Side_widgets .tagcloud{
		padding:10px 20px 0 20px;
	}
	.Side_widgets #searchform{
		padding:10px 20px 0 20px;
	}
	#searchform label{
		display:none;
	}
	#searchform #s{
		width:160px;
		padding:4px;
		border:1px solid #868686;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:url(images/inputbg.png) repeat-x left top;
	}
	#searchform #searchsubmit{
		background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font: 11px Verdana, Geneva, sans-serif bold;
	cursor:pointer;
	cursor:hand;
	}
	.foot_widgets ul li{
		list-style:none;
		border-bottom: 1px #6cabeb solid;
	}
	.foot_widgets ul li a{
		list-style:none;
		display:block;
		padding:5px 10px;
	}
	.Side_widgets a{
		text-decoration:none;
		color:#000;
	}
	.Side_widgets a:hover{
		text-decoration:none;
		color:#2687ff;
	}
	.Side_widgets ul li a{
		display:block;
		padding:7px 20px 7px 40px;
		text-decoration:none;
		color:#000;
		background:url(images/arrows.gif) no-repeat 20px 50%;
	}
	#recentcomments li{
				padding:7px 20px 7px 40px;
				background:url(images/arrows.gif) no-repeat 20px 9px;
	}
	.foot_widgets #recentcomments li{
		background:none;
		padding:7px 10px;
	}
	.foot_widgets #recentcomments li.recentcomments a:hover{
		color:#fff;
	}
	#recentcomments  li.recentcomments a{
		background:none;
	}
	#recentcomments  li.recentcomments a:hover{
		background:none;
		color:#c00;
	}
	#calendar_wrap{
		padding:0 25px;
	}
	#wp-calendar{		
		width:100%;
	}
	#wp-calendar caption{
		font-size:16px;
		padding:10px 0;
		font-weight:bold;
	}
	#wp-calendar a{
		color:#004ba8;
		font-weight:bold;
	}
	#wp-calendar a:hover{
		color:#000;
	}
	#wp-calendar td, #wp-calendar th{
		padding:3px;
		text-align:center;
		border:1px solid #ccc;
		border-collapse:collapse;
	}
	#today, #today a{
		color:#fff;
		background:#004ba8;
	}
	#today a:hover{		
		color:#fff;
	}
	#wp-calendar tfoot td{
		border:none;
		text-align:left;
		padding-top:10px;
	}
	.bannerwidget{
		padding:20px 0 20px 40px;
		width:380px;
	}
	.bannerwidget p{
		font-weight:bold;
		overflow:hidden;
		padding:0;
		margin:0;
		font-size:14px;
		margin-bottom:7px;
	}
	.qt-formtitle{
		margin:0;
		padding-bottom:10px;
	}
	.bannerwidget .qtlabel1{
		display:block;
		float:left;
		width:140px;
		line-height:24px;
	}
	.bannerwidget .qtinpt1, .bannerwidget .qtinpt2,.bannerwidget .qtinpt3, .qtinpt5{
		width:200px;
		padding:4px;
		border:1px solid #868686;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#fff url(images/inputbg.png) repeat-x left top;
		margin-right:5px;
	}
	.bannerwidget textarea.qtinpt1{
		height:50px;
	}
	.bannerwidget .qtinpt2{
		width:150px;
	}
	.bannerwidget .qtinpt3{
		width:120px;
	}
	.rqastrick{
		color:#F00;
	}
	.qtinpt5{
		width:300px;
		border:1px solid #bbb;
	}
	.halfform{
		float:left;
		margin-right:20px;
		_margin-right:10px;
	}
	.vericode{
		float:right;
		padding-right:30px;
	}
	.quote-submit-btn{
		border:none;
		padding:0;
		background:url(images/quotebtn.gif) no-repeat left top;
		width:256px;
		height:45px;
		float:right;
		margin-right:30px;
		cursor:pointer;
		cursor:hand;
	}
/* End Of Widgets */
/* Comments Template*/
.commenthead{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#commentlist{
	padding:0;
	margin:0;
}
#commentlist li{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	overflow:hidden;
	list-style:none;
	padding-bottom:10px;
}
.commenttext small{
	font-size:11px;
	font-style:italic;
	color:#7f7f7f;
}
.commenttext p{
	margin:0;
	padding:0;
	padding:5px 0;
}
.commentauthor{
	color:#333;
	margin:0;
	padding:0;
}
#replyfrm{
	margin-top:30px;
}
#commentform{
	width:530px;
}
#commentform p{
	overflow:hidden;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
#commentform small{
	float:right;
}
#commentform label{
	font-size:14px;
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
}
.comment_submitbtn{
	float:right;
	border:none;
	padding:none;
	background:url(images/submitbtn.png) no-repeat left top;
	width:127px;
	height:32px;
	cursor:pointer;
	cursor:hand;
	margin-right:70px;
	_margin-right:35px;
}
#wpcf7-f2-w1-o1  .wpcf7-response-output{
	background:#FFC1C1;
	top:16px;
	font-weight:bold;
	color:#000;
	border:1px solid #f00;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:10px;
}
#wpcf7-f2-w1-o1 .wpcf7-not-valid-tip{
	display:none;
}
#content table{
border:1px solid #ddd;
border-collapse:collapse;
margin:20px 0;
}
#content table tr{
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
-khtml-transition: all .5s ease;
}
#content table td{
padding:10px;
border:1px solid #ddd;
border-collapse:collapse;
}
#content table tr:hover{
background:#ddd;
}
/* End of Comments*/