/*
Theme Name: Pegasus News
Theme URI: http://pegasusnews.co.uk/
Description: Custom template for Pegasus news. 
Author: Clinton Montague
Author URI: http://oneltd.co.uk/
*/

/**
 * Colours:
 *	pegasus blue: 3453a6
 *	link pink: fd0080
 *	copy grey: 545454
 */

html
{
	overflow-y: scroll;
}

body
{
	margin: 0;
	background: #b7b191 url(images/background.png) repeat-x top left fixed;
	text-align: center;
	font: 12px/18px Trebuchet, "Trebuchet MS", arial, sans-serif;
	color: #545454;
}

#container
{
	width: 984px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 220px;
	margin-bottom: -20px;
	position: relative;
}

#header h1
{
	margin: 0;
	padding: 0;
	position: absolute;
}

#header h2
{
	position: absolute;
	margin: 0;
	padding: 0;
	right: 21px;
	top: 30px;
}

#header h1 a
{
	text-indent: -9999px;
	display: block;
	width: 500px;
	height: 225px;
	background-image: url(images/pegasus-post.png);
}

#header h2 a
{
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 118px;
	background-image: url(images/pegasus.png?v2);
	text-indent: -9999px;
}

#content
{
	background-color: #fff;
	padding: 37px 20px;
	margin-right: 20px;
}

.article
{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}

.prev-post {
	float: left;
	margin: -15px 5px 15px -15px;
}

.next-post {
	float: right;
	margin: -15px -15px 15px 5px;
}
.sidebar
{
	width: 180px;
	float: left;
	padding: 10px 20px 10px 20px;
	border: 1px solid #ccc;
}

.sidebar#sidebar_left
{
	margin-right: 20px;
}

#posts
{
	float: left;
	width: 440px;
	margin-right: 20px;
}

.sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.sidebar ul li.twitter-item
{
	margin-bottom: 20px;
}

.sidebar a.twitter_title_link
{
	display: block;
	background-image: url(images/twitter.gif);
	padding-left: 64px;
	min-height: 45px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -15px;
	color: #545454;
}

.sidebar #bite_sized_health
{
	color: #72b708;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.sidebar #bite_sized_health h2
{
	display: block;
	background-image: url(images/bite-sized.gif);
	padding-top: 5px;
	padding-left: 50px;
	min-height: 40px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #72b708;
}

/**
 * typography
 */
a
{
	color: #fd0080;
}
a img
{
	border: none;
}

h3, h3 a
{
	color: #3453a6;
	font: 40px/40px georgia, serif;
	margin-top: 0;
	text-decoration: none;
	margin-bottom: 0;
	clear: both;
}

.sidebar a
{
	color: #3453a6;
	text-decoration: none;
}


/* Comments styling */

#comments {	
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}

#comments H3 {
	color: #3453a6;
	font: 20px/20px georgia, serif;
	margin-top: 0;
	text-decoration: none;
	margin-bottom: 0;
}	

H4.test {
	color: #3453a6;
	font: 20px/20px georgia, serif;
	margin-top: 0;
	text-decoration: none;
	margin-bottom: 0;
}

#comments OL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#comments OL LI {
	margin-bottom: 2em;
}

#comments .comment-list .comment-meta {
	margin: 0;
	padding: 0;
	float: right;
}

#comments .comment-list .comment-body {
	border-bottom: 1px solid #aaa;
}

#comments .comment-list .comment-meta A {
	color: #aaaaaa; 
}

#comments .comment-list .comment-author {
	color: #fd0080;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
}

#comments .comment-list .avatar {
	padding-right: 0.5em;
}

#comments .comment-list p {
	clear: both;
	margin-left: 3.2em;
	margin-right: 2em;
	padding-top: 0.2em;
}