

/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
		margin: 0px;
		float: none;
		left: 0px;
		padding: 5px;
		border-style: none;
		border-width: 0px;
	}

.img-special {
		margin-left: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-top: 0px;
		float: right;
		left: 0px;
		padding: 5px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
	}
.img-class {
		margin-left: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-top: 0px;
		left: 0px;
		padding: 5px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
	}	
.img-side {
		margin-left: 15px;
		padding: 5px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
		width: 150px;
	}

.img-side2 {
		padding: 5px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
		width: 100px;
	}


.img-results {
		margin-left: 30px;
		margin-bottom: 100px;
		padding: 5px;
		border-color: #999999;
		border-style: solid;
		border-width: 1px;
		width: 125px;
	}
	
p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

.imgsponsor {border: 0; width: 100px; float: right;}

.quoteme {
	font-size:12px;
	color:#0059A9;
	cursor:default;
	letter-spacing:1px;
	font-style: italic;
	line-height: 22px;
	margin-left: 20px;
	}
	
	
/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:140px;
	background:url(images/bg-header_temp2.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu2.png) repeat-x;
	padding:0 30px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	float:left;
	width:500px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

/* Entries */

.entry {
	padding:20px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#B4C835;
	}
.sub-title {
	font-size:18px;
	font-weight:normal;
	letter-spacing: 2px;
	color:#0059A9;
	padding-top:5px;
	}

.noheight {
	font-size:25px;
	font-weight:normal;
	color:#0059A9;
	}

.special {
	font-size:14px;
	color: #0059a9;
	cursor:default;
	letter-spacing:1px;
	font-weight: bold;
	}

.orange-title {
	font-size:16px;
	color: #bc6504;
	cursor:default;
	letter-spacing:1px;
	font-weight: bold;
	}

.blue-title {
	font-size:16px;
	color: #0059a9;
	cursor:default;
	letter-spacing:1px;
	font-weight: bold;
	}

.orange-sub {
	font-size: 13px;
	color: #bc6504;
	cursor:default;
	letter-spacing: 0px;
	font-weight: bold;
	}

.green-title {
	font-size: 14px;
	color: #B4C835;
	cursor:default;
	letter-spacing:1px;
	font-weight: bold;
	}

.date {
	font-size:12px;
	color:#0059A9;
	cursor:default;
	letter-spacing:1px;
	}

.sm-text {
	border-width: 0px;
	font-size: 9px;
	color:#0059A9;
	cursor:default;
	letter-spacing: -1px;
	}

.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
/* padding to 8px for two other menu items */
#menu li a {
	padding:0 12px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover2.png) no-repeat center center;
	}
#menu li .here {
	background:url(images/bg-menu-hover2.png) no-repeat center center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:50px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
.side-text {
font-size: 12px;
color: #666;
line-height: 20px;
margin-left: 10px;}

/* Footer */

#footer-valid {
	float: right;
	padding-top:10px;
	padding-left:20px;
	cursor:default;
	color:#073f79;
	}
#footer-valid a {
	color:#073f79;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#bc6504;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(images/bg-feed2.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
    	background-position:0 -25px;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

td.homework-top { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #0059A9;
	padding: 3px;
	width: 100px;}
	
td.homework { border: solid 1px #dcdcdc; 	font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	 text-decoration: none;
	padding: 3px;
	width: 350px;}

td.calendar { border: solid 1px #dcdcdc; 	font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	 text-decoration: none;
	padding: 3px;
	width: 100px;}
	
td.calendar-top { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #0059A9;
	padding: 3px;
	width: 100px;}

td.calendar-date { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #B4C835;
	padding: 3px;
	width: 100px;}

td.calendar-out { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #bc6504;
	padding: 3px;
	width: 100px;}

td.calendar-mu { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #e4bc1c;
	padding: 3px;
	width: 100px;}

td.calendar-snow { border: solid 1px #dcdcdc; 	
font-family: Veranda, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none; 
	background-color: #336666;
	padding: 3px;
	width: 100px;}
	
.caltext {
	font-size:12px;
	color:#0059A9;
	}

	