/*	
	this file is for color and style
*/

/* move or remove these for production */
#head {
	border: 1px solid #999;
}
#main {
	border: 1px solid #999;
}
#foot {
	border: 1px solid #999;
}


/* general tags ============================================================ */
body,
table,
td {
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 12px;
}
th {
	text-align: center;
	font-size: 12px;
}
body {
	background-color: white;
	color: black;
}

p {
	line-height: 1.5em;
}

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

img {
	border: none
}

a:link,
a:visited {
	text-decoration: none;
	}
	
a:hover,
a:active {
	text-decoration: underline;
}

/* head styles ============================================================ */
#head {
	color: black;
}

#head a {
	color: black;
}


#head-1 a {
	padding: 6px 20px;
	font-weight: bold;
	font-size: 110%;
}

#head-1 a:link,
#head-1 a:visited {
}

#head-1 a:hover,
#head-1 a:active {
}

#head-1 a.current {
}

/* main styles ============================================================ */

#main a:link,
#main a:visited {
	color: #A4320D;
	text-decoration: none;
	}
	
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#main h1 {
	clear: both;
	margin: 0px 0px .2em 0px;
	font-size: 110%;
	font-variant:small-caps;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#main h2 {
	clear: both;
	margin-top: .75em;
	font-size: 110%;
	color: #000000;
	padding: 0;

}

#main h3 {
	margin-top: 1em;
	font-size: 100%;
	color: #165829;
}


#nav-1 a {
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6em;
}

#nav-1 a:link,
#nav-1 a:visited  {
	text-decoration: none;
	
}

#nav-1 a:hover,
#nav-1 a:active {
	color: #000;
	text-decoration: none;
}

#nav-1 a.current {
	color: #666;
	font-weight: bold;
}

#sidenav a {
	padding: 6px 20px;
	font-weight: bold;
	font-size: 110%;
	color: white;
	text-decoration: none;
}

#subnav a {
	padding: 6px 20px;
	border-right: 2px solid #74AE2C;
	font-weight: bold;
	font-size: 110%;
	color: white;
	text-decoration: none;
}

#subnav a:link,
#subnav a:visited {
	color: white;
}

#subnav a:hover,
#subnav a:active {
	background-color: #74AE2C;
	text-decoration: underline;
}

#subnav a.current {
	background-color: #74AE2C;
}


/* foot styles ============================================================ */
#foot-links a:link,
#foot-links a:visited {
	color: #2F98DF;
	text-decoration: none;
	}
	
#foot-links a:hover,
#foot-links a:active {
	text-decoration: underline;
}

/* utility classes ============================================================ */
div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 

/* form classes ============================================================ */
.form {
	background-color: #DDD;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	text-align: left;
	border: 1px dotted #666;
}

input,
select,
textarea{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 3px;
	background-color: #FFF;
}
.kitchen-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #B4320D;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#foot-framing #foot #banner {
	border: 1px solid #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}