@charset "utf-8";

@import url("grid.css");
@import url("layout.css");

.noshow {
	display: none;
}

.container {
	background: url(../img/bg_left.gif) repeat-y left;
	border: 1px solid #000;
}

h1, h2, h3, h4, h5, h6 {
	color: #9E5443;
}

caption {
	font-size: 15px;
	font-weight: bold;
	color: #9E5443;
	background: none;
}
th {
	background: none;
}
a {
	color: #23376B;
}
a:hover {
	color: #2A51B8;
}

#site_title {
	display: none;
}

#header {
	text-align: right;
}

#left {
	font-weight: bold;
	color: #fff;
	background: #A67B64;
}

#left ul {
	list-style: none;
	text-decoration: none;
}

#left a {
	color: #fff;
	text-decoration: none;
	display:block;
	line-height:13px;
	padding:3px;
}
#left a:hover {
	color: #EBB6AA;
}
#left li.facebook{
	line-height:16px;
}
#left li.facebook a{
	line-height:16px;
}
#left li.facebook img{
	position:relative;
	top:3px;
	margin-right:3px;
}
#content {
	color: #7F6539;
	border-top: 2px solid #b28e7a;
}

#footer {
	border-top: 2px solid #a67b64;
	text-align: right;
}

#footer a {
	text-decoration: none;
}

#footer, #footer a {
	color: #7F6539;
	background: #fff;
}
ul.thumbs{
	margin:0 -15px -15px 0;
	padding:0;
}
ul.thumbs li{
	display:inline;
	padding:0;
	margin:0;
}
ul.thumbs a{
	width:75px;
	height:75px;
	padding:0;
	overflow:hidden;
	outline:none;
}
ul.thumbs img {
	width:75px;
	min-height:75px;
	padding:0;
	margin:0 15px 15px 0;
	border:none;
}
