/*
Theme Name: Chetwynde School
Theme URI: http://www.soapmedia.co.uk
Description: Chetwynde School Theme
Version: 1.0
Author: Soap Media
Author URI: http://www.soapmedia.co.uk
Tags: blankSlate, no style, clean, empty

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


@import "style/reset.css";
@import "style/ie.css";

/*Utility Styles************************/
.right {
	float: right;
}

.left {
	float: left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

/* Template */

body {
	behavior: url("js/csshover3.htc");
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #636466;
}

h1 {
	color: #ef692a;
	font-size: 72px;
}

h2 {
	color: #636466;
	font-size: 20px;
	font-weight:normal;
}

#middle a {
	color: #636466;
	font-weight: bold;
	text-decoration: none;
}

#middle a:hover {
	color: #ef692a;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

#wrapper {
	width: 100%;
	height: 100%;
	background: url(images/page-bg.png) no-repeat fixed top center;
}

#frame-container {
	width: 1010px;
	margin: 0 auto;
	background-repeat:repeat-y;
	background-position: top center;
	background-image:  url(images/page-bg-shadow.png);
}

#frame {
	width: 970px;
	margin: 0 auto;
}

#header {
	height: 110px;
	background: url(images/header-bg.gif) repeat-x bottom center;
	padding: 25px 10px 0px 10px;
}

#header #logo, #header #tickerContainer, #header #admissions, #header #thumbs {
	float: left;
}

#header #tickerContainer {
	margin: 62px 10px 0px 76px;
	padding: 5px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: top right;
	background-image:  url(images/ticker-bg.png);
	width: 360px;
	height: 22px;
	overflow: hidden;
	position:relative;
}

#header #ticker {
	width: 342px;
	height: 16px;
	overflow: hidden;
	position:relative;
}

#header #ticker ul.newsticker {
	position: relative;
	
}

#header #ticker ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	width: 1100px;
	padding-right: 20px;
}

#header #admissions {
	margin-right:10px;
}

#header #thumbs {
	/* margin-top: 39px; */
}

#header #thumbs #search {
	width: 150px;
	height: 20px;
	position: relative;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #e2001a;
	background-color: #cfd5ce;
}

#search form {
	height: 20px;
}

#search form input {
	border: none;
	background: none;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #e2001a;
	padding: 0px 4px;
	height: 20px;
	line-height: 20px;
}

#search form input.submit-button {
	position: absolute;
	right: 4px;
	top: 4px;
	background: url(images/search-button.gif) no-repeat top left;
	width: 11px;
	height: 11px;
	border: none;
	cursor: pointer;
}

#header #thumbs img {
	margin-top: 19px;
}


#main {
	background-color: #e6e7db;
	padding: 12px 10px 0px 10px;
}

/**** Menu Styles ****/

#nav {
	float: left;
	width: 150px;
	margin-right: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#nav ul.menu {
	width: 150px;
	border-bottom: 1px solid #8e9093;
	margin-bottom: 15px;
}

#nav ul.menu li {
	border-top: 1px solid #8e9093;
	border-bottom: none;
}

#nav ul.menu li a {
	line-height: 20px;
	text-decoration:none;
	color: #636466;
	display: block;
	width: 146px;
	height: 100%;
	padding-left: 4px;
}

#nav ul.sub-menu0, #nav ul.sub-menu1 {
	border-top: 1px dotted #636466;
	border-bottom: none;
	display: none;
}

#nav ul.sub-menu0 li, #nav ul.sub-menu1 li {
	border-top: none;
	border-bottom: 1px dotted #636466;
}

#nav ul.sub-menu0 li a {
	font-style:italic;
	padding-left: 16px;
	width: 134px;
	font-weight: normal;
}

#nav ul.sub-menu1 li a {
	padding-left: 32px;
	width: 118px !important;
}

#nav li.current-menu-ancestor a , #nav li.current-menu-parent a , #nav li.current-menu-parent ul li a { /* Current menu item & ancestor background */
	line-height: 20px;
	text-decoration:none;
	background: #251c51;
}

#nav li.current-menu-parent a, #nav li.current-menu-item a  {
	line-height: 20px;
	text-decoration:none;
	color: #fff !important;
	background: #251c51 !important;
}

#nav li.current-menu-parent ul li a, #nav li.current-menu-item ul li a {
	background: none !important;
	color: #636466 !important;
}

#nav ul.menu li.current-menu-ancestor a, #nav ul.menu li.current-menu-parent a { /* Current menu item colour */
	color: #fff;
}

#nav ul.menu li.current-menu-ancestor ul li a { /* All other links colour */
	color: #636466;
}

#nav li.current-menu-ancestor ul, #nav li.current-menu-parent ul { /* Display sub menu of these... */
	display: block;
}

#nav li.current-menu-item ul { /* Show current menu items sub menu */
	display: block !important;
}

#nav li.current-menu-item a { /* Current menu item is bold */
	font-weight: bold !important;
}

#nav li.current-menu-item ul li a { /* Links following current menu item are normal */
	font-weight: normal !important;
}

#nav li.current-menu-ancestor ul li.current-menu-parent ul { /* Hide all other sub menus */
	display: block !important;
}

#nav li.current-menu-ancestor ul li.menu-item ul { /* Hide all other sub menus */
	display: none;
}

#nav li.current-menu-item ul li ul { /* Show current menu items sub menu */
	display: none !important;
}

#nav li.current-menu-parent ul li a, #nav li.current-menu-parent ul li ul li a, #nav li.current-menu-ancestor ul li a { /* Background colour fix */
	background: #E6E7DB;
}

/* Template Styles */

#content-frame {
	float: left;
	width: 550px;
	margin-right: 10px;
	border-top: 1px dotted #636466;
}

#content-frame #breadcrumbs {
	height: 20px;
}

div.banner-wrapper { clear: both; }

#banner {
	overflow: hidden; position: relative;
	width: 550px;
	height: 250px;
}

#banner .panel-container { position: relative }

#banner .panel { display: block; float: left; height: 250px; }

.coda-nav-left { 
	position:absolute; 
	left: 0; 
	top: 0; 
	width: 16px;
	height: 250px;
	background: url(images/banner-left-lighter.png) no-repeat top left;
}

.coda-nav-right { 
	position:absolute; 
	right: 0; 
	top: 0;
	width: 16px;
	height: 250px;
	background: url(images/banner-right-lighter.png) no-repeat top right; 
}

.coda-nav-left a, .coda-nav-right a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -8000px;
}

#breadcrumbs, #breadcrumbs a {
	color: #636466;
	line-height: 20px;
	margin: 0px;
	font-size:10px;
	text-decoration:none;
}

#content {
	background:url(images/content-bg.gif) no-repeat top center;
	width: 550px;
	padding-top: 14px;
	margin-top: 5px;
}

#content #middle {
	min-height:430px; height:auto !important; height:430px;
	background:#fcfcf4 url(images/page-bg.gif) repeat top left;
	padding: 0px 18px;
}

#content #middle p {
	line-height: 20px;
	font-size: 14px;
	padding-bottom: 20px;
}

#content #middle table td {
	padding: 6px 5px 10px 0px;
	line-height: 20px;
}

div.col1, div.col2 {
	float: left;
	width: 50%;
}

#content-frame #bottom {
	height:50px;
	background:#fcfcf4;
}

#sidebar {
	float: left;
	width: 230px;
	display: block; /* Until phase two... */
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li.widget-container {
	margin-bottom: 10px;
	width: 210px;
}

#sidebar ul li.widget-container.ngg_images {
	margin-bottom: 10px;
	width: 220px;
}

#sidebar ul li.widget-container h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#sidebar ul li.widget-container h3 a {
	text-decoration: none;
	color: #E2001A;
}

li#calendar-3 {
	background:#c6e4de url(images/calendar-bg-small.gif) no-repeat left bottom;
	width: 210px;
	padding: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

li#calendar-3 h3 {
	color: #636466;
	float: left;
	padding-bottom: 4px;
}

li#calendar-3 #wp-calendar-caption {
	float: right;
	padding-bottom: 4px;
}

li#calendar-3 ul#calendar-nav {
	width: 210px;
}

li#calendar-3 ul#calendar-nav li {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0px 4px;
	position: relative;
	zoom:1;
}

li#calendar-3 ul#calendar-nav > li {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0px 5px;
	position: relative;
}

li#calendar-3 ul#calendar-nav li.all a {
	color: #e2001a;
}
li#calendar-3 ul#calendar-nav li.hols a {
	color: #fdc400;
}
li#calendar-3 ul#calendar-nav li.gen a {
	color: #7e7f37;
}
li#calendar-3 ul#calendar-nav li.pri a {
	color: #00447b;
}
li#calendar-3 ul#calendar-nav li.sec a {
	color: #008f88;
}
li#calendar-3 ul#calendar-nav li.fri a {
	color: #e10079;
}
li#calendar-3 ul#calendar-nav li.alu a {
	color: #6d2983;
}

li#calendar-3 ul#calendar-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 50px;
	text-decoration: none;
	overflow: hidden;
}

li#calendar-3 ul#calendar-nav li a span.tooltip-container {
	display: none;
	font-size:12px;
	padding: 2px 2px 6px 2px;
	position:absolute;
	bottom: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

li#calendar-3 ul#calendar-nav li:hover span.tooltip-container {
	display: block;
}

li#calendar-3 ul#calendar-nav li a span.tooltip-container span {
	display: block;
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px 2px 5px 2px;
}

li#calendar-3 ul#calendar-nav li.all a span.tooltip-container {
	background: url(images/tooltip-all.gif) no-repeat 75% 101%;
	left:-5px;
}
li#calendar-3 ul#calendar-nav li.all a span.tooltip-container span {
	background-color: #e2001a;
}

li#calendar-3 ul#calendar-nav li.hols a span.tooltip-container {
	background: url(images/tooltip-holidays.gif) no-repeat 56% 101%;
	left:-22px;
}
li#calendar-3 ul#calendar-nav li.hols a span.tooltip-container span {
	background-color: #fdc400;
}

li#calendar-3 ul#calendar-nav li.gen a span.tooltip-container {
	background: url(images/tooltip-general.gif) no-repeat 54% 101%;
	left:-18px;
}
li#calendar-3 ul#calendar-nav li.gen a span.tooltip-container span {
	background-color: #7e7f37;
}

li#calendar-3 ul#calendar-nav li.pri a span.tooltip-container {
	background: url(images/tooltip-primary.gif) no-repeat 56% 101%;
	left:-21px;
}
li#calendar-3 ul#calendar-nav li.pri a span.tooltip-container span {
	background-color: #00447b;
}

li#calendar-3 ul#calendar-nav li.sec a span.tooltip-container {
	background: url(images/tooltip-secondary.gif) no-repeat 54% 101%;
	left:-26px;
}
li#calendar-3 ul#calendar-nav li.sec a span.tooltip-container span {
	background-color: #008f88;
}

li#calendar-3 ul#calendar-nav li.fri a span.tooltip-container {
	background: url(images/tooltip-friends.gif) no-repeat 52% 101%;
	left:-28px;
}
li#calendar-3 ul#calendar-nav li.fri a span.tooltip-container span {
	background-color: #e10079;
}

li#calendar-3 ul#calendar-nav li.alu a span.tooltip-container {
	background: url(images/tooltip-alumni.gif) no-repeat 56% 101%;
	left:-18px;
}
li#calendar-3 ul#calendar-nav li.alu a span.tooltip-container span {
	background-color: #6d2983;
}


#sidebar #wp-calendar {
	width: auto !important;
	clear: both;
	overflow: auto;
	padding-top: 2px;
}

#sidebar #wp-calendar tr {
	height: 24px !important;
}

#sidebar #wp-calendar tr td, #sidebar #wp-calendar tr th {
	width: 22px !important;
	line-height: 20px !important;
	padding: 0px 4px;
}

#sidebar #wp-calendar tr td#prev {
	text-align: left !important;
}

#sidebar #wp-calendar tr td#next {
	text-align: right !important;
}

#sidebar #wp-calendar tr td#prev a {
	display: inline;
	width: 70px;
	float: left;
}

#sidebar #wp-calendar tr td#next a {
	display: inline;
	width: 70px;
	float: right;
}

#sidebar #wp-calendar tr th {
	 padding-top: 6px;
}

#wp-calendar tr td span {
	height: 22px;
	display: inline-block;
}

#wp-calendar tr td span a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar tr td span.hols a {
	background: url(images/disc-holidays-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

#wp-calendar tr td span.gen a {
	background: url(images/disc-general-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

#wp-calendar tr td span.pri a {
	background: url(images/disc-primary-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

#wp-calendar tr td span.sec a {
	background: url(images/disc-secondary-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

#wp-calendar tr td span.fri a {
	background: url(images/disc-friends-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

#wp-calendar tr td span.alu a {
	background: url(images/disc-alumni-small.png) no-repeat center center;
	width: 22px;
	height: 22px;
}

li#section-3 {
	background: url(images/featured-bg.gif) no-repeat top left;
	width: 210px;
	height: 210px;
	padding: 10px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

li#section-3 h3 {
	color: #e2001a;
}

li#section-3 h3 span.when {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #636466;
}

li#section-3 div#post-image {
	height:90px;
	margin-top:20px;
	overflow:hidden;
	padding-top:0;
	width:210px;
}

li#section-3 p {
	line-height: 14px;
	padding-top: 10px;
}

li#section-3 p a {
	color: #636466;
	text-decoration: underline;
}

li#ngg-images-3 {
	background: url(images/gallery-bg.gif) no-repeat top left;
	width: 220px;
	height: 210px;
	padding: 10px 0px 10px 10px;
}

li#ngg-images-3 h3 {
	color: #000;
}

li#ngg-images-3 .ngg-gallery-thumbnail {
	margin-right:0px;
}

li#ngg-images-3 .ngg-gallery-thumbnail img {
	background: none;
	border: none;
	width: 63px;
	height: 63px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

li#ngg-images-3 .ngg-navigation {
	padding-top: 22px;
}

li#ngg-images-3 .ngg-navigation span {
	display: none;
}

li#ngg-images-3 .ngg-navigation a.page-numbers {
	display: none;
}

li#ngg-images-3 .ngg-navigation a.next {
	float: right;
	border: none;
	margin: 0px 22px 0px 0px;
	color: #636466;
}

li#ngg-images-3 .ngg-navigation a.prev {
	float: left;
	border: none;
	margin: 0;
	color: #636466;
}


#footer {
	background-color: #E6E7DB;
	padding: 15px 10px;
}

#footer-content {
	font-size: 11px;
	clear: both;
	overflow: hidden;
	/* width:550px; */
	/* margin: 0px 240px 0px 160px; */
}


/* Enquiry Form Styles */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto;  
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

ol.cf-ol { 
	margin:0!important; 
	padding:10px 0 0 0!important; 
	border-top:1px solid #f2f2f2;
}
ol.cf-ol li	{
	background:none!important; 
	padding:7px 0!important; /*some themes may interfere otherwise*/
	margin:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width: 120px; 
	margin:6px 12px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	width: 120px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px 3px 4px 3px;
	border:1px solid #f0efe6; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #e4e3d8;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
}

.cform textarea,
.cform input {
	width:252px; 
	height:19px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #636466;
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color: #636466;
	overflow:auto;
	height:122px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin:0;
	padding:0 !important;
	text-align:right;
	width:392px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width: 89px;  
	height: 45px;
	padding:0px 0px 4px 0px; 
	margin: 0;
	background:url(images/button-bg.png) no-repeat; 
	border: none !important;
	cursor: pointer;
	color: #d27a4d;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;

}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */

ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	display:none;
	margin:0px auto;
	float: left;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#EF692A;
	display:block;
}
div.failure {
	display:block;
	color:#d27a4d;
}
div.waiting {
	color:#d27a4d;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}


/****** Phase 2 Styles ******/

/* Events Page Styles */
.post-container {
	border-top: 1px dotted #636466;
	padding: 15px 0px;
}

.post-date {
	float: left;
	width: 57px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

span.month {
	line-height: 20px;
}

span.number {
	font-size: 28px;
	font-weight: bold;
	line-height: 18px;
}

.post-date.holidays {
	background: url(images/disc-holidays.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-date.general-events {
	background: url(images/disc-general.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-date.primary-events {
	background: url(images/disc-primary.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-date.secondary-events {
	background: url(images/disc-secondary.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-date.friends-of-chetwynde {
	background: url(images/disc-friends.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-date.alumni {
	background: url(images/disc-alumni.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

.post-content {
	float: right;
	width: 437px;
	padding-top: 10px;
}

#content #middle .post-content h2 a {
	font-weight: normal;
}

#content #middle .post-content p {
	padding: 8px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}

#content #middle .post-image img {
	padding-bottom: 10px;
} 

#content #middle p.posted {
	padding: 2px 0px 4px 0px;
	font-size: 11px;
}


span.posted-by {
	font-weight: bold;
}

span.edit-link {
	padding: 15px 0px;
}


/* News Page Styles */
.post-date.news {
	color: #fff;
}

#nav-below {
	border-top: 1px dotted #636466;
	margin-top: 15px;
	overflow: hidden;
	width: 514px;
	height: 30px;
}

div.nav-previous {
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 15px;
}

div.nav-next {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 15px;
}

.post-date.news {
	background: url(images/disc-news.png) no-repeat center center;
	width: 57px;
	height: 57px;
}

/* 404 Not Found Page */
#searchsubmit {
background:url(images/button-bg.png) no-repeat scroll 0 0 transparent;
border:medium none !important;
color:#D27A4D;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
height:45px;
margin:0;
padding:0 0 4px;
width:89px;
}
