/*
Theme Name: SPON
Theme URI: http://spon.ca
Description: Social Policy in Ontario news style
Version: 1.0
Author: Chris Blackwell
Author URI: http://chrisblackwell.org
Tags: news magazine newspaper
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	width: 998px;
	font: 90%/1.2em normal Verdana, sans-serif;
	background: url('images/headerBG.jpg') repeat-x;
	color: #3e3a3a;
}

a:link, a:visited {
	color: #0b94bb;
}

a:hover, a:active {
	color: #990000;
}

a img {
	border: 0;
}

p {
	padding: 10px 0;
	line-height: 1.4em;
}

h1 {
	font: 1.1em/1.0em bold Georgia, serif;
	padding: 15px 0;
}

h2 {
	font: 1.9em/1.0em bold Georgia, serif;
	padding: 15px 0;
}

ul li {
	padding: 3px 0;
}

hr {
	border: 0;
	width: 90%;
	border-bottom: 1px solid #ccc;
	margin: 10px auto;
}

.clear {
	clear: both;
}

.alignRight {
	float: right;
}

.alignLeft {
	float: left;
}

.alignCenter {
	text-align: center;
}

#header {
	margin: 0 0 30px 0;
	width: 998px;
	height: 112px;
	background: url('images/header.jpg') no-repeat;
	position: relative;
}

h1.siteName, p.siteName {
	text-indent: -9999px;
	background: url('images/logo.png') 42px 0 no-repeat;
	width: 325px;
	height: 102px;
}

#topSearch {
	position: absolute;
	top: 15px;
	right: 0px;
	border: 1px solid #9ebbc4;
	background: #fff;
	padding: 2px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#topSearch input {
	height: 25px;
	color: #0b94bb;
	border: 0;
	padding: 3px;
	font-size: 1.1em;
	
}

#topMenu {
	list-style: none;
	position: absolute;
	top: 84px;
	left: 350px;
}

#topMenu li {
	float: left;
	padding: 0 20px;
	border-left: 2px solid #fff;
}

#topMenu .firstlink {
	border: 0;
}

#topMenu a {
	color: #fff;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
}

#topMenu a:hover {
	text-decoration: underline;
}

#content {
	width: 660px;
	margin: 0 20px;
	float: left;
}

.latest {
	padding: 10px 20px;
	background: #f7fbfb;
	border: 1px solid #9ebbc4;
	margin: 0 0 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.latest h2 {
	padding: 0;
	text-transform: uppercase;
}

.latest h2 a {
	text-decoration: none;
	color: #3e3a3a;
}

.more {
	text-align: right;
}

.metaLatest {
	padding: 0 0 0 10px;
	font-size: 0.9em;
	font-family: Georgia, serif;
}

.box {
	width: 300px;
	height: 650px;
	margin: 10px 14px;
	background: #f7fbfb;
	border: 1px solid #9ebbc4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}

.box h3 {
	background: #87a7b0;
	margin: 7px 8px;
	padding: 5px 10px;
	width: 264px;
	color: #fff;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 1.0em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.recent {
	font-size: 0.8em;
	padding: 5px 20px;
}

.recent hr {
	margin: 10px 0;
}

.recentTitle {
	font-family: Georgia, serif;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
}

.recentMeta {
	padding: 4px 0 0 0;
	font-size: 0.9em;
}

.small {
	font-size: 0.8em;
}

#sitemap ul {
	margin: 10px 0 10px 25px;
}

#sidebar {
	float: right;
	width: 256px;
	padding: 10px 20px;
	background: #f7fbfb;
	border: 1px solid #9ebbc4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widgettitle {
	color: #56808c;
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
}

.widget_recent_entries ul {
	font-family: Georgia, serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

.widget_recent_entries ul li {
	padding: 5px 0;
}

.widget_categories ul ul {
	padding: 0 0 15px 25px;
}

#sidebar ul {
	list-style: none;
}


#footer {
	clear: both;
	font-size: 0.8em;
}

/*------------------COMMENTS----------*/

.commentlist {
	list-style: none;
	position: relative;
}

.commentlist p {
	font-size: 0.9em;
}

.avatar {
	float: left;
	margin: 0 10px 4px 0;
}

.commentmetadata {
	color: #ccc;
	font-size: 0.8em;
	position: absolute;
	top: 5px;
	right: 5px;
}

.even {
	margin: 5px 0;
	padding: 10px 10px 5px 10px;
	background: #f2f2f2;
	border: 1px solid #b2b0a4;
}	
.odd {
	margin: 5px 0;
	padding: 10px 10px 5px 10px;
	background: #f7fbfb;
	border: 1px solid #b2b0a4;
}