html, body {
	margin:0;
	padding:0;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 13px;
	background: #efefef;
	color: #7d6a5a;
	line-height: 20px;
}
a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
}
.clear {
	clear: both;
}
img {
	border: none;
}
h1 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 18px;
	color: #a9b527;
	text-transform:uppercase;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 18px;
	color: #a9b527;
	text-transform:uppercase;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 10px 0;
}
#sidebar h2 {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	color: #777b42;
	font-size: 14px;
	font-weight: normal;
	text-transform:uppercase;
	padding: 0px;
	margin: 0 0 10px 0;
}
h3 {
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #ff6600;
}
h1 a:link, h1 a:visited, h1 a:active {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	font-size: 18px;
	color: #a9b527;
	text-transform:uppercase;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 25px 0;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:active {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	color: #a9b527;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 0px;
	margin: 5px 0px;
	text-decoration: none;
}
h3 a:link, h3 a:visited, h3 a:active {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0 0 15px 0;
}
hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}
textarea {width: 400px;}
#container {
	border: 1px solid #584739;
	background: #fff;
}
#blog-title {
	background: url(images/top-header-rt-bg.jpg) no-repeat right;
	
}
#nav {
	border-top: 1px solid #584739;
	border-bottom: 1px solid #584739;
	border-right: 1px solid #584739;
	font-size: 19px;
	height: 29px;
}
#nav div {
	margin-left: 15px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #584739;
}
#nav a:hover {
	color: #ff6600;
}
#nav a.active {
	color: #ff6600;
}
#social-links-header {
	border-top: 1px solid #584739;
	border-bottom: 1px solid #584739;
	background: url(images/gradient1_03.jpg) repeat-x;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	color: #777b42;
	font-size: 14px;
	font-weight: normal;
}
#social-links-header div {
	margin-left: 20px;
}
.social-links-header-img {
	margin: 0 20px 0 0;
}
#content {
	font-family: "Trebuchet MS", Times, serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content div {
	padding-right: 20px;
}
#sidebar {
	background: #fcf9f2;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 12px;
}
#sidebar div {
	padding: 0 20px;
}
#footer {
	background: url(images/bot_grad_02.jpg) repeat-x;
}
#footer-links-container {
	border-top: 1px solid #584739;
	border-bottom: 1px solid #584739;
	border-right: 1px solid #584739;
	font-size: 19px;
	height: 29px;
}
#footer-links-container a:link, #footer-links-container a:visited, #footer-links-container a:active {
	color: #584739;
}
#footer-links-container a:hover {
	color: #ff6600;
}
#footer-links-container div {
	padding-left: 196px;
}
#social-footer-container {
	border-top: 1px solid #584739;
	border-bottom: 1px solid #584739;
}
#social-footer-container div {
	margin-left: 20px;
}
#footer-img div {
	padding-left: 196px;
	padding-top: 20px;
}
