/*baseline styles*/
HTML
{
	font-size: 100.01%;
}
/*resets to browser default font size: 16px*/
BODY
{
	background-image: none;
	color: rgb(51, 51, 51);
	font-family: georgia, "times new roman", times, serif;
	font-size: 75%;
/*12px*/
	line-height: 1.5em;
	background-color: #AD9B4F;
}
P
{
	margin: 1em 0px;
}
A, A:link, A:hover, #sidebar A
{
	color: rgb(173, 155, 79);
}
#post-content {
	padding-top: 15px;
}
#post-content H3 {
	margin-top: 25px;
}
#post-content UL
{
	margin-bottom: 1em;
}
#post-content UL LI
{
	margin-bottom: 1em;
	margin-bottom: 1em;
}
div.post-meta {
	display: none;
}
DT
{
	font-weight: bold;
	padding: 0;
	line-height: 2em;
	margin-top: 1em;
}
DD
{
	line-height: 2em;
	padding-left: 2em;
}
/*header / banner area*/
#header
{
	position: relative;
	background: #AD9B4F url(images/top-bg-twinc.jpg) repeat-x top left;
	height: 235px;
}
#header_donate {
	display: block;
	position: absolute;
	width: 116px;
	height: 23px;
	background: url(images/CGRF_header_donate.jpg) repeat-x top left;
	bottom: 0px;
	right: 0px;
	color: transparent;
}
#header_donate span {
	display: none;
}
#header .container
{
	height: inherit;
}
IMG#logo
{
	margin: 0;
	padding: 0;
	height: 80px;
	position: absolute;
	top: 40px;
	left: 0px;
}
#logo-container
{
	display: none;
}
UL#cats-menu
{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
}
#header:after
{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*homepage*/
#featured-thumbnail-container
{
	display: block;
	width: 510px;
	float: left;
}
.pics DIV H1 A
{
	font-size: 24px;
	color: rgb(178, 7, 0);
}
.pics DIV IMG
{
	margin-right: 0px;
}
.pics DIV A:link
{
	color: rgb(178, 7, 0);
}
/*single post/page view*/
#post-content
{
	font-size: 125%;
	line-height: 1.5em;
}
/*aside*/
DIV.aside, DIV.aside-left, DIV.aside-right
{
	display: block;
	float: right;
	width: 33%;
	background-color: #EBB;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
	font-size: 80%;
	font-family: Arial, Helvetia, sans-serif;
}
DIV.aside-left
{
	margin-left: 0;
	margin-right: 20px;
	float: left;
}

#post-content .aside-right h3 {
	margin-top: 10px;
}

#header-bg-2
{
	background: #FF0000 url(images/CGRF_header_clean.jpg) top center;
	width: 950px;
	height: 120px;
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
}
DIV#post-top
{
	margin-top: 0px;
}
UL#page-menu LI LI
{
	background: #827C6C;
}
UL#page-menu>LI:hover>A
{
	background-color: #827C6C;
}
#page-menu LI LI A:hover, UL#page-menu LI.current_page_item LI A:hover
{
	background-color: #827C6C;
}
#sidebar
{
	line-height: 16px;
}
#sidebar OL
{
	list-style-type: decimal;
	margin-left: 1em;
}
UL#cats-menu LI
{
	margin-right: 8px;
	background: url(images/cats-left-bg.jpg) no-repeat left top;
	padding-left: 12px;
	height: 34px;
}
UL#cats-menu LI A
{
	padding: 8px 12px 7px 0;
	font-size: 12px;
	color: #FFFFFF;
	background: url(images/cats-right-bg.jpg) no-repeat right top;
}
.sidebar-block {
	margin: 0;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
}