/** 
 * St Thomas of Canterbury College theme
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}
html, body {
	min-width: 100%;
	position: relative;
	background-color: #c5c1b7;
}
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINERS and SHADING
----------------------------------------- */
#Shadow {
	
	background: url(../images/shadow.png) repeat-y;
	width: 946px;
	margin: 0 auto;
}
#FooterContainer {
	padding: 0 8px;
	background: url(../images/shadow-bottom.png) no-repeat bottom center;
}
#HeaderContainer,
#LayoutContainer {
	margin: 0 8px;
}
#HeaderContainer,
#Footer {
	background: #0056a5;
}
#LayoutContainer{
	background: white;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 555px; 
 	margin: 0 auto;
	overflow: hidden;

	
}
	#Header h1 {
		padding: 0;
		vertical-align: middle;
		font-size: 2.4em; 
		font-family: "Times New Roman",Times,serif;
		font-weight: normal;
		text-transform: uppercase;
	}
	 	#Header h1 a{ 
		  	color: #fff; 
			line-height: 100px;
			text-decoration: none;
		}
			#Header h1 a img {
				border: 0;
				display: block;
				float: left;
			}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 100%;
	padding-top: 5px;
	height: 30px;
	background: url(../images/nav-bg.gif) repeat-x left bottom;
}
/* First Level - horizontal */
	#Navigation ul { 
 		float: left; 
		margin-left: 0px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			vertical-align: middle;
			display: block;
		}
  			#Navigation ul li a { 
				text-decoration: none;
				display: block;  
				font-size: 1.2em; 
				padding: 7px 2px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 3px;
				}
				#Navigation ul li:hover a {
					background: #0056A5;
				}
					#Navigation ul li a:hover { 
			 			background: #1e92ff; 
						color: #fff;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						background: #1e92ff;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	background: #0056A5; 
				 	color: #444;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					background: #0056A5;
					color: #444;
				}
/* Second level - vertical, hidden */
		#Navigation ul ul {
			float: none;
			width: auto;
			margin-left: 0;
			display: none;
			position: absolute;
			z-index: 400;
			background: #2050a7;
		}
			#Navigation ul ul li {
				float: none;
				position: relative;
				min-width: 150px;
			}
			
/* Third row, vertical to the left, hidden */
			#Navigation ul ul ul {
				display: none;
				position: absolute;
				top: 0;
				left: 100%;
				width: 100%;
				z-index: 50;
			}
/* Unhide row when hovering over the parent */
#Navigation ul li:hover ul{
	display: block;
}

/* CONTENT HEAD
---------------------------------------- */
#Layout .typography {
	
}		
#Layout .homepage {

}
#ContentHead, #Layout #topHeading {
	background: white;
	padding: 10px 10px 0 10px;
}
#HeaderImage {
	text-align: center;
}
#ContentBody {
	position: relative;
}
#Left {

	position:relative;
	float:left;
	display:inline;
	width: 270px;
	background: url(../images/left-top-bg.jpg) no-repeat;
	min-height: 44px;
	padding: 30px 30px 10px 10px;
	z-index: 50;

}
#Right {
	width: 570px;
	min-height: 300px;
	float: left;
	display: inline;
	position: relative;
	margin-left: 10px;
	padding: 30px 10px 10px 10px;
	z-index: 50;
}

	#Right .main {
		width: 370px;
		float: left;
	}
	
	#Right .side {
		float: left;
		width: 150px;
		margin-left: 50px;
	}

.bg{
	width:200px;
	position:absolute;
	bottom:0;
}
.bg.left {
	background: url(../images/left-bg.jpg) repeat-y;
	width: 320px;
	left: 0;
}
.bg.right {
	
	left: 340px;
	width: 570px;
}

html>body .bg{top:0}/* hide from ie6 and under*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}


/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 1.1em;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 1em;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	text-align: center;
	padding-bottom: 1em;
}
  	#Footer p { 
		color: #fff;
		font-size: 1.2em;
		text-align: center;

	}
	#Footer .slogan {
		font-size: 1.8em;
		padding-bottom: 0.4em;
	}
	#Footer a { 
   		color: #fff; 
   		text-decoration: none;
	}
		#Footer a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
/* IMAGE GALLERY
----------------------------------------------- */

#Layout div.typography.gallery {
	height: 486px;
	background: url(../images/gallery-bg.jpg) no-repeat;
	position: relative;
}
.film-wrapper {
	position: absolute;
	bottom: 10px;
	left: 50px;
}
.film-strip {
	width: 820px;
	height: 90px;
	overflow: auto;
	position: relative;
}
	.film-strip .gallery-layout,
	.film-strip .gallery-layout.loaded {
		background: url(../images/film-bg.jpg) repeat-x;
display: block;
  height: 79px;
  /* Max width here, for users without Javascript */
  width: 6000px;
	}

.film-strip li {
  display: block;
  float: left;
  padding: 0 4px;
}
.film-strip .gallery-layout li:hover {
	background: none;
}
.film-strip a {
  display: block;
  text-decoration: none;
}

.typography .film-strip img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.film-strip a:hover img,
.film-strip a.active img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
#pictureWrapper {
	position: absolute;
	
	background: url(../images/image-top-left-shadow.png) no-repeat top left;
	padding-top: 20px;
	padding-left: 30px;
	width: 300px;
	height: 150px;
	left: 285px;
	top: 90px;
	/*width: 815px;
	height: 325px;
	left: 25px;*/
}
.wrapperTop {
	background: url(../images/image-top-right-shadow.png) no-repeat top right;
	height: 39px;
	margin-left: 30px;
	margin-top: -20px;
}
.wrapperLeft {
	background: url(../images/image-bottom-left-shadow.png) no-repeat bottom left;
	margin-left: -30px;
	height: 100%;
	width: 30px;
	float: left;
}
.wrapper {
	background: white;
	width: 100%;
	height: 100%;
	margin-top: -9px;
	float: left;
	background: url(../images/loader.gif) no-repeat center center white;
}
#pictureContainer {
	display: none;
}

/* HOME PAGE CUSTOM BITS 
-------------------------------------------- */

.homepage {
	position: relative;
}
		.homepage img {
			display: block;
		}
#Homepage-blurb {
	position: absolute;
	right: 20px;
	bottom: 100px;
	width: 250px;
}
	#Homepage-blurb p {
		margin-bottom: 1em;
	}


/* CALENDAR STUFF
-------------------------------------------- */
#Layout #dateHeader {
	margin: 8px 10px;
}
#events {
	padding: 0 10px;
}
#calendar-widget {
	padding: 0 10px;
}
#Layout div.dp-popup {
	width: auto;
}
#calendar-sidebar h3, #calendar-sidebar p {
	padding: 0 10px;
}

