/*
Theme Name: The Prognosis
Theme URI:
Description: Bespoke template to match main website
Author: Paul Huckstepp & Grant Harrison
Author URI:
Version: 1.0
.
This theme is copyright and may not be used or edited in any capacity.
.
*/



.blogSubHeading { /* Text style for author sub headings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff9933;
	text-decoration:none;
}

.blogDate { /* Text style for date section */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	 
}

.blogContent, .blogContent p { /* Text styles for main post content and brief */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:white;
}

#blogContent, #blogContent p { /* Text styles for main post content and brief */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:white;
}

	.blogHeading { /* Text style for post heading */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ff9933;
	text-decoration:none;
}

.blogHeading:hover { /* Text style for post heading - rollover */
	color:#6633FF;
}

.blogFooter, .blogFooter a { /* Page footer style and link style */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #777777;
	text-decoration:none;
}

.blogFooter a { /* Page footer link color */
	color:#0099cc;
}
.blogFooter a:hover { /* Page footer link color - rollover */
	text-decoration:underline;
	color: #777777;
}

.Comment1, .Comment2 { /* Comment styles */
	background-color:#f5f5f5;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:5px;
}
.Comment2 { /* alternate comment background colour */
	border:0px;
	background-color:#FFFFFF;
}

.commentName { /* Comment name text style */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #777777;
	font-weight:bold;
}
.commentDate { /* Comment date text style */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6666ff;
}
.commentText { /* Comment text style */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0099cc
}

.blogList { /*Category listings list parent */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top:0px;
	margin-left:10px;
	list-style-image: none;
	padding:0px;
}

.blogList li { /*Category listing item */
	margin:0px;
	padding:0px;
}

.blogList li a { /*Category listings link */
	text-decoration:none;
	color:#0099cc;
}
.blogList li a:hover { /*Category listings link hover */
	text-decoration:underline;
	color: #777777;
}

.myBlogItemDivider {
    /* optional div to separate each blog entry listing */
}

#commentsForm input, #commentsForm textarea {
color: black;
}

/* wp specific */
#sidebar, #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.wp-polls {
	margin-bottom: 20px;
}

.widgettitle {
	
}

#comments_template{
	border-top: 1px solid #aaaaaa;
	padding-top: 10px;
}
#comments_template textarea {
	width: 300px;
}