@charset "utf-8";

.post ul {
padding-left: 20px;
padding-bottom: 5px;
}

/* Cross-Browser Fixes */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #484848;
	background-color: #ffffff;
	line-height: 1em;
}
img {
	border: 0;
}
a {
	color: #024A7A;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p
{
	margin-bottom: 10px;
}
h2
{
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}
small
{
margin-bottom: 10px;
}

/* Generic Styles */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.nine {
	font-size: 9pt;
}
.ten {
	font-size: 10pt;
}
.eleven {
	font-size: 11pt;
}
a.blue {
	color: #004d72;
}

/* Header and Navigation */
#header {
	width: 100%;
	height: 109px;
	background: url('http://www.briarblog.com/wp-content/themes/Knollwood/images/bg-header.gif') repeat-x left top;
}
#header #header-container {
	width: 813px;
	height: 109px;
	margin: 0 auto;
}
#header #header-container #header-left {
	float: left;
	width: 228px;
	height: 109px;
}
#header #header-container #header-right {
	float: right;
	width: 320px;
	padding-top: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-right:20px;
	font-size: 12px;
}
#header #header-container #header-right span {
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-family:Times New Roman;
	font-style: italic;
}

#navigation {
	width: 100%;
	height: 30px;
	background: url('http://www.briarblog.com/wp-content/themes/Knollwood/images/bg-navigation.gif') repeat-x left top;
	border-bottom: 1px solid #ffffff;
}
#navigation #navigation-container {
	width: 813px;
	height: 30px;
	margin: 0 auto;
}
#navigation #navigation-container #nav-left {
	float: left;
	width: 689px;
	height: 30px;
}
#navigation #navigation-container #nav-right {
	float: right;
	width: 124px;
	height: 30px;
	line-height: 30px;
}

/* Content and Body */
#container {
	width: 813px;
	margin: 0 auto;
	min-height: 500px;
	margin-bottom: 20px;
}
#container #container-left {
	float: left;
	width: 274px;
}
#container #container-left #left-top {
	width: 246px;
	padding: 14px 14px 0 14px;
	background: url('http://www.briarblog.com/wp-content/themes/Knollwood/images/bg-left-top.gif') repeat-y left top;
}
#container #container-left #left-top p {
	padding: 0 6px 20px 6px; font-size: 8pt;
}
#container #container-left #left-top p.title {
	font-size: 12pt; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #014B70;
}
#container #container-left #left-bottom {
	width: 274px; height: 10px;
	background: url('http://www.briarblog.com/wp-content/themes/Knollwood/images/bg-left-bottom.gif') no-repeat left top;
}
#container #container-left #left-div {
	padding: 15px 0;
}
#container #container-left #left-news {
	padding: 15px;
}
#container #container-left #left-news #title {
	font-size: 17pt;
	font-weight: bold;
	color: #04486d;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #container-left #left-news #title a {
	font-size: 8pt;
	color: #5babc2;
	font-family: Verdana, Geneva, sans-serif;
}
#container #container-left #left-news p {
	font-size: 8pt;
	padding: 10px 0 5px 0;
}
#container #container-left #left-news p a {
	color: #fc4f53;
}
#container #container-right {
	float: right;
	width: 539px;
}
#container #container-right #home-one {
	width: 539px; height: 285px;
	background: url('http://www.briarblog.com/wp-content/themes/Knollwood/images/bg-home1.jpg') no-repeat left top;
}
#container #container-right #home-content {
	padding: 15px;
}
#container #container-right #home-content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #014b70;
}
#container #container-right #home-content p {
	font-size: 9pt;
	padding: 15px 0;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	background-color: #c9c9c9;
	padding: 30px 0;
}
#footer #footer-text {
	width: 813px;
	margin: auto;
	text-align: center;
	font-size: 8pt;
	color: #4b4b4b;
}


#dContent
{
	font-family:		verdana;
	font-size:		13px;
	color:			#111111;
	line-height:	16px;
}

#dContent table td
{
	font-family:		verdana;
	font-size:		12px;
	color:			#111111;
}

#dSidebar
{
	font-family:		verdana;
	font-size:		11px;
	color:			#5D5D5D;
	
	padding:		5px;
	
	width:			200px;
	
	text-align:		left;
}

#dSidebar ul
{
	list-style-type:	none;
	margin:			0px;
	padding:		0px;
}

#dSidebar ul li
{
	margin:			0px;
	padding:		0px;
}

#dSidebar ul li a
{
	color: #E9434D;
	font-size: 14px;
	line-height: 20px;
}

#dSidebar ul li h2
{
	font-size:		14px;
	font-weight:		bold;
	margin:			0px;
	padding-top:		20px;
}

#dSidebar ul li ul
{
	margin-left:		25px;
}

li#calendar table
{
	margin-left:		auto;
	margin-right:		auto;
}

li#calendar table caption
{
	font-family:		verdana;
	font-size:		12px;
	color:			#5D5D5D;
	text-align:		center;
	margin:			0px auto;
	padding:		0px;
}

li#calendar table td, li#calendar table th
{
	font-family:		verdana;
	font-size:		11px;
	color:			#5D5D5D;
}

#dFooter
{
	font-family:		verdana;
	font-size:		11px;
	color:			#5D5D5D;
}