#preview {
	margin: 0;
	padding: 10px;
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: 120%;
}

	#preview a {
		color: #ccc;
		font-size: 60%;
		text-decoration: none;
	}
	
		#preview a:hover {
			text-decoration: underline;
		}

#font_check1 {
	font-family: "Old English Text", "Old English Text MT", Arial;
	display: none;
}

#font_check2 {
	font-family: Arial;
	display: none;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	background-color: #F2F2F2;
	background-image: url('images/back.jpg');
}

hr {
	display: none;
}

a#rss, a#twitter {
	outline: none;
	right: 25px;
	top: 0;
	position: absolute;
	display: block;
	width: 30px;
	height: 31px;
	text-indent: -10000px;
	background-image: url('images/rss.png');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 100;
}

a#twitter {
	background-image: url('images/twitter.png');
	right: 65px;
}

	a#rss:hover, a#twitter:hover {
		background-position: bottom center;
	}

#container {
	width: 960px;
	margin: 10px auto 0 auto;
	padding-top: 30px;
	position: relative;
}

#header {
	position: relative;
	z-index: 200;
}

	#header h2 {
		position: absolute;
		z-index: 200;
		left: -50px;
		top: 0;
		margin: 0;
		padding: 0;
		background-image: url('images/logo.png');
		width: 450px;
		height: 130px;
		text-indent: -10000px;
	}

ul.nav {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 25px;
	top: 40px;
	z-index: 200;
}

	ul.nav li {
		display: block;
		margin-left: 20px;
		height: 28px;
		float: left;
	}
	
		ul.nav li a {
			display: block;
			height: 28px;
			background-position: center top;
			background-repeat: no-repeat;
			text-indent: -10000px;
			outline: none;
		}
	
			ul.nav li.home a {
				background-image: url('images/nav/home.png');
				width: 53px;
			}
			
			ul.nav li.updates a {
				background-image: url('images/nav/updates.png');
				width: 71px;
			}
	
			ul.nav li.pupils a {
				background-image: url('images/nav/pupils.png');
				width: 61px;
			}
	
			ul.nav li.teachers a {
				background-image: url('images/nav/teachers.png');
				width: 78px;
			}
	
			ul.nav li.forum a {
				background-image: url('images/nav/forum.png');
				width: 63px;
			}
	
			ul.nav li.contact a {
				background-image: url('images/nav/contact.png');
				width: 68px;
			}
			
			ul.nav li.links a {
				background-image: url('images/nav/links.png');
				width: 61px;
			}
			
			ul.nav li.shop a {
				background-image: url('images/nav/shop.png');
				width: 53px;
			}
		
			ul.nav li a:hover {
				background-position: center bottom;
			}

#nav_top {
	top: 5px;
}
	
	#nav_top li {
		height: 34px;
	}
	
		#nav_top li.join a {
			background-image: url('images/nav/join.png');
			width: 63px;
		}
		
		#nav_top li.members a {
			background-image: url('images/nav/members.png');
			width: 116px;
		}

#content {
	background-image: url('images/body_top.jpg');
	background-repeat: no-repeat;
	background-position: center 10px;
}

	#content h1, #content h2 {
		text-align: center;
		font-size: 260%;
		font-family: "Old English Text", "Old English Text MT", "Georgia", "serif";
		font-weight: normal;
	}
	
	#content h2 {
		font-size: 200%;
	}
	
	#content a {
		color: #666;
		text-decoration: none;
	}
		
		#content a:hover {
			color: #F726B7;
			text-decoration: none;
		}

	#content table.list {
		border-collapse: collapse;
		margin: -20px auto 0 auto;
	}
		
		#content table.list tr td.photos div.photo, #content table.list tr td.photos div.video {
			width: 160px;
			height: 240px;
			float: left;
			overflow: hidden;
			position: relative;
			padding-top: 5px;
			text-align: center;
		}
		
			#content table.list tr td.photos div.photo span, #content table.list tr td.photos div.video span {
				position: absolute;
				top: 5px;
				left: 0;
				display: block;
				background-color: transparent;
				width: 160px;
				height: 240px;
				background-image: url('images/photo_non_preview.png');
				background-repeat: no-repeat;
				cursor:  pointer;
			}
			
				#content table.list tr td.photos div.video span {
					background-image: url('images/video_non_preview.png');
				}
			
				#content table.list tr td.photos div.video_preview span {
					background-image: url('images/video_preview_large.png');
					width: 320px;
				}
		
			#content table.list tr td.photos div.preview span {
				padding-top: 5px;
				background-image: url('images/photo_preview.png');
				cursor:  pointer;
			}
		
			#content table.list tr td.photos div.photo a, #content table.list tr td.photos div.video a {
				display: block;
				width: 160px;
				height: 240px;
				outline: none;
			}
			
				#content table.list tr td.photos div.photo a img, #content table.list tr td.photos div.video a img {
					border: none;
				}
				
				#content table.list tr td.photos div.video a img.camera {
					margin-top: 20px;
				}
				
				
		#content table.list tr td {
			width: 160px;
			margin: 0;
			padding: 10px 0;
		}
		
			#content table.list tr td.spacer {
				width: 15px;
			}
		
			#content table.list tr td.text {
				font-size: 65%;
				text-align: center;
				vertical-align: middle;
				height: 75px;
				padding: 0 5px;
				width: 150px;
				border: 1px solid #ccc;
			}



#footer {
	text-align: center;
	font-size: 65%;
}

	#footer_nav {
		margin-top: 20px;
		position: relative;
		height: 40px;
		top: 0;
		right: 0;
		padding-left: 150px;
	}
	
	#footer p a {
		color: #000;
	}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */