@charset "UTF-8";
/* CSS Document */

/* Global Stuff */

body {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-color: #fff;
	background-image: url(../images-layout/back-header-fast.gif);
	background-repeat: repeat-x;
}

* {
	margin:0px;
	padding:0px;
}

h1 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color:#573602;
	margin-bottom: 1.3em;
}

p {
	color: #666;
}

a:link {
	color:#573602;
	text-decoration: none;
}

a:active {
	color:#573602;
}

a:visited {
	color:#a2570d;
}

a:hover {
	color:#a2570d;
	text-decoration: underline;
}


h3 {
	font: 0.9em "Trebuchet MS", Helvetica, "sans- serif";
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 18px;
	margin-top: 4px;
}
h4.sign-off {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
	color: #666666;
}
h5 {
	font-size: 10px;
	color: #666666;
	margin-bottom: 10px;
}
div#wrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 12px;
}  

div#blog-well {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 36px;
} 

div#veryTopBlog {
	width:1024px;
	height:32px;
	background-image: url(../images-layout/bug-four-oaks.png);
	background-repeat: no-repeat;
	background-position: 600px;
	cursor: pointer;
}

div#blog-header {
	width:100%;
	height:318px;
	position: relative;
}

div#title-area {
	width:802px;
	height:318px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images-layout/title-holding-fast.jpg);
	background-repeat: no-repeat;
	text-align:left;
}

div#title-area h1, h2 {
	text-indent: -1000px;
	display: none;
}

div#blog-left {
	width:160px;
	text-align: left;
	float: left;
	margin-right: 20px;
}

div#blog-content {
	width:516px;
	text-align: left;
	float: left;
	margin-right: 10px;
}

div#blog-right {
	width:240px;
	text-align: left;
	float: right;
}


/* Left Navigation, nested in "blog-left" */


div#blog-left  ul {
	width: 154px;
	padding-left: 0px;
	font-size:13px;
	list-style-type: none;
	margin-top: 0;
	padding-bottom: 1.6em;
	text-align: left;
}

div#blog-left  li {
	display:inline;
}

div#blog-left  a {
	font-size: 13px;
	display: block;
	color: #c68e55;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 10px;
}

div#blog-left  ul .current a {
	font-size: 14px;
	display: block;
	color: #036;
}

div#blog-left  a:hover {
	background: url(../images-layout/back_leftNav.gif) repeat-x;
}

/* Main Content in center, nested in "blog-content" */

#blog-content .permalink {
	font-size: 10px;
	display: block;
	float: right;
}

div#blog-content h2 {
	text-indent: 0px;
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	color:#be6002;
	margin-bottom: 1.0em;
}

div#blog-content h3 {
	font: 0.9em "Trebuchet MS", Helvetica, "sans- serif";
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 12px;
	margin-top: 4px;
}

div#blog-content p {
	padding-bottom: 1.2em;
}

div#blog-content ul {
	padding-bottom: 1.6em;
	padding-top: 0.3em;
	padding-left: 34px;
}

div#blog-content li {
	color: #666;
	padding-bottom: 0.3em;
}



/* Right Bar, nested in "blog-right" */


div#blog-right p {
	padding-bottom: 1.2em;
	margin-bottom: 1em;
	padding-left: 8px;
}

div#blog-right  ul {
	width: 154px;
	padding-left: 0px;
	font-size:13px;
	list-style-type: none;
	margin-top: 0;
	padding-bottom: 1.6em;
	text-align: left;
}

div#blog-right  li {
	display:inline;
}

div#blog-right a {
	font-size: 13px;
	display: block;
	color: #c68e55;
	text-decoration: none;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 10px;
}

div#blog-right  ul .current a {
	font-size: 14px;
	display: block;
	color: #036;
}

div#blog-right  a:hover {
	background: url(../images-layout/back_leftNav.gif) repeat-x;
}
#blog-left p {
	margin-bottom: 25px;
}
#blog-right p a {
	padding-left: 0;
}