/*
	Theme Name: Designed for Schools
	Theme URI: http://deucecreative.co.uk
	Description: A custom theme built for Designed for Schools (http://designedforschools.co.uk)
	Version: 1.0
	Author: Deuce Creative
	URI: http://deucecreative.co.uk
	Tags: 
*/

/* BASIC ELEMENTS */

html, body {
	font: 12px Arial, sans-serif;
	line-height: 17px;
	color: #2a2a2a;
	background: #ffffff;
	height: 100%;
}

#container {
	min-height: 100%;
	margin-bottom: -119px;
	position: relative;
	background: #cdffff url(images/sub-bg-bottom.jpg) center bottom repeat-x;
}

body.home #container {
	background: #202221;
}

a {
	color: #f48105;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: none;
}

h2 {
	color: #cccccc;
	font-family: "Comic Sans MS";
	font-size: 28px;
	margin-bottom: 10px;
}

h3 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
}

h3 a {
	display: none;
}

.home h3,
.single #supportingText h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
}

.slideInfoZone a,
.slideInfoZone a {
	display: block;
	color: #000;
}

/* SPECIFIC DIVS */

#header_container {
	background: #fff url(images/header-bg.jpg) repeat-x top center;
	height: 104px; 
}

#logo{
	margin: 35px 0px 0px 30px;
}

/* NAVIGATION */

#primary_nav {
	margin-top: 49px;
	list-style-type: none;
}

#primary_nav li.page_item {
	float: left;
	margin-left: 0;
}

#primary_nav li.page_item a {
	display: block;
	width: 100px;
	height: 55px;
	background: transparent url(images/nav.png) left top no-repeat;
}

#primary_nav li.page_item a span {
	display: none;
}

/* Normal Links */

#primary_nav li.page-item-135 a { /* Home */
	background-position: 0 0;
}

#primary_nav li.page-item-137 a { /* Work */
	background-position: -100px 0;
}

#primary_nav li.page-item-2 a { /* About */
	background-position: -200px 0;
}
	
#primary_nav li.page-item-95 a { /* Contact */
	background-position: -300px 0;
}	

/* Hover Links */

#primary_nav li.page-item-135 a:hover { /* Home */
	background-position: 0 -110px;
}

#primary_nav li.page-item-137 a:hover { /* Work */
	background-position: -100px -110px;
}

#primary_nav li.page-item-2 a:hover { /* About */
	background-position: -200px -110px;
}

#primary_nav li.page-item-95 a:hover { /* Contact */
	background-position: -300px -110px;
}

/* Selected Links */

#primary_nav li.page-item-135.current_page_item a,
#primary_nav li.page-item-135.current_page_parent a,
#primary_nav li.page-item-135.current_page_ancestor a { /* Home */
	background-position: 0 -55px;
}

#primary_nav li.page-item-137.current_page_item a,
#primary_nav li.page-item-137.current_page_parent a,
#primary_nav li.page-item-137.current_page_ancestor a { /* Work */
	background-position: -100px -55px;
}

#primary_nav li.page-item-2.current_page_item a,
#primary_nav li.page-item-2.current_page_parent a,
#primary_nav li.page-item-2.current_page_ancestor a { /* About */
	background-position: -200px -55px;
}

#primary_nav li.page-item-95.current_page_item a,
#primary_nav li.page-item-95.current_page_parent a,
#primary_nav li.page-item-95.current_page_ancestor a { /* Contact */
	background-position: -300px -55px;
}

/* IMAGES */

img.indent {
	margin-left: 35px;
}



/* MAIN CONTENT */

#main_container {
	background-image: url(images/chalk-board-bg.jpg);
	background-repeat: repeat;
}

#main_content1 {
	background-image: url(images/projector-screen.png);
	background-repeat: no-repeat;
	height: 386px;
}

#main_content2 {
	padding-left: 35px;
}

#main_content2 img {
	margin: 20px 0;
}

#projector_image {
	height: 312px;
	width: 444px;
/* 	border: 1px solid #cecece; */
	margin: 38px 0 0 60px;
}

.single #projector_image img {
	height: 312px;
	width: 444px;
}

.single .project_image {
	height: 312px;
	width: 444px;
	background-repeat: no-repeat;
	background-position: center 0;
}

#pagerContainer {
	margin-left: 60px;
	width: 444px;
}

#projector_screen_shadow {
	height: 18px;
}

#prevNextPostLinks #prevPostLink,
#prevNextPostLinks #projectorHandle,
#prevNextPostLinks #nextPostLink {
	float: left;
}

#prevNextPostLinks #prevPostLink {
	width: 264px;
}

#prevNextPostLinks #nextPostLink {
	width: 245px;
}

#prevNextPostLinks #projectorHandle {
	width: 31px;
}

#prevNextPostLinks #prevPostLink img {
	float: right;
	margin-right: 12px;
}

#prevNextPostLinks #nextPostLink img {
	float: left;
	margin-left: 12px;
}

#pagerContainer ul#pager {
	float: right;
	list-style-type: none;
	margin: 9px 1px 0 0;
}

#pagerContainer ul#pager li {
	float: left;
	margin: 0;
}

#pagerContainer ul#pager li a {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(images/slide-thumb.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

#pagerContainer ul#pager li a.activeSlide {
	background-position: 0 -14px;
}

#pagerContainer ul#pager li a:focus {
	outline: none;
}

#shelf_container {
	background-image: url(images/shelf-repeat.png);
	background-repeat: repeat-x;
	clear: both;									 
	height: 54px;
}

img.intro_text {
	margin-top: 26px;			 					
	margin-bottom: 26px;
}

img.space_before{
	margin-top: 26px;			 					
}

a.more{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left center;
	line-height: 15px;
	clear: both;									
}

/* SECONDARY CONTENT */

.blackboard{
	float: left;
	width: 150px;
}

#text1 {
	float: left;
	width:300px;
}

#text2 {
	float: left;
	width:250px;
}


#secondary_container {
	background-color: #202221;
	height: 224px;
	padding-bottom: 40px;
}

#secondary_container_sub {
	background: #cdffff url(images/sub-bg.jpg) center bottom repeat-x;
	min-height: 521px;
}

#secondary_content1 p,
#secondary_content2 p{
	color:#eaeaea;
}

#secondary_content2 p.author {
	color: #999999;
}

#secondary_content2 p.author span,
#supportingText p.author span {
	font-weight: bold;
}

a.secondary_more	{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #33cc33;
	clear: both;									 /* CLEAR BOTH */
}

#secondary_container img.heading {
	margin-bottom: 10px;
}

#secondary_container blockquote,
#secondary_container_sub blockquote {
	text-indent: -8px;
	margin-bottom: 10px;
}


#secondary_container blockquote {
	color: #eaeaea;
}

#secondary_container_sub blockquote {
	font-weight: bold;
}

#secondary_container blockquote span,
#secondary_container_sub blockquote span {
	padding-right: 2px;
}

/* Sub Page */

#shelf_container_sub {
	background-image: url(images/shelf-repeat-sub.png);
	background-repeat: repeat-x;
	clear: both;									 
	height: 54px;
}

#pageSummary{
	padding: 30px 0px 0px 30px;
}

#supportingText {
	padding: 30px 0px 0px 30px;
}

#supportingText img {
	margin: 15px 0 10px 0;
}

#supportingImage {
	margin: 67px 0px 0px 52px;

}


/* FOOTER CONTENT */


.clearfooter {
	height: 119px;
	clear: both;
}

#footer_container {
	background: #ffffff url(images/footer-bg.jpg) repeat-x;
	background-position: center bottom;
	height: 119px;
	padding: 0;
	position: relative;
}

#footer_content {
	padding-top: 20px;
}

#footer_content img.icon {
	float: right;
}

#footer_content p {
	margin-bottom: 0;
}

#footer_content p.indent {
	margin-left: 2px;
}

#footer_content ul#secondary_nav {
	list-style-type: none;
	margin-top: 10px;
}

#footer_content p.credits {
	font-size: 9px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	margin-top: 10px;
}

#footer_content ul#secondary_nav li {
/* 	float: left; */
	display: inline;
	margin: 0;
}

#footer_content ul#secondary_nav li a {
	font-size: 9px;
	line-height: 18px;
	margin-left: 10px;
	white-space: nowrap;
}

.left {
	float: left;
}

/*
.footer_icon{
	width: 60px;
}
*/

a.footer_more	{
	clear: both;									 /* CLEAR BOTH */
}

.hidden {
	display: none;
}

imageElement p a {
	color: #f48105;
	text-decoration: underline;
}

imageElement p a:hover {
	text-decoration: underline;
}

ul#projectList {
	list-style-type: none;
}

ul#projectList li {
	margin: 0;
}

ul#projectList li a {
	background-image: url(images/slide-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

ul#projectList li a:hover,
ul#projectList li a.selected {
	color: #f48105;
	text-decoration: none;
	background-position: 0 -41px;
}

ul#projectSlides {
	list-style-type: none;
	margin: 100px 0 0 50px;
}

ul#projectSlides li {
	margin: 0;
	float: left;
	margin: 0 22px 18px 0;
}

ul#projectSlides li a {
	background-image: url(images/slide-thumb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 133px;
	height: 130px;
}

ul#projectSlides li a:hover,
ul#projectSlides li a.selected {
	background-position: 0 -130px;
}

ul#projectSlides li a:active,
ul#projectSlides li a.clicked {
	background-position: 0 -260px;
}

ul#projectSlides li a img.slideImage {
	width: 88px;
	height: 55px;
	margin: 33px 0 0 23px;
	z-index: -100;
}

ul#projectSlides li a:active img.slideImage,
ul#projectSlides li a.clicked img.slideImage {
	margin-top: 37px;
}

ul#projectSlides li a h4 {
	text-align: center;
	font-size: 9px;
	margin: 0;
	padding: 0;
	line-height: 10px;
	color: #000000;
	padding: 0 20px;
}

