/*
Theme Name: Real Pro Systems
Theme URI: http://www.realprosystems.org/
Description: WP theme to match corporate website.
Version: 1.0
Author: Philip Renich
Author URI: http://www.realprosystems.com/
*/


.blog #content {
	width: 520px;
	margin: 0 auto;
}
.post {
	clear: both;
	margin: 40px 0;
}
.blog p {
	line-height: 1.8em;
	font-family: arial, helvetica, sans-serif;
}
.postmetadata {
	font-size: 1em;
	text-align: center;
	border-top: 1px solid #999;
	opacity: .6
}
.postmetadata:hover {
	border-color: #ccc;
	opacity: 1;
}
.blog .feed_icon {
	padding-left: 25px !important;
	background: transparent url(images/rssButton.gif) no-repeat 10px 50% !important;
}
.blog .feed_icon:hover {
	background-color: #DFF5FF !important;
}
#commentform textarea {
	width: 100%;
}
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin: 5px 15px 5px 0; }
img.alignright { margin: 5px 0 5px 15px; }

/* 20-oct-09 Pretty sure this isn't needed as there is a #content ul/ol style doing the same 
.entry ul li, .entry ol li {
	margin-bottom: 1.8em;
	font-size: 1.2em;
}
*/
.post .entry {
	margin-top: 1.5em;
}
.entry ol li {
	margin-bottom: 1.6em;
	list-style: inside decimal;
}
.entry ol {
	margin-bottom: 1.8em;
}
.entry li ul li {
	margin-bottom: .8em;
	margin-left: 2em;
	font-size: 1em;
}
.blog blockquote {
	margin: 0 60px
}
.entry li p {
	margin-top: 1.8em;
	font-size: 1em !important;
}
.wp-caption-text {
	border-top: 1px solid #CCCCCC;
	font-family: Georgia,"Times New Roman",Times !important;
	font-size: 1.2em;
	font-style: oblique;
	line-height: 1.2em !important;
	margin: 10px 0 0;
	padding: 5px 15px 0;
	text-align: center;
}
.post small {
	padding: 1px 0 0 16px;
	background: url(http://www.realprosystems.com/images/cssimages/events/cal.gif) no-repeat;
}
.blog #sidebar {
	margin-top: 2em;
}
.blog #sidebar li {
	margin-bottom: 30px;
	clear: both;
}
.blog #sidebar li li {
	margin-bottom: 0;
	font-size: 1.2em;
}
.blog #sidebar h2.widgettitle {
	color: #3C2F26;
}
#searchform {
	clear: both;
}
#content #searchform {
	padding-top: 1.8em;
}
#searchform label{
	float: left;
	font-size: 1.2em;
}
#searchform input {
	float: right;
	width: 75%;
}
#searchform #searchsubmit {
	clear: right;
	width: auto;
}

.archive-group {
	width: 50%;
	float: left;
}
.archive-group li.categories {
	margin-bottom: 1.2em;
	font-weight: bold;
}
.archive-group li.categories li {
	font-weight: normal;
}
/* 10-oct-09 Why?
.archive-group li {
	font-size: 1.2em;
}
*/
.archive-group li li {
	font-size: .83em;
}