/* content.css
 * Focusing on the visual stylings of the body content, 
 * not so much the page structures. 
 */

html, body {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background: #fff url("/iskippedlunch/images/xtile.gif") repeat-x top;
}

a {
	color: #000; 
}

h4, 
p, 
li {
	color: #6e4b1c; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 1em; 
	line-height: 1.6em; 
	margin: 0 0 .75em 0; 
}

h1, 
h2, 
h3 {
	font-family: "Myriad Web", Geneva, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1em; 
	letter-spacing: -1px; 
	margin: .3em 0 .3em 0; 
}

h1 {
	font-size: 2.5em;
	color: #453f37; 
}

h1.hometitle { 
	display: block;
	background: url("/iskippedlunch/images/title_change.gif") no-repeat top;
	height: 46px;
}

h2 {
	font-size: 1.75em; 
	margin: 1em 0 .5em 0; 
	color: #453f37; 
}

h3 {
	font-size: 1.5em;
	color: #5d5449;  
}

h4 {
	margin: 1.5em 0 .25em 0; 
} 



/*
=Layout
*/

#top {
	background: url("/iskippedlunch/images/masthead_confused.jpg") no-repeat top left; 
}

#navigation {
	background: none; 
}

#middle {
	background: #fff; 
}

#content_box {
	background: url("/iskippedlunch/images/ytile_content.gif") no-repeat top;
	padding-top: 20px;
	height: 600px;
}

#bottom {
	font-size: .9em; 
	background: #fff; 
}

.small_column p, 
.small_column li {
	font-size: .9em; 
}

.lead p {
	font-weight: bold; 
	color: #000; 
}

.fact_card {
	background: #e9ba88; 
	padding: .5em; 
	margin: 0 0 1em 0; 
}

.fact_card .lining {
	border: 1px solid #fff; 
	padding: 1em; 
}


/*
=Text flourishes
*/

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.7em; 
	line-height: 1.15em; 
	font-style: italic; 
	margin: 0 0 1em 0; 
	padding: .5em; 
}



