/*
Theme Name: CSO
Theme URI: http://casestudiesonline.com
Description: The WordPress theme.
Version: 1.0
Author: CaseStudies
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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

a.title-box .more-link {
	position:absolute;
	background: url(../images/bg-more.gif) no-repeat;
	width: 146px;
	height: 24px;
	line-height:22px;
	text-align:center;
	bottom:47px;
	left:76px;
	color:#fff;
}
.wp-tag-cloud {
	list-style:none;
	margin:0;
	padding:0 0 12px;
}
.wp-tag-cloud li {
	display:inline;
	color:#545454;
}
.wp-tag-cloud li a {color:#545454;}
.textarea {
	display: block !important;
}
span.wpcf7-not-valid-tip {
	width: 188px !important;
	left: 30px !important;
	top: 3px !important;
	padding: 0px 5px !important;
}
