/*
Theme Name: Parature
Theme URI: http://www.parature.com
Description: Theme based on the corporate <a href="http://www.parature.com">Parature</a> website.
Version: 1.0
Author: Parature, Inc.
Author URI: http://www.parature.com/
Tags: parature, red, business, blog, corporate
*/
body {
	font: 75%/150% Arial, Helvetica, sans-serif;
	color: #555555;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #ee3333;
	text-decoration: none;
}
a:visited {
	color: #ee3333;
	text-decoration: none;
}
a:hover {
	color: #ee3333;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
b, strong{
color:#000000;
}
#logo {
	position: absolute;
	top: 24px;
	left: 25px;
}
h1 {
	margin:0px;
	padding-left: 195px;
	font-size: 17px;
	color: #ffffff;
}
h1 a{
	color: #ffffff;
	text-decoration: none;
}
h1 a:visited{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #b2b2b2;
	letter-spacing: -1px;
	line-height: 23px;
	font-size: 24px;
	padding-bottom: 7px;
}
h2 a, h2 a:visited {
	color: #ee3333;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
}
h3 {

	font-size: 18px;
	color: #555555;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 988px;
	background: #FFFFFF;
}
#header {
	background: url(images/header-bg.jpg) no-repeat;
	height: 100px;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 25px 0px 0px 20px;
	height: 39px;
}
#headerimg .description{
	position: absolute;
	left: 215px;
	bottom: 3px;
	color: #ffffff;
	font-size: 12px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #6b9a11 url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100%;
	border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 5px 30px 15px;
	float: right;
	width: 763px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 3px;
	margin-left: -2px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 8px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin: 0px 10px 0px 10px;
	width: 638px;
}
.tweetmeme_button {
	float: right;
	margin-right: 10px;
	width: 50px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-comments-middle {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	margin-left:30px;
	float:left;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 30px 0px;
}
.navigation a, .navigation a:visited {
	color: #ee3333;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 5px;
}
#respond {
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f3f3f3;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #555555;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110%;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform input{
	width: 200px;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 500px;
	height: 120px;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	border: none;
	width: 112px;
	height: 24px;
}
.captionrequired
{
	color: #000000;
	background-color: #f0f2e2;
	text-align: right;
	width: 130px;
	padding-right: 10px;
}
.caption
{
	background-color: #eeeeee;
	text-align: right;
	width: 130px;
	padding-right: 10px;
}
.ast
{
	font-weight: bold;
	color: #ee3333;
}
#sidebar {
	float: left;
	padding: 7px 5px 20px 0px;
	width: 200px;
}
#searchform {
	width: 195px;
	padding: 10px 5px 10px 5px;
}
#searchform #s {
	width: 120px;
	height: 20px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
}
#searchform #searchsubmit {
	border: none;
	width: 58px;
	height: 24px;
	vertical-align: middle;
}
#sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ee3333;
	color: #ee3333;
	margin: 10px 0px 5px;
	padding-left:10px;
}
/* YC - Added to change style of "Links"*/
#linkcat-2 h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ee3333;
	color: #ee3333;
}
#linkcat-2 {
	list-style: none;
}
#linkcat-3 h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ee3333;
	color: #ee3333;
}
#linkcat-3 {
	list-style: none;
}
.blogroll {
	list-style: none;
	margin:0px 0px 20px;
	padding-left:10px;
}
.blogroll li {
	margin: 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dotted #b2b2b2;	
	background: url(images/mini-page.gif) no-repeat left top;
}
.blogroll li a, .blogroll li a:visited{
	text-decoration: none;
	color: #555555;
}
.blogroll li a:hover{
	color: #000000;
	text-decoration: none;	
}
/* YC - Added to change style of "Links"*/
.ul-page {
	list-style: none;
	margin:0px 0px 20px;
	padding-left:10px;
}
.ul-page li{
	margin: 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dotted #b2b2b2;
	background: url(images/mini-page.gif) no-repeat left top;
}
.ul-page li a, .ul-page li a:visited{
	text-decoration: none;
	color: #555555;
}
.ul-page li a:hover{
	color: #000000;
	text-decoration: none;	
}
.ul-cat{
	list-style: none;
	margin:0px 0px 20px;
	padding-left:10px;
}
.ul-cat li{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted #b2b2b2;	
}
.ul-cat li a, .ul-cat li a:visited{
	text-decoration: none;
	color: #555555;
}
.ul-cat li a:hover{
	color: #000000;
	text-decoration: none;	
}
.children {
	list-style: none;
	margin:0px 0px 0px;
	padding-left:15px;
}
.children li{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-top: 1px dotted #b2b2b2;	
	border-bottom: none;
}

.ul-archives {
	list-style: none;
	margin:0px 0px 20px;
	padding-left:10px;
}
.ul-archives li{
	margin: 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dotted #b2b2b2;	
	background: url(images/mini-monthly-archive.gif) no-repeat left top;
}
.ul-archives li a, .ul-archives li a:visited{
	text-decoration: none;
	color: #555555;
}
.ul-archives li a:hover{
	color: #000000;
	text-decoration: none;
}
.ul-rss {
	list-style: none;
	margin:0px 0px 20px;
	padding-left:10px;
}
.ul-rss li{
	margin: 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dotted #b2b2b2;	
	background: url(images/mini-rss.gif) no-repeat left center;
}
.ul-rss li.rss-email{
	margin: 0px;
	padding: 0px 0px 2px 20px;
	border-bottom: 1px dotted #b2b2b2;	
	background: url(images/email.gif) no-repeat left center;
}
.ul-rss li a, .ul-rss li a:visited{
	text-decoration: none;
	color: #555555;
}
.ul-rss li a:hover{
	color: #000000;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #6d7577 url(images/footer-bg.gif) no-repeat;
	color: #ffffff;
	font-size: 11px;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
	text-decoration:underline;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 400px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h4 {
	font-size: 16px;
	color: #000000;
	margin: 15px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-page.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	clear: both;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 960px;
	color: #555555;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #ee3333;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
padding: 10px 0 20px 0;
margin: 5px 0 0 55px;
width: 650px;
}

div.wrap {
background: #fafafa;
padding: 5px 10px;
margin: 20px 0;
border: 1px solid #ccc;
}

div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 2px solid #589bd2;
}

div.wrap fieldset {
border: 1px solid #555;
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
background: #B9D6EF;
border: 1px solid #589bd2;
margin: 1em 5% 10px;
padding: 0 1em;
}

.updated-error {
background-color: #FFA3A3;
border: 1px solid #FF5D5D;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */

img#wpstats{display:none}

.more-link {
display:block;
margin-top:5px;
overflow:visible;white-space:nowrap; 
text-align:right;
font-size:11px;}

.postmetadata
{clear:both;
margin-top:0px;
margin-bottom:40px;
font-size:11px;}
.post_tags
{
float:left;
}
.post_author
{
float:right;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */