/* 
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/wpmain.css';


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

/* Layout */
#pageheader, #pagemain, #pagefooter {
	position: relative;
	float: left;
	width: 100%;
	}
#pageheader {
	background-color: #000;
	}
#pagefooter {
	border-top: 1px solid #7fb4d2;
	}
.wrapper {
	position: relative;
	top: 0em; left: 0em;
	width: 62em;
	height: auto;
	margin: 0em auto;
	text-align: left;
	}
div.inner {
	width:62em;
	margin:0 auto;
	}
#header {
	width: 100%;
	height: auto;
	margin: 0;
	}

/* Sidebar */
#sidebar {
	list-style:none;
	margin: 4.5em 0 0 1em;
	float:left;
	list-style-type:none;
	width: 12em;
	}
#sidebar ul li {
	list-style-type:disc;
	background:none;
	padding:0;
	margin:0;
	}
#sidebar ul li ul,
#sidebar ul {
	margin-bottom:0;
	}
#sidebar li {
	background:#eee;
	padding:12px;
	margin:0 0 12px 0;
	list-style-type:none;
	}
#sidebar li form {
	margin:0;
	}
#sidebar #s {
	width:160px;
	}
#sidebar li h2 {
	margin-top:0;
	}


/* Author Picture */

.author-thumbnail {
	float:right;
	width:auto;
}
.author-thumbnail img {
	margin:4px 0 14px 18px;
	border:solid 1px #666;
}

/* Posts */
h2.title {
	color: #666666;
	margin: 0 0 .5em 1em;
}

.post {
	padding:1px;
	margin: 0 0 0 1em;
	}
h2.post-title {
	margin:0 0 16px 0;
	font: normal 1.5em/1.25em georgia, serif;
	}
h2.post-title a {
	text-decoration:none;
	}
.post .entry {
	padding:1px;
	}
.post .entry p,
.post .entry img.alignleft {
	margin: 0em .5em 1em 0em;
	}
.post .entry p {
	line-height: 1.35em;
	}
.post .entry img.alignleft {
	float: left;
	}
.post .entry img.alignright {
	float: right;
	margin: 0em 0em 1em .5em;
	}
.post .entry ul {
	margin: 1em 0 1em 1em;
	}	
.post .entry ul li {
	margin: 0 0 1em 0;
	list-style-type: disc;
	}
p.postinfo {
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:2px 0 0 0;
	text-align:right;
	border-top:3px 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:59em;
	margin-left: 1.5em;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
	}
#post-navigation ul {
	margin:0;
	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;
	margin-left: 1.5em;
	}
#post-navigation ul li a {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	}

/* 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;
	}
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 a {
	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:608px;
	}
p.comment-rules {
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
p.comment-disclaimer {
	font-size:10px;
	color:#999;
	}

/* Footer */
#wpfooter {
	clear:both;
	width:59em;
	padding:1.6em 0;
	margin-left: 1.5em;
	background:#eee;
	text-align: left;
	}
#wpfooter ul li ul,
#wpfooter ul {
	margin-bottom:0;
	}
#wpfooter ul.col {
	float:left;
	width:28%;
	margin:16px 0 16px 1.5em;
	}
#wpfooter li.title {
	list-style:none;
	margin:0;
	}
#wpfooter li.title h2 {
	margin-top:0;
	}
#copyright {
	clear:both;
	padding:2em 0 1em 0;
	margin:0;
	text-align:center;
	color:#999;
	}

#main ul#nav li, ul#nav li a {
	margin: 0;
	}

ol {
	margin: 0em 0em 1em 1em;
	}
ul {
	margin-left: 1em;
	}


/*:::::::::::::::::::::::::::TYPE COLOR::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
p,li {
	color: #666666;
	}
h4, h5,
a,
p.quote_info, p.directions, #footer p {
	color: #3d647c;
	}
a:hover,
#information a:hover,
#information span.more_praise a:hover,
#contributors p {
	color: #333;
	}
#information a {
	color: #666;
	}
ul#authors_list a {
	background-color: #e8eff7;
	border: 1px solid #B1C8D6;
	}
ul#authors_list a:hover {
	color: #fff;
	background-color: #3d647c;
	}

