@charset "UTF-8";
/* CSS Document */

.blog a {
	color: #B2BB1E;
}

.blog a:hover {
	color: #A84D10;
	text-decoration: none;
}

.blog p {
	padding: 0;
	margin: 12px 0;
	font-size: 12px;
}

.blog ul,
.blog ol {
	padding-left: 20px;
}

.blog ol li {
	margin: 10px 0;
}

.blog ul.formlist {
	padding: 0;
	list-style: none;
}

.blog ul.formlist textarea {
	width: 440px;
	height: 150px;
	border: 1px #5D87A1 solid;
}

.blog ul.formlist .submitbutton {
	padding-top: 5px;
}

.blog small {
	font-size: 10px;
	color: #A84D10;
}

.blog cite {
	font-size: 10px;
}

.blog small a {
	color: #A84D10;
}

.blog small a:hover {
	color: #B2BB1E;
}

.blog h1 {
	font-size: 14px;
	color: #B2BB1E;
}

.blog h3 {
	font-size: 13px;
	color: #A84D10;
	margin-top: 15px;
}

.main .blog .textArea {
	padding: 5px 30px;
}

.blog .textArea .post {
	margin: 20px 0;
}

.blog .textArea .post .postLinks {
	color: #B2BB1E;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 4px;
}

#sidebar {
	padding: 15px 15px 50px 15px;
}

#sidebar h3 {
	text-transform: lowercase;
	color: #00573D;
	font-size: 15px;
	margin-top: 10px;
}

#sidebar ul {
	padding: 0 10px;
	margin-top: 2px;
	list-style: none;
}

#sidebar ul li {
	margin: 3px 0;
	font-size: 10px;
}

#sidebar .bottomBlock {
	overflow: auto;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 196px;
}

#sidebar .bottomBlock a {
	color: #00573D;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 16px;
	text-decoration: none;
}

#sidebar .bottomBlock a:hover {
	color: #00573D;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 16px;
	text-decoration: underline;
}

#sidebar .bottomBlock a:focus {
	outline: none;
}

#sidebar .bottomBlock .loginLink {
	float: left;
	padding-left: 17px;
	background: url(../images/icons/loginout.jpg) 0 0 no-repeat;
}

#sidebar .bottomBlock .rssLink {
	float: right;
	padding-left: 19px;
	background: url(../images/icons/rss.jpg) 0 0 no-repeat
}

.main .contentArea {
	margin: 0 0 0 253px;
}

/* Original Style's CSS Rules */
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}