BODY { 
	background-image: url(../images/food/backgrounds/kevivlogo.jpg);
	/*background-repeat: no-repeat;*/
	background-position: bottom left;
	background-color: #eee;
	color: #fff;
	font-size: 14px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}


/* STYLES FOR THE STRUCTURE OF THE SITE */
#container
{
	width: 900px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px solid #900;
	text-align: left;
	line-height: 150%;
	font-size: 
}

#header
{
    background-image: url(images/elc_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	background-color: #fff;
	color: #999;
	height: 150px;
	/*border-right: 1px solid #fff;*/
	width: 900px;
	position: relative;
}

#leftnav
{
	background-color: #fff;
	float: left;
	width: 150px;
	margin: 0;
	padding: 10px;
	padding-right: 0px;
	border-top: 0px;
}

#rightnav
{
	background-color: #fff;
	float: right;
	width: 230px;
	margin: 0;
	padding: 5px;
	padding-right: 0;
	border-top: 0px;
	border-left: 0px solid #ccc;
}

#content
{
	margin: 20px 200px 0px 180px;
	width: 450px;

}

#footer
{
	clear: both;
	margin: 0;
	color: #900;
	background-color: #f90;
	height: 60px;
	background-image: url(/wp-content/themes/ELC_Theme/images/footer-bg.gif); 
	background-repeat: repeat-x;
	text-align: center;
	align: center;
	font-size: 10px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
}



/* STYLES FOR ELEMENTS IN THE HEADER */

#header h1
{
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 30px;
	font-family: Palatino Linotype, Ariel, serif;
}

#header_pic
{
	background-image: url(../images/food/header/appleorange.jpg);
	background-repeat: no-repeat;
	height: 120px;
	float: left;
	width: 240px;
	padding: 0;
}

#tagline
{
	float: left;
	top: 130px;
	margin-left: 15px;
	color: #fff;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	letter-spacing:1.5px;
	}

/*NAVIGATION ELEMENTS*/

#navcontainer {
	position: absolute;
	margin-left: 0px;
	top: 120px;
	left: 0px;
	color: #f90;
	font-size: 14px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-style: bold;
	background-color:#900;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	}

#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	float:right;
}

#navlist li
{
	display: inline;
	padding: 0;
	margin-right: 0;
	color: #f90;
	font-size: 12px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#navlist li a 
{
	text-decoration: none;
	border: 0;
	padding: 5px;
}

#navlist li a:link 
{
	color: #f90;
	border: 0;
}

#navlist li a:visited 
{
	color: #f90;
	border: 0;
}

#navlist li a:active 
{
	color: #f90;
	border: 0;
}

#navlist li a:hover 
{
	color: #900;
	background-color: #f90
}


/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 5px 0 5px;
margin: 0 0.4em 0 -0.4em;
color: #999;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }





/* STYLES FOR ELEMENTS IN THE CONTENT DIV */

#content h2 
{  
	color: #900;
	font-size: 18px;
}

#one, #two, #three
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	line-height: 150%;
}

.title
{
	border: 1px solid #999;
	height: 29px;
	padding: 1px;
	margin-right: -0.5em;
}

#rant_title_norm
{
	background-image: url(../images/content/rant.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 29px;
	float: left;
	width: 174px;
	padding: 0;
}

#rant_title_rev
{
	background-image: url(../images/content/rant_rev.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 29px;
	float: right;
	width: 174px;
	padding: 0;
}

#photo_title_norm
{
	background-image: url(../images/content/photo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 29px;
	float: left;
	width: 174px;
	padding: 0;
}

#photo_title_rev
{
	background-image: url(../images/content/photo_rev.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 29px;
	float: right;
	width: 174px;
	padding: 0;
}

.content_img
{
	border: 0px solid #69c;
	margin: 0;
}


/* STYLES FOR ELEMENTS IN THE RIGHTNAV */

.rightnavbox
{
	list-style: none;
	padding: 0px;
	margin: 10px;
	margin-left: 0px;
	border-top: 1px solid #c63;
	border-left: 3px solid #c63;
	background-color: #fed;
	font-size: 11px;
	line-height: 120%;
	
}

.rightnavbox li
{
	padding: 5px;
	margin-left: 0;
	color: #930;
	font-size: 11px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid #c63;
	border-left: 1px solid #c63;
	border-right: 1px solid #c63;
	line-height: 120%;
}

.rightnavbox li a 
{
	text-decoration: none;
	border: 0px;
	padding: 5px;
}

.rightnavbox li a:link 
{
	color: #930;
	border: 0;
}

.rightnavbox li a:visited 
{
	color: #930;
	border: 0;
}

.rightnavbox li a:active 
{
	color: #930;
	border: 0;
}

.rightnavbox li a:hover 
{
	color: #930;
	border: 0;
}

.rightnavbox li:hover 
{
	color: #930;
	background-color: #fed;
}

.rightnavmore a:hover
{
	color: #f90;
}

.rightnavheaderimg
{
	text-align: center;
	align: center;
}	
	
/* STYLES FOR ELEMENTS IN THE LEFTNAV */
.leftnavbox
{
	list-style: none;
	padding: 0px;
	margin: 10px;
	border-top: 1px solid #900;
	border-right: 3px solid #900;
	background-color: #fee;
	font-size: 12px;
}

.leftnavbox li
{
	padding: 5px;
	margin-right: 0;
	color: #900;
	font-size: 12px;  
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
}

.leftnavbox li a 
{
	text-decoration: none;
	border: 0px;
	padding: 5px;
}

.leftnavbox li a:link 
{
	color: #900;
	border: 0;
}

.leftnavbox li a:visited 
{
	color: #900;
	border: 0;
}

.leftnavbox li a:active 
{
	color: #900;
	border: 0;
}

.leftnavbox li a:hover 
{
	color: #c63;
	border: 0;
}

.leftnavbox li:hover 
{
	color: #c63;
	background-color: #fcc;
}

/* STYLES FOR ELEMENTS IN THE FOOTER */
#footer a:link img { border: none; }
#footer a:visited img { border: none; }


#footer p
{
padding: 0;
text-align: center;
}
<-- STYLES FOR LINKS -->
a 
{
	text-decoration: none;
	border: 0px;
}

a:link 
{
	color: #900;
	text-decoration: none;
}

a:visited 
{
	color: #900;
	text-decoration: none;
}

a:active 
{
	color: #900;
	text-decoration: none;
}

a:hover 
{
	color: #f90;
	text-decoration: none;
}

a img 
{
	border: none;
}

/* STYLES FOR IMAGES */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

img.size-full
{

	border: 1px solid #ccc;
	padding: 2px;
}

img.excerptimg
{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align:text-top;
	background-color: #fff;
}

a.img.excerptimg
{
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 5px;
	margin-top: 0px;
	vertical-align:text-top;
	background-color: #fff;
}


img.rightnavboximg
{
	text-align: left;
	float:right;
	
}

	

/* STYLES FOR WP ELEMENTS */

/* CONTENT STUFF */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	}
	
.postmetadata
{
	font-size: 11px;
	
}
 
hr 
{
 	color: #ddd;
 	height: 1px;
}

.readmoretitle 
{
	color: #900;
	font-style: italic;
	text-decoration: underline;
}



a.firstposttitle
{
	color: #900;
	font-size: 22px;
	text-decoration: none;
	line-height: 120%;
}

a.firstposttitle:hover
{
	color: #f90;
	font-size: 22px;
	text-decoration: none;
}

a.more-link
{
	color: #666;
	font-style: italic;
	text-decoration: none;
}

a.more-link:hover
{
	color: #900;
	font-style: italic;
	text-decoration: underline;
}

.prevpost
{
	background-color: #fee;
	padding: 5px;
	border: 1px solid #900;
	margin-bottom: 10px;
}	


a.prevposttitle
{
	color: #900;
	font-size: 17px;
	text-decoration: none;	
	line-height: 120%;
}

a.prevposttitle:hover
{
	color: #f90;
	font-size: 17px;
	text-decoration: none;
	line-height: 120%;
}

.prevpostcontent
{
	margin-top: 5px;
	border: 0px solid #900;
	text-align: top;
	
}

#excerpttag
{
	clear:left;
}

hr.excerpthr
{
	clear: left;
	color: #ddd;
 	height: 1px;
} 	

/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align: left;
	}

#rightnav #searchform #s {
	width: 108px;
	padding: 2px;
	margin-bottom: 5px;
	width: 140px;
	}

#rightnav #searchsubmit 
{
	padding: 1px;
	color:#930; 
	font: bold 12px 'trebuchet ms',helvetica,sans-serif; 
	background-color:#fed; 
	border: 1px solid #999;
	filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Archive Elements */
a.archivetitle
{
	color: #900;
	font-size: 20px;
	text-decoration: none;
	line-height: 120%;
}

.archivetitle
{
	color: #900;
	font-size: 20px;
	text-decoration: none;
	line-height: 120%;
}

.archiveheader
{
	background-color: #eee;
	border: 1px dotted #900;
	color: #666;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}


/*Single Elements*/
.postmetadatasingle
{
	list-style: none;
	font-size: 10px;

}

