@charset "utf-8";
/* CSS Document */
html {
	background-color: #D7F0C9;
}
body {
	font-family: Arial, sans-serif;
}
body, form {
	margin: 0;
}
p, ul, ol, table.neat td {
	font-size: 0.7em;
	text-align: left;
}
ul, ol {
	margin-left: 0;
	padding-left: 1.5em;
}
div.padded {
	padding: 16px;
}
img, object {
	display: block;
	border: none;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 1.4em;
	color: #77ad52;
}
h1.small {
	font-size: 1.1em;
}
h1.centre {
	text-align: center;
}
h2 {
	font-size: 1em;
	color: #77ad52;
}
h3 {
	font-size: 0.9em;
}
p, ul, ol {
	font-family: Arial, sans-serif;
	color: #646464;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
p.center {
	text-align: center;
}
p.center img {
	display: inline;
}
a {
	color: #646464;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color: #77ad52;
	text-align:underline;
}
ol.alpha ul li, ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
}
ol ol, ol ul {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
ol.alpha li {
	list-style: lower-alpha;
}
.clear {
	clear:both;
}
#bg_hldr {
	width:800px;
	background:url(images/bg_hldr_bg.gif) right repeat-y;
}
#container {
	width:880px;
	background:#9D9D9D url(images/sides.gif) repeat-y;
	margin:0 auto;
}
#header {
	background:url(images/top3.gif) no-repeat;
}
#logo {
	height: 91px;
	padding:56px 0 0 615px;
	background:#90ce51 url(images/top3.gif) no-repeat;
}
#page {
	width: 800px;
	padding: 0 40px 0 40px;
	clear:both;
}
#posts {
	width:600px;
	float:left;
}
.post {
	width:561px;
	padding:10px;
	border-top:6px solid #ced5c7;
	background:#e1e7d9;
	margin:10px auto;
}
.post .post_date {
	width:53px;
	height:43px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:17px;
	background:url(images/post_date_bg.gif) no-repeat;
	float:right;
}
.post .post_date span {
	font-size:10px;
	display:block;
}
.post h2 {
	color:#151515;
	padding:0 0 10px 5px;
}
.post h2 a {
	color:#151515;
	text-decoration:none;
}
.post .post_details {
	font-size:10px;
	font-weight:bold;
	padding:5px 0 10px 5px;
}
.post .post_details a {
	color:#151515;
	text-decoration:none;
}
.entry {
	color:#4c4c4c;
	padding:5px 20px 5px;
	border-top:5px solid #96cd72;
	background:#ffffff;
}
.post_comments {
	font-size:12px;
	font-weight:bold;
	padding:10px 0 0;
	float:right;
}
.post_comments a {
	color:#4c4c4c;
	font-weight:normal;
	text-decoration:none;
}
#sidebar {
	width:200px;
	float:left;
}
#sidebar ul {
	color:#0f0f0f;
	font-size:11px;
	padding:0;
	margin:0;
}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li#twitter-tools a {
	padding:0;
	display:inline;
}
#sidebar ul li#twitter-tools a:hover {
	color:#000;
	background:#878787;
}
#sidebar ul li#twitter-tools ul li {
	padding:3px 0;
}
#sidebar ul li h2 {
	color:#fff;
	background:#4c4c4c url(images/sidebar_h2_bg.gif) repeat-x;
	font-size:14px;
	padding:5px 10px;
}
#sidebar ul li ul {
	padding:10px;
}
#sidebar ul li ul li {
	border-bottom:1px solid #7e7e7e;
}
#sidebar ul li ul li a {
	color:#000;
	text-decoration:none;
	padding:3px 5px;
	display:block;
}
#sidebar ul li ul li a:hover {
	color:#000;
	background:#878787;
}
#sidebar ul li#twitter-tools h2 {
	color:#97CD72;
}
#sidebar ul li#twitter-tools ul li {
	padding:5px;
	margin:5px 0;
	border:1px solid #97CD72;
}
#sidebar ul li#twitter-tools ul li a:hover {
	background:#D7F0C9;
	text-decoration:underline;
}
#footer {
	background: #90CE51 url(images/bottom2.gif) scroll no-repeat top left;
	height: 50px;
	font-size:10px;
	padding: 0 40px 0 40px;
	text-align:center;
}
#footer p {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
}
#footer div.padded {
	padding: 10px;
}
#footer .content a:hover {
	color: #ffffff;
}
#footer .content {
	margin: 5px 0 0 211px;
}
#footer .content h1, #footer .content h2, #footer .content p {
	color: #ffffff;
}
#footer .fancy a:hover {
	color: #ffffff;
}
#footer .fancy h1, #footer .fancy h2 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 2px;
}
#footer .fancyleft {
	float: left;
	padding: 0 1em 0 1em;
	margin: 0 1em 0 0;
	border-right: 1px solid #646464;
}
#footer .fancy p {
	color: #424242;
	font-size: 0.6em;
}
/*cms*/
#admin-nav {
	padding:0 20px;
}
#admin nav ul {
}
#admin-nav ul li {
	padding:0 5px;
	display:inline;
}
#admin-nav ul li a {
}

