/*
Theme Name: BizSphere
Theme URI: http://www.bizsphere.com/
Description: Customised version of the default WordPress theme for BizSphere.com and EnableYourSales.com
Version: 1.0
Author: Matt Mayer
Author URI: http://www.bizsphere.com/
Tags: bizsphere,salesenablement
*/


/* Begin Typography & Colors */
.container {
position:relative;
}

.narrowcolumn {
width:650px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	margin:0;
	}





.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size:0.8em;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 0.9em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 6px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 170px;
	padding: 3px;
	border:1px #999 solid;
	}

#sidebar #searchsubmit {
	background-color:black;
	border:none;
	padding:3px 7px;
	color:white;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input.text {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin:0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:35px;
	}



.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	position:absolute;
	right:20px;
	top:220px;
	padding: 20px 0 10px 0;
	width: 260px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



h1 {
margin-bottom:0;
}

.narrowcolumn h2 {
margin-bottom:0px;
}
.narrowcolumn .entry {
margin-top:20px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 */

/** marc's new design begins here! **/
.blogheader {
padding-top:20px;
background-color:#ececec;
margin-bottom:20px;
}

.authoravatar {
background:url(/images/blog/profile_frame_with_shadow.png);
width:79px;
height:85px;
}
.authoravatar img {
margin-left:7px;
margin-top:7px;
}
.marc-postheader {
padding-top:10px;
padding-bottom:7px;
background-color:;
background:#ececec url(/images/blog/triangleleft.png) 0 0 no-repeat;
}
.marc-postauthor {
color:#999999;
}
.marc-postauthor a {
color:#999999;
}
.marc-postauthor span.num_comments a {
text-decoration:none;
}
.marc-postauthor span.num_comments a b {
text-decoration:underline;
}
.widget {
border-top:2px dotted #dbdbdb;
padding-top:16px;
padding-bottom:10px;
}
#subscribe_reader {
margin-top:8px;
}
#subscribe_reader,#subscribe_email {
background: url(/images/socialmedia/24/feed.png) no-repeat;
height:35px;
padding-left:40px;
}
#subscribe_search {
margin-top:20px;
color:#999999;
}
#subscribe_reader a,#subscribe_email a {
color:#999999;
}
.cat-item {
color:#AAA !important;
}

#taglist .widgettitle {
padding-left:54px;
background:url(/images/blog/tag.png) no-repeat;
}
#taglist ul {
clear:left;
}
.entry {
padding-top:20px;
}
.marc-tags {
border-top:2px dotted #dbdbdb;
padding: 20px 0 0 10px;
height:20px;
}
.marc-categories {
clear:left;
border-top:2px dotted #dbdbdb;
border-bottom:2px dotted #dbdbdb;
padding: 20px 0 20px 10px;
color:#999;
}
.seealso {
position:absolute;
margin-left:78px;
}
.thecats {
margin-left:200px;
display:block;
}
.thecats a {
color:#447ABC;
text-decoration:none;
}
.marc-tags img {
margin:0;
}
.marc-tags .thetags {
float:left;
margin-left:25px;
}
.marc-tags .thetags a {
text-decoration:none;
color:#999;
}
#comments {
background:no-repeat url(/images/blog/comment.png) 10px 0;
color:#999;
height:30px;
padding-left:87px;
padding-top:4px;
}
.comment-text {
background-color:#ececec;
font-size:1.1875em;
background-position:bottom left;
background-repeat:no-repeat;
}
.comment-info {
color:#999;
}
#commentform label {
display:block;
font-weight:normal;
}
#commentform input.text,#commentform textarea {
background-color:#F2F2F2;
border:none !important;
margin:0;
font-size:1.1875em;
font-family:Arial,sans-serif;
width:640px;
}
#commentform textarea {
height:100px;
}
#commentform #submit {
	background-color:black;
	border:none;
	padding:3px 15px;
	color:white;
	margin:10px 10px 40px 0;
}
#content .navigation {
display:none;
}
#recent-posts {
padding-bottom:0;
}
#yeararchivelink {
text-align:right;
border-top:none;
padding-top:0;
}
#yeararchivelink a {
padding-left:8px;
background:url(/images/blog/blackarrow.png) no-repeat 0 3px;
}
.hasComments {
vertical-align:middle;
margin-left:5px;
margin-top:-2px;
}
.widget_Subcategory ul ul li {
margin-left:20px !important;
}
#subcategory>ul>li.cat-item {
color:white !important;
}
.authorinfo {
background-color:#ddd;
}
.comment-text {
margin-bottom:20px;
padding:20px;
}
.comment-text p {
margin:0;
}
.commentavatar {
float:left;
width:52px;
height:52px;
margin:8px 16px 0 8px;
border:4px white solid;
}
.comment-num {
font-size:3em;
width:100px;
font-weight:bold;
color:white;
}
.sIFR-active .comment-info {
margin-top:-20px;
}
.comment-info {
display:block;
color:white;
margin-top:-10px;
padding-bottom:10px;
}
.comment-author-span, .comment-author-span a {
color:black;
}