/*  
Theme Name: at the table
Theme URI: http://www.krishase.com
Description: This is a theme for Corner Table.
Version: 1.0
Author: Kris Hase
Author URI: http://www.krishase.com/

*/

body {
	background-color: #FEFBF5;
	background: url("http://www.cornertablerestaurant.com/images/bg.jpg");
	background-repeat: repeat;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	color:#3B2412;
	padding:0px;
	text-align: left;
	margin-top: 20px;
	}

	a:link {
		color: #849669;
		}
	
	a:hover {
		color: #73171C;
		}
	
	a:active {
		color: #73171C;
		}
	
	a:visited {
		color: #999999;
		}

	a:hover, a:active, a:visited, a:link;{
		font-size: 11px;
		text-decoration: none;
		}
	
	a.header:link {
		color: #73171C;
		}

	a.header:visited {
		color: #73171C;
		}

	a.header:hover {
		color: #849669;
		}
	
	a.header:hover, a.header:active, a.header:visited, a.header:link{
		font-family: Georgia, Garamond, Times ;
		font-size: 18px;
		text-decoration: none;
		}

	h1 {
		color: #73171C;
		font-family: Georgia, Garamond, Times ;
		font-size: 18px;
		font-weight:normal;
		}
		
	h2 {
		font-size: 11px;
		text-transform:uppercase;
		color: #564b47;
		margin-bottom: 20px;
		}

	h3 {
		font-size: 11px;
		
		color: #564b47;
		margin-bottom: 20px;
		}
		
	h4 {
		color: #9EB083; /*564b47 darker green */
		font-family: Georgia, Garamond, Times ;
		font-size: 16px;
		font-weight:normal;
		}
	img {
		border: 0px;
	}
		
	ul {
		padding: 0px;
		margin: 0px;
		margin-top: -13px;
		margin-bottom: 25px;
		list-style-type: none;
		}

	li {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}		
	
		
	#wrapper {
		width: 930px;
		overflow:auto;
		padding-bottom:40px;
		}

	#mainArea {
		width: 920px;
		overflow:auto;
		background: url("http://www.cornertablerestaurant.com/images/bg2.jpg");
		background-repeat: repeat;
		border: 1px solid #fff;
		padding-bottom: 10px;
		text-align: left;
		}
		
	#header {
		margin-top: 20px;
		margin-left: 10px;
		width: 890px;
		}

	#stage {
		background-color: #FEFBF5;
		margin-top: 10px;
		margin-left: 15px;
		padding-top: 5px;
		width: 890px;
		overflow:auto;
		}
		
	#wide {
		margin:15px;
		margin-right:35px;
		width:615px;
		border: 0px solid #fff;
		float:right;
		}

	#thin {
		width: 190px;
		background-color: #EEEFE5;
		padding: 10px;
		margin:15px;
		
		}
		
		.comments-template{
			margin: 10px 0 0;
			border-top: 1px solid #ccc;
			padding: 10px 0 0;
		}

		.comments-template ol{
			margin: 0;
			padding: 0 0 15px;
			list-style: none;
		}

		.comments-template ol li{
			margin: 10px 0 0;
			line-height: 18px;
			padding: 0 0 10px;
			border-bottom: 1px solid #ccc;
		}

		.comments-template h2, .comments-template h3{
			color: #73171C; 
			font-family: Georgia, Garamond, Times ;
			font-size: 14px;
			font-weight:normal;
		}

		.commentmetadata{
			font-size: 12px;
		}

		.comments-template p.nocomments{
			padding: 0;
		}

		.comments-template textarea{
			font-family: Arial, Helvetica, Georgia, Sans-serif;
			font-size: 12px;
		}