/*
Theme Name: Circa Consulting's Wordpress Theme
Theme URI: http://www.circaconsulting.com/articles/wp-content/themes/Circa
Description: Circa Consulting's website-integrated WordPress theme.
Version: 1.0
Author: Teri Gleason, Circa Consulting
Author URI: http://www.circaconsulting.com/
*/

@import url("http://www.circaconsulting.com/style.css");

#content-blog {
	width: 525px;
	margin: 10px 5px 20px 180px;
	border-right: 1px solid #f0f0f0;
	padding: 0 15px 0 10px;
	line-height: 1.14em;
	text-align: left;
	font-size: 13.75px;
	color: #7a7a7a;
}

#content-blog small {
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

#content-blog h1 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 5px 0;
	font-family: 'Oswald';
	text-align: justify;
	font-weight: normal;
	color: #1f4182;
}

#content-blog h2 {
	margin: 0 0 1px 0;	
}

#content-blog h2 a {
	font-size: 18px;
	margin: 5px 0 0 0;
	font-weight: normal;
	color: #1f4182;
	background: none;
}

#content-blog h2 a:hover {
	font-size: 18px;
	margin: 5px 0 0 0;
	font-weight: normal;
	color: #639fd8; /* var on brand med blue */
	background: none;
}

#content-blog ul {
    	list-style: inside url('http://www.circaconsulting.com/images/bullet.gif');
	padding: 5px 0;
}

#content-blog ol {
	list-style: inside decimal;
	padding: 5px 0;
}

#content-blog li {
	padding: 2px 0;
}

#content-blog blockquote {
	width: 450px;
	font-family: 'Arimo', 'Arial', sans-serif;
	background-color: #fff; 
	font-weight: normal;
	font-style: italic;
	line-height: 14px;
	border-bottom: dotted 1px #ccc; 
	border-top: dotted 1px #ccc;
	margin: 10px 20px 10px 10px;
   	padding: 10px 20px 10px 40px;
}

#content-blog .right {
	float: right;
	margin: 10px 0 0 10px;
}

.postmetadata {
	font-size: 11px;
	line-height: 13px;
	padding: 5px 0 12px 0;
	margin: 0;
}

.singlepostmetadata {
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 5px 0;
	margin: 0;
}

.entry {
	margin: 5px 0 0 0;
}

#blogicons {
	margin: 20px 0 0 0;	
}


img.alignleft, .alignleft {
	padding: 10px 10px 5px 0;
}

img.alignright, .alignright {
	float: right;
	margin: 0 5px 10px 10px;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	margin: 5px auto;
	display: block;
}

img#wpstats{display:none}

.wp-caption {
	font-size: 9px;
}

#commentform {
	position: relative;
}

#commentform input {
	display: inline-block;
	font-family: 'Oswald';
	font-size: 14px;
	line-height: 20px;
	height: 30px;
	padding: 0 10px;
	border: none;
	cursor: pointer;
	background-color: #f2f2f2;
	color: #bababa;
	margin: 0;
}

#commentform input:hover {
	background-color: #bababa;
	color: #f2f2f2;
}

#commentform div {
	position: absolute;
	bottom: 12px;
	left: 150px;
}

.comment-subscription-form {
	height: 16px;
	line-height: 16px;
}

p.comment-subscription-form {
	padding-bottom: 0;
}

#commentform input#subscribe_comments, #commentform input#subscribe_blog {
	float: left;
	height:16px;
  	line-height:16px;
  	margin:0;
  	padding:0;
}

.subscribe-label {
   	margin: 0;
	float: left;
	padding-left: 5px;
}

/* begin WordPress sidebar */
#sidebar {
	float: right;
	font-family: 'Arimo', 'Arial', sans-serif;
	width: 205px;
	font-size: 12px;
	padding: 0;
	margin: 0 5px 0 0;
}

#sidebar a, #sidebar a:hover, #sidebar a:active {
	font-family: 'Arimo', 'Arial', sans-serif;
	font-size: 12px;
	padding: 0 5px 0 0;
	margin: 0;
}

#sidebar ul {
	list-style-type: none;
    	padding: 0;
	margin: 0 2px;
}

#sidebar ul li {
	font-family: 'Arimo', 'Arial', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	list-style-type: none;
	color: #999;
    	padding-left: 0;
    	padding-right: 0;
    	padding: 5px 5px 3px 0;
}

.widget_recent_entries li {
    	padding: 0;
}

.widget h3 {
	margin: 10px 0 0 0;	
	padding: 0;
	line-height: 17px;
	font-weight: normal;
}
/* end WordPress sidebar */
