/* 
Theme Name: Base Development Theme
Theme URL: http://www.projecturl.com
Description: A starter theme designed by Kevin Leary.
Author: Kevin Leary
Author URI: http://www.kevinleary.net
Version: 1.0
*/

/* CSS Library (bits and pieces from m5) */
@import 'css/reset.css';
@import 'css/generic.css';

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Layout */
#wrapper,
div.inner
{
	width:950px;
	margin:0 auto;
}
#content
{
	float:left;
	width:700px;
	display:inline;
	margin:0 0 16px 0;
}

/* Header Styles */



/* Typography */
h2.title
{
	margin-top:0;
	padding:22px 0 0 0;
	border-top:2px solid #eee;
	/*font-size:24px;*/
	font-weight:normal;
	color:#000;
	line-height:1.2em;
}
h2.title a
{
	text-decoration:none;
	color:#000;
}
h2.title a:hover
{
	text-decoration:none;
	color:#b81c24;
}

/* Header */

/* Search */

/* Sidebar */
#sidebar
{
	list-style:none;
	margin:20px 0 100px 720px;
	list-style-type:none;
}
#sidebar ul li
{
	list-style:none;
	background:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#sidebar ul li ul,
#sidebar ul
{
	margin-bottom:0;
}
#sidebar li {
	background:#eee;
	padding:12px;
	margin:0 0 12px 12px;
	list-style:none;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s
{
	width:220px;
}
#sidebar li h2
{
	margin-top:0;
	font-size:14px;
}

p.sidebar_intro {
	margin-left: 12px;
	}
	
/* Posts */
.post
{
	padding:1px;
}
h2.post-title
{
	margin:0 0 0 0;
	/*font-size:24px;*/
	font-weight:bold;
	color:#000;
	line-height:1.2em;
}
h2.post-title a
{
	text-decoration:none;
	color:#000;
}
h2.post-title a:hover
{
	text-decoration:none;
	color:#b81c24;
}

.post .entry
{
	padding:1px;
}

.post .entry h1 {
	margin:14px 0 0 0;
	padding:0;
	font-size:22px;
	color:#000;
}
.post .entry h2 {
	margin-top:14px;
	padding:0;
	/*font-size:20px;*/
	color:#000;
}
.post .entry h3 {
	margin-top:14px;
	padding:0;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:none;
}
.post .entry p {
	margin-top:14px;
	padding:0;
}
.post .entry ul {
	margin:14px 0 0px 12px;
	padding:0 0 0 12px;
}


p.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:2px 0 0 0;
	text-align:right;
	color:#999;
	border-top:2px solid #eee;
}
ul.postmeta
{
	clear:both;
	list-style:none;
	margin:0 0 44px 0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}
ul.postmeta li
{
	padding:0 8px 0 0;
	border-right:1px solid #eee;
	margin:0 8px 0 0;
	float:left;
	display:inline;
}
ul.postmeta li.last
{
	border-right:0;
	margin:0;
	padding:0;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0 0 0 12px;
	padding:0 0 0 12px;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.alignright {float: right; margin: 0 0 20px 20px;}
.alignleft {float: left; margin: 0 20px 20px 0;}

.wp-caption {
	padding: 10px;
	background: #EEEEEE;
	}
	
.entry p.wp-caption-text {
	margin: 10px 0 0 0;
	}

/* Pages */

/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:688px;
}
p.comment-rules
{
	background: #ebf6fc;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #84c8ee;
	border-bottom: 2px solid #84c8ee;
}

p.comment-rules code {
	color:#1a7aaf;
}

p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}

/* Footer */

/* Only commenting this out since the site stylesheet defines Footer Styles --
#footer
{
	clear:both;
	width:100%;
	padding:1.6em 0;
	background:#eee;
}
#footer ul li ul,
#footer ul
{
	margin-bottom:0;
}
#footer ul.col
{
	float:left;
	width:30%;
	margin:16px 3% 16px 0;
}
#footer li.title
{
	list-style:none;
	margin:0;
}
#footer li.title h2
{
	margin-top:0;
}
#copyright
{
	clear:both;
	padding:3em 0 2.75em 0;
	margin:0;
	text-align:center;
	color:#999;
}
*/