/*************************************
 +Containers
 *************************************/

body{
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;	font-size: 10px;
	color: #333333;
	background-color: #0F0F0F;
}

#content{
	float: left;
	width: 453px;
	line-height: 18px;
	padding-right: 32px;
	padding-left: 24px;
	padding-bottom: 24px;
}
#footer {
	background: #0F0F0F;
	clear: both;
	height: 30px;
	display: block;
}
#top
{
	display: block;
	height: 32px;
	background-color: #0F0F0F;
}
#sidebar{
	width: 203px;
	line-height: 18px;
	text-align: left;
	margin-left: 526px;
	padding-bottom: 24px;
}
#wrap{
	background-image: url(./images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #000000;
	margin: 0 auto;
	width: 747px;
}
* html body #wrap{
	background:#0F0F0F url(./images/background.gif) repeat-y 0px;
}

.columnright {
	float:right;
	width:220px;
	text-align: left;
	display: inline;
	padding-right: 3px;
}
.columnleft {
	float:left;
	width:220px;
	display: inline;
}

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color: #8E53A1;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 8px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
#sidebar h3 
{
	padding-top: 8px;
	padding-bottom: 4px;
}

h1{
	color: #BC9109;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 10px;
}

h4{
	margin: 0px;
	color: #BC9109;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	padding-bottom:20px;
}


hr {
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom:22px;
}
.entrytitle h2{
	padding: 20px 0px 0px;
	color: #8E53A1;
	font-size: 16px;
	font-weight: bold;
	margin: -10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.entrytitle h3{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #BC9109;
	line-height: 20px;
}
.entry ul{
	list-style-type:disc;
	margin:0 0 0 30px;
	padding:0;
}

.entrymeta {
	padding: 0px;
	margin-bottom: 30px;
	font-weight:bold;
}
.entrymeta a{
	font-size:9px;
	/*font-weight:bold;*/
}
#footer h5 {
	width: 550px;
	margin: 0 auto;
	padding: 6px 0 16px;
	float: left;
	text-align: left;
	color: #D1D3D4;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;

}

#footer p {
width: 150px;
float: right;
text-align: right;
color: #666666;
margin: 0px 0px 0px 0;
padding: 6px 0 16px;
font-size: 9px;
}

#footer h5 a {
color: #D1D3D4;
text-decoration: underline;
}

#footer p a {
color: #666666;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 18px;
}
/*
#sidebar ul li a{
	color:#8E53A1;
	text-decoration: underline;
}
#sidebar ul li a:hover{
	color:#0f0f0f;
	text-decoration: none;
}
*/
#sidebar li{
	list-style-type:none;
}
#sidebar a{
	color:#8E53A1;
	text-decoration: underline;
	font-size:12px;
}
#sidebar a:hover{
	color:#0f0f0f;
	text-decoration: none;
}

#sidebar a:active{
	color:#000000;
	text-decoration: none;
	text-weight:bold;
}
/*************************************
 +Misc
 *************************************/
a{
	text-decoration:underline;
	color:#8E53A1;
}
.entry a{
/*font-weight:bold;*/
}
a:hover{
color:#0f0f0f;

}
.navigation{
	padding:0px 0px 8px 12px;
	text-align:center;
	font-weight: bold;
}
.navigation a{
	color:#8E53A1;
}
.navigation a:hover{
	color:#0f0f0f;
}
.alignleft{
	text-align: left;
	float: left;
}
.alignright{
	text-align: right;
	float: right;
}
#header {
	margin-bottom:5px;
}
#header p{
	color:#86827A;
	font-size:1em;
	margin:0;
}

.post img {
	margin-bottom:20px;
	border:none;
	}

#left .text {
	list-style:disc;
	margin:10;
}	
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
}

.entrytitle{
}
.entrytitle a {
	color:#8E53A1;
	text-decoration:underline;	
}
.entrytitle a:hover {
	color:#0f0f0f;
	text-decoration:none;
}
.entrymeta{
	color:#666;
	font-size:0.8em;
}
.entrymeta a{
	color:#666;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}

/******************* Shop, Meet, Dine CSS **************/

/* SHOP */
#shopleft {
	/*float: left;
	width: 453px;
	line-height: 18px;
	padding-right: 32px;
	padding-left: 14px;
	padding-bottom: 24px;*/
}

#shopright {
	/*width: 203px;
	line-height: 18px;
	text-align: left;
	margin-left: 526px;
	padding-bottom: 24px;*/
}

#shopleft h1 
{
	color: #D67F1B;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 10px;
}

#shopleft h2 
{
	margin: 0px;
	color: #D67F1B;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

#shopleft h3 
{
	color: #D67F1B;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}

#shopleft h4 
{
	color: #D67F1B;
	padding: 0px 0px 18px 0px;
	font-size: 12px;
	font-weight: normal;
}

#shopleft h4 strong, #shopleft h4 b
{
	color: #333333;
	font-weight: bold;
}

#shopleft h5 
{
	color: #D67F1B;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

#shopleft img
{
	padding: 0px;
	border: 1px solid #666666;
	margin: 4px 8px 6px 0px;
}

#shopleft a
{
  color: #D67F1B;
	text-decoration: underline;
	padding-bottom: 0px;
}

#shopleft a:hover
{
	color: #333333;
	text-decoration: none;
}

#shopright a
{
  color: #D67F1B;
	text-decoration: underline;
	padding-bottom: 0px;
}

#shopright a:hover
{
	color: #333333;
	text-decoration: none;
}

#shopright h2 
{
	color: #D67F1B;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
/*
#shopright h2 
{
	padding: 8px 0px 4px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-style: normal;
}*/

/* DINE */
#dineleft {
	/*float: left;
	width: 453px;
	line-height: 18px;
	padding-right: 32px;
	padding-left: 24px;
	padding-bottom: 24px;
	*/
}

#dineright {
	/*width: 203px;
	line-height: 18px;
	text-align: left;
	margin-left: 526px;
	padding-bottom: 24px;*/
}

#dineleft h1 
{
	color: #0071A5;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 10px;
}

#dineleft h2 
{
	margin: 0px;
	color: #0071A5;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

#dineleft h3 
{
	color: #0071A5;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}

#dineleft h4 
{
	color: #0071A5;
	padding: 0px 0px 18px 0px;
	font-size: 12px;
	font-weight: normal;
}

#dineleft h4 strong, #dineleft h4 b
{
	color: #333333;
	font-weight: bold;
}

#dineleft h5 
{
	color: #0071A5;
	font-size: 20px;
	font-weight: normal;
}

#dineleft img
{
	padding: 0px;
	border: 1px solid #666666;
	margin: 4px 8px 6px 0px;
}

#dineleft a
{
  color: #0071A5;
	text-decoration: underline;
	padding-bottom: 0px;
}

#dineleft a:hover
{
	color: #333333;
	text-decoration: none;
}

#dineright a
{
  color: #0071A5;
	text-decoration: underline;
	padding-bottom: 0px;
}

#dineright a:hover
{
	color: #333333;
	text-decoration: none;
}

#dineright h2 
{
	color: #0071A5;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
/*
#dineright h2 
{
	padding: 8px 0px 4px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-style: normal;
}*/

/* MEET */
#meetleft {
	/*float: left;
	width: 453px;
	line-height: 18px;
	padding-right: 32px;
	padding-left: 24px;
	padding-bottom: 24px;*/
}

#meetright {
	/*width: 203px;
	line-height: 18px;
	text-align: left;
	margin-left: 526px;
	padding-bottom: 24px;*/
}

#meetleft h1 
{
	color: #C53425;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	padding-bottom: 10px;
}

#meetleft h2 
{
	margin: 0px;
	color: #C53425;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

#meetleft h3 
{
	color: #C53425;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	margin-bottom: 0px;
	margin-top:0px;
	padding-top:0px;
}

#meetleft h4 
{
	color: #C53425;
	padding: 0px 0px 18px 0px;
	font-size: 12px;
	font-weight: normal;
}

#meetleft h4 strong, #meetleft h4 b
{
	color: #333333;
	font-weight: bold;
}

#meetleft h5 
{
	color: #C53425;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

#meetleft img
{
	padding: 0px;
	border: 1px solid #666666;
	margin: 4px 8px 6px 0px;
}

#meetleft a
{
  	color: #C53425;
	text-decoration: underline;
	padding-bottom: 0px;
}

#meetleft a:hover
{
	color: #333333;
	text-decoration: none;
}

#meetright a
{
  	color: #C53425;
	text-decoration: underline;
	padding-bottom: 0px;
}

#meetright a:hover
{
	color: #333333;
	text-decoration: none;
}

#meetright h2 
{
	color: #C53425;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}

/*
#meetright h2 
{
	padding: 8px 0px 4px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-style: normal;
}*/

