/*
Theme URL: http://www.extendedschools.com/
Description: Advertising services for Extended Schools in the Ashby area.
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) Extended Schools - Ashby de la Zouch.

/* Generic
---------------------------------------------------------------------------------*/
body {
	background: #FFF url("../images/icons/bg.jpg") repeat-x;
	font: 14px/1.5em arial;
	color: #333;
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

/* Font and Typography
---------------------------------------------------------------------------------*/
h1 {
	font: 22px arial;
	color: #444;
	clear: left;
}

h2 {
	font: bold 14px/1.5em arial;
	color: #333;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
	clear: left;
}

h3 {
	font: bold 14px/1.5em arial;
	color: #333;
	margin: 0 0 15px 0;
	clear: both;
}

p {
	font: 14px/1.5em arial;
	color: #333;
	margin-bottom: 15px;
}

.relate_logo {
	padding-left: 150px;
	background: url(../images/common/relate.jpg) no-repeat; 
}

.door_logo {
	padding-left: 150px;
	background: url(../images/common/door.jpg) no-repeat; 
}

em {
	font: bold 12px/1.5em arial;
	color: #333;
}

.sub {
	font: 12px/20px Arial;
	color: #999;
}

hr {
	clear: both;
}

/* Links
---------------------------------------------------------------------------------*/
a:link {
	text-decoration: underline;
	color:#333;
}
a:visited {
	text-decoration: underline;
	color:#333;
}
a:hover {
	text-decoration: underline;
	color: #068;
}
a:active {
	text-decoration: none;
}

/* Layout
---------------------------------------------------------------------------------*/
#container {
	width: 990px;
	margin: 0 auto;
}

#image_header {
	width: 750px;
	height: 240px;
	float: left;
}

#image{
	background-color: #FFF;
	text-align: center;
}

#nav_container {
	width: 990px;
	height: 46px;
	background-color: #3AC;
}

#nav-menu li {
	float: left;
	list-style: none;
}

#nav-menu li a {
	width: 198px;
	font: bold 16px/50px arial;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
}

#nav-menu li a:hover {
	width: 198px;
	font: bold 16px/50px arial;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: underline;
}

#info_bar {
	width: 950px;
	padding: 20px;
	font: 25px Arial, Helvetica, sans-serif;
	background-color: #DDD;
}

#body_container {
	width: 990px;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#information {
	width: 230px;
	float: left;
	padding: 10px 30px 30px 30px;
}

#content {
	width: 630px;
	float: right;
	padding: 10px 30px 30px 30px;
}

#footer_container {
	width: 100%;
	height: 40px;
	background-color: #EEE;
	padding: 10px 0;
	clear: both;
}

#footer_container_2 {
	width: 940px;
	margin: 0 auto;
}

#footer_1 {
	float:left;

}

#footer_2 {
	float:right;
	text-align: right;
}

/* 2 Column
---------------------------------------------------------------------------------*/
#column_left {
	width: 200px;
	float: left;
	padding-top: 20px;
}

#column_right {
	width: 430px;
	float: right;
	padding-top: 20px;
}

#column_right ul{
	margin: 0;
	padding: 0;
}

#column_right li{
	margin: 0;
	float: left;
	margin-left: 14px;
	padding-right: 10px;
}

#column_right p{
	clear: both;
}

#column_left_spry {
	width: 260px;
	float: left;
	padding: 20px 0 0 40px;
}

#column_right_spry {
	width: 655px;
	float: right;
	padding-top: 20px;
}


/* Link Module
---------------------------------------------------------------------------------*/
#link {
	margin: 15px 0;
}

#link ul {
	margin: 0;
	padding: 0;
}

#link li {
	margin-top: 2px;
	list-style-type: none;
}

#link a {
	border: 1px solid #CCC;
	padding: 6px 2px 6px 32px;
	display: block;
	color:#333;
	text-decoration: none;
}

#link a:hover {
	border: 1px solid #333;
	text-decoration: none;
	color: #333;
}

.hyperlink {background: url(../images/icons/arrow_3.gif) no-repeat left center;}
.error {background: url(../images/icons/error.gif) no-repeat left center;}
.new {background: url(../images/icons/new.gif) no-repeat left center;}
.pdf {background: url(../images/icons/pdf.gif) no-repeat left center;}

/* Homepage
---------------------------------------------------------------------------------*/
#image_container{
	background-color: #FFF;
	text-align: center;
	height: 240px;
	padding: 20px;
}

#flash {
	float: left;
	background-color: #DDD;
	width: 750px;
	height: 240px;
}

#tabs {
	float: right;
	width: 200px;
}

#tabs li {
	list-style-type: none;
}

#tabs a {
	display: block;
	height: 28px;
	text-align: left;
	padding: 10px;
	font: 22px arial;
	color: #444;
	text-decoration: none;
}

#tabs a:hover {
	text-decoration: underline;
	color: #333;
}

.red {background-color: #FF4848;}
.orange {background-color: #FFB366;}
.yellow {background-color: #FFFF6A;}
.green {background-color: #AEFF5E;}
.blue {background-color: #A2FDFB;}

#icon ul{
	list-style-type: none;
	padding-left: 0em;
	margin: 10px 0px;
}

#icon li a{
	width: 590px;
	height: 80px;
	display: block;
	font: 22px arial;
	color: #444;
	float: left;
	border: 1px solid #CCC;
	padding: 20px 10px 10px 10px;
	margin: 5px 0px;
}

#icon li a:hover{
	width: 590px;
	height: 80px;
	display: block;
	font: 22px arial;
	color: #444;
	float: left;
	border: 1px solid #333;
	padding: 20px 10px 10px 10px;
	text-decoration: none;
	opacity: 0.9;
  	filter: alpha(opacity = 90);
}

.title {
	font: 22px/2em arial;
	color: #444;
	background-color: #FFF;
	padding: 2px;
}

.blurb {
	font: bold 12px/1.5em arial;
	color:#444;
	background-color: #FFF;
	padding: 2px;
}

.students {background: #FFF url(../images/common/students.jpg) no-repeat;}
.parent {background: #FFF url(../images/common/parent.jpg) no-repeat;}
.school {background: #FFF url(../images/common/school.jpg) no-repeat;}

.shoutbox {
	width: 220px;
	font: 14px/2em Georgia;
	color: #3AC;
	padding: 5px;
	border: 1px solid #CCC;
}

.shoutbutton {
	width: 100px;
	font: 14px/2em Georgia;
	color: #000;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: -2px;
	cursor: pointer;
}

/* School Icons
---------------------------------------------------------------------------------*/
.schools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.schools li {
	margin: 10px 10px 0 0;
}

.schools a:link, .schools a:visited {
	border: 1px solid rgb(204, 204, 204);
	padding: 6px 2px 6px 32px;
	display: block;
	background: url(../images/icons/arrow_2.gif) no-repeat left center;
}

.schools a:hover {
	border: 1px solid #333;
	text-decoration: none;
	color:#333;
}

/* Link Icons
---------------------------------------------------------------------------------*/

#link_1 {
	margin: 20px 0px;
	clear: left;
}

#link_1 ol{
	margin: 0;
	padding: 0;
}

#link_1 li {
	width: 240px;
	height: 45px;
	float: left;
	list-style-type: none;
	padding: 5px 0px 10px 65px;
	font: 14px Georgia;
	color: #333;
}

#link_1 li a{
	font-weight:normal;
	font: 14px Georgia;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#link_1 li a:hover{
	font-weight:normal;
	font: 14px Georgia;
	color: #068;
	opacity: 0.5;
  	filter: alpha(opacity = 50);
}

.lcc {background: url(../images/icons/links/lcc.jpg) no-repeat;}
.nhs {background: url(../images/icons/links/nhs.jpg) no-repeat;}
.ecm {background: url(../images/icons/links/ecm.jpg) no-repeat;}
.connexions {background: url(../images/icons/links/connexions.jpg) no-repeat;}
.bitesize {background: url(../images/icons/links/bitesize.jpg) no-repeat;}
.a4u {background: url(../images/icons/links/a4u.jpg) no-repeat;}
.jitty {background: url(../images/icons/links/jitty.jpg) no-repeat;}
.ask {background: url(../images/icons/links/ask.jpg) no-repeat;}
.bbc {background: url(../images/icons/links/bbc.jpg) no-repeat;}
.plp {background: url(../images/icons/links/plp.jpg) no-repeat;}
.nwl {background: url(../images/icons/links/nwl.jpg) no-repeat;}
.teachernet {background: url(../images/icons/links/teachernet.jpg) no-repeat;}
.relate {background: url(../images/icons/links/relate.jpg) no-repeat;}
.clubscomplete {background: url(../images/icons/links/clc.jpg) no-repeat;}

#link_2 {
	margin: 20px 0px;
	clear: left;
}

#link_2 ol{
	margin: 0;
	padding: 0;
}

#link_2 li {
	width: 305px;
	height: 45px;
	float: left;
	list-style-type: none;
	padding: 5px 0px 10px 0px;
}

#link_2 li a{
	font-weight:normal;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#link_2 li a:hover{
	font-weight:normal;
	color: #068;
	opacity: 0.5;
  	filter: alpha(opacity = 50);
}

/* Login
---------------------------------------------------------------------------------*/
.contact_left {
	width: 75px;
	float: left;
	font: 14px/2.2em Arial;
	color: #222;
	clear:both;
	padding: 5px 0;
}

.contact_right {
	width: 334px;
	float: left;
	padding: 5px 0;
}

#contact_send {
	width: 300px;
	float: left;
	padding: 3px 0 0 170px;
}

.contact_field {
	border: 1px solid #CCC;
	height: 20px;
	font: 14px/1.5em Arial;
	color: #333;
	padding: 5px;
	width: 200px;
}

.contact_box {
	width: 300px;
	border: 1px solid #CCC;
	height: 100px;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
}

.contact_fault{
	border: 1px solid #CCC;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
}

.button_2{
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 3px;
	clear: both;
}

.button_2:hover{
	border: 1px solid #333;
	background-color: #D8E8EE;
	padding: 5px;
	cursor: pointer;
}
/* Sitemap Table
---------------------------------------------------------------------------------*/
.ul_table {
list-style-type: none;
}

.img {
	float: left;
	padding: 0 10px 10px 0;
}

.dropdown {
	width: 230px;
}

/* 2 Column Layout
---------------------------------------------------------------------------------*/
.col2_left {
	clear: both;
	width: 295px;
	float: left;
}

.col2_right {
	width: 295px;
	float: right;
}

/* Button
---------------------------------------------------------------------------------*/
a.button3 {
    background: transparent url('http://www.skytemedia.com/images/bg_button_a.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 30px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	cursor: pointer;
}

a.button3 span {
    background: transparent url('http://www.skytemedia.com/images/bg_button_span.jpg') no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 18px;
} 

a.button3:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button3:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
