/* 
Theme Name: Newpro
Theme URI: http://www.newpro.com/blog
Description: Custom Wordpress design solely for use by Newpro
Version: 1.0
Author: Kevin Leary
Author URI: http://www.kevinleary.net
*/

/* 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;
}
*.alignleft
{
	float:left;
	margin:0.5em 1em 0 0;
}
*.alignright
{
	float:right;
	margin:0.5em 0 0 1em;
}

/* Layout */
#wrapper,
div.inner
{
	width:950px;
	margin:0 auto;
}
#the-content
{
	float:left;
	width:620px;
	display:inline;
	margin:0 0 16px 0;
}

/* Typography */
h2.title
{
	margin-top:0;
	padding:22px 0 0 0;
	border-top:3px solid #eee;
	font-weight:normal;
}
h2.title a
{
	text-decoration:none;
}
div.entry h3
{
	font-size:13px;
	padding:1em 0 0 0;
	clear:both;
}

/* Header */

/* Search */

/* Sidebar */
#sidebar
{
	float:left;
	width:220px;
	margin:14px 0 0 0;
	padding:4px 4px 4px 0;
	border:1px solid #d9d6cb;
	background:#fff;
	border-left:none;
}
#sidebar h2
{
	padding:10px 0 0 0;
	color: #f4e6bd;
	text-transform: uppercase;
	font-weight: 700;
	font-size:1em;
	margin:0;
	letter-spacing: 0.08em;
}
#sidebar h2.top
{
	padding:0;
}
#sidebar ul
{
	list-style:none;
	padding:14px 14px 14px 0;
	background:#003d2f;
	margin:0;
}
#sidebar ul li
{
	list-style:none;
	margin:0;
	list-style-type:none;
}
#sidebar ul ul li
{
	list-style-type:disc;
	background:none;
	padding:0;
	margin:0;
}
#sidebar ul ul li ul,
#sidebar ul ul
{
	margin-bottom:0;
	padding:0 0 0 14px;
}
#sidebar li
{
	padding:0 0 0 14px;
	list-style-type:none;
	color:#fff;
}
#sidebar li a
{
	color:#f7f7f7;
}
#sidebar li a:hover
{
	color:#f4e6bd;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s
{
	width:130px;
	float:left;
	padding:2px 4px;
	background:#006951;
	border:1px solid #007e62;
	color:#f4e6bd;
	font-weight:bold;
}
#sidebar #searchsubmit
{
	display:block;
	width:47px;
	height:28px;
	font-size:1px;
	margin:-2px 0 0 0;
	cursor:pointer;
	color:#003d2f;
	border:none;
	float:right;
	background:url(images/search-blog.gif) top left no-repeat;
}
#sidebar li h2
{
	margin-top:0;
}

/* Posts */
.post
{
	padding:1px;
}
h2.post-title
{
	color: #003d2f;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.2em;
	margin:0;
}
h2.post-title a
{
	text-decoration:none;
}
.post .entry
{
	padding:1px;
}
p.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:2px 0 0 0;
	text-align:right;
	color:#9F9D93;
	border-top:3px solid #004d3b;
}
#master div#content_1
{
	width:624px;
	float:right;
	margin:0 10px 0 0;
	padding:14px 11px 0 17px;
}
ul.postmeta
{
	clear:both;
	list-style:none;
	margin:0 0 22px 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
{
	padding:8px 20px;
	clear:both;
}
#post-navigation ul
{
	margin:0;
	padding: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;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#edeadc;
}
#post-navigation ul li a:hover
{
	color:#fff;
}

/* Pages */

/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px 9px 14px 9px;
	background:#fff;
	border:1px solid #d9d6cb;
}
ol.commentlist .author-data h3
{
	margin:0 0 6px 0;
}
ol.commentlist h3
{
	margin:0;
	padding:0 0 8px 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:1px 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: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 */
#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;
}