/* -----------------------------------------------------------
		Theme Name:	What's In Your Lunch Box Template
		Updated: 	03.29.08
		Notes: 		CSS & HTML by Simon (http://www.simonsportfolio.com)
					Design by Anthony Fisher (http://www.alfconcepts.com)
----------------------------------------------------------- */



/* -----------------------------------------------------------
		UNIVERSALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

p, ul { padding: .4em 0; }

body {
	background: #c0c0c0 url('../images/bg-main.gif') center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	color: #000;
}

.bold { font-weight: bold; }

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #6c2037;
	text-decoration: none;
}

a:hover {
	color: #a7435e;
	text-decoration: underline;
}

a img { border: 0; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#sidebar ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	line-height: 1.7em;
	_line-height: .8em;
}

#sidebar li a {
	display: block;
	text-decoration: none;
	color: #222;
}

#sidebar li a:hover {
	color: #6c2037;
}

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 876px;
}

#header {
	background: url('../images/header-01.jpg') no-repeat;
	height: 220px;
}

#content {
	background: url('../images/bg-content.jpg') top no-repeat;
	min-height: 550px;
	font-size: 85%;
	_margin-top: -3px;
}

	#sidebar {
		float: left;
		width: 160px;
		margin: 35px 0 0 30px;
		_margin-left: 15px;
	}

	#mainContent {
		float: right;
		width: 540px;
		margin: 35px 55px 0 0;
		_margin-right: 28px;
	}

	#footer {
		clear: both;
		padding: 25px 30px 5px 30px;
		text-align: center;
	}

	#footer a {
		color: #222;
	}

	#footer a:hover {
		text-decoration: underline;
	}

/* -----------------------------------------------------------
		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: 180%; }

h2 { font-size: 170%; }

	#sidebar h2 {
		font-size: 120%;
		margin-top: 20px;
	}

	#mainContent h2 {
		font-family: Georgia, 'Times New Roman', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
	}

h3 { font-size: 140%; }

h4 { font-size: 120%; }

h5 { font-size: 110%; }

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 */