/*
Theme Name: Univenture Blog Default
Theme URI: http://univenture.com/blog
Description: The default Univenture Blog Theme
Version: 1.6
Author: Damon Sharp
Tags: based on Main_Layout.dwt
*/


@import "http://www.univenture.com/css/site_layout.css";
@import "sociable.css";
@import "pagenavi-css.css";

img, a img {border: 0;}

h1, h2, h3, h4, h5, h6 {
	margin: 3px 0;
	padding: 0;
	clear: both;
}

h1#blog-title {
	font-size: 18px;
	text-align: left;
	color: #FD7E1F;
	margin: 0 0 20px 20px;
	padding-bottom: 10px;
	width: 840px;
}

h3 {
	font-style: normal;
}

.clear {
	float: left;
	clear: both;
}

small, small a:link, small a:visited {
	font-size: 11px;
}

.navigation {
	clear: both;
	padding-bottom: 40px;
}

.align-right {
	float: right;
	clear: none;
}

.align-left {
	float: left;
	clear: none;
}

#sidebar {
	margin: 0 0 20px 0;
	padding-left: 20px;
	float: left;
	clear: none;
	width: 180px;
	text-align: left;
}

#sidebar ul {
	text-align: left;
	padding: 0;
	margin: 5px 0;
}

#sidebar li {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar ul h3 {
	margin: 20px 0 5px 0;
	color: #000;
}

#sidebar ul li p {
	padding: 0;
	margin: 0;
	clear: both;
}

#sidebar ul select {
	border: 1px solid #cccccc;
}

.post {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #E0E0E0;
}

.more-link:link, .more-link:visited { /* Read More... link on blog home page */
	color: #FD7E1F;
}

.more-link:hover { /* Read More... link on blog home page */
	color: #004A8E;
}

#content {
	font-size: 14px;
	display: inline;
	float: left;
	clear: none;
	margin: 0 0 40px 20px;
	padding: 0;
}

#content.narrowcolumn {
	width: 600px;
}

#content.widecolumn {
	width: 840px;
}

div#content p {
	margin: 5px 0;
	padding: 0;
}

.pagetitle, h2.post-title, h2.post-title a, #content .post h2 { /* For all post headings */
	font-size: 1.4em;
}

h3.archive-title a {font-size: 1.1em;}

#commentform {
	float: left;
}

#searchsubmit { /* Blog search form button within searchform.php */
	margin-top: 5px;
}

#searchform {
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

.breadcrumb { /* Breadcrumb navi - appears on all blog pages but the front page */
	width: 860px;
	float: left;
	clear: both;
	margin: 0 0 20px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
	width: 840px;
}

/* Image styling in blog posts */
/* NOTE: Classes are controlled through the admin settings panel of the wordpress intallation */

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	border: none;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em;
	border: none;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	border: none;
}

a img.alignleft {
	float:left;
	margin: 0 1em 1em 0;
	border: none;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

/* end image styling of blog posts 
