#player {
	margin-top: -20px;
	margin-left: 0px;
}
.entry-title {
	color:#fff;
}
#comments-title,
#reply-title {
	color:#fff;
}
#comments {
	border-top:1px #444 solid;
	margin-top:25px;
}
#respond label {
	width:75px;
	display:inline-block;
}
.nav-previous {float:left;}
.nav-next {float:right;}
body {
	color: #999;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 75%;
	line-height: 150%;
	background-color: #000;
	background-repeat: repeat;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h2 {
	color: #FFF;
	margin: 0px 0px 3px;
	letter-spacing: -1px;
	font: normal 190%/100% "Helvetica", Tahoma, Arial;
	padding-bottom: 3px;
	
}
h2 a, h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Helvetica", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 980px;
	background: #000000;
}
#header {
	background: #0FACEA url(/images/header-bg.gif) no-repeat;
	height: 220px;
	position: relative;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #666666;
}
#content {
	padding: 10px 10px 30px 10px;
	float: right;
	width: 770px;
	overflow: hidden;
}
.post {
	clear:both;
}
.post-title {
	float: left;
	width: 100%;
	background: url(/images/hr.gif) repeat-x 100% 100%;
	padding-bottom: 18px;
}

.entry {
	position: relative;
	clear: both;
	padding-top: 0px;
	margin: 0px 0px 0px;
	padding-bottom: 15px;
	background: url(/images/hr.gif) repeat-x 100% 100%;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #F60;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(/images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(/images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background-color:#fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: left;
	padding: 23px 10px 20px 10px;
	width: 150px;
}

#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background-color: #048DB4;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	padding: 10px 10px 20px 10px;
	width: 960px;
	color: #FFF;
	font-size: 85%;
	line-height: 120%;
	background-color:#000
}
#credits a, #credit a:visited{
	color: #FFF;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 5px 20px 10px 0px;
	
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:right;
	padding: 10px;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
.rightsection {
	clear: both;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 28px;
	background: url(images/hr.gif) repeat-x 100% 100%;
}
a img {
    border: 0;
}

ul#twitter_update_list {
	list-style: none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

ul#twitter_update_list li {
	padding-bottom: 8px;
}

.entryright {
	margin-left: 315px;
	width: 450px;
}

#header h1 a { display:none;}
