/*
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 {
	color:#444444;
	margin:10px 0;
	line-height:18px;
}
#content .postmetadata {
	line-height:18px;
	color:#d80064;
}

#content h2 {
	font-size:19px;
	text-decoration:none;
	color:#636466;
}

#content h2 small { color:#d80064; font-size:11px; font-weight:normal; }

#content h2 a {
	text-decoration:none;
	color:#636466;
}

#sidebar {
	width:275px;
	float:left;
	border-right:1px solid #cecece;
	margin:17px 0 30px 13px;
	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; }