/*
Theme Name: CIN
Theme URI: http://www.katapult-studios.com
Description: 
Version: 1.0
Author: Stuart Lindley
Author URI: http://www.katapult-studios.com/people
Tags:
*/

body {
	font-size:11px;
	margin:0;
	padding:0;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	background-image:url('images/background.png');
	background-repeat:repeat-y;
	background-position:center;
}

#background {
	background-image:url('images/background-gradient.png');
	background-repeat:repeat-x;
}

#page {
	width:910px;
	margin:0 auto;
	border-left:5px solid #cbccce;
	border-right:5px solid #cbccce;
	background-color:#fff;
}

#content.narrowcolumn {
	float:right;
	width:570px;
	margin:0 23px 0 0;
}

#content.widecolumn { margin:0 23px; }

#content p,
#content li {
	color:#444444;
	margin:10px 0 20px 0;
	line-height: 20px;
	font-size: 15px;
}
#content p:last-child {
	margin:10px 0 0 0;
}
#content p.postmetadata {
	line-height:18px;
	color:#d80064;
	font-size: 12px;
	margin-bottom: 20px;
}

#content h2,
#content h3 {
	font-size:19px;
	text-decoration:none;
	color: #D80064;
	margin-bottom: 0;
}

#content h2 small { 
	color:#d80064; font-size:11px; font-weight:normal;
}

#content h2 a:link,
#content h2 a:visited {
	color:#d80064;
	text-decoration: underline;
}
#content h2 a:hover {
	text-decoration:none;
}

#sidebar {
	width:270px;
	float:left;
	border-right:1px solid #cecece;
	margin:17px 0 30px 13px;
	padding-right: 15px;
	min-height:300px;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar h2 {
	font-size:14px;
	color:#636466;
}

#sidebar a {
	color:#d80064;
}

#header {
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	height:219px;
}

#header h1 {
	margin:0;
	padding:0;
}

#header span { display:none; }

#navigation {
	margin:0;
	padding:0;
	list-style-type:none;
	height:31px;
	background-image:url('images/nav-background.png');
}

#navigation li {
	float:left;
	height:27px;
	line-height:27px;
	margin:0 9px;
}

#navigation img {
	display:block;
	margin:6px 0 0 0;
	border:none;
}

#navigation a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#navigation a:hover { color:#ccc;}

#footer { clear:both; text-align:center; }

/* Pete's Mods */

#comment {
	width: 100%;
}

.widget_twitter {
float: left;
display: block;
width: 260px;
margin: 20px 0 0 0;
}

.widget_twitter h2 {
margin-top: 0;
}

.widget_twitter .entry-content {
}

.widget_twitter .entry-meta {
display: none;
}

.twitter-avatar {
	border: 1px solid #999;
float: left;
margin: 0 10px 0px 0;
width: 48px;
}
.twitter-avatar img {
max-width: 100%;
}
.wpTwitterWidgetError { margin-left: 60px; }
.follow-button {
	margin-top: 10px;
	float: left;
}
.navigation {
	float: left;
	width: 100%;
}
.navigation .alignleft,
.navigation .alignright {
	float: left;
	padding: 1em 0;
	width: 50%;
}
.navigation .alignright {
	float: right;
	text-align: right;
}
label.screen-reader-text {
	display: none;
	}
.commentlist li {
	padding: 10px;
	margin-bottom: 10px;
}	
.commentlist .even {
	background: rgb(240,240,240);
	border-radius: 1em;
}
#content .commentlist .even p {
	margin-bottom: 5px;
}
#content .commentlist p:before {
	content: "“"; 
}
#content .commentlist p:after {
	content: "”"; 
}
a.readmore:link,
a.readmore:visited {
	display: block;
	font-weight: bold;
	color: #D80064;
	font-size: 12px;
	text-align: right;
}
a.readmore:hover {
	text-decoration: none;
}
.tfe {
	float: left;
	margin-right: 15px;
}
