/*
Theme Name: Molly's Menu
Theme URI:http://www.www.webfootforward.com/
*/
 
/* STANDARD STYLING */
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
	}
	body {
		color:#552c02; /* MAIN BODY TEXT COLOR */
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:18px;
		background: #F7F7F7  url(images/bg.jpg) repeat center top;
		background-position:center;
		background-position:top;
		background-attachment: scroll; 
	}

a {color:#015e01;text-decoration: none;}
a:visited {color: #015e01;}
a:hover {text-decoration: underline;}
p,.p {margin-bottom: 15px;}
img {border: none;} 
ul li {	margin: 0px;}
ul {margin: 5px 0px 15px;padding-left: 20px;}
ol {margin: 5px 0px 15px;padding-left: 20px;}
form {margin: 0px;padding: 0px;}
small {	font-size: 90%;}
hr{border: none; border-bottom: 1px dotted #000;margin-bottom: 1em;}
blockquote{background: #f7f7f7; padding: 10px 15px;margin: 0 0 1em 2.5em;font-size:.9em;border: 1px solid #ddd;}

/* rounded borders */
	/*#sidebar .dbx-box, .post, .page-nav{
		border-radius: 20px;
	}
	#searchform #s {
		border-radius: 10px;
	}*/
	
	#sidebar div.dbx-box{border: 0px solid #222222;;}
	
	#wrapper {
		width: 1000px;
		margin: 0px auto;
		position: relative;
		background: url(images/content-bg.jpg) repeat-y top left;
		
		}
	#header {padding: 0 0 0 0;} /* Height of the header */

/* site title */
	/*h1.blogtitle {
		font-size: 39px;
		line-height: 47px;
		position:relative;
	} 
	h1.blogtitle .sheen {
		position: absolute; 
		z-index: 5;
		background-color: transparent;
		background-image: url(images/sheen.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		display: block;
		width:100%;
		height: 25px;
		float: left;
	}
	h1.blogtitle a{color: #000;}
	h1.blogtitle a:hover{color: #074462;text-decoration: none;}
	
	.description { 
		float: left;
		margin-top: 23px;
		margin-left: 10px;
	}*/

/* search form */
	#searchform {
		width: 225px;
		float: right;
		font-size:12px;
		margin:0;
		padding:0;
	}
	#searchform #s{
		background: #ffffff url(images/form-field-bg.gif) no-repeat    ;
		width: 168px;
		padding: 4px 7px 2px 5px;
		color: #033249;
		border: 1px solid #888;
		margin-top: 0;
		margin-left:15px;
		margin-bottom:5px;
	}
	#searchform #searchsubmit { 
		/*background: url(images/search-button.png) no-repeat 0 0;*/
		height: 25px;
		width: 25px;
		border: none;
		cursor: pointer;
		text-indent: -999%;
		line-height: 1px;
		margin:0;
	}

/* HEADERS */
	h1, h2, h3, h4, h5, h6{color: #663300;font-weight: normal;margin:0;padding: 0; line-height: 1.1em;}
	h1 a, h2 a, h3 a, h4 a, h5 a{color: #333;}

	h1{font-size: 32px;}
	h2{font-size: 28px;}
	h3{font-size: 24px;}
	h4{font-size: 20px;}
	h5{font-size: 16px;}
	h6{font-size: 12px;}


/* ------------------------------------- main content area  */
#page /*#wrapper*/ #container #left-col {
	width: 700px;
	float: left;
	padding-left:25px;
}

/* main menu */
	#nav {
		font-size: 15px;
		position:absolute;
		top:220px;
		margin-left:45px;
	}
	#nav small{display: none;} /* remove this later */
	#nav ul{
		list-style: none;
		display: block;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		float: left;
		width: 650px;
		
	}
	#nav ul li{
		font-weight: bold;
		margin: 0px 5px 0px 0px;
		padding: 0px;
		float: left;
		width:auto;
	}
	#nav ul li a{
		padding: 8px 10px 10px 10px;
		text-decoration: none;
		color: #000;
		display: block;
	}

	#nav .current_page_item a, #nav .current_page_item a:hover,#nav li a:active{
		text-decoration: underline;	
		/*background: #2a2a2a url(images/navgrad-active.png) repeat-x top left;*/
		color: #000;
	}
	 #nav li a:hover{
		color: #000;
		text-decoration: underline;	
		/*background: #2a2a2a url(images/navgrad-hover.png) repeat-x top left;*/
	}
	 #nav li a:active{
		color: #000;
		text-decoration: underline;	
		/*background: #2a2a2a url(images/navgrad-active.png) repeat-x top left;*/
	}
	
	/*.home {
		position:absolute;
		float:left;
	}*/
	.about{
		position:absolute;
		left:5px;
	}
	.eatmywords{
		position:absolute;
		left:90px;
	}
	.fundamentals{
		position:absolute;
		left:235px;
	}
	.recipes{
		position:absolute;
		left:385px;
	}
	.services{
		position:absolute;
		left:470px;
	}
	.contact{
		position:absolute;
		left:570px;
	}

/* content */
#content {
	clear: both;
	overflow: hidden;
	margin:0;
	min-height:600px;
	/*background: url(images/content-bg.png) repeat-y top left;*/
}
#content img{
	border:2px solid #552c02;
	margin-top:5px;
}
#content-image-grid {
	clear: both;
	overflow: hidden;
	margin:0;
	/*background: url(images/content-bg.png) repeat-y top left;*/
}
.post {
	padding: 10px 25px 0 35px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 50px;
	background: url(images/calendar.jpg) no-repeat;
	background-position:bottom;
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #663300;
	text-align: center;
	padding: 10px 0 0 0px;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 22px;
	display: block;
	font: normal 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #663300;
	text-align: center;
	padding-top: 4px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 560px;
	padding-top:10px;
	color:#663300;
}
.postdata {
	font-size: 90%;
	color: #000000;
}
.postdata a, .postdata a:visited {
	color: #663300;
	text-decoration: none;
}
.postdata a:hover {
	color: #000000;
	text-decoration: underline;
}
.postdata .category{
	float: left;
	width:400px;
}
.postdata .comments{
	float: right;
	width:80px;
	/*margin-right:-220px;*/
}

.comments-home {
	float: right;
	width:120px;
	text-align:right;
	margin-right:-45px;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
	width:auto;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom:0;
	width:560px;
	margin-left:60px;
}

.entry-home {
	padding: 10px 0px 5px;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom:0;
	width:620px;
	margin-left:10px;
}

.post-entry {
	padding: 10px 0px 5px;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom:0;
	margin-left:5px;
	width:625px;
}

/*.more-entry {
	padding: 5px 0px 5px;
	clear: both;
	font-size: 12px;
}*/

.post-edit-link {
	text-decoration: underline;
}

/* post title */
h2.posttitle {
	color: #663300;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-size: 20px;
	/*border-bottom: dotted 1px #000000;*/
}
h2.posttitle a, h2.posttitle a:visited {
	color: #663300;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #663300;
	text-decoration: underline;
}
.tags {
	float: right;
	display: block;
	color: #aaa;
	width:auto;
	padding-right:30px;
}
.tags a{font-weight: bold;color: #663300;}
.tags a:hover{color:#663300 ;text-decoration: none;}

/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-bottom: .6em;
}
.page-nav a, .page-nav a:visited {
	color: #015e01;
	text-decoration: none;
}
.page-nav a:hover {
	/*color: #fff;*/
	text-decoration: underline;
}
.previous-entries a {
	float: left;
	width:100%;
	padding-left: 10px;
	margin-left: 30px;
	font-weight:bold;
}
.next-entries a {
	float: right;
	width:100%;
	padding-right: 10px;
	margin-right: -610px;
	font-weight:bold;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom:40px;
	margin-top: 0px;
	font-size: 100%;
	line-height: 37px;
	font-weight:bold;
}
.post-nav a, .post-nav a:visited {
	color: #015e01;
	text-decoration:none;
	
}
.post-nav a:hover {
	/*color: #3b541e;*/
	text-decoration: underline;
}
.post-nav .previous a {
	float: left;
	width:200px;
	height:25px;
	padding-left:3px;
	/*background: url(images/post-nav-previous.png) no-repeat left top;*/
}
.post-nav .next a {
	float: right;
	width:200px;
	padding-right:8px;
	height:25px;
	text-align:right;
	/*background: url(images/post-nav-next.png) no-repeat right top;*/
}

.post-image{
	float:left;
	margin-top:5px;
	width:auto;
}

.recents-title {
	float: left;
	margin-left: 10px;
	width: 560px;
	padding-top:10px;
	color:#663300;
	padding-left:50px;
	border-top:1px solid #552c02;
}

.entry-thumbs {
	padding: 10px 0px 5px;
	clear: both;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom:0;
	width:560px;
	margin-left:95px;
}

.thumbnail{
	float:left;
	margin: 0px 5px 5px 0px;
	width:100px;
}

/* ------------------------------------- comment area  */
#comments {
	/*background: url(images/comments.gif) no-repeat;*/
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
#respond {
	/*background: url(images/icons/edit.png) no-repeat;*/
	padding-left: 22px;
	margin: 20px 0px 0px 35px;
	clear: both;
}
#respond h3{font: normal 140%/120% Arial, Helvetica, sans-serif;}
.nocomments{display: none;}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}

#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #999;
}

/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #F4F4F4;
}
.commentlist li ul {list-style-type:none;}
.commentlist li ul li { padding-bottom:10px; margin-bottom:10px; margin-top:13px;}
.commentlist li ul li ul li {background-color: white;}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #074462;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #015e01;
}
img.avatar {
  float: right;
  margin: 5px;
  }
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #015e01;
}

/* @ FORMS */
	legend{display: none;}
	fieldset{border:none;background: transparent;}
		
	/* commentform */
	label {
		color:#333;
		font-size: .9em;
		display: block;
	}
	small {
		color: #555;
		font-size: 90%;
	}
	input{
		font: 110%  arial, helvetica;

		padding: 5px 3px 3px 5px;
		background: url(images/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
	}
	
	 textarea {
		font: 110% courier, arial, helvetica;
		height: 140px;
		background:url(images/form-field-bg.gif) no-repeat;
		border-top: 1px solid #ccc;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #ccc;
		padding: 5px 3px 3px 7px;
	}

	textarea:focus, input[type="text"]:focus {
		border: solid 1px #666;
	}
	
	
	.button, input[type="submit"], .submit {
		border: 1px solid #aaa;
		background: #e5e5e5 url(../Mollys-Menu-V2/images/agradient-30light.gif) repeat-x left top;
		margin:0;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	.button:hover, input[type="submit"]:hover{color: #074462;}
	.button:active, input[type="submit"]:active{background: #e5e5e5 url(../Mollys-Menu-V2/images/agradient-30.gif) repeat-x left top; color: #000;}

/* sidebar */
#sidebar-custom-text {
	margin-top: 15px;
	margin-right: 30px;
	float:right;
	width: 230px;
	color: #552c02;
	line-height: 160%;
	/*border:2px solid #552c02;*/
}

#sidebar {
	margin-top: 15px;
	margin-right: 30px;
	float:right;
	width: 230px;
	color: #552c02;
	line-height: 160%;
	/*border:2px solid #552c02;*/
}

#sidebar .dbx-box
#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar h3 {
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	background: url(images/content-bg-header.png) repeat-x left top;
	height:30px;
	padding-top:10px;
	line-height:35px;
}

#sidebar h4 {
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	background: url(images/top-sidebar-header.png) repeat-x left top;
	height:30px;
	padding-top:10px;
	line-height:35px;
}

/*#sidebar h3:hover{color: #cccccc;}(*/
#sidebar h3 a, #sidebar h3 a:visited {
	color: #015e01;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #015e01;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background-image: url(images/icons/bullet_black.png);
	background-repeat: no-repeat;
	padding-left: 22px ;
	background-position: 0 1px;
}
#sidebar ul li ul li {
	background-image: url(images/icons/bullet_black.png);
	background-repeat: no-repeat;
	padding-left: 15px ;
}

#archives ul li {
	background-image: url(images/icons/calendar_view_month.png);
	background-repeat: no-repeat;
}

#recent-comments ul li {
	background-image: url(images/icons/comment.png);
	background-repeat: no-repeat;
}

#recent-posts ul li {
	background-image: url(images/icons/page_copy.png);
	background-repeat: no-repeat;
}
#categories ul li {
	background-image: url(images/icons/bullet_black.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* meta */
#meta .rss {
	background: url(images/icons/feed.png);
	background-repeat: no-repeat;
}
#meta .check {
	background: url(images/comment.gif);
	background-repeat: no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
img.center, img[align="center"] {	display: block;	margin-left: auto;	margin-right: auto;}

img[align="left"] {float:left;margin: 2px 10px 5px 0px;}

img[align="right"] {float:right; margin: 2px 0px 5px 10px;}
.clear {clear:both;}
hr.clear {clear:both;visibility: hidden;margin: 0px;padding: 0px;}


.wp-caption {
	text-align: center;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	background: #fff;
	text-align: center;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-text {font-size: 10px;margin:0;padding:6px 3px 2px;line-height: 16px;}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;margin-top: 5px;	}
.wp-caption-dd {font-size: 11px;line-height: 17px;	padding: 0 4px 5px;	margin: 0;	}

/* @ STANDARD ELEMENTS */	
	img#wpstats{width:0px;height:0px;overflow:hidden;}
	.border{ padding: 2.5px;	border: 1px solid #ccc;}
	.hidden {display: none; visibility: hidden;}
	.aligncenter {display: block;margin-left: auto;margin-right: auto;}
	.alignleft {float: left;margin:0 10px 5px 0;width:auto;}
	.alignright {float: right;margin:0 0 5px 10px;width:auto;}

/* FLOATING AND ALIGNMENT */
	.floatleft{float:left;margin:3px 7px 0 0;width:auto;}
	.floatright{float:right;margin:3px 0 0 7px;width:auto;}
	.right{float:right;width:100%;}
	.block{display:block;}
	.left{float:left;width:100%;}
	.clear{clear:both;}
	.center {text-align: center;}
/* CLEARFIX */
	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	/*.fix{display:inline-block;}*/ 
	* html .fix{height:1%;}
	.fix{display:block;}
	
/* FOOTER */

.bottom-image img {
	border:0px;
}

.footer {
	text-indent:60px;
	float:left;
	margin:0 auto;
	width:725px;
	background-image:url(images/footer.jpg);
	height:100%;
	clear:both;
	min-height:25px;
}

.footer div {
    width:152px;
    float:left;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
	text-indent:120px;
    text-align:left;
    font-size: 10px;
    color: #552c02;
	height:40px;
	width:725px;
	background-image:url(images/footer-bottom.jpg);
	float:left;
}

ul.nav li { margin: 0 }