@charset "utf-8";
/*  
Theme Name: eatliz_2
Theme URI: http://www.eatliz.com/
Description: eatliz_2 - Art direction and design by Shaemus at shaemus.com  *  Coding by Israel Sapir at israelsapir.com
Version: 001
Author: SHAEMUS
Tags: green, yellow, light, two-columns, right-sidebar, fixed-width
*/

html
{
}
html, body 
{ border:0; margin:0; padding:0; }

* 
{ padding:0; margin:0; }

* a
{ outline:none; }

body 
{
	background: #716c5a url(images/background-04.jpg) repeat-y fixed 50% 0;
	font-size: 11.5pt; overflow:visible;
	font-family: Georgia, Times, serif; letter-spacing:0px; color:white; line-height:16px;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 
{ font-size:13pt; text-transform:uppercase; margin-bottom:6px; }

h2 
{ font-size:13pt; text-transform:uppercase; margin-bottom:6px; }

h3 
{ font-size:15pt; margin-bottom:6px; }

/***** Common Formatting *****/

p, ul, ol 
{ margin:0; }

ul, ol 
{
	
}

blockquote 
{
	margin:0 0 20px 0px;
	padding:10px 10px 10px 60px;
	background:#d3cdba url(images/blockquote.gif) top left no-repeat;
}

small 
{}

img 
{ border:0; }

sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/
a:link, a:visited, a:active
{ color:#dfcc62; text-decoration:none; }

a:hover 
{ color:#ffa42e; }
/***** Forms *****/
form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}

textarea 
{
	width:100%;
	line-height:1.25;
}

label 
{ width: 70px; display:block; float:left; }

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
	border:0;
}
table tr th 
{
	padding:2px;
	border:0;
}

/***** Wrapper *****/

.wrap 
{
	width:960px;
	margin:0 auto;
}

/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 10pt;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/**************  Classes  **************/
/*++++++++++++++  Header  +++++++++++++++*/

.header
{
	width:960px;
	height:287px;
	position:relative;
	padding
}

#logo
{
	margin:0;
	padding:0;
	font:bold 34px/34px Georgia, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#ad1616;
	position:absolute;
	left:24px;
	top:57px;
}

.description
{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	position:absolute;
	left:57px;
	top:44px;
}


.subscribe_rss
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:200px;
}
.subscribe_rss a, .subscribe_rss a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	position:absolute;
	top:15px;
	right:30px;
}
.subscribe_email a, .subscribe_email a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email a:hover, .subscribe_rss a:hover
{
	color:#ad1616;
}

#MenuWrap
{ margin:0; padding:0; width:auto; position:absolute; top:225px; left:24px; overflow:visible; height:22px; }

ul.menu
{
	margin:0 auto;
	padding:0px;
	list-style:none;
	font-size: 11.5pt;
	font-family: Georgia, Times, serif;
	letter-spacing:1px;
	line-height:20px;
    white-space:nowrap;
}

ul.menu li
{
	padding:0;
	margin:0;
	float:left;
}

.menu li a, .menu li a:visited 
{ color:#7a2f07; font-style: italic; font-weight:900;  }

.menu li a:hover
{ color:#ffffff; }

.menu li .Sep
{ margin:0 2px; color: #84827a; }

.current_page_item a, .current_page_item a:hover, .current_page_item a:visited
{ color:#47443a !important; }

/* Mainbar */
.mainbar
{ float:left; width:648px; overflow:hidden; }









/* posts */
.post
{ width:630px; margin:0 0 14px; position:relative; border:1px solid #aea88a; padding:2px; }

.InnerPostBox
{ background: transparent url(images/dotted-olive.gif) repeat scroll 0 0; overflow:auto; padding:27px 67px 30px 22px; }

.PostContentArea
{ float:left; width:474px; }

.post_date
{ float:left; width:67px; color:#363632; font-style: italic;}
.post_date_month
{ font-size: 13pt; text-transform:uppercase; }
.post_date_day
{ font-size: 26pt; margin-top:3px; padding-bottom:8px; }

.post h2.post_header a, .post h2.post_header a:visited
{ color:white; margin:0; padding:0; }

.post h2.post_header a:hover
{ color:#30670e; }

.post_data
{ font-size: 8pt; margin:0px 0 20px; }

.post_content
{ line-height:20px; text-align:justify; }

/* sidebar */
.sidebar
{ float:right; width:310px; overflow:hidden; list-style:none; }

.sidebar ul
{ list-style:none; margin:0; padding:0; overflow:visible; }

/* widgets */

/* LinkBox  & PictureBox*/
.LinkBox, .LinkBox *, .PictureBox, .PictureBox *, .MailingListBox, .MailingListBox *
{ margin:0; padding:0; }
.LinkBox .float-left
{ width:170px; padding-top:17px; }
.LinkBox .float-right
{ width:90px; }
.LinkBoxRight ul
{ margin:0; padding:0; overflow:hidden; }
.LinkBoxRight a
{ display:block; height:90px; overflow:hidden; }
.LinkBoxRight img, .PictureBox img
{ width:88px; height:88px; border:1px solid #555243; }
.LinkBox .InnerBox
{ position:relative; }
.LinkBox .float-left h2, .PictureBox h2, .MailingListBox h2
{ line-height:19px; margin:0; }
.LinkBox .float-left .EnterHere
{ position:absolute; bottom:16px; }
.LinkBox .float-left .EnterHere, .PictureBox .SeeMoreHere, .MailingListBox .TextBeforeSubmit, .MailingListBox .TextAfterSubmit
{ overflow:auto; font-size:8pt; }
.LinkBox .GapTop
{ margin-top:5px; }

.PictureBox h2, .MailingListBox h2
{ margin: 17px 0 6px 0; }
.PictureBox .SeeMoreHere, .MailingListBox .TextBeforeSubmit
{ margin: 0 0 17px 0; }
.MailingListBox .TextAfterSubmit
{ margin: 20px 0; }
.PictureBox img
{ width:262px; height:auto; margin-bottom: 15px; }

.MailingListBox  .TheSubmitBox input
{ width: 175px; margin-right:3px; }
.MailingListBox  .TheSubmitBox a
{ width: 175px; margin-right:3px; font-style:italic; }


.GeneralBox
{ margin:0 0 14px; position:relative; border:1px solid #aea88a; padding:2px; }
.GeneralBox .InnerBox
{ background: transparent url(images/dotted-olive.gif) repeat scroll 0 0; overflow:auto; padding:9px 9px 9px 21px; }

.SectionTitle
{ width:630px; }
.SectionTitle.GeneralBox .InnerBox
{ padding-top: 14px; }
.widget_archive .InnerBox
{ padding:20px; }

/* Footer */
.footer
{ width:100%; margin-bottom:20px; font-size:7pt; }
#FooterLine
{ width:100%; background: transparent url(images/footer-perf1.gif) repeat-x scroll 0 0; height:2px; margin:30px 0; }
.footer_left
{ width:610px; float:left; padding-top:12px; }
.footer_right
{ width:310px; float:right; }
.FooterLink
{ display:block; float:right; line-height:55px;}
.EatlizFooterLink
{ margin-top:10px; margin-right:8px; }
.FooterUnderLine
{ overflow:auto; }

.copy
{
	position:absolute;
	top:10px;
	left:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.copy_support
{
	position:absolute;
	top:10px;
	right:30px;
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
table#wp-calendar
{
	width:100%;
}


/* Header */

#HeaderSearchBox
{ position:absolute; top:164px; right:25px; }

#HeaderSearchTextBox
{ width:250px; }

a#HeaderSearchBtn, a#HeaderSearchBtn:visited, a.SpecialBtn, a.SpecialBtn:visited
{ color:white; font-style:italic; margin-right:12px; }

a#HeaderSearchBtn:hover, a.SpecialBtn:hover
{ color: #30670e; }

.TextBoxInput
{ 
	background: transparent url(images/dotted-field.gif) repeat scroll 0 0; 
	height:15px; border:none; padding: 4px 8px; font-size:10pt; color:#c9edf1;
	font-family: Georgia, Times, serif;
}

/* Header places */
#HeaderPlaces
{ position:absolute; right:25px; top:0; }

#LeftHeaderPlace
{ background: transparent url(images/places/places-left.gif) no-repeat scroll 0 0; float:left; width:16px; height:23px; }

#RightHeaderPlace
{ background: transparent url(images/places/places-right.gif) no-repeat scroll 0 0; float:left; width:16px; height:23px; }


#HeaderPlaces ul
{ 
	padding:0; margin:0; list-style-type:none; overflow:auto; float:left; height:23px;
	background: transparent url(images/places/places-mid.gif) repeat-x scroll 0 0;
}

#HeaderPlaces ul li
{ float:left; line-height:23px; }

#HeaderPlaces ul  li.PlacesTitle
{ color:#999999; font-size:7pt; }

/* Places links */
a.LinkPlace
{ margin-left:8px; height:21px; display:block; float:left; }
a.LinkPlace:hover
{ background-position:0 -21px; }

a.twitter, a.twitter:visited { background: transparent url(images/places/place-twitter.gif) no-repeat scroll 0 0; width:56px; }
a.facebook, a.facebook:visited { background: transparent url(images/places/place-facebook.gif) no-repeat scroll 0 0; width:57px; }
a.myspace, a.myspace:visited { background: transparent url(images/places/place-myspace.gif) no-repeat scroll 0 0; width:70px; }
a.youtube, a.youtube:visited { background: transparent url(images/places/place-youtube.gif) no-repeat scroll 0 0; width:35px; }
a.lastfm, a.lastfm:visited { background: transparent url(images/places/place-lastfm.gif) no-repeat scroll 0 0; width:42px; }
a.ourstage, a.ourstage:visited { background: transparent url(images/places/place-ourstage.gif) no-repeat scroll 0 0; width:64px; }
a.ilike, a.ilike:visited { background: transparent url(images/places/place-ilike.gif) no-repeat scroll 0 0; width:32px; }
a.sonicbids, a.sonicbids:visited { background: transparent url(images/places/place-sonicbids.gif) no-repeat scroll 0 0; width:62px; }

/* For FF quirk */
a.twitter:hover, a.facebook:hover, a.myspace:hover, a.youtube:hover, a.lastfm:hover, a.ourstage:hover, a.ilike:hover, a.sonicbids:hover
{ background-position:0 -21px; }

/* Comments */
.comments
{ width:100%; overflow:hidden; }

.comments h1
{
	padding:20px 0 10px;
}
ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
}
li.comment
{
	display:block;
	overflow:hidden;
	margin-bottom:15px;
}
li.pingback
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard
{
	padding:0 0px 0 75px;
}
li.pingback .p
{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 75px;
}

li.comment p
{ margin-left:67px; }

li.comment img
{
	border:1px solid #555243;
	float:left;
	margin:0 15px 0 0;
}

li.comment cite
{
	font-style:normal;
	font-size:11pt;
	line-height:80%;
	margin:0;
	padding:0;
}
li.comment span
{
	font-style:normal;
	font-size:8pt;
}
.commentmetadata
{
	margin:0;
	padding:3px 0 8px;
	line-height:80%;
	font-size:9pt;
}
.comment-body
{
	width:100%;
	overflow:hidden;
}
.comment-body p
{
	width:474px;
	overflow:hidden;
    margin-left:75px;
}
.comment-body blockquote
{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}
/*Comment form*/
.commentform
{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	background: transparent url(images/content_body.jpg) no-repeat scroll 0 0;
}
.commentform_inner
{
	padding:18px 16px 25px;
	overflow:hidden;
}

form.commentform_form
{ width:100%; overflow:hidden; }
.commentform_left
{ overflow:hidden; font-size:8pt; }

.commentform_right
{
	width:360px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px 0 2px 4px;
}
.commentform_left input
{
	width:235px;
	height:15px;
}
.commentform_right textarea
{
	width:305px; height:130px; margin:8px 0; overflow:auto;
}
.commentform_right input.commentform_submit
{
	width:67px;
	height:20px;
	background:url(images/btn.gif) top left repeat-x;
	margin:12px 0 0 0;
	border:1px solid #9d9474;
	font-size:9pt;
	cursor:pointer;
}
.tags
{
	padding:10px 0;
	font-size:7pt;
}
.Field
{ margin-bottom:3px; }
.EnterCommentTitle
{ margin-bottom:10px; display:block; float:left; }


/* plugins css */
.piclenselink, 
.nocomments, 
.dataTables_info, .dataTables_paginate, .paging_two_button, .dataTables_length, .dataTables_filter
{ display:none; }


.widget_archive ul
{ overflow:visible !important; }

.widget_archive ul li a 
{ font-size:11.5pt !important; }

.dataTables_wrapper
{ min-height: 0 !important; }

.wp-table-reloaded
{ margin:0 !important; background: none !important; }

.wp-table-reloaded td
{ background: none !important; color: white !important; font-size:11.5pt !important; }

.wp-table-reloaded th
{ background-color: transparent !important; color: white !important; border:1px solid transparent !important; padding:0 !important; font-size:11.5pt !important; }


.wp-table-reloaded .sorting 
{ background: none !important; }

.MailingListBox a
{ font-size:11.5pt; display:block; margin:10px 0 20px; width:60px !important; float:right;  }
.MailingListBox .TextAfterSubmit
{ margin:40px 0 20px !important; }
.MailingListBox label
{ font-size:11.5pt; line-height:20px; }