/* -----------------------------------------------------------
		Theme Name:	LA Metro
		Updated: 	04.15.08
		Notes: 		CSS & HTML by Simon (http://www.simonsportfolio.com)
					Design by Anthony Fisher
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body, wrap { height: 100%; }

p, ul { padding: .4em 0; }

body {
	background: #c0c0c0 url('../images/bg-shadow.gif') center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #000;
}

.purple { color: #5b5058; }

.beige { color: #f5ecbf; }

.bold { font-weight: bold; }

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

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

a:hover {
	color: #66b78c;
	text-decoration: underline;
}

a img { border: 0; }

#sidebar a { color: #f5ecbf; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

/* -----------------------------------------------------------
		NAVIGATION
----------------------------------------------------------- */

#nav ul, #footer ul {
	margin: 0;
	padding: 4px 0 0 35px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 10px;
}

#footer li {
	float: left;
	margin-right: 5px;
}

#nav li a {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	color: #f5ecbf;
	font-weight: bold;
}

#nav li a:hover {
	color: #fff;
	border-bottom: 3px #fff solid;
}

#footer li a {
	color: #000;
	text-decoration: none;
	border-right: 1px #000 solid;
	padding-right: 5px;
	height: 12px;
	line-height: 12px;
	display: block;
	_display: normal; /* for ie 6 */
}

#footer li a.last { border-right: 0; }

#footer li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	background: #f9f6e6 url('../images/bg-sidebar.gif') right 219px no-repeat;
	margin: 0 auto;
	width: 936px;
	min-height: 100%;
	font-size: 85%;
	clear: both;
}

	#home #wrap {
		background: url('../images/home.jpg') top no-repeat;
		margin: 0 auto;
		width: 936px;
	}

#header {
	background: url('../images/header.jpg') no-repeat;
	height: 170px;
}

#nav {
	background: url('../images/bg-nav.gif') repeat-x;
	height: 49px;
}

#mainContent {
	float: left;
	width: 650px;
	margin: 25px 0 65px 35px;
	_margin-left: 17px; /* for ie 6 */
}

#subHeader {
	height: 183px;
}

	#left {
		float: left;
		width: 320px;
		height: 183px;
	}

	#middle {
		float: right;
		width: 320px;
		height: 183px;
	}

#homeContent {
	padding-top: 399px;
	text-align: center;
}

#sidebar {
	float: right;
	width: 155px;
	margin: 20px 20px 20px 0;
	_margin-right: 10px; /* for ie 6 */
	color: #f5ecbf;
}

#footer {
	clear: both;
}

#footer p {
	clear: left;
	padding-left: 35px;
	padding-top: 3px;
}

/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 .3em 0;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 { font-size: 200%; }

h2 { font-size: 180%; }

	#mainContent h2 {
		color: #5b5058;
	}

	#sidebar h2 {
		font-size: 150%;
		color: #f5ecbf;
		padding-bottom: 0;
	}

h3 { font-size: 160%; }

	#sidebar h3 {
		font-size: 120%;
		color: #fff;
		padding-bottom: 0;
	}

h4 { font-size: 140%; }

	#sidebar h4 {
		font-size: 120%;
		color: #b3f5ff;
		padding-bottom: 0;
	}

h5 { font-size: 120%; }

h6 { font-size: 200%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */