/*===== Main Styles for Yvonne Kitchen ======*/
/*===== CSS by Sharp Design 2010 ============*/

/*
========= Site Colors ==========
Main Blue:           	#003479
Highlight Nuetral:   	#E6D6B0
Text:                	#000
Text Shadow			#9c9c9c
Nav Text            	#FFF
Background Gray:     	#EEE
Float Image Shadow:  	#000
Image Shadow:        	#222
Div Shadow:          	#999
================================
*/

/*======= Reset Styles =======*/

html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
	list-style-type:none;
}

/*======= Main Styles =======*/

body {
	background-color: #EEE;
}

div#main {
	position:relative;
	margin: 0 auto;
	width: 898px;
	background-color: #FFF;
	border: 1px solid #000;
/*	box-shadow: 0px 5px 8px #999; */
	-moz-box-shadow: 0px 5px 8px #999;
	-webkit-box-shadow: 0px 5px 8px #999;
/*	filter: dropshadow(color=#999, offx=0, offy=8);   - IE shadow */
}

/*======= Content Styles =======*/

div#content {
	background-color: #FFF;
	margin-top: 0px;
}

div#content #main_image {
	border-top:1px solid #000;
}

div#content p {
	line-height:1.5;
	font-size: 0.8em;
	text-align: justify;
}

div#mainbar {
	width:640px;
	margin: 10px 10px 20px 20px;
	border: 1px solid #FFF;
}

div#sidebar {
	margin-top: 74px;
	float:right;
	width:235px;
	text-align:center;
}
.left {
	float: left;
}

.right {
	float: right;
}

p.clear {
	clear:both;
	line-height:0;
	height:0;
	width:0;
}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3.5em;
	float:left;
	line-height:80%;
	padding: 0 .15em 0 0;
}

/*======= Footer Styles =======*/

div#footer {
	border-top: 1px solid #000;
	clear:both;
	background-color: #003479;
	color: #FFF;
	height: 20px;
	padding: 6px 0 2px 0;
}

div#footer p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

div#footer a:link, div#footer a:visited {
	padding: 0 2px 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	border:1px solid #003479;
	border-bottom: 1px solid #FFF;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active {
	color:#000;
	background-color: #E6D6B0;
	border:1px solid #000;
	text-decoration:none;
}
