/*
Theme Name: ParentChildNews
Theme URI: http://parents-news.co.uk/
Description: A wordpress theme
Version: 3.0.4
Author: Parents News
Tags: one-column, white, green, blue, left-sidebar
*/

@charset "utf-8";
/* CSS Document */
.read-more
{
	float:right;
}
.feedback
{
margin:0;
padding:6px 0 20px 0;
color:#7D8797;
font-size:13px;
font-family:Calibri, Arial, Tahoma;
font-weight:bold;
}
.feedback a
{
color:#BABABA;
font-weight:normal;
font-size:12px;
text-decoration:none;
}
#searchform{}

.postby a{color:#7D8797; font-weight:bold;}
.postby a:hover{color:#BABABA;}
.feedback a:hover {color:#7D8697;}
.enteries {margin:0 18px;padding-bottom:20px;font-weight:bold;}
.commentspg
{
	clear:both;
border-top: 1px dotted #333;
margin:20px;
}

.commentspg h2 {background:none !important; color:#333 !important; margin:0 !important; padding:10px 14px !important; text-decoration:underline !important; font-family:Cambria, Georgia; font-weight:bold; font-size:20px !important;}
.commentspg a {display:inline !important; background:none !important; color:#333 !important;}
#submit
{

}
#commentlist li{list-style:none; margin:10px 0; padding:0; }
#commentlist p{margin:0; padding:5px 10px 5px 10px;line-height:18px;}
.even{border:1px solid #CED0CE;  padding:5px  2px !important; margin:1px 20px !important;
background:#EBF1F1;}
.odd{border:1px solid #CED0CE; padding:5px 2px !important; margin:1px 20px !important;}
.odd:hover, .even:hover {background:#D8E1E2;}
.avatar{float:left; background:#c1c1c1; margin:5px 7px 5px -46px !important; padding:2px;}
.comment byuser comment-author-admin bypostauthor even thread-even {background:#333;}
.search-results {padding:10px 18px;}

textarea#comment:focus{background:#E3EAEA;}



/**************************************************************
wp-directory requirements for later version 2.5
*************************************************************/

/* Starting with WordPress 2.5 there are alignment CSS classes that are used by the visual editor. In order for images to be shown correctly themes are required to have these classes. Please add these classes to your style.css file */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* We also recommend (but do not require) that you include the image caption CSS classes in your theme: */

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
