/*  
	Theme Name: BillCutterz V3.1 Blog
	Author: Sydney Alcala
	Author Website: http://gotsmith.com
	Copyright 2012-Forever
*/

.blue {
	color: #06c;
}

h3.underline {
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#content-blog {
	width: 600px;
	float: left;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 5px;
}

h1, h1 a {
	color: #06c;
	font-size: 24px;
}

h2, h2 a {
	color: #06c;
	font-size: 24px;
}

h3, h3 a {
	color: #393;
	font-size: 18px;
}

h4, h4 a {
	color: #06c;
	font-size: 16px;
}

.post,
.postNewsletter {
	padding-bottom: 5px;
	border-bottom: 1px dashed #390;
	margin-bottom: 20px;
}

.post img {border-radius: 6px;
	-moz-border-radius: 6px;}

.post h3,
.postNewsletter h3{
}

.post h1 a, 
.post-meta a,
.postNewsletter h1 a {
	text-decoration: none;
}

.post-meta {
	color: #036;
	margin-bottom: 5px;
}

.navigation {
}

blockquote {
	font-style: italic;
}

.related-posts .sharedaddy {		/* remove sharedaddy links on related posts */
	display:none;
}

.guestBio {
	font-style: italic;
	color: #036;
	background: #d9ecff;
	padding: 8px;
	margin-bottom: 20px;
}

/* Sidebar */

#sidebarBlog {
	float: right;
	width: 280px;
	min-height: 500px;
}

#sidebarBlog ul,
#sidebarBlog li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebarBlog ul li {
	margin-bottom: 20px;
	list-style: none;
}

#sidebarBlog ul li ul {
	list-style: none;
	margin: 0;
}

#sidebarBlog ul li ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #393;
	margin-bottom: 5px;
}

#sidebarBlog h3,
.bio-title {
	color: #06c;
	border-bottom: 1px solid #090;
	margin-bottom: 5px;
	font-size: 20px;
	padding-bottom: 2px;
}

#sidebarBlog h3 a {text-decoration: none;}

.tagcloud a {color: #7a7a7a;}
.tagcloud a:hover {color: #393;}

.enrollwithbillcutterz {
	color:#06c;
	font-size:15px;
	line-height: 20px;
	color:#333;
	text-align: justify;
}
.enrollwithbillcutterz a {color: #06c !important;}

#singlesidebar img {
	border: 1px solid #333;
}

.author-avatar-wrap {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.author-avatar {
}

.author-name {
	text-align: center;
	font-weight: bold;
	color: #393;
	font-size: 16px;
}

.author-description {
	margin-left: 5px;
}

/* Sidebar Search */
#sidebar-search {
	margin-bottom: 20px;
	margin-top: 10px;
}

#sidebar-search #s {
	background: url(images/searchbox.png) no-repeat;
	height: 26px;
	padding: 2px;
	padding-left: 30px;
	width: 248px;
	border: 0;
	font-weight: bold;
	color: #06c;
}

/* Sidebar Newsletter */
#mce-EMAIL-sidebar,
#mc-embedded-subscribe-sidebar {
	background: #fff;
	border: 1px solid #06c;
	padding: 4px;
	margin: 0 !important;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #06c;
	font-weight: bold;
}

#mce-EMAIL-sidebar {
	width: 220px;
	margin-top: 2px;	
}

#sidebar-newsletter {
	margin-bottom: 20px;
}

#sidebar-newsletter h3 {
	color: #090;
	font-size: 18px;
	border-bottom: 1px solid #06c;
}

/* Comments */
#comments {
	margin-top: 20px;
}

#comments h2 {
	margin-bottom: 5px;
}

#comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments .comment {
	border-bottom: 1px dashed #3c3;
	margin-bottom: 20px;
}

.comment .comment-avatar img {
	float: left;
	margin-right: 5px;
	border: 1px solid #06c;
	padding: 1px;
}

.comment .comment-meta {
	color: #036;
	margin-bottom: 10px;
}

label {
	display: block;
	font-weight: bold;
	color: #036;
	margin-top: 10px;
}

.comment-input {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #06c;
	background: #fff;
	border: 1px solid #06c;
	width: 300px;
	padding: 4px;
	display: block;
}

.comment-textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #06c;
	background: #fff;
	border: 1px solid #06c;
	width: 300px;
	height: 200px;
	padding: 4px;
	display: block;
}

.comment-submit {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #06c;
	background: #fff;
	border: 1px solid #06c;
	width: 150px;
	padding: 4px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.comment-input:hover,
.comment-textarea:hover {
	border: 1px solid #3c3;	
}

.comment-submit:hover {
	border: 1px solid #3c3;
	color: #3c3;	
}