/* -------------------------------------------------------------------------

	Reda Inkasso Screen Style Sheet
	last update: 5 June 2009
	author: Tobias Kvant @ Kvant
	email: tobias@kvant

------------------------------------------------------------------------- */

/* colour palette

dark blue: 	#00205B
red: 		#D0431D, #D50054
gold: 		#BE9E4C
grey rules:	#E5E5E5

*/

/* !Eric Meyer's css reset (http://meyerweb.com/eric/tools/css/reset/) -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	margin: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */


/* !layout -------------------------------------------------------------- */

body {
	font-size: 75%; /* convert 16px base font size to 12px */
	line-height: 1.6666em; /* 20px (12 x 1.6666 = 20) */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #666;
	padding-right: 0px;
}

#skipnav {
	position: absolute;
	top: 10px;
	left: 10px;
}

#headerWrap {
	height: 130px;
	background-image: url(http://www.redainkasso.se/reda_files/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	position: relative;
	width: 960px;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentWrap {
	clear: both;
	background-image: url(http://www.redainkasso.se/reda_files/contentWrap_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#primaryContent {
	width: 500px;
	float: left;
	margin-right: 90px;
	margin-top: 45px;
	margin-bottom: 20px;
}

#secondaryContent {
	width: 160px;
	float: left;
	padding-bottom: 40px;
}

#footerWrap {
	clear: both;
	background-repeat: repeat-x;
	background-image: url(http://www.redainkasso.se/reda_files/footer_bg.gif);
}

#footer {
	width: 960px;
	padding-top: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 70px 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.clearBoth {
	clear: both;
	height: 0;
}

#primaryContent img {
	float: left;
	margin: 0 20px 10px 0;
}

.about #primaryContent img {
	margin: 5px 20px 10px 0;
}

/* homepage */

#contentWrap {
	background-image: url(http://www.redainkasso.se/reda_files/contentWrap_bg.jpg);
	background-color: transparent;
}

#lowerContentWrap {
	background-repeat: repeat-x;
	background-image: url(http://www.redainkasso.se/reda_files/lowerContent_bg.jpg);
}

#content,
#lowerContent {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#linkPanels {
	width: 220px;
	float:left;
	margin-left: 20px;
}

.column1 {
	width: 300px;
	float: left;
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 0;
}

.column2 {
	width: 580px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.column3 {
	width: 284px;
	float: left;
	margin-top: 0px;
	margin-right: 43px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.column3 table {
	margin: 0;
	width: 220px;
}

.column3 td {
	width: 72px;
	height: 72px;
	margin: 0;
	padding: 0 0 2px 0;
	border: none;
}

.column3 table a:link,
.column3 table a:visited {
	border: 1px solid #FFF;
	padding: 0 !important;
	display: block;
	width: 70px;
	height: 70px;
}

.column3 table a:hover,
.column3 table a:active {
	border: 1px solid #D50054;
}

.column3 img {
	margin: 0;
	padding: 0;
}

#footerWrap {
}

/* !type ---------------------------------------------------------------- */

/* font sizing guide:

pixels		ems			leading
-------------------------------------
9px 	= 	0.75em		2.2222em
10px 	= 	0.8333em	2em
11px 	= 	0.9166em	1.8181em
12px 	= 	1em			1.6666em
13px 	= 	1.0833em	1.5384em
14px 	= 	1.1666em	1.4285em
15px 	= 	1.25em		1.3333em
16px 	= 	1.3333em	1.25em
17px 	= 	1.4166em	1.1764em
18px 	= 	1.5em		1.1111em
19px 	= 	1.5833em	1.0526em
20px 	= 	1.6666em	1em
21px 	= 	1.75em		
22px 	= 	1.8333em	
23px 	= 	1.9166em	
24px 	= 	2em			
30px	=	2.5em		

(divide desired pixel height by 12 to get 'em' value) */

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

p {
	font-size: 1em;
	margin: 0.8333em 0 0.8333em 0;
}

#intro {
	padding-bottom: 0.7142em;
}

#intro p {
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 0.7142em 0 0.7142em 0;
}

#secondaryContent p {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0.909em 0 0.909em 0;
}



h1 {
	font-size: 1em; /*30px*/
	line-height: 1.1666em; /*35px*/
}

h2 {
	color: #336699;
	font-size: 1.4166em;
	line-height: 1.1538em;
	margin: 0.7692em 0 0.3846em 0;
}

#secondaryContent h2 {
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 0.5555em 0 0.5555em 0;
}

h3 {
	font: 1.5em/1.1111em Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
	color: #BE9E4C;
	margin: 1.1111em 0 0.5555em 0;
}

#secondaryContent h3 {
	font-size: 1.3333em;
	line-height: 1.25em;
}

h4 {
	color: #BE9E4C;
	font-size: 1.1666em;
	line-height: 1.4285em;
	margin: 1.4285em 0 0.7142em 0;
}

h5 {
	color: #BE9E4C;
	font-size: 1em;
	line-height: 1.6666em;
	margin: 1.6666em 0 0.8333em 0;
}

h6 {
	color: #336699;
	font-size: 1.5em;
	line-height: 1.1538em;
	font-weight: normal
}

#primaryContent p {
	margin-right: 20px;
}

#primaryContent ul {
	margin-left: 20px;
	margin-right: 20px;
}

#primaryContent ul li {
	padding-left: 10px;
	margin: 0.8333em 0 0.8333em 0;
	background-image: url(square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

#secondaryContent ul {
	margin-left: 0;
}

#secondaryContent ul li {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0.909em 0 0.909em 0;
	background: url(http://www.redainkasso.se/reda_files/square_bullet.gif) no-repeat 0 0.6em;
	padding-left: 10px;
}

#secondaryContent .pullquote p {
	font: 1.1666em/1.4285em Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
	color: #999;
	margin: 0;
}

.pullquote {
	border-bottom: 1px solid #D50054;
	padding-bottom: 1em;
	margin-bottom: 40px;
}

#secondaryContent .pullquote p.source {
	font: 1em/1.6666em "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	margin: 0.4166em 0 0 0;
	color: #BE9E4C;
	text-align: right;
}

#secondaryContent .pullquote img {
	margin: 0 !important;
}

sup {
	font-size: 0.75em;
	color: #888;
}

.small {
	font-size: 0.9166em;
	line-height: 1.8181em;
	color: #666;
}

/* homepage */

h2 {
	font-size: 1.4166em;
	line-height: 1.1764em;
	padding-bottom: 0.5882em;
	margin: 0 0 0.5882em 0;
	border-bottom: 1px solid #E5E5E5;
}


#content li,
#lowerContent li {
	margin: 0.4166em 0 0.4166em 0;
}

/* hyperlinks */

a:link, a:visited {
	color: #D50054;
	text-decoration: none;
}

a:hover, a:active {
	color: #D50054;
	text-decoration: underline;
}

/* data tables */

table {
	margin-top: 20px;
	width: 320px;
	border-collapse: collapse;
}

th, td {
	font-size: 1em;
	margin: 0.8333em 0 0.8333em 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	padding: 3px 10px 3px 0;
}

th {
	color: #BE9E4C;
	border-bottom-color:#CCC;
}

td.download {
	text-align: center !important;
	padding: 0 !important;
}

td.download img {
	margin: 0 0 0 25px !important;
}

/* !skip to content ---------------------------------------------------------------- */

#skipnav {
	background: url(http://www.redainkasso.se/reda_files/skipLink.gif) no-repeat 0 0;
	width: 7px;
	height: 4px;
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
}

#skipnav a:link, #skipnav a:visited {
	background: url(http://www.redainkasso.se/reda_files/skipLink.gif) no-repeat 0 0;
	width: 7px;
	height: 4px;
	display: block;
	text-indent: -999em;
}

#skipnav a:hover, #skipnav a:active {
	background-position-y: -10px;
}

/* !header ---------------------------------------------------------------- */

#header #logo {
	position: absolute;
	top: 15px;
	left: 10px;
	height: 75px;
	width: 200px;
}

#header #logo a {
	height: 81px;
	width: 67px;
	display: block;
	text-decoration: none;
}


#header #title {
	margin: 0;
	position: absolute;
	right: 140px;
	bottom: 150px;
	width: 460px;
	height: 40px;
	top: 35px;
}


#header #hif {
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 150px;
	width: 93px;
	height: 80px;
	top: 10px;
}


/* search panel */

#searchPanel {
	position: absolute;
	top: 15px;
	right: 10px;
}

#searchPanel form {
	float: right;
}

#searchPanel p {
	margin: 0;
}

input#keywords {
	margin: 0;
	font-size: 1em;
	padding: 0.25em;
	width: 200px;
	border: 1px solid #CCC;
	color: #333;
}

#searchPanel label,
#searchPanel input {
	float: left;
	margin-left: 5px;
}

#searchPanel label {
	padding-top: 2px;
}

/* main navigation ---------------------------------------------------------------- */

#mainNav {
	position: absolute;
	left: 5px;
	bottom: 0px;
	height: 35px;
	background: url(http://www.redainkasso.se/reda_files/nav_bg.jpg) no-repeat;
	background-image: url(http://www.redainkasso.se/reda_files/nav_bg.jpg);
}

#mainNav ul {
	background: url(http://www.redainkasso.se/reda_files/nav_bg_right.gif) no-repeat bottom right;
	padding: 5px 5px 0 0;
	height: 30px;
}

#mainNav ul li {
	float: left;
	font-size: 1.25em;
	line-height: 1.3333em;
	height: 30px;
	background: url(http://www.redainkasso.se/reda_files/nav_item_bg.gif) no-repeat;
	margin-left: 2px;
	background: #FFF url(http://www.redainkasso.se/reda_files/nav_item_bg.gif) repeat-x bottom left;
}

#mainNav ul li#navHome {
	margin-left: 5px;
}

#mainNav ul li a:link,
#mainNav ul li a:visited {
	display: block;
	height: 26px;
	color: #666;
	padding: 4px 10px 0 10px;
	background: url(http://www.redainkasso.se/reda_files/nav_item_bg.gif) repeat-x bottom left;
}

#mainNav ul li a:hover,
#mainNav ul li a:active {
	color: #D50054;
	text-decoration: none;
	background-position: bottom right;
}

/* selected main nav items */

#home #navHome a:link, #home #navHome a:visited, #home #navHome a:hover, #home #navHome a:active,
#betala #navBetala a:link, #betala #navBetala a:visited, #betala #navBetala a:hover, #betala #navBetala a:active,
#information #navInformation a:link, #information #navInformation a:visited, #information #navInformation a:hover, #information #navInformation a:active,
#inkasso #navInkasso a:link, #inkasso #navInkasso a:visited, #inkasso #navInkasso a:hover, #inkasso #navInkasso a:active,
#kontakt #navKontakt a:link, #kontakt #navKontakt a:visited, #kontakt #navKontakt a:hover, #kontakt #navKontakt a:active,
#om_oss #navOm_oss a:link, #om_oss #navOm_oss a:visited, #om_oss #navOm_oss a:hover, #om_oss #navOm_oss a:active,
#ledigajobb #navLedigajobb a:link, #ledigajobb #navLedigajobb a:visited, #ledigajobb #navLedigajobb a:hover, #ledigajobb #navLedigajobb a:active,
#languages #navLanguages a:link, #languages #navLanguages a:visited, #languages #navLanguages a:hover, #languages #navLanguages a:active {
	color: #D50054;
	background-color: #FFF;
	background-image: none;
}

/* !breadcrumb ---------------------------------------------------------------- */

#breadcrumb {
	margin: 0 0 5px 100px;
	font-size: 0.9166em;
	line-height: 1.8181em;
}

/* !sub navigation ---------------------------------------------------------------- */

.subNavigation {
	float: left;
	width: 170px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 40;
	margin-left: 0;
}

.subNavigation li {
	font-size: 1.0833em;
	line-height: 1.5384em;
	padding: 0.5em 0;
	background: url(http://www.redainkasso.se/reda_files/subnav_rule.gif) no-repeat left bottom;
}

.subNavigation li a:link,
.subNavigation li a:visited {
	padding-left: 10px;
	color: #666;
	display: block;
}

.subNavigation li a:hover,
.subNavigation li a:active {
	background: url(http://www.redainkasso.se/reda_files/square_bullet.gif) no-repeat 0 0.6em;
	color: #D50054;
	text-decoration: none;
}

/* !sub navigation active ---------------------------------------------------------*/

.subNavigation #subNavigation_active {
	background: url(http://www.redainkasso.se/reda_files/square_bullet.gif) no-repeat 0 0.6em;
	color: #D50054;
	text-decoration: none;
	
	}


/* !banner ---------------------------------------------------------------- */

#banner {
	width: 940px;
	height: 179px;
	margin-bottom: 40px;
}

#banner h1 {
	width: 220px;
	height: 159px;
	background: url(http://www.redainkasso.se/reda_files/h1_bg.jpg) no-repeat 0 0;
	background-color: #D50054;
	text-indent: -999em;
}

#banner {
	width: 940px;
	height: 179px;
	margin-bottom: 40px;
	float:left;
	position: relative;
	margin-top: 25px;
}

#banner p {
	width: 220px;
	height: 179px;
	margin: 0;
	text-indent: -999em;
}

#banner #header-image {
	width: 940px;
	height: 179px;
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
}

/* images */

#banner { 
	background-repeat: no-repeat;
	background-position: top right; 
}

.uniform #banner { background-image: url(uniform-banner.jpg); }
.language-college #banner { background-image: url(language-college-banner.jpg); }
.about #banner { background-image: url(about-banner.jpg); }
.ofsted-report #banner { background-image: url(ofsted-banner.jpg); }
.admissions #banner { background-image: url(admissions-banner.jpg); }
.policies #banner { background-image: url(policies-banner.jpg); }
.letters #banner { background-image: url(letters-banner.jpg); }
.leadership-team #banner { background-image: url(leadership-banner.jpg); }
.school_staff #banner { background-image: url(staff-banner.jpg); }
.mission-statement #banner { background-image: url(mission-banner.jpg); }
.aims #banner { background-image: url(aims-banner.jpg); }
.governors #banner { background-image: url(governors-banner.jpg); }
.departments #banner { background-image: url(departments-banner.jpg); }
.vacancies #banner { background-image: url(vacancies-banner.jpg); }
.parents #banner { background-image: url(parents-banner.jpg); }
.activities #banner { background-image: url(activities-banner.jpg); }
#inkasso #banner { background-image: url(news-events-banner.jpg); }
#inkasso .newsitem #banner { background-image: url(news-item-banner.jpg); }
#inkasso .events #banner { background-image: url(events-banner.jpg); }
#inkasso .newsletters #banner { background-image: url(newsletter-banner.jpg); }
.contact #banner { background-image: url(contact-banner.jpg); }
.timetable #banner { background-image: url(timetable-banner.jpg); }
.gallery #banner { background-image: url(gallery-banner.jpg); }
.term-dates #banner { background-image: url(term-banner.jpg); }
.attendance #banner { background-image: url(attendance-banner.jpg); }
#tjänster #banner { background-image: url(pupils-banner.jpg); }
#tjänster .lasallian #banner { background-image: url(lasallian-banner.jpg); }
#search #banner { background-image: url(search-banner.jpg); }

/* h1 panels */

.about #banner h1 { background-image: url(h1-about-the-school.gif); }
.mission-statement #banner h1 { background-image: url(h1-mission-statement.gif); }
.aims #banner h1 { background-image: url(h1-our-aims.gif); }
.message #banner h1 { background-image: url(h1-message.gif); }
.ofsted-report #banner h1{ background-image: url(h1-ofsted-report.gif); }
.language-college #banner h1 { background-image: url(h1-language-college.gif); }.about #banner h1 span { background-image: url(h1_about.jpg); }
.gallery #banner h1 { background-image: url(h1-gallery.gif); }
.school_staff #banner h1 { background-image: url(h1-staff.gif); }
.leadership-team #banner h1 { background-image: url(h1-leadership-team.gif); }
.governors #banner h1 { background-image: url(h1-governors.gif); }
.vacancies #banner h1 { background-image: url(h1-vacancies.gif); }
.departments #banner h1 { background-image: url(h1-departments.gif); }
.parents #banner h1 { background-image: url(h1-info-parents.gif); }
.uniform #banner h1 { background-image: url(h1-school-uniform.gif); }
.term-dates #banner h1 { background-image: url(h1-term-dates.gif); }
.attendance #banner h1 { background-image: url(h1-attendance.gif); }
.timetable #banner h1 { background-image: url(h1-timetable.gif); }
.letters #banner h1 { background-image: url(h1-letters.gif); }
.admissions #banner h1 { background-image: url(h1-admissions-info.gif); }
.policies #banner h1 { background-image: url(h1-policies.gif); }
.news #banner h1 { background-image: url(h1-news-events.gif); }
.newsitem #banner h1 { background-image: url(h1-news.gif); }
.events #banner h1 { background-image: url(h1-events.gif); }
.activities #banner h1 { background-image: url(h1-activities.gif); }
.newsletters #banner h1 { background-image: url(h1-newsletters.gif); }
.contact #banner h1 { background-image: url(h1-contact-us.gif); }
#tjänster #banner h1 { background-image: url(h1-info-pupils.gif); }
#tjänster .lasallian #banner h1 { background-image: url(h1-lasallian.gif); }
#search #banner h1 { background-image: url(h1-search-results.gif); }
#tjänster .year_6_welcome h1 { background-image: url(h1-welcome.gif) !important; }

/* !content background images  ----------------------------------------------------- */

.language-college {
	background: url(headphones.jpg) no-repeat bottom right;
	padding-bottom: 150px;
}

.letters {	
	background: url(envelope.jpg) no-repeat bottom right;
	padding-bottom: 210px;
}

.uniform {	
	background: url(shoes.jpg) no-repeat bottom left;
	padding-bottom: 130px;
}

.rutaleft {
	padding: 0px;
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
}	
	
.rutaright {
	padding: 0px;
	width: 310px;
	float: left;
}

.events {	
	background: url(calendar.jpg) no-repeat bottom left;
	padding-bottom: 200px;
}

.timetable {	
	background: url(clock.jpg) no-repeat bottom left;
	padding-bottom: 140px;
}

.aims {	
	background: url(books.jpg) no-repeat bottom left;
	padding-bottom: 140px;
}

.term-dates {	
	background: url(diary.jpg) no-repeat bottom left;
	padding-bottom: 140px;
}

.attendance {	
	background: url(clipboard.jpg) no-repeat bottom right;
	padding-bottom: 190px;
}

.newsletters {	
	background: url(newsletter.jpg) no-repeat bottom left;
	padding-bottom: 140px;
}

.lasallian {	
	background: url(lasallian.jpg) no-repeat bottom left;
	padding-bottom: 140px;
}

/* !news and events ---------------------------------------------------------------- */

#inkasso #summaries h3 {
	border-top: 1px solid #E5E5E5;
	padding-top: 0.75em;
	margin-top: 0.75em;
}

#inkasso #latestInkassoCol {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	padding-bottom: 40px;
}

#inkasso .newsImage {
	float: left;
}

#inkasso .newsImage {
	float: left;
}

#inkasso #primaryContent img {
	padding-top: 5px;
}

#inkasso .newsImage p {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
	color: #888;
}

#inkasso #secondaryContent h2 {
	color: #BE9E4C;
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 2.2222em 0 0.5555em 0;
}

#inkasso #secondaryContent h2:first-child {
	margin-top: 0 !important;
}

#inkasso #secondaryContent .archive h2 {
	margin: 2.2222em 0 0.5555em 0 !important;
}

#inkasso #secondaryContent h3 {
	font: 1em/1.6666em "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	color: #BE9E4C;
	margin: 0;
}

#inkasso #secondaryContent .upcoming h3 {
	margin-top: 0;
}

#inkasso #secondaryContent p.date {
	font-size: 1em;
	line-height: 1.6666em;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 0.4166em 0;
	margin: 0 0 0.4166em 0;
}

#inkasso #secondaryContent .archive p {
	margin: 0;
}

/* !calendar -------------------------------------------------------------- */

#calendar table {
	margin-top: 20px;
	width: 580px;
}

#calendar th, #calendar td {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	background-color: #F0F0F0;
	padding: 6px;
	width: 14.285%;
}

#calendar th {
	background-color: #BE9E4C;
	text-align: center;
	color: #FFF !important;
}

#calendar td {
	height: 50px;
}

#calendar tr.days td {
	height: auto;
}

#calendar td a:link,
#calendar td a:visited {
	margin: 0.4166em 0;
	display: block;
}

#calendar th a:hover,
#calendar th a:active {
	text-decoration: none;
	color: #FFF;
}

#calendar th {
	color: #BE9E4C;
}

#calendar .calendarDayHeading {
	color: #BE9E4C;
}

#calendar .calendarToday {
	background-color: #D50054;
	color: #FFF;
}

#calendar .calendarToday a:link,
#calendar .calendarToday a:visited,
#calendar .calendarToday a:hover,
#calendar .calendarToday a:active {
	color: #FFF;
}

#calendar .calendarBlank {
	color: #BBB;
	background-color: #F6F6F6;
}

#calendar p {
	margin-right: 0;
}

#calendar .previous {
	background: url(left-arrow.gif) no-repeat top left;
	padding-left: 10px;
	float: left;
	width: auto;
}

#calendar .next {
	background: url(right-arrow.gif) no-repeat top right;
	padding-right: 10px;
	float: right;
	width: auto;
}

.events .eventInfo {
	border-top: 1px solid #E5E5E5;
	margin-bottom: 1.6666em;
}

.events .eventInfo p {
	border-bottom: 1px solid #E5E5E5;
	padding: 0.4166em 0;
	margin: 0 !important;
}

.events .eventInfo p em {
	color: #BE9E4C;
	width: 80px;
	display: block;
	float: left;
}

.events .back {
	background: #FFF url(left-arrow.gif) no-repeat top left;
	padding-left: 10px;
	margin-top: 1.6666em;
}

/* !homepage -------------------------------------------------------------- */

#home #urgent {
	border: 1px solid #D50054;
	margin-bottom: 40px;
	padding-bottom: 5px;
}

#home #urgent h2 {
	background-color: #D50054;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
	font-size: 0.8333em;
	line-height: 2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#home #urgent h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 0.75em 10px 0.5555em 10px;
}

#home #urgent p {
	margin: 0 10px 0.4166em 10px;
}

#home #linkPanels ul {
	width: 220px;
}

#home #linkPanels ul li {
	width: 220px;
	height: 59px;
	margin: 0 0 1px 0 !important;
	background-color: #D50054;
	color: #BE9E4C;
	font-size: 1.1666em;
}

#home #linkPanels ul li a:link,
#home #linkPanels ul li a:visited {
	width: 164px;
	height: 39px;
	display: block;
	color: #BE9E4C;
	padding: 20px 0 0 56px;
}

#home #linkPanels ul li a:hover,
#home #linkPanels ul li a:active {
	color: #FFF;
	text-decoration: none;
}

li#linkAdmissions {
	background: url(home-buttons.jpg) no-repeat 0 0;
}

li#linkProspectus {
	background: url(home-buttons.jpg) no-repeat 0 -59px;
}

li#linkOfsted {
	background: url(home-buttons.jpg) no-repeat 0 -118px;
}

li#linkAdmissions a:link,
li#linkAdmissions a:visited {
	background: url(home-buttons.jpg) no-repeat 0 0;
}

li#linkProspectus a:link,
li#linkProspectus a:visited {
	background: url(home-buttons.jpg) no-repeat 0 -59px;
}

li#linkOfsted a:link,
li#linkOfsted a:visited {
	background: url(home-buttons.jpg) no-repeat 0 -118px;
}

#home #linkPanels ul li a:hover,
#home #linkPanels ul li a:active {
	background-position-x: -220px;
}

.column1 h2,
#home .column1 h3,
#home .column1 h4,
#home .column1 p,
#home .column1 ul {
	
}

#home .column1 img {
	float: left;
}

#home .imageWithCaption {
	float: left;
	width: 100px;
}

#home .imageWithCaption img {
	margin-bottom: 20px;
}

#home .imageWithCaption p {
	margin: 0;
	color: #BE9E4C;
	font-size: 0.9166em;
	line-height: 1.8181em;
}

#home .imageWithCaption p.title {
	color: #888;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-style: italic;
}

/* !departments slider ----------------------------------------------------- */

#betala .slider {
	padding-bottom: 1.1111em;
	border-bottom: 1px solid #E5E5E5;
}

#betala .slider h2 {
	font-size: 1.5em;
	line-height: 1.1111em;
	color: #D50054;
	margin: 0.5555em 0 0 0;
	padding: 0.555em 0 0 0;
	border-top: 1px solid #E5E5E5;
	cursor: pointer;
	background: url(more-info.gif) no-repeat 498px 10px;
}

#betala .slider h2.active {
	color: #BE9E4C;
	background-image: url(close-info.gif);
}

#betala .slider h3 {
	font-size: 1.3333em;
	line-height: 1.25em;
}

/* !leadership team -------------------------------------------------------- */

.leadership-team #primaryContent p {
	border-bottom: 1px solid #E5E5E5;
	margin: 0.4545em 0 0.4545em 0;
	padding-bottom: 0.4545em;
}

/* !staff ------------------------------------------------------------------ */

.school_staff #primaryContent h2 {
	font-size: 1.5em;
	line-height: 1.1111em;
	margin: 0.5555em 0 0 0;
	padding-bottom: 0.5555em;
	border-bottom: 1px solid #E5E5E5;
}

.school_staff #primaryContent p {
	border-bottom: 1px solid #E5E5E5;
	margin: 0.4545em 0 0.4545em 0;
	padding-bottom: 0.4545em;
}

.school_staff #primaryContent p strong {
	width: 320px;
	display: block;
	float: left;
}

/* !governors -------------------------------------------------------------- */

.governors #primaryContent h2 {
	font-size: 1em;
	line-height: 1.6666em;
	margin: 0.4545em 0 0.4545em 0;
	padding-top: 0.4545em;
	width: 200px;
	float: left;
	clear: both;
	border-top: 1px solid #E5E5E5;
}

.governors #primaryContent p {
	margin: 0.4545em 0 0.4545em 0;
	padding-top: 0.4545em;
	width: 380px;
	float: left;
	border-top: 1px solid #E5E5E5;
}

/* !vacancies -------------------------------------------------------------- */

h2.job-title {
	font-size: 1.6666em;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 2em;
}






/* !contacts us ------------------------------------------------------------ */

#kontaktInfo {
	width: 200px;
	margin-right: 20px;
	float: left;
}

#kontaktForm {
	margin-top: 50px;
	width: 245px;
	float: left;
	border: thin solid #999;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-left: 3px;
	margin-bottom: 20px;
}

#kontaktForm .highlight {
	color: #D50054;
}

#kontaktForm .yellow {
	background-color: #FFFF00;
}

#kontaktForm p {
	clear: left;
	margin-top: 0;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#kontaktForm h2 {
	margin-top: 0;
}

#kontaktForm label {
	display: block;
	float: left;
	clear: left;
	margin-right: 0px;
	text-align: left;
	width: 220px;
}

#kontaktForm .sendbrochure {
	padding-bottom: 5px;
}

#kontaktForm .sendbrochure label {
	width: 100px;
}

#kontaktForm .sendbrochure input {
	width: auto;
}

#kontaktForm input {
	width: 220px !important;
	border: 1px solid #CCC;
	font-size: 1em !important;
	color: #333;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: transparent;
	background-image: none;
	margin: 0;
}

#kontaktForm input#prospectus {
	width: auto !important;
	border: none;
	float: left;
}

#kontaktForm textarea {
	width: 220px;
	border: 1px solid #CCC;
	margin: 0;
	font-size: 12px;
	color: #333;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#kontaktForm input:focus,
#kontaktForm textarea:focus {
	border: 1px solid #999;
	color: #666;
}

#kontaktForm .send input {
	width: 71px !important;
	height: 29px !important;
	border: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#kontaktForm label.error {
	clear: left;
	color: #D50054;
	width: auto;
	padding-left: 13px;
	font-size: 0.9166em;
	background: url(up_arrow.gif) no-repeat 0px 5px;
}

h2.rule {
	clear: both;
	border-top: 1px solid #E5E5E5;
	padding-top:  1.1538em;
}

/* !sidebar content -------------------------------------------------------- */

#secondaryContent img {
	margin-bottom: 10px;
}

#secondaryContent .pullquote img {
	margin-bottom: 0;
}

#secondaryContent p.caption {
	margin-top: -10px;
}

.archive {
	margin-bottom: 40px;
}

/* pdf panel */

.pdf-panel {
	border: 1px solid #E5E5E5;
	margin-bottom: 40px;
}

#secondaryContent .pdf-panel h2 {
	padding: 0 10px;
}

#secondaryContent .pdf-panel p {
	font-size: 1em;
	line-height: 1.6666em;
	margin: 0.8333em 0 0.8333em 0;
	padding: 0 10px;
}

#secondaryContent .pdf-panel p.small {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin: 0.909em 0 0.909em 0;
}

.pdf-panel img {
	margin: 0 !important;
}

/* panel */

.panel {
	border: 1px solid #E5E5E5;
	margin-bottom: 40px;
	padding: 10px 10px 5px 10px;
}

#secondaryContent .panel img {
	margin: 0;
}

/* !search results -------------------------------------------------------- */

#primaryContent .resultstotal {
	font-size: 1.1666em;
	line-height: 1.4285em;
}


.searchresults #primaryContent h2 {
	font-size: 1.5em;
	line-height: 1.1111em;
	border-top: 1px solid #E5E5E5;
	padding-top: 0.5555em;
}

#primaryContent .result p,
#primaryContent .result h1,
#primaryContent .result h2,
#primaryContent .result h3,
#primaryContent .result h4,
#primaryContent .result h5 {
	font-size: 1em;
	line-height: 1.6666em;
	margin: 0.8333em 0 0.8333em 0;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	border: none;
	margin-top: 0;
}

#primaryContent .result img {
	display: none;
}

/* !footer ---------------------------------------------------------------- */

#footer p {
	font-size: 0.9166em;
	line-height: 1.8181em;
	margin-left: 0px;
	color: #666;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	width: 960px;
	text-align: center;
}

#footer p strong {
	font-weight: normal;
	color: #666;
}

#footer p.contact {
	margin-bottom: 10px;
}

#footer #toplink {
	float:right;
	margin-right: 10px;
}

#footer #toplink a:link,
#footer #toplink a:visited {
	background: url(toplink_arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
}

#footer #toplink a:hover,
#footer #toplink a:active {
	background-position-y: -17px;
	
	
/* ! end footer ---------------------------------------------------------------- */
	
	
	
}
#lowerContentWrap #lowerContent .column4 {
	width: 940px;
	height: 108px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lowerContentWrap #lowerContent .column5 {
	float: left;
	width: 286px;
	margin-bottom: 15px;
}
#lowerContentWrap #lowerContent .column3 p {
	text-align: center;
}
#lowerContentWrap #lowerContent .column5 p {
	text-align: center;
}
#contentWrap #content .column1 p strong {
	color: #33FF99;
}
#contentWrap #content .column6 {
	float: left;
	width: 400px;
	margin-right: 40px;
}


#betala #contentWrap #content #kontaktForm #listmenu {
	margin-left: 3px;
	margin-top: 10px;
}
#betala #contentWrap #content #primaryContent .rutaleft2 {
}
#home #footerWrap {
	background-image: url(footer_home_bg.gif);
}
#home #contentWrap {
	background-image: url(contentWrap_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#home #lowerContentWrap {
	background-image: url(lowerContent_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

