/* 
Theme Name: Aaron Larget-Caplan Blog Theme
Theme URL: http://www.aaronlc.com
Description: Custom Theme designed by Alex Fedorov
Author: Alex Fedorov, Kevin Leary
Author URI: http://www.freshtilledsoil.com
Version: 1.0
*/

/* Lists */
ul { list-style:disc outside; padding:0 0 0 1.6em }
ol { list-style:decimal outside; padding:0 0 0 1.6em }
/* Headings */


.clearit {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block; margin:0; padding:0;}

img.icon {
	vertical-align: middle;
	margin: 0 6px 0 0;
	border:none;
}
img.error {
	margin-left:6px;
	border:none;
}
img.mrg-left {
	margin-left:12px;
}
img.bdr {
	border:solid 1px #ccc;
}


/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*.alignleft
{
	float:left;
	display:inline;
	margin:0 1em 0.6em 0;
}
*.alignright
{
	float:right;
	display:inline;
	margin:0 0 0.6em 1em;
}
*.more-link
{
	display:block;
	margin:0 0 1.6em 0;
}

/* Forms */
textarea, input { padding: .15em .4em .25em .4em; }
input { margin:0.1em 0.3em 0.3em 0em}
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
form div { margin-bottom: .8em; }
span.required
{
	font-size:14px;
	font-weight:bold;
	color:red;
}
textarea
{
	width:300px;
	display:block;
}

/* Contact Form Plugin */
div.wpcf7 p
{
	vertical-align:text-top;
}
#wrapper div.wpcf7-mail-sent-ok
{
	background:#398f14;
	color:#fff;
}
#wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}
#wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#ffa500;
	color:#fff;
}
#wrapper div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#f7e700;
	color:#2D2D2D;
}
#wrapper div.wpcf7-response-output
{
	margin:0 0 24px 0;
	font-weight:bold;
}
#wrapper span.wpcf7-not-valid-tip {
	position:static;
	top:0;
	left:0;
	z-index:100;
	background:#ff0000;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:4px 6px 2px 6px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* Layout */
#wrapper,
div.inner
{
	margin:0 auto;
}

#content_full.blog {
	padding:14px 0;
	}

#content {
	float:left;
	display:inline;
	width:585px;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:1.35em;
}

#content h1 {
	font-size:26px;
	font-weight:normal;
	color:#666554;
	margin:0 0 14px 0;
}
#content h2 {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.02em;
	color:#666554;
	margin:0 0 14px 0;
}
#content h1 a, #content h2 a {
	text-decoration:none;
}
#content h1 a:hover, #content h2 a:hover {
	text-decoration:underline;
}
#content h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}
#content p {
	font-size:13px;
	font-weight:normal;
	color:#444;
	margin:0 0 0 0;
	padding-bottom:14px;
}
#content .entry p:last {
	padding-bottom:0px;
}

#content p.intro {
	font-size:1.2em;
	font-style:italic;
	color:#111;
	font-family:Georgia, Times, serif;
}
#content ul, #content ol {
	margin:0 0 14px 14px;
	padding:0 0 0 14px;
}
#content ul li, #content ol li {
	padding:0;
	margin:3px 0;
	font-size:13px;
	list-style-type:disc;
	color:#222;
}
#content ol li {
	list-style-type:decimal;
}

#content ul.postinfo, #content .post ul.postinfo {
	font-size:10px;
	text-transform:uppercase;
	margin:0px 0 1em 0;
	padding:5px 0 0 0;
	text-align:right;
	color:#999;
	list-style-type:none;
	border-top:1px solid #d2d2d2;
	display:block;
}
#content ul.postinfo li, #content .post ul.postinfo li {
	display:block;
	float:right;
	padding:2px 16px 0 16px;
	margin:0;
	font-size:10px;
	list-style-type:none;
}
#content ul.postinfo li.authordata
{
	background:url(/images/icons/12/user.gif) left center no-repeat;
}
#content ul.postinfo li.postdata
{
	background:url(/images/icons/12/edit.gif) left center no-repeat;
}
#content ul.postinfo li.commentdata
{
	background:url(/images/icons/12/comment.gif) left center no-repeat;
}
#content ul.postinfo li.last
{
	padding-right:0;
}

#content a {
	color:#666554;
	text-decoration:underline;
}
#content a:hover {
	color:#666554;
	text-decoration:underline;
}

#content a.more-link {
	margin:14px 0 0 0;
	padding:0;
	display:block;
	font-weight:bold;
}

#content img {
	display:block;
	margin:0 0 12px 0;
	border:none;
}
#content img.alignright {
	float:right;
	display:block;
	margin:0 0 12px 22px;
}
#content img.alignleft {
	float:left;
	display:block;
	margin:0 22px 12px 0;
}

#content ul.page-subnav {
	display:block;
	margin:0 0 14px 0;
	padding:0px 0 3px 0;
	border-bottom:solid 1px #d2d2d2;
	list-style-type:none;
	line-height:normal;
}
#content ul.page-subnav ul {
	margin:0;
	padding:0;
}
#content ul.page-subnav li {
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#content ul.page-subnav a {
	display:block;
	float:left;
	font-size:13px;
	margin:0 3px 0 0;
	padding:5px 8px;
	width:auto;
	height:auto;
	background:#f0f0f0;
	color:#444;
	text-decoration:none;
}
#content ul.page-subnav a:hover, #content ul.page-subnav a.current_page_item, #content ul.page-subnav li.current_page_item a {
	background:#eb6202;
	color:#fff;
	text-decoration:none;
}

/* Header */
#header
{
	position:relative;
	height:98px;
	padding:1px 0;
	width:100%;
}
#header h1
{
	font-size:2.4em;
	font-weight:normal;
	letter-spacing:-0.025em;
	margin:20px 0 0 0;
}
#header p
{
	margin:0;
}

/* Signup */
#signup
{
	position:absolute;
	right:0;
	top:26px;
	z-index:2;
	list-style:none;
}
#signup li a
{
	display:block;
	width:45px;
	height:41px;
	opacity:0.66;
}
#signup li a:hover
{
	opacity:0.99;
}
#signup #email
{
	float:left;
}
#signup #email a
{
	background:url(images/icons/email.png) left center no-repeat;
}
#signup #rss
{
	float:right;
}
#signup #rss a
{
	background:url(images/icons/rss.png) left center no-repeat;
	text-indent:-2000em;
}

/********************** Sidebar **********************/

div#sidebar {
	float:right;
	width:210px;
	display:inline;
	height:auto;
	background:#f3f3e7;
	border:solid 1px #dad8c7;
	padding:0px 20px 20px 20px;
	margin:0px 0 0 0;
	list-type:none;
}
#sidebar h2.mrg-none {
	margin-top:0;
}
#sidebar h2 {
	font-size:15px;
	margin:20px 0 0 0;
	padding:0 0 6px 0;
	zoom:1;
	color:#000;
	font-weight:bold;
	border-bottom:dotted 1px #ccc;
}
#sidebar h3 {
	font-size:14px;
	margin:0 15px;
	padding:14px 0 0 0;
	zoom:1;
	color:#005da1;
	font-weight:bold;
}
#sidebar h3 a {
	color:#005da1;
	text-decoration:none;
}
#sidebar h3 a:hover {
	color:#005da1;
	text-decoration:underline;
}
#sidebar p {
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
}
#sidebar p.mrg-top {
	margin:8px 0 0 0;
	padding:0 0 0 0;
	font-size:13px;
	line-height:1.2em;
}
#sidebar a {
	color:#005da1;
	text-decoration:none;
}
#sidebar a:hover {
	color:#005da1;
	text-decoration:underline;
}
#sidebar ul {
	padding:0;
	margin:10px 0 0 0;
	font-size:13px;
	color:#333;
	list-style-type:none;
}

#sidebar li {
	list-style-type:none;
	background:none;
	padding:0px;
	margin:0 0 3px 0;
	font-size:13px;
	color:#333;
	line-height:1.2em;
}
#sidebar ul ul li {
	list-style-type:none;
	padding-bottom:3px;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s {
	width:147px;
	vertical-align:top;
}

#sidebar input, #sidebar select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
#sidebar input.mrgboth, #sidebar select.mrgboth {
	margin:10px 0;
}
#sidebar input.fixed, #sidebar input.fixed {
	width:181px;
}
#sidebar input.focus-blur.fixed_mrg, #sidebar input.focus-blur.fixed_mrg {
	width:181px;
	margin:8px 0;
}

#sidebar .search-button {
	margin:0 0 0 5px;
	padding:0;
	border:none;
	vertical-align:top;
}

/* Posts */
.post
{
	display:block;
	padding:1px;
	margin:0;
}
.post-title
{
	font-weight:normal;
	margin:0 0 0 0;
	font-size: 1.6em;
}
.post .entry
{
	padding:1px;
	margin:0 0 0 0;
}

#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}

#post-navigation ul
{
	margin:0;
	padding:0;
	width:auto;
	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;
}

/* Pages */

/* Comments */
#content ol.commentlist {
	list-style-type:none;
	margin:16px 0 0 0;
	padding:0;
}
#content ol.commentlist li {
	list-style-type:none;
}

ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
	margin:0 0 5px 15px;
}
ol.commentlist .author-data
{
	display:block;
	padding:8px;
	background:#f0f0f0;
}
#content ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0 8px;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
}
#content ol.commentlist div.comment-entry p {
	border-bottom:solid 1px #ccc;
	padding:5px 0 10px 0;
	margin:0 8px;
}
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:2px;
	width:579px;
	border:solid 1px #bbb7a9;
}
#content p.comment-rules {
	background: #f4f7fb;
	text-align: left;
	padding: 10px;
	font-size:11px;
	border: 1px solid #bfcbda;
}
#content p.comment-disclaimer {
	font-size:10px;
	color:#999;
}

