/*
Template: aop 
Theme Name: Ambassadors of Pain
Theme URI: http://aopclan.co.uk
Description: Wordpress theme for Ambassadors of Pain
Version: 1.0
Author: James Tombs
Author URI: http://jamestombs.co.uk
*/
body {
	font-family: Georgia, 'Times New Roman', sans-serif;
}
h2 {
	font-size: 33px;
}
#header {
	height: 140px;
	background: url(images/header.png) top center no-repeat;
}
#navigation {
	height: 41px;
	background: url(images/nav.jpg) top left repeat-x;
}
.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 41px;
	background: url(images/nav_li_top_right.jpg) top right no-repeat;
	float: left;
	width: 100%;
}
.nav li {
	display: inline;
	float: left;
	height: 41px;
	text-align: center;
	border-left: 1px solid #ddd;
}
.nav li.right {
	float: right;
	border: none;
}
.nav li a {
	display:block;
	font-size: 1.1em;
	height: 29px;
	color: #910303;
	padding: 12px 1.2em 0;
	text-decoration: none;
}
.nav li.last a {
	border-right: 1px solid #ddd;
}
.nav li a:hover {
	background: url(images/nav_li_a_hover.jpg) top left repeat-x;
	color: #333;
}
.nav li.right a:hover {
	background: none;
}
.nav li.current_page_item a, .nav li.current_page_item a:hover {
	background: #C00;
	color: #FFF;
}
#content h2 {
	margin-bottom: 0;
}
#content a {
	color: #910303;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul ul {
	padding-left: 1em;
}
#sidebar ul h2 {
	font-size: 1.8em;
}
#sidebar a {
	color: #910303;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#content .entry {
	padding: 10px 0;
}
#sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.inactive .box {
	background: #eebdbd;
}
table.match thead th {
	background: #910303;
	color: #FFF;
	padding: 5px;
}
table.match tbody td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}
.post { border-bottom: 1px solid #ddd; }
.post, #content .navigation { margin-bottom: 1.5em; }
.navigation .right, #footer .right { text-align: right; }
#footer .centre { text-align: center; }
#footer a { color: #910303; }
span.pipe {
	padding: 0 10px;
	color: #ccc;
}