/*  
Theme Name: Oxford College Press
Theme URI: http://www.oxfordcollegepress.org.uk/
Description: Custom WordPress theme for Oxford College Press
Version: 1.0
Author: EG Systems
Author URI: http://www.egsystems.co.uk/
*/

/* Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal normal 13px/17px Lucida Sans, Verdana, Geneva, sans-serif;
	text-align: left;
	background: #013 url(images/bg_body.gif) repeat-x;
}

a {
	text-decoration: underline;
}

a:hover {
}

a:hover {
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	color:  #48a;
}

h1 {
	display: block;
	font-size:  24px;
	line-height: 28px;
	font-weight: normal;
}

h1.title {
	display:  none;
}

h2 {
	font-size:  16px;
	line-height: 22px;
}

h3 {
	font-size:  12px;
	line-height: 18px;
}

h4 {
	font-size:  11px;
	line-height: 14px;
}

hr {
	display: none;
}

li {
}

p {
	margin: 0 0 11px 0;
}

td {
	vertical-align: top;
	font-size: 11px;
	line-height: 22px;
	padding-right: 10px;
}

ul {
	margin: 11px 0 11px 0;
	list-style-position : inside;
}

/* Subclassed Elements */
p.edit_post_link a
{
	background: #fe3;
	color: #333;
	padding: 0 2px 0 2px;
	text-decoration: none;
}

div.clear {
	clear: both;
	height: 10px;
}

/* Generic Subclasses */
.clear {
	clear: both;
}

.screenreader {
	display: none;
}

/* Structural Divs */
#logo_bar {
	width: 720px;
	height:  80px;
	margin: 0 auto 0 auto;
	text-align: left;	
	background: url(images/bg_logo.gif) 0 0 no-repeat;
}

#page {
	width: 720px;
	margin: 0 auto 0 auto;
	text-align: left;	
	background: #ede4e0;
	border-top:  4px solid #48a;
	border-bottom:  4px solid #48a;
}

#header {
	background: url(images/bg_header.jpg) 0 0 no-repeat;
	text-align: left;
	width: 100%;
	height: 170px;	
	border-bottom:  4px solid #48a;
}

/* Navigation */
#nav {
	width: 100%;
	height: 22px;
}

#nav ul {
	list-style: none;
	list-style-position: outside;
	margin:  0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height:  22px;
}

#nav a {
	color: #445;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	display: block;
	float: left;
	height:  22px;
	padding:  0 10px 0 10px;
}

#nav a:hover {
	background: #48a;
	color:  #fff;
}

#nav li.current_page_item a {
	color: #379;
	background-color: #ccd;
}

#nav li.current_page_item a:hover {
	color: #fff;
}

#subheader {
	background: #48a;
	text-align: left;
	width: 100%;
	height: 80px;	
	color: #fff;
	padding-top:  6px;
}

#subheader p {
	margin:  0 35px 0 15px;
	font: normal 15px/22px Verdana, Helvetica, sans-serif;
}


/* Content */
#content {
	width: 700px;
	color: #554;
	text-align: left;
	margin: 15px;
	min-height: 360px;
}

#content a {
	color: #555;
}

#content img {
	border: 4px solid #f6f6f6;	
	margin: 10px 10px 10px 0;
	display: block;
	float: left;
}

#content img.right {
	margin: 10px 0 10px 10px;
	float: right;
}

#content img.left {
	margin: 0 10px 0 0;
	float: left;
}

#content img.clear {
	clear: both;
}

#content p {
	margin: 0 35px 11px 0;
}

/* Footer */
/*
#footer {
	clear:  both;;
	width: 720px;
	margin:  0 auto 0 auto;
	padding: 7px 0 7px 0;
	font: 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 40px;
	background: #bdb4b0;
	border: 5px solid #fff;
	border-top: none;
	color: #554;
}
*/

#footer {
	clear:  both;;
	width: 720px;
	margin:  0 auto 0 auto;
	padding: 15px 0 7px 0;
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: 40px;
	color: #ccc;
}

#footer p {
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

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