/*------------------------------------------------------------------

project:	KJC Limos
date created:	10 August 2009
author:	Paul Crawford

-------------------------------------------------------------------*/

@import url("baseforms.css");
@import url("thickbox.css");
@import url("sifr.css");


/*-------------------------------*/
/* Reset
/*-------------------------------*/
*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}

* {	line-height: 1.6em; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url('../images/core/bg.gif') top center no-repeat;
	color: #ffffff;
}

a { color: #02d8ff; text-decoration: none; }
a:hover, a:focus { color: #bff4fe; text-decoration: underline; }
span.mailto { color: #02d8ff; }  
a.mailto { color: #02d8ff; text-decoration: none;  }  
a.mailto:hover { color: #bff4fe; text-decoration: underline; }  

h1 { font-size: 2.4em; color: #00d9ff; }
h2 { font-size: 1.8em; color: #82ecfe; }
h3 { font-size: 1.5em; color: #dafaff; }
h4 { font-size: 1.3em; color: #dddddd; }
h5 { font-size: 1.2em; color: #ffffff; }
h2, h3, h4, h5 { margin-bottom: 0.5em; font-weight: normal; }
p { margin-bottom: 1.35em; }
p { font-size: 1.2em; }

ul { list-style-type: square; margin-left: 30px; }

hr {
	border: 0;
	border-bottom: 1px solid #d9d9d9;
	height: 1%;
	margin: 15px 0;
	^margin: 0 0 10px 0; /* IE 7 */
}

a img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 3px solid #effdff;
	clear: left;
}

a img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 3px solid #effdff;
	clear: right;
}

a:hover img.left,
a:hover img.right {
	border: 3px solid #00d9ff;
}

.clear { display: block; clear: both; }



/*-------------------------------*/
/* Container
/*-------------------------------*/
#container {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}


/*-------------------------------*/
/* Header
/*-------------------------------*/
#header-container {
	height: 535px;
}

#header-top {
	height: 25px;
	padding: 11px 50px 15px;
	_padding: 10px 0 3px; /* for ie 6 */
}

#header-top h2 {
	width: 320px; height: 25px;
	background: url('../images/core/phone.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	float: right;
}

#header {
	height: 75px;
	padding: 1px 0;
	background: url('../images/core/bg_nav.gif') top center no-repeat;
}

#header h1 {
	width: 380px; height: 75px;
	background: url('../images/core/logo_kjc.gif') no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}


/*-------------------------------*/
/* Nav
/*-------------------------------*/
#nav {
	width: 490px; height: 34px;
	float: left;
	padding: 23px 0 0 52px;
	_padding: 20px 0 0 52px; /* for ie 6 */
}

#nav ul { 	
	list-style-type: none;
	margin: 0;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 34px;
}

#nav ul li a.home {
	width: 74px;
	background: url('../images/nav/nav_home.gif') 0 0 no-repeat;
}

#nav ul li a.profile {
	width: 76px;
	background: url('../images/nav/nav_profile.gif') 0 0 no-repeat;
}

#nav ul li a.services {
	width: 96px;
	background: url('../images/nav/nav_services.gif') 0 0 no-repeat;
}

#nav ul li a.celebrities {
	width: 114px;
	background: url('../images/nav/nav_celebrities.gif') 0 0 no-repeat;
}

#nav ul li a.book {
	width: 128px;
	background: url('../images/nav/nav_book.gif') 0 0 no-repeat;
}


/* -- Rollover -- */
#nav ul li a:hover.home,
#nav ul li a:hover.profile,
#nav ul li a:hover.services,
#nav ul li a:hover.celebrities,
#nav ul li a:hover.book {
	background-position: 0 -34px !important;
}

/* -- Active -- */
#nav li a:hover.home, 
body#home #nav li a.home,
body#profile #nav li a.profile,
body#services #nav li a.services,
body#celebrities #nav li a.celebrities,
body#book #nav li a.book {
	background-position: 0 -34px !important;
}

/* --- Sub Nav --- */
#sub-nav {
	height: 120px;
	padding: 10px 0 0 49px;
}

#sub-nav ul { 	
	list-style-type: none;
	margin: 0;
}

#sub-nav ul li {
	display: block;
	float: left;
}

#sub-nav ul li a {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	width: 170px; height: 120px;
	padding: 0 5px;
}

#sub-nav ul li a.wine {
	background: url('../images/core/wine_tours.jpg') 0 0 no-repeat;
}

#sub-nav ul li a.corporate {
	background: url('../images/core/corporate.jpg') 0 0 no-repeat;
}

#sub-nav ul li a.school {
	background: url('../images/core/school_balls.jpg') 0 0 no-repeat;
}

#sub-nav ul li a.weddings {
	background: url('../images/core/weddings.jpg') 0 0 no-repeat;
}

#sub-nav ul li a.airport {
	background: url('../images/core/airport_pickup.jpg') 0 0 no-repeat;
}


/* -- Rollover -- */
#sub-nav ul li a:hover.wine,
#sub-nav ul li a:hover.corporate,
#sub-nav ul li a:hover.school,
#sub-nav ul li a:hover.weddings,
#sub-nav ul li a:hover.airport {
	background-position: 0 -120px !important;
}


/*-------------------------------*/
/* Banner
/*-------------------------------*/
#banner {
	height: 406px;
}


/*-------------------------------*/
/* Content
/*-------------------------------*/
#content-box {
	padding: 33px 0 0 0;
}

h1.pagetitle {
	text-indent: -9999px;
	width: 500px;
	height: 22px;
	margin-bottom: 6px;
}

body#home h1.pagetitle { background: url('../images/titles/welcome.gif') no-repeat; }
body#profile h1.pagetitle { background: url('../images/titles/profile.gif') no-repeat; }
body#services h1.pagetitle { background: url('../images/titles/services.gif') no-repeat; }
body#celebrities h1.pagetitle { background: url('../images/titles/celebrities.gif') no-repeat; }
body#book h1.pagetitle { background: url('../images/titles/book_online.gif') no-repeat; }

#content {
	width: 890px;
	background: url('../images/core/bg_line.gif') top center no-repeat;
	padding: 20px 50px 0; 
}

body#home .content-left {
	width: 400px;
	float: left;
	padding-bottom: 20px;
}

#video {
	width: 425px;
	float: left;
	margin-left: 40px;
}

/*-------------------------------*/
/* Footer
/*-------------------------------*/
#footer {
	width: 880px;
	background: url('../images/core/bg_line.gif') top center no-repeat;
	margin-left: 50px;
	padding-top: 30px;
	color: #777777;
}

#footer a { color: #777777; text-decoration: none; }
#footer a:hover { color: #02d8ff; text-decoration: none; }

.wflogo {
	width: 68px; height: 22px;
	float: right;
	display: block;
}

.pmlogo {
	width: 116px;
	height: 22px;
	display: block;
	float: right;
	margin-right: 30px;
}


/*-------------------------------*/
/* Misc
/*-------------------------------*/
ul#no-list {
	list-style-type: none;
	margin: 0;
}

ul#no-list li {
	width: 100%;
	display: block;
	clear: both;
}



/* --- gallery --- */
.gallery{ 
	width: 100%;
	margin-bottom: 1em;
}

.gallery ul {
	list-style-type: none;
	margin: 0;
}

.gallery ul li {
	display: inline;
	padding: 0 15px 15px 0;
	float: left;
}

.gallery ul li a img {
	border: 3px solid #effdff;
}

.gallery ul li a:hover img {
	border: 3px solid #00d9ff;
}

