/*
Theme Name: Jeff Eats
Theme URI: http://jeffeats.com
Description: Theme for Jeff Eats
Author: Payam Yousefi
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
	
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/* CSS by Payam Yousefi */

body {
	background:#FFCB3F;
	margin:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	text-align: left;
	font-size: 13px;
	color: #333;
}
.right { float:right; }
.left { float:right; }
.clear { clear:both; }
a {
	color:#50708F;
	text-decoration: underline;
}
a:hover {
	color:#CF4226;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
#wrap {
	background:#FFF;
	margin:0px auto;
	padding:20px;
	width:850px;
}
#header {
	background:url(images/florida.jpg) no-repeat center right;
	min-height:95px;
	padding-top:15px;
	border-bottom:1px solid #CF4226;
}
#header #logo {
	height:62px;
	width:232px;
	background:url(images/logo_eats.jpg) no-repeat center center;
	display:block;
	margin-left:165px;
}
h1 {
	font-size:56px;
}
h1 a {
	text-decoration:none;
	color:#444;	
}
h1 a:hover {
	color:#000;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	line-height:22px;
}
h3 {
	font-size: 18px;
	line-height:20px;
}
p, ul, ol, blockquote {
	margin:5px 0px 10px 0px;
	line-height:17px;
}
#header h1 a img {
	float:left;
	margin-right:15px;		
}
.description {
	font-size:16px;	
	margin-top:-5px;
	margin-left:185px;
	color:#666;
}
.description span {
     font-size:20px;
     font-family:Georgia, Times, "Times New Roman", serif;
}
#nav {
	background:#EF654A;
	border-bottom:2px solid #CF4226;
	border-top:1px solid #FF947F;
}
#nav a {
	display:inline-block;
	padding:5px 10px;
	background:#EF654A;
	text-transform: uppercase;
	color:#FFF;
	text-decoration: none;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	border-right:1px dotted #CF4226;
}
#nav a:hover {
	background:#DF5337;
}
#nav a.selected {
	background:#CF4226;
	font-weight:bold;
}
.search_form {
	float:right;
}
.search_form input {
	padding:2px 3px;
	margin:4px;
	color:#CF4226;
	background:#FFF;
	border:0px;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
	border:1px solid #FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.search_form input.text_input {
	width:190px;
}
.search_form input:focus {
	border:1px solid #CF4226;
}
.search_form span {
	color:#FFF;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}
.search_form #searchsubmit {
	background:#CF4226;
	color:#FFF;
	padding:1px 2px;
	cursor:pointer;
	border:1px solid #BF3317;
	margin:3px 4px 0px 0px;
}
#content .main {
		float:left;
	width:594px;
	border-right:1px solid #DDD;		
}
#content .sidebar {
		float:right;
	width:225px;
	padding:15px;
}
.post {
	border-bottom:1px solid #DDD;	
	padding:15px;
}
.post h2, h3 { font-weight:bold; }
h2 span, h3 span { font-weight:normal; }
.post.page { border-bottom:0px; }
.post .meta {
	font-size:12px;
	color:#666;
	margin-top:5px;
}
.post .meta .date { color:#555; }
.post .meta .cats a {
	font-variant: small-caps;
	background:#EF654A;
	padding:0px 4px;
	line-height:17px;
	color:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;		
	text-decoration: none;
}
.post .meta .cats a:hover {
	background:#DF5337;
	color:#FFF;	
	text-decoration: none;
}
.post .icons  { float:right; display:inline; }
.post .icons img { float:left; }
.post .icons img:hover { margin-top:-1px; }
.post .entry p:first-child {
	margin:7px 0px 5px 0px;
	background:#C3D2DF;
	padding:4px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.post.page .entry p:first-child {
	margin:5px 0px 10px 0px;
	background:none;
	padding:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
.page_nav {
	padding:25px 0px;
	text-align: center;
}
.wp-pagenavi .page, .wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink , .wp-pagenavi .current {
	padding:2px 4px;
	background:#EF654A;
	border:1px solid #DF5337;
	color:#FFF;
	text-decoration: none;
	margin:0px 1px;
}
.wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
	border:1px solid #BF3317;
	background:#DF5337;
}
.wp-pagenavi .current {
	background:#FF876F;	
	border-color:#FF876F;
}
.wp-pagenavi .pages, .wp-pagenavi .larger,  .wp-pagenavi .smaller {
//	display:none;
}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ul li, ol li {margin-left:15px;}
blockquote {
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #999;
}
.sidebar ul {
	list-style: none;
}
.sidebar ul li a {
	border-left:2px solid #FFF;
	padding-left:13px;
}
.sidebar ul li {
	margin-left:0px;
}
.sidebar ul li a:hover {
	border-left:2px solid #EF654A;
}

/*---*/

#comments {
	padding:15px;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li {
	list-style: none;
	background:#DFDFDF;
	clear:both;
	margin:0px;
	margin-top:10px;
	padding:10px;
	padding-left:28px;
}
ol.commentlist li .avatar { display:none; 	
	float:left;
	padding:4px;
	background:#FFF;
	border:1px solid #999;
	margin:0px 10px 10px -68px;
}
ol.commentlist li .comment-author {
	font-size: 18px;
}
ol.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	margin-left:-18px;
}	
ol.commentlist li .reply {
	float:right;
	margin-top:3px;
}
ol.commentlist li .comment-reply-link {
	font-size:12px;
	background: #CCC;
	padding:3px;
	color:#333;
	text-decoration: none;
	border:1px solid #CCC;
}
ol.commentlist li .comment-reply-link:hover {
	border-bottom:1px solid #999;	
}	
ol.commentlist li .comment-meta {
	font-size:12px;
	border-top:1px solid #CCC;
	padding-top:5px;
	margin-left:-18px;
}
ol.commentlist li.alt {
	background:#FFF;
}
ol.commentlist .children li {
	border-left:1px solid #999;
}
#respond {
	margin:15px;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
	background:#FFBCAF;
}
#respond input, #respond textarea {
	padding:3px 2px;
	margin:0px;
	color:#000;
	background:#FFF;
	border:0px;
	border:1px solid #EFA495;
	font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:normal;
}
#respond input:focus, #respond textarea:focus {
	border:1px solid #CF4226;
}
#respond h3 {
	border-bottom:1px dotted #EF9786;
	padding-bottom:10px;
	margin-bottom:10px;
}
#respond label {
	color:#CF4226;
	width:150px;
	padding-top:5px;
	padding-right:10px;
	font-variant: small-caps;
	vertical-align: top;
	display:inline-block;
	overflow:hidden;
	text-align: right;
	
}
#respond #submit {
	border:1px solid #FF947F;
	padding:2px 3px;
	background:#EF654A;
	color:#FFF;
	text-decoration: none;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	cursor:pointer;
	margin:1px 2px;
	outline:1px solid #CF4226;
}
#respond #submit:hover {
	background:#DF5337;
}
#respond #submit:focus {
	background:#CF4226;
}
#respond .under { 
	border-bottom:1px dotted #EF9786;
	padding-bottom:10px;
}
#respond a {
	color:#CF4226;
}
.commentlist #respond {
	margin-top:15px;
	border:1px solid #DF5337;
}
.commentlist #respond textarea { width:99%; }
.commentlist #respond label {
	color:#CF4226;
	width:auto;
	padding-top:5px;
	padding-right:0px;
	font-variant: small-caps;
	display:block;
	overflow:hidden;
	text-align: left;
}
#respond a#cancel-comment-reply-link {	
	background:#EF654A;
	padding:0px 4px;
	color:#FFF;
	font-size:12px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;		
	text-decoration: none;
	float:right; 
}
#respond a#cancel-comment-reply-link:hover {
	background:#DF5337;
	color:#FFF;	
	text-decoration: none;
}
ul.bubble {
	list-style: none;
	text-align: center;
}
ul.bubble li {
	display:inline-block;
	margin:5px 0px;	
	line-height:18px;
}
ul.bubble li a {
	background:#EF654A;
	padding:2px 4px;
	color:#FFF;
	border-radius:4px;
	font-size:16px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;		
	text-decoration: none;
}
ul.bubble li a:hover {
	background:#DF5337;
	color:#FFF;	
	text-decoration: none;
}
.sidebar .more-link {
	background:#7894AF;
	padding:0px 4px;
	color:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;		
	text-decoration: none;
	float:right;
	display:inline-block;
	margin-top:5px;
}
.sidebar .more-link:hover {
	background:#63839F;	
}
.sidebar ul li a.more {
	border-left:0px;
	margin-left:15px;
	margin-top:5px;
	background:#7894AF;
	padding:0px 4px;
	color:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;		
	text-decoration: none;
	display:inline-block;
}
.sidebar ul li a.more:hover {
	border-left:0px;
	margin-left:15px;
	background:#63839F;	
}
.sidebar h3 { clear:both; }
h2.archive, h3.archive {
	padding:15px 0px 15px 15px;
	border-bottom:1px solid #CCC;
}
.month-archive-link { display:none; }
.wpcf7-text, .wpcf7 textarea {
	padding:3px 2px;
	margin:0px;
	color:#000;
	background:#FFF;
	border:0px;
	font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:normal;
	border:1px solid #AAA;
}
.wpcf7-text:focus, .wpcf7 textarea:focus {
	border:1px solid #777;
}
#footer {
	clear:both;
	background:#A6BCD3;
	padding:15px;
	font-size:12px;
	border-top:2px solid #7894AF;	
}
#footer a:hover {color:#30516F;}


