/*
Theme Name: Oglesby
Theme URI: http://wordpress.org/
Description: Designed by Trevor.
Version: 1.6
Author: Trevor Gehman
Author URI: http://designbygraphite.com
Tags:

*/

* {
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;
}

img {
	border: none;	
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
}

ul, ol, dl {
     position: relative;  
}

.post {
	padding: 1em 15px 0 15px;
	margin: 0;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(img/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 850px;
}
.postdata {
	font-size: 90%;
	color: #000;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #0088CC;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	float: right;
}
.mini-add-comment {
	background: url(img/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 5px 15px 5px 15px;
	font-size: 12px;
	line-height: 1.8em;
	clear: left;
}

.entry h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

.entry h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

.pageentry {
	padding: 5px 0 15px 0;
	font-size: 12px;
	line-height: 1.8em;
	clear: left;
}

.pageentry h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

.pageentry h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
}

.pageentry h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}

/* post title */
h2.posttitle {
	color: #000;
	margin: 4px 0 2px;
	padding-bottom: 2px;
	font-size: 18px;
	line-height: 1em;
	border-bottom: solid 1px #888;
}
h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #0088CC;
	text-decoration: none;
}
.tags {
	float: right;
	display: block;
	color: #aaa;
}
.tags a{font-weight: bold;color: #000;}
.tags a:hover{color:#0088CC ;text-decoration: none;}

/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-bottom: .6em;
	background: #e5e5e5 url(img/agradient-30.gif) repeat-x left top;
}
.page-nav a, .page-nav a:visited {
	color: #000;
	text-decoration: none;
}
.page-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(img/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(img/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(img/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(img/post-nav-next.gif) no-repeat right center;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */