/*  
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("../../../../images/bg.jpg");
	background-repeat: repeat;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Verdana, Sans-Serif;
	color:#d6d1c1;
	padding:0px;
	text-align: left;
	margin-top: 20px;
	}

	a:link, a:visited {
		color: #9eb083;
		}
		
	a:hover {
		color: #cb7256;
		}
		
	a {
		font-size: 11px;
		text-decoration: none;
	}
	
	a.header:link, a.header:visited {
		color: #bb2e0d;
		}

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

		h1 {
			color: #bb2e0d;
			font-family: Georgia, Garamond, Times ;
			font-size: 21px;
			font-weight:normal;
			}

		h2 {
			color: #bb2e0d;
			font-family: Georgia, Garamond, Times ;
			font-size: 18px;
			font-weight:normal;
			}

		h3 {
			color: #bb2e0d;
			font-family: Georgia, Garamond, Times ;
			font-size: 18px;
			font-weight:normal;
			}
		
	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("../../../../images/bg2.jpg");
		background-repeat: repeat;
		border: 1px solid #968f89;
		padding-bottom: 10px;
		text-align: left;
		}
		
	#header {
		margin-top: 20px;
		margin-left: 10px;
		width: 890px;
		}

		#stage {
			background-color: #332319;
			margin-top: 10px;
			margin-left: 15px;
			padding-top: 5px;
			width: 890px;
			overflow:auto;
			}
		
		#wide {
			width: 505px;
			float:right;
			border: 0px solid #fff;
			background-color: #4c3b31;
			padding: 1em;
			}

		#thin {
			width: 220px;
			background-color: #EEEFE5;
			padding: 40px;
			float:left;
			color: #5e4b3e;
			}

		#wide, #thin {
			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;
		}