/*
Bahia Grass (Greenish): #646c57
Spring Hill (mossy): #b6bfa0
Pointsettia (wine): #a42b30 darker 631a1d
Rose: #b58f8c
Victorian Pearl: #e1d7cd
off-white: #d8d7c5
----------------------
orig green bg: #dff3d7
gray: cccccc
*/


body {
	background-color:#646c57;
	font-family: "Trebuchet MS", Verdana,"Times New Roman", Times, serif;
	font-size:0.7em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("/images/backgrounds/main_646c57.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:700px;
	padding:10px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}

#header {
	width:700px;
	background-color:#ffffff;
	height:258px;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	line-height:20px;
	margin-bottom:36px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#b27c7a;
	text-align:right;
	color:#FFFFFF;
	background-image: url("/images/backgrounds/menubg.jpg");
	margin-bottom:10px;
	margin-top:5px;
}

#main_menu a {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#a73e42;
	background-image: url("/images/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color:#a73e42;
	background-image: url("/images/backgrounds/link.jpg");
}

#fb a {
	color:#FFFFFF;
	border:0px;
}

.article {
	height:650px;
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.article h1 {
	font-size:20px;
}

.article p {
	margin:10px;
}

.article_info {
	font-size:12px;
	color:#b58f8c;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}

.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#631a1d;
}

h1,h2,h3 {	
	letter-spacing:-1px;
	color:#a42b30;
	padding-bottom:2px;
	padding-top:5px;
}

h1 {	
	background-image: url("/images/backgrounds/header_barrels.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:2px solid #cccccc;
}

h1:hover {	
	background-image: url("/images/backgrounds/header_barrels2.jpg");
}

.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

.footer {
	margin-left:170px;
	padding:5px;
	border: 1px solid #cccccc;
	font-size:9px;
	background-image:url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}

a {
	color:#a42b30;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
	border-bottom:1px dotted #a42b30;
}

#sidebar {
	height:703px;
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("/images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar h1,h2,h3 {
	
	letter-spacing:-1px;
	color:#b58f8c;
	border:none;
	background-image:none;
	font-size:15px;
}

.sidebar_image {
	border:1px solid #5b5b5b;
}

.quote {
	color:#6d6d6d;
}