/*   
Theme Name: Ecreativeworks
Theme URI: http://simonwebdesign.com/simon-wp-framework/
Description: This a a customized theme using the opensource theme simon-wp-framework. Make sure to check him out to get the original un-modified theme.
*/

/* Classes */
.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.clear_both {
	clear:both;
}

/* Pagination */
/* ---------------------------------------------------------- */
.pagination {
	width:100%;
	text-align: center;
	margin:15px 0 15px 0;
}

/* Comments */
/* ---------------------------------------------------------- */
h3#comments-title {
	display:block;
	max-width:715px;
	width: 100%;
	text-align: center;
}

.logged-in-as {
	padding: 0px;
	margin: 0px;
}

.comment-author {
	font-weight: bolder;
	font-size: 14px;
	height: 50px
}

.comment-author .avatar {
	display: block;
	float: left;
	margin: -5px 12px 0px 0px;
	padding: 0px;
}

#comment-block {
	padding: 0px;
}

#comment-block .children {
	margin: 25px 0 25px 0;
}

#comment-block ol {
	margin:0;
	padding:0;
	list-style: none outside;
}

#comment-block ol li {
	margin:25px 0 25px 0;
	list-style: none outside;
}

#comment-block a {
	color: #006699;
}

.commentmetadata {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#respond {
	margin: 40px 0px 0px 0px;
}

.comment-form {
	width:100%;
	max-width:715px;
	position: relative;
}

.comment-form input,
.comment-form textarea {
	width:100%;
	max-width:683px;
	padding: 15px;
	box-sizing: border-box;
}

/* trackable sharing */
/* ---------------------------------------------------------- */
#main-content .trackable_sharing img {
	margin-left: 0.25em;
	margin-right: 0.25em;
	display: inline-block;
}
