/*
Theme Name: Eating Special Theme
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

*
	{
		margin:0px;
		padding:0px;
	}
	body
	{
		background-image: url(/images/site_bodybg.jpg);
		background-repeat: repeat-x;	
		background-color:#ededed;
	}
	#userbar
	{
		width:870px;
		height:30px;
		background-image: url(/images/site_top.jpg);
		background-repeat: no-repeat;
		background-position:center;
		text-align:right;
		padding-right:50px;
		padding-top:5px;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		vertical-align:middle;
	}
	#userbar label
	{
		padding-right:10px;
	}
	#userbar input,#userbar select
	{
		background-color:#555;
		border:1px solid #666;
		color:#aaa;
		font-size:11px;
		padding:3px;
	}
	#userbar input.button
	{
		border:0px;
		text-transform:uppercase;
		cursor:pointer;
	}
	#userbar input.button:hover
	{
		color:#77D2F4;
	}
	#navigation
	{	
		width:870px;
		height:154px;
		background-image: url(/images/site_nav.jpg);
		background-repeat: no-repeat;
		background-position:center;
	}
	#n_items
	{
		vertical-align:bottom;
		padding-top:107px;
		text-align:center;
	}
	#navigation a
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#2d5f6b;
		font-size:15px;
		text-decoration:none;
		padding-left:9px;
		padding-right:9px;
	}
	#navigation a:hover
	{
		color: #3D8192;
	}
	#contentss 
	{
		width:870px;
		background-image: url(/images/site_content_bg.jpg);
		background-position:center 136px;
		background-repeat:repeat-y;
		text-align:left; 
		min-height:250px;
	}
	#userbar form
	{
		clear:none;
		float:right;
		padding-right:5px;
	}
	#footer
	{
		width:870px;
		height:126px;
		background-image: url(/images/site_footer.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	
#content_s
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-left:24px;
	padding-right:31px;
	padding-bottom: 0px;
}

	h1,h2
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		color: #1C8DA6;		
		font-size:24px;
	}
	#footer_l
	{
		text-align:left;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333;
		padding-left:30px;
		padding-top:40px;
	}
	#footer_l a
	{
		color:#666;
		text-decoration:none;
	}
	#footer_l strong
	{
		color:#709652;
		font-size:13px;
	}
	#footer_r
	{
		float:right;
		padding-top:49px;
		padding-right:27px;
	}
	#footer_r a
	{
		color:#888;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		padding-left:6px;
		padding-right:6px;
	}
	#page_column
	{
		width:50%;
		float:left;
	}
	
	#page_column_full
	{
		width:100%;
		float:left;
	}
	#footer_r a:hover
	{
		color:#709652;
		text-decoration:underline;
	}
	h1,h2,h3,p
	{
		padding-top:5px;
		padding-bottom:5px;
	}
	
	h1 { margin-top: 10px; }
	
	fieldset
	{
		margin:8px;
		padding-left:7px;
		padding-right:7px;
		padding-bottom:9px;
		border:1px solid #ccc;
	}
	legend
	{
		padding:2px;
		color:#2383A7;
		font-family:Calibri, Georgia, "Times New Roman", Times, serif;
		font-size:15px;
	}
	
	.options a
	{
		display:block;
		color:#999;
		padding:6px;
		text-decoration:none;
	}
	
	.options a:hover
	{
		background-color:#E8F5FD;
		color:#2383A7;
	}
	
	#backbar a
	{
		display:block;
		color:#999;
		padding:5px;
		text-decoration:none;
		background-color:#EFEFEF;
	}
	
	table.dataOpt tr
	{
		border: 1px solid #CCC;
		
	}
	
	table.dataOpt tr th
	{
		padding:4px;
		color:#2383A7;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		font-size:16px;
	}
	
	table.dataOpt tr td
	{
		padding:4px;
		color:#666;
		border-bottom: 1px solid #CCC;
	}
	
	#contentss #content_s table.dataOpt tr td input.dobutton
	{
		background-color:#bde1ed;
		color:#498391;
		border:0px;
		font-size:11px;
		padding:5px;
		text-transform: uppercase;
		cursor:pointer;
	}
	
	#contentss #content_s table.dataOpt tr td input.dobutton:hover
	{
		background-color:#CEEAF2;
		color:#498391;
	}
	div#dialog.ui-dialog-content p
	{
		font-size:12px;
	} 
	
	div.ui-dialog div#dialog.ui-dialog-content a
	{
		padding:7px;
		text-decoration:none;
	}

form table.insertForm1 {
	float:left;
}
form table.insertForm1 label.error {
	padding-left:7px;
	color:#CC3300;
	font-size:11px;
}
form table.insertForm1 tr th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	padding:4px;
}

form table.insertForm1 tr td input, table.insertForm1 tr td select, table.insertForm1 tr td textarea {
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
}

form table.insertForm1 tr td input.cbx
{
	width:15px;
}

form table.insertForm1 tr td input.ui-corner-all
{
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
	width:120px;
}

form table.insertForm1 tr td input.ui-corner-all:hover,input.ui-corner-all:hover
{
	border:1px solid #ddd;
	cursor:pointer;
}

.nice_table
{
	font-size: 14px;
	width: 100%;
}

.nice_table td {
	font-size: 14px;
	padding: 7px;
}


.nice_table select, .nice_table textarea, .nice_input {
	border:1px solid #ccc;
	padding:6px;
	font-size:12px;
	width: 90%;
	overflow: visible;
}

.nice_table thead td {
	background-color: #DDE4FF;
	font-weight: bold;
}

.nice_table tbody td {
	background-color: #EFF3FF;
}

 .nice_input {
	border:1px solid #ccc;
	padding:7px;
	font-size:12px;
	width: 75px;
}

.popup {
	font-size: 14px;	
}

.result_table { 
	margin-top: 10px; 
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	width: 100%;
}

.result_table table, .result_table th, .result_table td {
	/*border: 1px solid #D4E0EE;
	border-collapse: collapse;*/
	color: #555;
}

.result_table caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

.result_table td, .result_table th {
	padding: 7px;
}

.result_table thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.result_table tbody th {
	font-weight: bold;
}

.result_table tbody tr { 
	background: url(images/table_bg.jpg) bottom repeat-x #F2F6F9;
	border-bottom: 1px solid #D4E0EE;
}
.result_table tbody tr.odd { background: #F7F9FC; }

.result_table table a:link {
	color: #718ABE;
	text-decoration: none;
}

.result_table table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.result_table table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}	

.rest_name, .rest_name a {
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}

.ad_box
{
	border:1px solid #CCC;
	margin-top: 13px;
	width: 424px;
	padding: 10px;
}

label.error { display: none; }	

.scroll {
	height: 60px;
	overflow: auto;
	border: 1px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}

.scroll p {
	margin: 0px;
	padding: 0px;
}

.fav {
	background-color:#f5f5f5;
	border:1px solid #dedede;
    	border-top:1px solid #eee;
    	border-left:1px solid #eee;	
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	color:#565656;
	cursor: pointer;
	text-decoration: none;
}

.fav:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;	
}

#es_widget
{
	border: 1px solid #dedede;
	margin-top: 20px;
	background: url(http://www.eatingspecial.com/widget/bg.jpg) repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

#es_widget h2
{
	color: #000;
	font-size: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: center;
}

#es_widget table
{
	width: 100%;
	color: #000;
	font-size: 12px;
	border: none;
	background-color:#FFF;
}

#es_widget table thead tr th
{
	text-align: left;
	padding: 3px;
	background-color: #BFBFBF;
	font-size: 14px;
	font-weight: normal;
}

#es_widget table tr td
{
	padding: 2px;
}

#es_widget table tr:hover
{
	background-color: #F8F8F8;
}

#es_footer
{
	padding: 7px;
	font-size: 10px;
	text-align: right;
	color: #FFF;
	background: url(http://www.eatingspecial.com/widget/bg.jpg) bottom repeat-x;

}

.item { font-size: 14px; }

#es_footer a 
{
	color: #FFF;
}
