/*
Theme Name: LPW V2 Site Theme - Burgundy
Theme URI: 
Description: LPW V2 Site Theme - Burgundy
Version: 1.0
Author: Webmaster
Author URI: 
*/
@import url(http://dn9lu4lqda9r4.cloudfront.net/businesscoachingsite/version2/burgundy/css/reset.css);
@import url(http://dn9lu4lqda9r4.cloudfront.net/businesscoachingsite/version2/burgundy/css/members_v2.5.css);
@import url(/css/style.css);

#sidebar ul li {
    border: 0 none;    
}

#sidebar ul li ul li {
    border-bottom: 1px solid #A0A0A0;
}

#content .post-item {
	background: #ececec;
	margin-bottom: 28px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	padding: 30px;
}

.post-item img {
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

.post-item h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-item h2 a {
	font-size: 24px;
	color: #000;
	font-weight: bold; 
	text-align: left; 
	margin-bottom: 10px;
	text-decoration: none;
}

.post-item h2 a:hover {
	text-decoration: underline;
}

.post-item p {
	margin-bottom: 20px;
}

.post-item p:last-child {
	margin-bottom: 0;
}

.post-item .meta {
	background: #8F8F8F;
	color: white;
	font-size: 11px;
	font-style: normal;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
	text-indent: 5px;
	text-align: left;
}

.more-link {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
}

.read:hover {
	text-decoration: none;
}


/* Sidebar */

.widget {
	background: #ededed;
	background-image: none;
	padding-left: 0;
	margin-bottom: 28px;
	width: 100%;
}

.widget h2.widgettitle,
.widget h2.widgettitle a:link,
.widget h2.widgettitle a:visited {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 20px;
	color: #000000;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

.widget h2.widgettitle a:hover {
	text-decoration: underline;
}

.widget h2.widgettitle a:active {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 20px;
	color: red;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

li.widget ul li {
	background: none;
	line-height: 22px;
	border-bottom: 1px solid #bbbbbb;	
	margin: 0;
	padding: 0;
	text-align: left;
}

li.widget ul li:first-child {
	border-top: none;
}

li.widget ul li:last-child {
	border-bottom: none;
}

li.widget ul li a {
	font-size: 14px;	
	text-decoration: none;
	display: block;
	color: #000000;
	padding: 4px;
}

li.widget ul li a:hover {
	font-size: 14px;	
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #8F8F8F;
}


/* Twitter Widget Formatting */

.widget ul li span.entry-content {
	color: #444444;
	font-family: georgia, times new roman, serif;
	line-height: 16px;
	font-style: italic;
}

.widget ul li span.entry-meta,
.widget ul li span.entry-meta a:link,
.widget ul li span.entry-meta a:visited,
.widget ul li span.entry-meta a:hover,
.widget ul li span.entry-meta a:link:active,
.widget ul li span.from-meta,
.widget ul li span.from-meta a:link,
.widget ul li span.from-meta a:visited,
.widget ul li span.from-meta a:hover,
.widget ul li span.from-meta a:active {
	color: #444444;
	line-height: 15px;
	font-size: 13px;
	text-align: justify;
	display: inline;
	background: transparent;
}

li.widget_twitter div ul li {
	padding: 8px 4px;
}

li.widget_twitter div ul li a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.widget ul li span.from-meta {
	display: none;
}

.widget ul li span.time-meta a:link {
	color: #000000;
	font-size: 11px;
}

.widget ul li span.time-meta a:link,
.widget ul li span.entry-content a:link {
	padding: 0;
}


/* Search Form */

form#searchform label.screen-reader-text {
	display: none;
}

form#searchform input {
	padding: 8px;
	display: block;
	margin-bottom: 12px;
	width: 190px;
	font-size: 14px;
}

form#searchform input#searchsubmit {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	width: 90px;
}


/* Next and Previous Buttons */

.more {
	background: #444444;
	padding: 5px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.more:hover {
	text-decoration: underline;
}

/* Single Posts */

body.single #content div.post-item {
	background: #FFFFFF;
	margin-bottom: 0;
	border: none;
	padding: 15px;
}


/* Comments */

#comments-template {
	margin: 20px 0 20px 0;
	background: #ededed;
	border: 1px solid #e1e1e1;
	clear: both;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

#comments-template ol.comments {
	margin: 0;
}

#comments-template ol.comments li {
	margin-bottom: 0;
}

#comments-template .avatar {
	float: left;
	margin-right: 25px;
	background: #afafaf;
	border: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	padding: 4px;
}

.main_comment, .comment-body p {
	background: #FFFFFF;
	margin-left: 133px;
	padding: 15px;
	position: relative;
}

.main_comment span.arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 25px solid #EDEDED;
	border-right: 20px solid #FFFFFF;
	position: absolute;
	top: 20px;
	left: -20px;
}

.main_comment h4 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	color: #990E0E;
	padding: 0;
	text-align: left;
	font-weight: bold;
}

#comments-template li {
	clear: left;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #FFFFFF;
	padding: 10px 0;
	overflow: hidden;
}

#comments-template li:first-child {
	border-top: none;
}

#comments-template li:last-child {
	border-bottom: none;
}

#comments-template input,
#comments-template textarea {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
}

#comments-template input:focus,
#comments-template textarea:focus {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
}

#comments-template input#submit {
	padding: 4px;
    font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

#comments-template h3#comments, 
#respond h3 {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 18px;
	color: #000000;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
}

#comments-template .main_comment a.url {
	color: #990E0E;
	text-decoration: none;
}

#comments-template .main_comment a.url:hover {
	text-decoration: underline;
}

#respond {
	margin-top: 40px;
}

/* Tag Cloud Text */

li#tag_cloud-3 div,
li#tag_cloud-3 div a:link,
li#tag_cloud-3 div a:visited {
	font-size: 14px !important;
	color: #444444;
	background: none;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 22px;
	border-bottom: 1px solid #bbbbbb;	
}

li#tag_cloud-3 div {
	border: 0;
}

li#tag_cloud-3 div a:hover {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background: #444444;
}

li#tag_cloud-3 div a:active {
	font-size: 14px !important;
	color: #444444;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

li#tag_cloud-3 div a:first-child {
	border-top: none;
}

li#tag_cloud-3 div a:last-child {
	border-bottom: none;
}

/* Comment Form */

form#commentform label {
	font-size: 14px;
	font-weight: bold;
}


/*** IE Fix ***/

#sidebar .widget h2 { 
	width: 230px;
	_text-indent: 20px; /* IE6 */
}

#sidebar .widget { filter: none; }
#content { _padding-left: 0; }

/* Comments fix override*/
.commentmetadata { display:none;}
.comment-author cite { margin-left: 10px;     
	color: #990E0E;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;}
.comment-body .reply { margin-left: 135px;}
.comment-body p { padding: 7px 15px !important; margin: 0 0 0 133px !important;}
.comments .children li{ list-style-type: none !important; background: none; margin-left: 20px !important;} 
