/*  
Theme Name: yellowcounter
Theme URI: http://www.35unger.com
Description: Hot theme inspired by our rockin' yellow countertop.
Version: 1.0
Author: Becky Clutter
Author URI: http://www.iheartpreston.co.uk
*/

body {
	margin: 0px;
	background-image: url(http://www.35unger.com/images/gingham.gif);
    }

a	{
	text-decoration: none;
	}

a:link {
	color: #BC8B1C;
	background-color: transparent;
	}

a:visited {
	color: #BC8B1C;
	background-color: transparent;
	}

a:hover {
	color: #E6BA41;
	background-color: transparent; 
    text-decoration: none;
    border-bottom: 1px solid #E6BA41;
	}

a:active {
	color: #D7CEEA;
	background-color: transparent;
    border-bottom: 1px solid #D7CEEA;
	}
	
a.nounderline {
	border: 0px;
	text-decoration: none; 
	}
	
a.nounderline:hover {
	border: 0px;
	text-decoration: none; 
	}

#container {
	line-height: 140%;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 720px;
	border: 0px;
	background-color: transparent;
	}
	
/*---------------------------------------
	Header
-----------------------------------------*/

#top {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 720px;
	height: 140px;
	border: 0px;
	background-color: transparent;
	background: url(http://www.35unger.com/images/header.gif);
	}
	
#top a {
	display: block;
	height: 140px;
	width: 100%;
	border: 0px;
	}
	
/*---------------------------------------
	Middle [Vertically] Section
-----------------------------------------*/
	
#middle {
	float: left;
	padding: 0px;
	width: 720px;
	border: 0px;
	background-color: transparent;
	background: url(http://www.35unger.com/images/bg.gif);
	}
	
	/*---------------------------------------
		Left Column & Menu
	-----------------------------------------*/

#leftcol {
	float: left;
	width: 190px;
	background-color: transparent;
	padding: 15px 0px 0px 0px;
	margin-right: 50px;
	overflow: hidden;
	border: 0px;
	}

.menu {
	padding: 0px 40px 0px 40px;
	background-color: transparent;
	}
	
.title {
	color: #2F1251;
	background-color: transparent;
	font-family: "Trebuchet MS", TrebuchetMS, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
	padding: 0px;
	}

.menu ul {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #A091C9;
	}

.menu ul.archive {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #A091C9;
	}

.menu li {
	color: #A091C9;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 200%;	
	list-style-type: none;
	}

.menu li.feedtop {
	background-color: transparent;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
	}

.menu li.feed {
	background-color: transparent;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
	padding-top: 10px;
	}

.menu a {
	color: #423B51;
	font-weight: normal;
	background-color: transparent; 
    text-decoration: none; 
	}

.menu a:hover {
	color: #BC8B1C;
	font-weight: normal;
	background-color: transparent; 
    text-decoration: none; 
    border-bottom: 1px solid #BC8B1C;
	}
	
	/*---------------------------------------
		Content
	-----------------------------------------*/
	
#content {
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 400px;	
	overflow: hidden;
	border: 0px;
	background-color: transparent;
	color: #444444;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	}
	
#content pre {
	font-size: larger;
	}

#content p {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#content ul li {
	line-height: 150%;
	list-style-type: circle;
	color: #423B51;
	background-color: transparent;
	}

#content ul.vidcast {
	line-height: 150%;
	list-style-type: circle;
	color: #423B51;
	background-color: transparent;
	padding-left: 100px;
	}

#content ol li {
	line-height: 150%;
	color: #423B51;
	background-color: transparent;
	}

.navigation {
	display: block;
	color: #BC8B1C;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	}

.navright {
	float: right;
	}
	
.navleft {
	float: left
	}

/*---------------------------------------
	Comments
-----------------------------------------*/

#comments {
	padding: 0px;
	}
	
#comments ol li {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 170%;
	padding-bottom: 20px;
	}

#comments p {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
.author {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	}
	
.authorinfo {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	}

/*---------------------------------------
	Post Titles
-----------------------------------------*/

#content h1 {
	color: #2F1251;
	background-color: transparent;
	font-family: "Trebuchet MS", TrebuchetMS, Verdana, sans-serif;
	font-size: 20px;	
	text-align: left;
	font-weight: normal;	
	margin-bottom: 10px;	
	margin-top: 15px;
	}
	
/*---------------------------------------
	Date
-----------------------------------------*/

#content h2 {
	color: #C6BAE8;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;	
	text-align: right;
	font-weight: normal;	
	margin-bottom: 0px;
	border-bottom: 1px solid #D7CEEA;
	}
	
/*---------------------------------------
	.post: Posted By Info
	.search: "Search Results"
	.comments: "# Comments.."
	.respond: "Leave a comment"	
-----------------------------------------*/

#content h3.post {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;	
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #E9E8EF;
	margin-bottom: 40px;
	}

#content h3.search {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;	
	text-align: left;
	font-weight: normal;	
	margin-top: 0px;	
	margin-bottom: 10px;
	}

#content h3.comments {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;	
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #E9E8EF;
	padding: 10px 0px 0px 0px;	
	margin-top: 10px;	
	margin-bottom: 15px;
	}

#content h3.respond {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;	
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #E9E8EF;
	padding: 10px 0px 0px 0px;	
	margin-top: 20px;	
	margin-bottom: 10px;
	}

#content blockquote {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-left: 60px;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #D7CEEA;
	}
	
/*---------------------------------------
	Images
-----------------------------------------*/
	
img {
    display: block;
    margin-left: 0px;
	border: 0px;
	}
	
.tall {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
.caption {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	line-height: 170%;
	}
	
.floatimgleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 17px;
	margin-left: 0px;
	border: 0px;
	}
		
.floatimgright {
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	border: 0px;
	}
	
.recipemany {
	margin-bottom: 25px;
	}
	
.restomany {
	margin-top: 35px;
	}
	
.profile {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 17px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #9B93B2;
	}
	
/*---------------------------------------
	Recipes
-----------------------------------------*/
	
.recipe1 {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 170%;
	}
	
.recipe2 {
	color: #9B93B2;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	}
	
/*---------------------------------------
	Names
-----------------------------------------*/

.names {
	color: #423B51;
	background-color: transparent;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 120%;
	}	
	
/*---------------------------------------
	Footer & Copyright
-----------------------------------------*/
	
#bottom {
	float: left;
	padding: 0px;
	width: 720px;
	height: 45px;
	border: 0px;
	background-color: transparent;
	background: url(http://www.35unger.com/images/footer.gif);
	text-align: center;
	}

#bottom h1 {
	font-size: 9px;
	font-weight: normal;
	font-family: Lucida Grande, Verdana, sans-serif;
	color: #423B51;
	background-color: transparent;
	line-height: 100%;
	padding: 12px 0px 0px 140px;
	}

#bottom a {
	color: #423B51;
	font-weight: normal;
	background-color: transparent; 
    text-decoration: none; 
	}

#bottom a:hover {
	color: #BC8B1C;
	font-weight: normal;
	background-color: transparent; 
    text-decoration: none; 
    border-bottom: 1px solid #BC8B1C;
	}