/*
Theme Name: ActiGraph Theme
Theme URI: http://wordpress.org/
Description: Theme for new TheActigraph.com site
Version: 1.0
Author: Design By Graphite, LLC
Author URI: http://designbygraphite.com
Tags:

*/


/* This contains Wordpress-specific CSS only */


.post {
	position: relative;
	padding: 10px 15px 0 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.post .date {
	position: relative;
	height: 54px;
	width: 50px;
	background: url(img/calendar.gif) no-repeat;
	line-height: 100%;
	float: left;
}
.post .date .month {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}
.post .date .year {
	height: 24px;
	padding-top: 6px;
	display: block;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #555;
	text-align: center;
}

.post .title {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 820px;
}

.post .fulltitle {
	width: 100%;
	margin-left: 0;
}

.post .shorttitle {
	width: 500px;
	margin-left: 0;
}

.entry {
	clear: left;
}

.postdata {
	font-size: 10px;
	color: #333;
	padding-left: 5px;
}
.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;
}

h2.posttitle {
	position: relative;
	color: #000;
	margin: 5px 0 4px 0;
	padding: 3px 3px 4px 3px;
	font-size: 18px;
	border-bottom: solid 1px #bbb;
}
h2.posttitle a, h2.posttitle a:visited {
	color: #000;
	text-decoration: none;
}
h2.posttitle a:hover {
	color: #a10500;
	text-decoration: none;
}

h2.noborder {
	border: none;	
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */

/* BP CSS */
hr.clean{background: #DDD; color: #DDD; clear: both; float: none; width: 100%; height: 1px; margin: 0 0 1.45em; border: none;}
hr.space{background: white; color: white; visibility: hidden; clear: both; float: none; width: 100%; height: 1px; margin: 0 0 1.45em; border: none;}

.superscript{font-size:9px; vertical-align:super;}

