﻿/* CSS Document */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

body a {
	text-decoration: none;
	}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 746px;
	background-image: url(../images/main_rpt.gif);
	background-repeat: repeat-y;
	}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 746px;
	height: 197px;
	}

#breadcrumbs {
	width: 725px;
	padding-top: 172px;
	margin-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 75%;
	color: #b15c00;
	border-bottom: 1px dotted #fe8b00;
	}

#breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	}
	
#breadcrumbs li {
	display: inline;
	padding: 0px 3px 0px 11px;
	background: url(../images/subnav_bullet.gif) left  no-repeat;
	}

#breadcrumbs a:link		{text-decoration: none; color:#b15c00;}
#breadcrumbs a:visited	{text-decoration: none; color:#b15c00;}
#breadcrumbs a:hover	{text-decoration: none; color:#7c4000;}
#breadcrumbs a:active	{text-decoration: none;}

#back {
	float: left;
	background-image: url(../images/backarrow.gif);
	background-repeat: no-repeat;
	width: 39px; 
	height: 35px;
	margin-top: -13px;
	margin-right: 10px;
	padding: 12px 0px 0px 33px;
	color: #FFF;
	}

#back a {
	color: #fff;
	}

#back a hover{
	color: #b15c00;
	}
	
#main {
	background-image: url(../images/main_rpt.gif);
	background-repeat: repeat-y;
	width: 746px;
	}

#content {
	padding: 0px 10px;
	float: left;
	clear: both;
	}

#forcer	{
	float: left;
	width: 0px;
	height: 25px;
	}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 746px;
	height: 43px;
	}

.cleaner {
	clear: both;
	}

#help {
	width: 130px;
	height: 40px;
	}

#help a {
	text-indent: -5000px;
	display: block;
	width: 130px;
	height: 40px;
	}

#categories {
	text-align:center;
	}

#categories li {	
	display: inline;
	padding: 3px 20px 3px 20px;
	font-size: 120%;
	
}

#categories li a {
	color: #000000;
}
.back_to_top {
	float: right;
	padding: 3px 25px 3px 0px;
	margin: -30px 5px 0px 0px;
	font-size: 40%;
	display: inline;
	color: #ffffff;
	background-image: url(../images/back_to_top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
.games {
	clear: both;
	display: block;
	float: left;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	width: 670px;
	border: 2px solid #FC6500;
	}

.item h2 {
	color: #000000;
	font-size: 95%;
	border-bottom: none;
	padding: 0px;
	}
	
.item p {
	padding: 3px;
	margin: 0px;
	font-size: 80%;
	text-align: left;
	}

.item a {
	color: #000000;
	text-decoration: underline;
	}

.item img {
	border: 1px solid #000000;
	}

.row {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0px;
	background-image: url(../images/row_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 670px;
	}

.row_top {
	background-image: url(../images/row_top.gif);
	background-repeat: no-repeat;
	width: 670px;
	height: 4px;
	float: left;
	display: block;}

#categories {
	padding: 0px 0px 0px 88px;
	margin: 0px auto;	
	}

#categories ul	{
					margin: 0px; 
					padding: 0px;
					}
					
				#categories li	{
					padding: 0px; margin: 0px 10px 0px 10px; 
					float: left;
					list-style-type: none;
					}
				
				#subject_art	{
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/art.jpg);
					background-repeat: no-repeat;
					float: left;
					
					}
				#subject_art a {
					height: 75px;
					width: 75px;
					display: block;
					}
				
				#subject_english	{
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/english.jpg);
					background-repeat: no-repeat;
					float: left;
					}
				#subject_english a {
					height: 75px;
					width: 75px;
					display: block;
					}
				
				#subject_fun {
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/fun.jpg);
					background-repeat: no-repeat;
					float: left;
					}
				#subject_fun a {
					height: 75px;
					width: 75px;
					display: block;
					}
					
				#subject_ict	{
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/ict.jpg);
					background-repeat: no-repeat;
					float: left;
					}
				#subject_ict a {
					height: 75px;
					width: 75px;
					display: block;
					}
				
				#subject_maths	{
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/maths.jpg);
					background-repeat: no-repeat;
					float: left;
					}
				#subject_maths a {
					height: 75px;
					width: 75px;
					display: block;
					}
				
				#subject_science	{
					height: 75px;
					width: 75px;
					text-indent: -5000px;
					background-image: url(../images/subject_icons/science.jpg);
					background-repeat: no-repeat;
					float: left;
					}
				#subject_science a {
					height: 75px;
					width: 75px;
					display: block;
					}

	