/*	Site Specific Stylesheet
	Trinity School, Croydon
	2011-08-05
	Build: Ed Mowle, Design: * - www.e4education.co.uk
----------------------------------------------------------- */

@import url(reset.css); /* Global Reset */
@import url(default.css); /* Sets sensible default styles */

/* General Styling
----------------------------------------------------------- */
#pdf { width: 755px; height: 600px; margin-bottom: 40px; }
html, body {
	height: 100%;
	font-family: helvetica, arial, sans-serif;
	color: #777777;
}
#body {
	min-height: 100%;
	min-width: 980px;
	position: relative;
	background: url('/_includes/images/design/repeat.jpg') repeat-x;
}
#background {
	background: url('/_includes/images/design/header.jpg') no-repeat center top;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 980px;
	height: 210px;
	position: relative;
	background: url('/_includes/images/design/header.jpg') no-repeat center top;
}
#middle {
	width: 980px;
	overflow: hidden;
	padding: 120px 0 60px;
	position: relative;
}
#subnav {
	width: 220px;
	margin-right: 5px;
	float: left;
}
#content {
	width: 755px;
	float: left;
}
#footer {
	width: 100%;
	height: 36px;
	overflow: hidden;
	clear: both;
	position: absolute;
	bottom: 0;
	background: #11458D;
}

/* Header Styling
----------------------------------------------------------- */

#header_logo {
	width: 320px;
	height: 120px;
	position: absolute;
	top: 30px; left: -20px;
}
#header_logo a {
	width: 320px;
	height: 120px;
	display: block;
	position: relative;
}
#header_logo a span {
	width: 320px;
	height: 120px;
	display: block;
	position: absolute;
	background: url('/_includes/images/design/header.jpg') no-repeat -41px -30px;
}
#header_links {
	width: 980px;
	height: 50px;
}
#header_links ul {
	width: 980px;
	height: 30px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	text-align: right;
}
#header_links ul li {
	height: 30px;
	padding: 0 6px;
	display: inline;
	border-right: 1px solid #FFF;
}
#header_links ul li.last {
	border-right: 0 none;
	padding-right: 3px;
}
#header_links ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header_links ul li a:hover {
	text-decoration: underline;
}
	
/* Main Menu Styling
----------------------------------------------------------- */

#header_menu {
	width: 980px;
	height: 34px;
	position: absolute;
	bottom: 0; left: 0;
}
#header_menu ul {
	width: 980px;
	height: 34px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#header_menu li {
	height: 28px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0 5px 0 0;
}
#header_menu li a {
	height: 24px;
	float: left;
	padding: 4px 10px 0;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}
#header_menu li.selected a, #header_menu li a:hover {
	background: url('/_includes/images/design/menu.jpg') left bottom repeat-x;
	color: #777777;
}
#header_menu li.selected a span.menu_item_left, #header_menu li a:hover span.menu_item_left {
	width: 8px;
	height: 28px;
	position: absolute;
	top: 0; left: 0;
	background: url('/_includes/images/design/menu.jpg') left top no-repeat;
}
#header_menu li.selected a span.menu_item_right, #header_menu li a:hover span.menu_item_right {
	width: 8px;
	height: 28px;
	position: absolute;
	top: 0; right: 0;
	background: url('/_includes/images/design/menu.jpg') right top no-repeat;
}

/* Subnav Styling
----------------------------------------------------------- */

#subnav_menu, #subnav_logos {
	width: 220px;
	margin: 0 0 40px;
	padding: 0;
	float: left;
	list-style: none;
}
#subnav_menu li {
	width: 220px;
	margin: 0 0 20px;
	clear: both;
	font-size: 16px;
}
#subnav_menu li a {
	color: #777777;
	text-decoration: none;
}
#subnav_menu li a:hover {
	text-decoration: underline;
}

/* Breadcrumbs Styling
----------------------------------------------------------- */

#breadcrumbs_container {
	float: left;
	margin-bottom: 10px;
}
#breadcrumbs_container p {
	float: left;
	margin: 0 3px 10px 0;
}
#breadcrumbs {
	list-style: none;
	margin: 0;
	float: left;
}
#breadcrumbs li {
	float: left;
	display: inline;
}
#breadcrumbs li a {
	color: #777777;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	color: #777777;
	text-decoration: underline;
}

/* Slideshow Styling
----------------------------------------------------------- */

#slideshow {
	width: 755px;
	height: 260px;
	margin-bottom: 20px;
	float: left;
}
#slideshow ul {
	visibility: none;
}

/* Content Styling
----------------------------------------------------------- */

#content h1.cms-title, #content h1#itemTitle {
	width: 980px;
	padding: 10px 0;
	margin: 30px 0 0;
	position: absolute;
	top: 0; left: 0;
	border-bottom: 2px solid #CCCCCC;
	font-family: times new roman, serif;
	font-weight: normal;
	font-size: 32px;
	color: #11458D;
}
#content h1, #editor h1, 
#content h2, #editor h2, 
#content h3, #editor h3, 
#content h4, #editor h4, 
#content h5, #editor h5 {
	margin: 0 0 14px;
	font-family: times new roman, serif;
	font-weight: normal;
	color: #11458D;
}
#content h6, #editor h6 {
	margin: 0 0 14px;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #777777;
}
#content ul, #content ol {
	margin-bottom: 14px;
}
#content p {
	margin: 0 0 14px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
}
#content a {
	text-decoration: none;
	color: #11458D;
}
#content a:hover {
	text-decoration: underline;
}

/* Editor Styling
----------------------------------------------------------- */

#content span.admin_clickToEdit_holder {
	position: absolute !important;
	top: 0 !important; left: 0 !important;
}
#content span.admin_clickToEdit_buttons {
	margin-top: 6px !important;
	margin-right: 10px !important;
}
#content input#itemTitle_input {
	width: 938px !important;
	margin: 30px 0 0 !important;
	font-family: times new roman, serif !important;
	font-weight: normal !important;
	font-size: 32px !important;
}
#editor {
	width: 755px;
	font-family: helvetica, arial, sans-serif;
	color: #777777;
}

/* Footer Styling
----------------------------------------------------------- */

#footer ul {
	width: 980px;
	height: 20px;
	margin: 8px auto;
	list-style: none;
	color: #FFFFFF;
}
#footer ul li.footer_left {
	float: left;
}
#footer ul li.footer_right {
	float: right;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

/* Attachment Styling
----------------------------------------------------------- */

ol.fileAttachmentList {
	min-height: 40px;
	padding: 0 0 20px 0;
	margin: 0;
}
ol.fileAttachmentList li {
	list-style-type: none;
	height: 35px;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: -10px;
	background-position: left;
	background-repeat: no-repeat;
	}
ol.podcastList li {
	height: auto !important;
}
ol.podcastList li.attachmentDownload_mp3 {
	background-position: top left;
}
ol.fileAttachmentList li.attachmentDownload_doc {
	background-image: url(../images/icons/doc.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_docx {
	background-image: url(../images/icons/doc.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_mp3 {
	background-image: url(../images/icons/mp3.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_pdf {
	background-image: url(../images/icons/pdf.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_pub {
	background-image: url(../images/icons/pub.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_zip {
	background-image: url(../images/icons/zip.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_jpg {
	background-image: url(../images/icons/jpg.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_jpeg {
	background-image: url(../images/icons/jpeg.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_gif {
	background-image: url(../images/icons/gif.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_xls, ol.fileAttachmentList li.attachmentDownload_xlsx {
	background-image: url(../images/icons/xls.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_ppt {
	background-image: url(../images/icons/ppt.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_pptx {
	background-image: url(../images/icons/ppt.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_rar {
	background-image: url(../images/icons/rar.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_rtf {
	background-image: url(../images/icons/rtf.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_txt {
	background-image: url(../images/icons/txt.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_csv {
	background-image: url(../images/icons/csv.gif)  !important;
}
ol.fileAttachmentList li.attachmentDownload_png {
	background-image: url(../images/icons/png.gif)  !important;
}
