@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#top {
	background:url(images/top-bg.png) repeat-x;
	height:30px;
	width:100%;
	min-width:1024px;
	clear:both;
}
a {
	color:#3a7e8c;
	text-decoration:none;
}
a:hover {
	color:#7f5900;
	text-decoration:underline;
}
img {
	border:0px;
	float:left;
}
#wrapper {
	width:920px;
	margin:auto;
	margin-top:10px;
}
#header {
	width:920px;
	height:105px;
	float:left;
	background:url(images/header.png) no-repeat;
}
#header .contact {
	float:right;
	margin-right:20px;
	margin-top:40px;
}
#container {
	width:920px;
	float:left;
	background:url(images/cont-bg.png) repeat-y;
	padding-bottom:15px;
}
#footer {
	width:890px;
	height:116px;
	float:right;
	padding-right:30px;
	color:#FFF;
	text-align:right;
	padding-top:40px;
	background:url(images/footer.png) no-repeat;
}
#footer-text {
	width:920px;
	float:left;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
#footer a {
	color:#f3cf6c;
}
#nav {
	float:left;
	height:36px;
	background:url(images/nav-bg.png) repeat-x;
	width:902px;
	margin-left:10px;
	margin-bottom:15px;
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li {
	float:left;
}
#nav a {
	float:left;
	background:url(images/nav-sep.png) right no-repeat;
	padding:10px;
	color:#FFF;
}
#nav a:hover {
	text-decoration:none;
	color:#dab96c;
}
#nav .search {
	float:right;
	margin-right:10px;
	margin-top:4px;
}
#nav .button {
	background:#e7d4a1;
	border:1px solid #cfb56e;
	font-weight:bold;
	color: #7a5b07;
}
/**CONTENT**/
#content {
	width:620px;
	float:left;
	margin-left:30px;
}
h1 {
	text-align:center;
	font-size:24px;
	color:#7f5900;
	margin:5px;
}
h2 {
	text-align:left;
	font-size:18px;
	color:#7f5900;
	margin:5px;
	margin-left:0px;
}
.date {
	font-size:10px;
	font-style:italic;
	color:#999;
}
#content .seperator {
	border-bottom:1px solid #d9d9d9;
	width:inherit;
	padding-top:10px;
	margin-bottom:10px;
	clear:both;
}
#content .readmore {
	float:right;
	width:inherit;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	border:0px;
	text-align:right;
}
#content .readmore-button {
	border:0px;
}
#content img {
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
}
#content .previewcomment {
	width:inherit;
	clear:both;
	float:left;
	margin-bottom:20px;
}
/**SIDEBAR**/
#sidebar {
	float:right;
	margin-right:25px;
	width:225px;
}
#sidebar h2 {
	background:url(images/sidebar-bg.png) repeat-x;
	padding:6px;
	height:20px;
	margin:0px;
	font-size:12px;
	color:#7f5900;
	font-weight:bold;
	clear:both;
}
#sidebar img {
	padding:4px;
	border:1px solid #CCC;
}
#sidebar br {
	clear:both;
}
#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin:0px;
}
#sidebar li {
	padding:0px;
	margin:0px;
}
#sidebar ul ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#sidebar li li {
	border-bottom:1px dotted #CCC;
	padding:5px;
	margin:0px;
}
/**COMMENT STYLES**/
#comment {
	width:620px;
}
.commentlist {
	list-style:none;
	margin:0px;
	padding:0px;
}
.commentlist img {
	float:left;
	padding:5px;
	background:#FFF;
	border:1px solid #CCC;
	margin-right:10px;
}
.italic {
	font-style:italic;
	color:#000;
	text-align:center;
	font-weight:normal;
}

#sidebar .readmore{
	text-align:right;
	width:inherit;
}

#testimonial{
	font-style:italic;
}
