/* global layout
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #000;
background-color:#627F5D;
background-image:url(http://www.schumachercollege.org.uk/images/36.gif);
}

textarea#email {display: none}

#head {
position:absolute;
height: 127px;
width:100%;
text-align:center;
background-image:url(http://www.schumachercollege.org.uk/images/42.gif);
}

#content {
position:absolute;
padding: 20px;
left:230px;
right:15px;
top:128px;
margin:auto;
margin-bottom:15px;
background-color:#FFFFFF;
border: 1px solid black;
border-width:1px 1px 1px 1px;
}

#sidebar-left {
position:absolute;
padding: 0px;
left:10px;
width:200px;
top:130px;
}

#sidebar-right {
display:none;
position:absolute;
padding: 0px;
right:10px;
width:200px;
top:130px;
}

#site_title2 {
display:none;
}

#footer {
background-color:white;
}

/* base
----------------------------------------------- */

blockquote, h3 {
font-size: 1em;
line-height: 1.2em;
}

img{
border-width:0px;
}

p, tr {
font-size: 0.8em;
line-height: 1.6em;
margin: 0px 0px 15px 0px;
padding:0px;
vertical-align:top;
}

tr{
padding-right:5px;
}

ul, ol{
font-size: 0.8em;
line-height: 1.6em;
}

blockquote {
margin: 0px;
padding: 0px 0px;
border: 1px dotted green;
font-weight:bold;
font-style:italic;
background-color:#AAAAAA;
color:white;
}

h1, h2, h3 {
font-family: Helvetica, Arial, sans-serif;
}

h1 {
font-size: 1.3em;
font-weight: bold;
margin: 5px 0px 15px 0px;
color:#1C4D23;
}

h2 {
font-size: 1.1em;
font-weight:bold;
margin: 10px 0px 15px 0px;
color:#0C0D03;
clear:left;
}

#sidebar-left h2, #sidebar-right h2,#sidebar-left h3, #sidebar-right h3 {
color:white;
margin: 15px 0px 0px 0px;
}

#sidebar-left input, .lhs input {
background-color:#EEFEEE;
font-size:70%;
border:1px;
margin-right:5px;
margin-top:5px;
margin-bottom:0px;
}

h3 {
font-size: 0.9em;
color: #1C4D23;
margin: 0px 0px 0px 0px;
}

small, .small {
background-color: inherit;
font-size: 0.6em;
color:#888888;
}

.list_date {
font-size: 0.8em;
color:#889988;
margin-bottom:0px;
padding:0px;
}
.read_more {
display:inline;
font-size: 0.8em;
color:#889988;
margin-bottom:0px;
padding:0px;
}

.quote {
padding:10px;
}

/* overrides
----------------------------------------------- */

#sidebar-right p,#sidebar-left p {
font-size:0.8em;
line-height:1.2em;
text-align: left;
padding:0px;
margin:2px 0px 8px 0px;
color:white;
}

#sidebar-right li,#sidebar-left li{
color:white;
}

.lhs ul {
	list-style-type: circle;
	margin: 0;
	padding: 0px;
	padding-left: 15px;
	line-height:1.1em;
}

#main_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height:1.3em;
}

#main_menu ul li {
	background-image:url(http://www.schumachercollege.org.uk/images/39.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding-left:15px;
}

#main_menu ul li.sub {
	background-image:url(http://www.schumachercollege.org.uk/images/0.gif);
	padding-left:25px;
font-size:90%;
}

#main_menu ul ul li {
	background-image:url(http://www.schumachercollege.org.uk/images/0.gif);
	padding-left:10px;
}

.sb_date  {
color: #DDD;
font-size:90%;
line-height:1.4em;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

.flashbox {
float: right;
clear:right;
margin:0px 0px 15px 15px;
}

.float_right {
float: right;
clear:right;
margin:0px 0px 15px 15px;
border: 1px solid black;
}

.float_left {
float: left;
clear:left;
margin:0px 15px 15px 0px;
border: 1px solid black;
}

a:hover .float_left {
border-color:red;
}

.list_item {
width:auto;
clear:both;
}

.bold {
font-weight: bold;
}

.highlight {
width:250px;
border: 3px double #5A7555;
padding:15px 15px 0px 15px;
background-color:#D2E3CC;
}


/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #1C4D23;
background-color: inherit;
}
a:hover {
color: #1C4D23;
text-decoration: underline;
}
h1 a, h2 a, h3 a {
border: none;
}
h2 a, h2 a:hover {
color: black;
}
#sidebar-left a, #sidebar-right a {
color: white;
border: none;
}
cite{
font-weight:bold;
color:#FFFFFF;
font-size:90%;
margin-left:5px;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

ol.comments li p{
font-size:1em;
margin-bottom:0;
}
ol.comments li{
margin-bottom:10px;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}

