/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0em 0 0.643em 0;
	font-size:75%;
	font-family: helvetica, georgia, "times new roman", serif;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
}

h2{
	font-size: 20px;
    color: #E87817;
}

ul, li {
	list-style-type: disc;
	padding:10px;
	margin:0 15px;
}

/* ---[ links ]------------------------------------ */

/* default */

a, a:link, a:visited {
	color:#E87818;
	outline:none;
    }

a:hover{
	color:#8E0808;
}

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */
div#header{
	height: 369px;
	margin-bottom:-130px;
}

div#container{
	width:866px;
	margin:0 auto;
	
}

div#navigation{
	float:right;
	margin-top:187px;
	margin-right:30px;
}

div#content{
	padding: 0 20px 0 190px;
	min-height:300px;
}

div#footer{
	clear:both;
	width:100%;
	margin-top:0px;
}

/* --- backgrounds ---------------------------------------------- */
body{
	background: url(/img/backgrounds/studentpage_body.png) repeat-y center;
}
#header{
	background: url(/img/backgrounds/studentpage_header.png) no-repeat;
}
div#content{
	background: url(/img/backgrounds/studentpage_content.png) repeat-y top right;
}
div#footer{
	background: url(/img/backgrounds/studentpage_footer.png) no-repeat top center;
}

/* --- header ---------------------------------------------- */

/* --- content ----------------------------------------------- */

#noticeboard{
	background: url(/img/backgrounds/noticeboard.jpg) no-repeat top center;
	padding-top:40px
}

#noticeboard_bottom{
	padding: 0 0 40px 100px;
	background: url(/img/backgrounds/noticeboard.jpg) no-repeat bottom center;	
}

#noticeboard_bottom p{
	width: 181px;
	margin-right: 50px;
	color: #E87817;
	font-size: 18px;
	float:left;
	background: url(/img/backgrounds/paper_note.png) no-repeat bottom center;
	padding:10px 10px 25px 10px;
}

/* --- calendar ----------------------------------------------- */
table {
    border-collapse: collapse;
	vertical-align: top;
	margin:0 auto;
    }

caption{
    font-size: 20px;
    color: #84494f;
    padding:5px 0 20px 20px;
	text-align: left;
}

#prevmonth{
    font-size: 20px;
    color: #84494f;
	padding: 20px 0 20px 30px;
}

#nextmonth{
	float:right;
}

th, td{
	color: #84494f;
}   

td {
    padding: 5px;
    border: 1px solid #84494f;
    width: 75px;
	height: 75px;
	vertical-align: top;
}

td em{
	display: block;
}
#calendar tr.days td em{
	display:block;
}

/* -- gallery -------------------------------------------------- */
#galleryMainImage{
	text-align: center;
	position:relative;
	margin:20px 0;	
}
#nextImage{
	float:right;
	margin-top:-40px;
}
#prevImage{
	float:left;
	margin-top:-40px;
}
#galleryMainImage img{
	margin:0 auto;
}

#thumbnails{
	padding: 25px;
	margin-right:40px;
	background: url(/img/backgrounds/filmroll.png);
}

#thumbnails img{
	margin:10px 5px;
}

.gallery{
	width:150px;
	padding:10px;
	height:150px;
	float:left;
	text-align:center;
}
a img{
	border:2px solid #aaa;
	padding:2px;
}
a:hover img{
	border:2px solid #950808;
}

/* --- navigation ----------------------------------------------- */
div#navigation ul{
	padding:0;
	margin:0;
}
div#navigation ul li{
	display: inline;
	float: left;
	padding:0;
	margin:0;
}

div#navigation ul li a{
	display: block;
	color: #651d13;
	padding: 5px 5px 25px 5px;
	text-decoration:none;
}

div#navigation ul li a:hover{
	background: #FFFC00 url(/img/backgrounds/studentpage_navigation_on.png) no-repeat center 25px;
}

/* --- footer --------------------------------------------------- */
#footer p{
	margin-left: 190px;
	padding-top: 25px;
	color: #fff;
	font-size:11px;
	
}


/* ---[ misc ]------------------------------------- */

img, {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }

