/*
Theme Name: Circa Consulting's Wordpress Theme
Theme URI: http://articles.circaconsulting.com/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);

#sidebar {
	float: right;
	width: 150px;
	font-size: 12px;
	padding: 0 5px 0 0;
	margin: 0;
}

#sidebar ul {
	list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
}

.widget_recent_entries li {
        padding-bottom: 5px;
}

#content-blog {
	width: 500px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 110px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 18px;
	text-align: left;
}

#entry ul {
        list-style-type: disc;
}

.small {
	font-size: 9px;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("http://articles.circaconsulting.com/wp-content/uploads/feed.png") no-repeat 0 50%;
}

#footer img {
	padding: 0 2px;
}

.alignleft {
	padding: 10px 10px 5px 0;
}

img .alignright {
	float: right;
	margin: 0px 5px 10px 10px;
}

img#wpstats{display:none}

/* WP Email Capture */
#wp-email-capture {
	padding-bottom: 10px;
	font-size: 10px;
}

#wp-email-capture form {
	margin-top: 5px;
}

#wp-email-capture textarea:focus, input:focus, select:focus {
	border: 2px solid #034DA2;
}

.wp-email-capture-name label {
	margin-top: 5px;
}

.wp-email-capture-name {
	width: 80%;
	margin-bottom: 5px;
}

.wp-email-capture-email {
	width: 80%;
	margin-bottom: 5px;
}
