/*custom theme for seattlefoodies.net, by Kelli Lewis Design*/

/*theme color scheme

light background: #F2F5DF
foodie green: #8C9C3C
dark green: #6E772F
foodie light green: #D0DB9D
foodie mid green: #B0C757
foodie brown: #2A180C
lighter brown: #351D0F
reddish: #A83F1A

end*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #60220F url(../../images/theme/red.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A180C;
}

#wrapper {
	position: relative;
	width: 920px;
	margin: 0 auto 0px auto;
	padding: 20px 0px 0 0px;
	border-top: 12px solid #6E772F;
	border-bottom: 12px solid #6E772F;
	background: #F2F5DF;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #6E772F;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	text-align: left;
	line-height: 2.2em;
	font-size: 12px;
}

a:link, 
a:active, 
a:visited {
	color: #8C9C3C;
	text-decoration: none;
}

a:hover,
.content a:hover {
	color: #A83F1A;
}

.no_link:hover {
  cursor: text;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	border: 2px solid #A83F1A;
}

img.right {
	float: right;
	margin-left: 20px;
	border: 2px solid #A83F1A;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 850px;
	height: 180px;
	margin: 0 auto 40px auto;
	border-bottom: 1px solid #A83F1A;
}

#logo {
	float: left;
	width: 360px;
	height: 180px;
	background: url(../../images/theme/logo2.gif) no-repeat left top;
	cursor: pointer;
}

#logo h1 {
	position: relative;
	font-size: 38px;
	color: #494949;
	left: -4000px;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#tag {
		position: absolute;
		top: 96px;
		left: 378px;
		width: 200px;
		height: 140px;
		background: url(../../images/theme/tag.gif) no-repeat top right;
		border: none;
}

#tag p {
	position: relative;
	left: -4000px;
}

#logo h2 {
  position: relative;
	font-size: 12px;
	color: #6E772F;
	font: italic 24px Georgia;
  padding-left: 200px;
	border: none;
	left: -4000px;

}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin:0;
	border: none;
}

#menu ul {
	margin: 0;
	padding: 98px 20px 0 0;
	list-style: none;
	border: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 14px;
	color: #8C9C3C;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: none;
	background: #A83F1A;
	color: #F2F5DF;
}

#menu .current_page_item a {
	background: url(../../images/theme/menubar.gif) repeat-x left bottom;
}

#menu .current_page_item a:hover {
	background: url(../../images/theme/menubar.gif) repeat-x left bottom;
	color: #8C9C3C;
	cursor: default;
}

/* Page */

#page {
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 0 40px 0 40px;
	border: none;
}

.post,
#content p {
	font-size: 12px;
	color: #3F2112;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.atomentry {
}

.atomentry .title,
h2.title {
	margin-bottom: 12px;
	padding-bottom: 0px;
}

.atomentry .title a:link, 
.atomentry .title a:active, 
.atomentry .title a:visited {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A83F1A;
}

.atomentry .title a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #A83F1A;
}

.atomentry .entry {
}

.atomentry .meta {
	padding: 15px 0;
	background: url(../../images/theme/img03.gif) repeat-x;
}

.article_break {
  clear: both;
  margin-bottom: 33px;
}

.top_border {
  padding-top: 15px;
	background: url(../../images/theme/img03.gif) repeat-x;
}

#content .atomentry .meta p,
#content .atomentry .meta small {
	margin: 0;
	line-height: 1.6em;
	font-size: 11px;
	color: #8C9C3C;
}

#content .atomentry .meta .author {
	
	float: left;
	color: #8C9C3C;
}

.atomentry .meta .links {
	float: right;
}

.atomentry .meta .more {
	padding: 0 20px 0 18px;
	background: url(../../images/theme/img06.gif) no-repeat left center;
}

.atomentry .meta .comments {
	padding-left: 22px;
	border: none;
}

.atomentry .meta b {
	display: none;
}

/* Comments */

#comments {
}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	background: #ECECEC url(../../images/theme/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(../../images/theme/spacer.gif);
	border: 1px solid #F0F0F0;
}

#comment_body {
	width: 500px;
}

#content #comments_div  {
	background: #E6EDC3;
	margin-bottom: 20px;
	padding: 20px 12px 4px 0;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: transparent url(../../images/theme/bannerTop.gif) no-repeat center top;
	margin-right: 40px;
	padding: 12px 0 0 0;
	border: none;
	font-size: 12px;
	color: #8C9C3C;
	text-decoration: none;
	text-transform: lowercase;
}

#sidebar a:link, 
#sidebar a:active, 
#sidebar a:visited {
	font-size: 12px;
	color: #8C9C3C;
	text-decoration: none;
}

#sidebar a:hover {
	color: #A83F1A;
}

#shell {
	background: transparent url(../../images/theme/bannerBottom.gif) no-repeat center bottom;
	padding: 0 0 60px 0;
	margin: 12px 0 0 0;
	border: none;
}

#sidebar ul {
	margin: 0;
	padding: 0px 26px 0 26px;
	list-style: none;
	margin-bottom: 20px;
	line-height: 1.5em;
	
}

#sidebar li li {
	margin: 0;
}

#sidebar h3 {
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 26px 0 26px;
	text-transform: uppercase;
}

#sidebar table {
  padding: 0 26px 0 22px;
  margin-bottom: 20px;
}

#sidebar table td {
  padding-right: 8px;
}

#sidebar table .right {
  padding-right: 0;
}

/* Search */

#search {
	border: none;
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search .results h3 {
	color: #A83F1A;
}

#content .archivepost {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 0 4px 0;
	color: #8c9c3c;
}

#content .archivemonth{
	font: 14px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2px 0 8px 0;
	color: #A83F1A;
}

#search input {
	padding: 3px;
	background: #ECECEC url(../../images/theme/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#search #q {
	width: 180px;
	margin-right: 0px;
	margin-left: 26px;
	background: #F2F5DF url(../../images/theme/spacer.gif);
	border: 1px dotted #A83F1A;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../../images/theme/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../../images/theme/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, 
.box2 a:hover, 
.box2 a:active, 
.box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 80px;
	min-height: 80px;
	padding: 34px 0 0 0;
			background: #F2F5DF url(../../images/theme/smallrose.gif) no-repeat 100% 30%;
}


#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 310px;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}

 bottom {
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, 
.box2 a:hover, 
.box2 a:active, 
.box2 a:visited  {
	color: #EDEDED;
}



html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding: 20px 0px 0px 78px;
	line-height: 1.4em;
	text-align: right;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	color: #C4CC93;

}

#legal a {
	color: #C4CC93;
}

#legal a:hover {
	color: #A83F1A;
}

/* Amazon */
#content iframe {
  border: 2px solid #A83F1A;
  background-color: #D0DD9E;
  padding-bottom: 8px;
}

/* removes Firefox dotted border
---------------------------------------- */
a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.none {
	display: none;
}

/* Archives page */
.archivemonth {
margin-top: 1em;
  font-size: 1.5em;
}

.archivepost {
  font-size: 1.1em;
}

/* Search results page */
.post h2 {
  margin: 1.5em 0 0.5em 0;
}
