* {
	margin: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html,
body {
   	height:100%;
   	width: 100%;
	font-family:verdana, sans-serif;
}

body {
	background: #333333 url('images/background.jpg') repeat-x;
}

a {
	text-decoration: none;
	color: #ffa800;
}

a:hover {
	text-decoration: underline;
}

.post-content ul, .post-content ol {
  list-style: square outside none;
  margin-left: 30px;
  margin-bottom: 10px;
}
.post-content ol {
  list-style-type: decimal;
}
h2.pagetitle {
	width: 640px;
	float: left;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	position: relative;
   	margin: auto;
   	padding:10px;
	width: 940px;
	height: 110px;
}

#content {
	position: relative;
   	padding: 0px;
	width: 940px;
	margin: 0 auto;
}

.content-push {
	height: 150px;
	clear: both;
}

.post-navigation {
	width: 650px;
	margin: 10px 5px;
	float: left;
	color: white;
}

.post-navigation div.left {
	float: left;
}
.post-navigation div.right {
	float: right;
}
#sidebar {
   	padding: 10px 5px 10px 5px;
	width: 245px;
	float: right;
	clear: none;
	margin-top: -50px;
}

#footer {
   width:100%;
   height: 150px;
   background: #333333 url('images/footer.jpg') repeat-x;   
}

#footer-content {
	padding: 30px 10px 10px 10px;
	margin: 0 auto;
    width: 940px;
}

div.post-date {
border:1px solid #000;
width:50px;
background:#ffffff ;
float:left;
margin: 0px 10px 2px 5px;
padding:0;
}

div.post-date p {
margin:0 auto;
padding:0;
text-align:center;
font-size:x-small;
}

div.post-date .post-date-top {
color:#fefefe;
background-color:#2f4765;
}

div.post-date .post-date-top p {
font:bold x-small/100% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
letter-spacing:0.12em;
text-transform:uppercase;
/*background:url(/img/caltop.gif) no-repeat 50% 0;*/
margin:0px auto 0 auto; /* negative top margin, auto for centering */
padding:3px 0px;
}

/* day of the month (NUMBER) */
div.post-date p.post-date-day {
font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
letter-spacing:0.13em;
}

/* month */
div.post-date p.post-date-mon {
font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:normal;
text-transform:uppercase;
}

/* year */
div.post-date p.post-date-yr {
font:x-small/110% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:0.05em;
padding-bottom: 3px;
}

div.datetime .post-date-btm {
color:#365174;
background:transparent;
border-left:1px solid #a1c6ac;
margin:0 10px 5px 0;
padding:0 0 1px 0;
}

#top-nav {
	position: absolute;
	top: 97px;
}


#top-nav ul{

}

#top-nav ul li {
	display: inline;
	margin-right: 10px;
}

#top-nav ul li a{
	color: #857c2b;
	font-weight: bold;
}

#top-nav ul li a:hover{
	color: #007fff;
	font-weight: bold;
	text-decoration: none;
}

#top-nav ul li a.active{
	color: #007fff;
	font-weight: bold;
}

h2 {
	color: #ffa800;
	padding-bottom: 15px;
}

#posts {
	float: left;
	width: 670px;
	clear: none;
}
.post {
	width: 670px;
	float: left;
}

.post * a {
	text-decoration: none;
	color: #ffa800;
}

.post * a:hover {
	text-decoration: underline;
}

.post-title * a{
	font-size: 20px;
	color: #ffa800;
	font-weight: normal;
	text-decoration: none;
}

.post-content {
	color: #fad925;
	font-size: 12px;
	padding: 10px;
	line-height: 14px;
}

.post-content p {
	margin-bottom: 15px;
}
.post-footer {
	background: url(images/post-footer.png) no-repeat;
	padding: 15px;
	height: 70px;
	position: relative;
	width: 640px;
	margin-top: -10px;
}

.post-footer-meta {
	font-size: 12px;
	color: #fce20b;
	width: 550px;
	float: left;
}

.post-footer-tags {
	width: 550px;
	float: left;
	height: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.post-footer-tags ul {
	list-style: none;
	display: inline;
}

.post-footer-tags li {
	list-style: none;
	display: inline;
	background: url("images/post-tag-left.png") top left no-repeat;
	float: left;
	height: 20px;
	margin-right: 10px;
	margin-top: 2px;
}

.post-footer-tags div {
    /* Sliding right image */
	padding-left: 10px;
	float: left;
}

.post-footer-tags div a{
	/* Background left image */ 
	background: url("images/post-tag-right.png") top right no-repeat;	
	padding-right: 10px;
	color: #ffd05f;
	font-weight: bold;
	font-size: 10px;
	height: 20px;
	padding-top: 3px;
	float: left;
	text-transform: lowercase;
} 

.post-footer-tags div a:hover div{
	text-decoration:underline;
}

.post-footer-comments a {
	float: right;
	margin-right: 35px;
	font-size: 24px;
	color: #484747;
	background: url(images/comments-bubble.png);
	height: 55px;
	width: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
	padding: 15px 0px 0px 29px;
	text-decoration: none;
}

.comment {
	float: left;
	margin-top: 15px;
}

.comments {
	padding-left: 10px;
	color: #fad925;
	margin-top: 15px;
}

#leavereply {
	padding-left: 10px;
	color: #fad925;
}
#respond {
	margin-top: 30px;
	float: left;
}
.comments textarea {
	width: 640px;
	margin: 10px 0px;
}
.comment-header {
	background: url(images/comment-header.png) no-repeat;
	height: 21px;
	width: 690px;
	float: left;
}

.comment-body {
	background: url(images/comment-body.png) repeat-y;
	color: #ffffff;
	padding: 0px 10px;
	float: left;
	width: 670px;
	font-size: 12px;
}

.comment-body img {
	float:left;
	margin: 0px 10px 2px 5px;
}
.comment-footer {
	background: url(images/comment-footer.png) no-repeat;
	height: 45px;
	float: left;
	width: 690px;
	color: #ffffff;
}

.comment-footer a {
	font-size: 14px;
}
.comment-author {
	margin: 22px 0px 0px 110px;
}
#twitter {
	background: url(images/twitter-bg.png);
	height: 310px;
	position: relative;
}

#twitter-update {
	position: absolute;
	top: 120px;
	padding: 0px 50px 0px 30px;
}

#twitter-name {
	top: 230px;
	left: 45px;
	position: relative;
}

#twitter * a {
	color: #995800;
}

.sidebar-box {
	width: 245px;
}
.sidebar-header {
	background: url(images/sidebar-header.png);
	height: 17px ;
}

.sidebar-body {
	background: url(images/sidebar-body.png);
		padding-left: 20px;
}

.sidebar-footer {
	background: url(images/sidebar-footer.png);
	height: 28px;
}

.sidebar-body ul li , .sidebar-body * label{
	color: #f4a306;
	font-size: 16px;
	padding: 5px 0px;
}

.sidebar-body ul li ul {
	margin-top: 5px;
}


.sidebar-body ul li ul li, .sidebar-body ul li ul li a{
	color: #ffdf06;
	font-size: 14px;
	margin-left: 15px;
	padding: 3px 0px;
	text-decoration: none;
}

.sidebar-body ul li ul li a:hover {
	text-decoration: underline;
}

input#s {
	width: 120px;
}

.st-tag-cloud {
  margin-right: 20px;
}


