/*-------------------------------------------------------------------
b-Bistro main stylesheet

Version:	1.2
Author:		Christopher Tate
E-Mail:		i.m@Christophertate.info
Website:	http://www.Christophertate.info
/*-------------------------------------------------------------------*/

/*-------------------------------------------------------------------*/
/*	Main Layout */
/*-------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

html, body
{
	margin-top: 7px;
	height: 100%;
	background: #563A26;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 13px;
}

a img
{
	border: none !important;
	border-width: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #222;
}

a:hover
{
	text-decoration: underline;
	color: #222;
}

/*-------------------------------------------------------------------*/
/*	Containing Layout */
/*-------------------------------------------------------------------*/
#wrap
{
	margin: 0 auto;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	background: #D6B268;
	padding-bottom: 15px;
}

#sidebar
{
	background: none;
	float: left;
	display: inline;
	width: 100px;
	margin-left: 20px;
}

#main
{
	background: #eee url(images/pageCurl.jpg) no-repeat left bottom;
	float: right;
	display: inline;
	width: 545px;
	margin-right: 20px;
	padding-bottom: 75px;
}

#footer
{
	background: #D6B268;
	clear: both;
}

/*-------------------------------------------------------------------*/
/*	Layout */
/*-------------------------------------------------------------------*/
#header img
{
	position: relative;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	padding: 15px 0 10px 0;
}

#mainTextBox
{
	float: left;
	padding: 10px 0 0 0;
	display: inline;
	width: 225px;
	text-align: justify;
}

div#imgBox
{
	float: right;
	display: inline;
	width: 300px;
	margin-right: 10px;
	margin-top: 15px;
}

.clear { clear: both; }

/*-------------------------------------------------------------------*/
/*	Text Formatting */
/*-------------------------------------------------------------------*/

#mainTextBox p, #linksTextBox p
{
	
	text-align: left;
	padding: 10px;
	margin-top: -5px;
	color: #555;
	line-height: 18px;
}

#mainTextBox p i, #mainTextBox p b 
{
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #8a5e43;
}

#mainTextBox p b 
{
	color: #333;
}


#linksTextBox
{
	float: left;
	display: inline;
	text-align: justify;
	padding: 5px;
}


#sidebar ul
{
	list-style: none;
	width: 165px;
	padding: 15px 0 15px 15px;
	background: #f6f6d3;
}

#sidebar ul li 
{ 
	line-height: 20px;
}

ul#homenav
{
	font-size: 15px;
}
#directions
{
	margin-top: 15px;
	padding: 15px 0 15px 15px;
	background: #c1c1a5;
	width: 165px;
	line-height: 25px;
}
textarea.textField
{
	background: #fff;
	border: 1px #555 solid;
	width: 83%;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Serif;
}


input.btn
{
	background-color: #fff;
	font-size: 12px;
	padding: 2px;
	color: #222;
}

.info 
{ 
	margin-top: 15px; 
}

#sidebar ul.info 
{
	background: #d0d0b2;
	text-align: justify;
	
}

#sidebar ul.info li
{
	color: #555;
	line-height: 15px;
}

#sidebar ul.info img
{ 
	padding-top: 3px;
}


#footer p
{
	margin: 40px 0 0 0;
	text-align: center;
	color: #222;
	line-height: 20px;
}

