/*	

Main napervilledupagetaxi.com Style Sheet

version: 1.0
author: bryan lademann
email: bryan@bryanlademann.com
website: http://bryanlademann.com
date created: 
media: screen

**** 

MINIMIZE BEFORE UPLOADING!

****

--------------------------------------------------------------

Table of Contents	

--------------------------------------------------------------
	
Use = or /* in Find or Replace (command/cntrl + F) to jump between sections
	
* Reset
* Global
* Typography
	- Headings
	- Text Elements
* Navigation
	- Top Nav
	- Menu
* Layout
	- Content
	- Rightcontent
* Footer
* Forms
* Alert boxes


		
--------------------------------------------------------------

Notes: 

--------------------------------------------------------------

Color schema:  

text: 			#222
headings,
nav links: 		#
nav sub-links:	#


-------------------------------------------------------------- 

	reset.css	

	With thanks to Eric Meyer:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 

-------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* Eliminates outline on links in Mozilla browsers. Remove for accessibility compliance*/
:focus {outline: 0;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img, :link img, :visited img { border: none; }

html, body 	{ height: 100%; }
	
/* Prevents page 'jump' issue in firefox when content is all above the fold */
html 		{ overflow-y:scroll; } 


#main img{ margin:.9em .9em 0; padding: .9em; }

a			{ color:inherit; text-decoration:underline; }	
a:hover		{ text-decoration:none; }



/* -------------------------------------------------------------- 
   
	=typography.css
   	
	- default font size is 10px.
	- vertical rythym set to 18px (1.8) line height.
	- new elements can be added using the following formula:
	
		18/(element's font size)= line height

-------------------------------------------------------------- */
	
body	{
	background: #F1F2F3 url(../images/bg-body.jpg);
	color: #343434;
	font: 62.5%/1.8  'Helvetica Neue', Helvetica, Arial, sans-serif; 
	}
		
html>body	{ /* Sets font size for IE6/7 */
	font-size:10px;
	}


/*	=Headings
	--------------------*/

h1, h2, h3, h4, h5, h6	{ font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; color: #3364CD; }

h1	{
	font-size:3.6em;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: -2px; /* Increases legibility of larger text elements */
	margin:.5em 0 .5em 20px; 
	text-transform:uppercase; 
	word-spacing: .2em; /* Increases legibility of larger text elements */
	}  
	
h2	{ font-size: 2.4em; line-height: 1.2; margin: 1.125em 10px .375em; }
 
	
h3	{ font-size: 1.8em; line-height:1; margin: 1.5em 10px .5em; }
	h3.rate {
		margin-left: 10px;
		float: left;
		}
h4	{ font-size: 1.4em; line-height: 1.286; margin: 1.929em 0 .643em 20px; }
h5	{ font-size: 1.2em; line-height: 1.5; margin:2.25em 0 .75em 20px; color:#666; text-transform:uppercase; }
h6	{ font-size: 1.2em; line-height:1.5em; margin:0 0 0 20px; color:#666; font-weight: 700; font-style:italic; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }

h1.title,
h2.phone { display: none; margin: 0;}
		



/*	=Text Elements
---------------------------------------- */
p	{
	font-size: 1.3em;
	line-height:1.385;
	margin:0 .9em 1.5em;
	text-align:left;
	}


blockquote  { color: #666; font-style: italic; font-size: 1.4em; line-height: 1.285em;  margin: 1.285em 1.8em; }
strong      { font-weight: 700; }
em,dfn      { font-style: italic; }
dfn         { font-weight: 700; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { cursor:help; border-bottom: 1px dotted #79804D; letter-spacing:0.1em; margin: 0 1.8em 1.8em;}
address     { margin: 0 1.8em 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 1.5em; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; margin:0 1.8em 1.5em; }

	
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.8em; }
ul, ol      { margin-right: .9em; display: block; }

li 			{ margin:0  0 .5em 1.8em; font-size: 1.2em; line-height: 1.2 }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; margin-left: 1.8em; }

	ul.routes { margin:0 0 10px 10px; float: left; display: inline;}
	
	
	
	ul.routes li { font-size: 10px;  }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: 700; }
dd          { margin-left: 1.5em;}



/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide		{ position:absolute; text-indent:-9999px; height: 0; display: none;}

 
.strong 	{ font-weight: 700;}
.em			{ font-style:italic; }

.uppercase 	{ text-transform:uppercase; letter-spacing:0.1em; font-weight:normal; }
.lowercase 	{ text-transform:lowercase; }


.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/*	=Layout
--------------------------------------------------*/


/* Use whenever encapsulation is needed */
.container 	{ margin: 0 auto; }

.right 		{ float:right; }
.left		{ float:left; }
.center 	{ text-align:center; }
.clear		{ clear:both }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

img.photo	{
	background: #fff;
	border: 1px solid #cecece; 
	padding: .3em;
	float: left;
	margin: .9em;
	}

#shell	{              
	margin:0 auto -72px; /* bottom margin matches footer height */
 	width: 800px; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
  position:relative;
	}
	
#header	{
	height:150px;
	}
	#header img { margin: 0; }
	#header .container {
		border-top: 1px solid #6686CC;
		width: 760px;
		}
#banner {
	background: #222;
	border-bottom:1px solid #ddd;
	color: #fff;
	overflow: hidden;
	border-top: 1px solid #444;
	border-bottom: 3px solid #111;  
	padding: .6em 0;   
	}  
	#banner #flash-movie{ float: left; margin: 1.8em 0 0 18px;}
	#banner2 {width: 330px; float: left; margin-left: 3.6em;}
	#banner h2.tagline {
		margin: 0 0 .375em;
		padding-top: .75em; 
		color: #E79800;          
		float: left;
		width: 340px;             
		}
	#banner ul { width: 150px; float: left; }
	#banner li { word-spacing:1px; }  
	
	
	#banner-bottom-left {
		 	position: absolute;
			width:0; 
			height:0; 
			border-bottom: 8px solid transparent; 
			border-right: 20px solid #111;
			border-left: 0;
			border-top: 0;
			position: absolute;
			top: 23.4em;
			left: 0px;
	}
	#banner-bottom-right {
			position: absolute;
			width:0; 
			height:0; 
			border-bottom: 8px solid transparent; 
			border-left: 20px solid #111;
			border-right: 0;
			border-top: 0;
			position: absolute;
			top: 23.4em;
			left: 780px;
	}                                              
	
/* Targets Webkit browsers: Safari, Chrome, Opera*/	
@media screen and (-webkit-min-device-pixel-ratio:0){
	 	#banner-bottom-left, 
	#banner-bottom-right  { top: 22.9em; }  
	}	

#main	{          
	
	background: #F0ECDB;
	clear: both;
	margin:0 auto;
	position:relative;   
	border-right: 1px solid #D5C890; 
	width: 760px;
	}
	#content {
		background: #fff;
		display: inline;
		float: left;
		width: 466px;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #D5C890;
		}
		
	#sidebar {
		display: inline;
		float: left;
		width: 279px;
		margin-left: 12px;
		}
		#sidebar #locations {
			margin: .9em;
			}
		#sidebar img {
			margin: -5px 0 0 0;
			}
	
#push { height: 72px; } /* pushes footer below content area */
#footer	{
	clear: both;
	height: 72px;
	background: #C8CBD0;
	clear: both;
	border-top: 1px solid #fff;
	padding-top: 1.8em;
	width: 100%;
	}
	#footer .container { width: 760px; }
	#footer p { font-size: 1.1em;}
	
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

form 		{ margin: 0 1.8em 1.8em; border: 1px solid #ccc; }
form ol		{ list-style:none; margin: 0; }
form ol li	{ margin:0 0 1.8em 0; }
fieldset    { padding: 1.5em 1.8em 0; margin: 0 0 1.5em 0;  }
legend      { font-weight: 700;  }
label { 
	font-weight: 700; 
	width: 4.4em; 
	display: block; 
	float: left; 
	margin-right: 1.8em; 
	text-align: right; 
	}


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
	background-color:#fff; 
	border:1px solid #bbb;
	font-size: 1em;
	}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
	border-color:#666; 
	}

input[type=text], 
input.text, input.title,
textarea, select {
	margin: 0;
	padding: 4px;
	}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
	position:relative; top:.25em; 
	}

input[type=submit] { margin: 0 0 1.5em 75px;}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

textarea { width: 300px; font-size: 1.1em;}

/* Makes all 'clickable' elements respond as links on :hover */
input[type=submit],label,select,.pointer    { cursor:pointer; } 


/* Alert boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1.5em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

