body {
	background: #D9D9D9 url(images/bg-in_the_rough.jpg) right bottom no-repeat fixed;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #737373;
}
blockquote {
	margin: 0em 1em 0em 2em;
	padding: 0em;
	color: #2054A8;
	/*border-left: 3px solid #2054A8;*/
	border-top: 1px solid #2054A8;
	border-bottom: 1px solid #2054A8;
}
#content {
	position: absolute;
	top: 270px;
	left: 20px;
	padding: 20px;
	width: 458px;
	background: #FFFFFF;
	border: 1px solid #2054A8;
}
#content img {
	border: 1px solid #2054A8;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#content a:link {
	color: #A6BBDC;
	text-decoration: none;
}
#content a:visited {
	color: #A6BBDC;
	text-decoration: none;
}
#content a:active {
	color: #A6BBDC;
	text-decoration: none;
}
#content a:hover {
	color: #2054A8;
	text-decoration: underline;
}
.blogItem {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #2054A8;
}
.blogTitle {
	font-size: 2em;
	color: #2054A8;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blogSub {
	font-size: .9em;
	margin-top: 0px;
	margin-bottom: 2em;
}
.blogPost {
	line-height: 1.5em;
}
#sidebar {
	position: absolute;
	top: 270px;
	left: 540px;
	width: 240px;
}
.sidebarItem {
	width: 198px;
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 1px solid #2054A8;
}
#sidebar h2 {
	font-size: 1em;
	color: #2054A8;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#sidebar a:link {
	color: #A6BBDC;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:active {
	color: #A6BBDC;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:visited {
	color: #A6BBDC;
	margin: 0px;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #2054A8;
}
#sidebar ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#comment img.wp-smiley {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
