/*************************************************************************
	Electric Putty
	Developed by Malcolm Elsworth

	MODULE: 	append-editorial.css
	PURPOSE:	editorial specific instructions
*************************************************************************/




/* content
*************************************************************************/
.content {
	padding: 0 30px 30px 0;
	width: 470px;
	}

.content h1 {
	margin-bottom: 20px;
	}

.content p {
	margin-bottom: 1.4em;
	}

.content p.leader {
	font-size: 1.1em;
	line-height: 1.6em;
	}



/* right
*************************************************************************/
.right .box {
	margin: 30px 0;
	padding: 0 5px 26px 0;
	background: url("../site_images/bg_dotted-line.png") no-repeat left bottom;
	}
	
.left .box {
	margin: 30px 25px 0 0;
	padding: 0 5px 20px 0;
	background: url("../site_images/bg_dotted-line-left.png") no-repeat left bottom;
	}

.right blockquote p {
	margin: 0;
	}

.right blockquote {
	margin: 5px 0 8px 0;
	}

.right p.credit {
	margin-bottom: 12px;
	}




/* Services
*************************************************************************/
ul.services {
	margin-bottom: 2em;
	}

ul.services li {
	margin-right: 12px;
	float: left;
	width: 234px;
	padding: 0 0 6px 0;
	background: #fff url("../site_images/bg_portfolio-grab.png") no-repeat bottom left;
	margin-bottom: 26px;
	}

ul.services li.third {
	margin: 0;
	}
	
ul.services li img {
	display: block;
	border: 1px solid #ccc;	
	}
	
ul.services li .item {
	height: 160px;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-top: 0;
	}

ul.services li .item h3 {
	margin-bottom: 6px !important;
	color: #d82424;
	}

ul.services li .item p {
	margin-bottom: 0px !important;
	}




/* Blog
*************************************************************************/
.author {
	color: #292929 !important;
	}

.entry {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	}

.entry  h2 a {
	color: #e11a2c;
	border-bottom: 1px dotted #e11a2c;
	}

.entry  h2 {
	color: #6f6f6f;
	}

.entry  h2 a:hover,
.entry  h2 a:focus,
.entry  h2 a:active {
	background-color:#94c94c;
	color: #fff !important;
	border-bottom: none;
	}

.blog_pagination {
	margin-bottom: 10px !important;
	}

.blog_pagination span {
	color: #999;
	padding-bottom: 2px;
	}
	
.blog_pagination .blog_previous {
	display: block;
	float: left;
	}

.blog_pagination .blog_more {
	display: block;
	float: right;
	}

.content h1.blog_title {
	margin-bottom: 20px;
	}

.video {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	}


.comments-form {
	border: 1px solid #ccc;
	padding: 10px 20px;
	background: #fff;
	}

.comments-form p.fl label {
	float: left;
	width: 75px;
	}
	
.comments-form p.fl input,
.comments-form p.fl textarea {
	float: left;
	width: 340px;	
	}

.comments-form p {
	margin: 0 0 10px 0;
	}
	
.form-submit {
	background: url("../site_images/button_submit.png") no-repeat;
	display: block;
	float:left;
	margin: 0 20px 0 0;
	height: 36px;
	width: 112px;
	border: none !important;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	}
	
.comments-list {
	margin-bottom: 20px;
	}
	
.comments-list li {
	background: none;
	padding: 10px 20px;
	}
	
.comments-list li.odd {
	background: #eaeaea;
	}

.comments-list li.even {
	background: #fafafa;
	}	
	

.comments-list li p {
	margin: 0 0 10px 0;
	}
	
.comments-list li p.credit {
	margin: 0;
	font-weight:bold;
	}
	