/**
 * <projectname>
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2008-11-20
 * @lastmodified	2008-11-20
 */


/* page structure
---------------------------------------------------------- */

#container {
	position: relative;
	width: 972px;
	margin: 0 auto;
	font-size: .92em;
	background: #fff;
}

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

#header {
	height: 126px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 38px;
	width: 120px;
	height: 85px;
	text-indent: -999em;
	overflow: hidden;
}

/* navigation
---------------------------------------------------------- */

#nav ul {
	position: absolute;
	top: 89px;
	left: 219px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	display: inline;
	padding: 1px 0 0 6px;
	height: 51px;
	font-size: 1.34em;
	font-weight: bold;
}

#nav li span {
	float: left;
	padding: 0 8px;
	height: 36px;
	cursor: pointer;
}

#nav li a {
	float: left;
	padding: 0 1px 0 0;
	height: 36px;
	line-height: 34px;
	text-decoration: none;
}

#nav li.selected a:hover span {
	background: none;
}

/* tools
---------------------------------------------------------- */

#tools ul {
}

#tools ul li {
	font-size: .92em;
}

#tools ul li a {
	float: left;
	padding: 0 8px;
	text-decoration: none;
	line-height: 25px;
	height: 26px;
}

/* tools -> about
---------------------------------------------------------- */

#tools ul.about {
	position: absolute;
	top: 0;
	left: 224px;
}

#tools ul.about li {
	float: left;
	display: inline;
	margin-right: 2px;
	padding: 0 1px;
}

/* tools -> actions
---------------------------------------------------------- */

#tools ul.actions {
	position: absolute;
	top: 0;
	right: 36px;
}

#tools ul.actions li {
	width: 180px;
	background: none;
}

#tools ul.actions li a {
	float: left;
	margin-bottom: 2px;
	padding: 0;
	width: 180px;
}

#tools ul.actions li.ico-profile a { background-position: 0 100% }

#tools ul.actions li a span {
	float: left;
	height: 26px;
	padding-left: 45px;
	cursor: pointer;
}

/* main
---------------------------------------------------------- */

#main {
	position: relative;
	padding-bottom: 42px;
}

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

#content {
	position: relative;
	float: left;
	display: inline;
	margin: 0 54px 0 216px;
	width: 486px;
}

.title-section {
	margin-left: 18px;
}

.title-section h1,
.title-section .meta-category,
.section h1 {
	font-size: 1.85em;
	font-weight: bold;
	color: #981f61;
}

.section {
	margin-bottom: 15px;
}

.section h1 {
	margin-bottom: 5px;
}

.title-section .subtitle {
	padding: 10px 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2477bc;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;
}

.title-section p {
	margin: 14px 0 16px 0;
}

.title-section .range {
	color: #848b8f;
}

#content .meta-category { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

#content img {
	position: relative;
	left: -4px;
	float: left;
	margin: 0 14px 10px 0;
	padding: 4px;
	border: 1px solid #e6e8ea;
}

#breadcrumb {
	padding: 8px 0 0 0;
	margin: 0 0 0 18px;
	height: 42px;
	line-height: 33px;
	padding-bottom: 8px;
	background: url(../img/bg_sprite_icons.png) no-repeat 100% 27px;
}

#breadcrumb .inner {
	padding: 0 0 0 0;
	width: 440px;
	border-bottom: 1px solid #e5e9ea;	
}

#breadcrumb strong,
#breadcrumb a,
#breadcrumb em,
#breadcrumb span {
	float: left;
}

#breadcrumb a,
#breadcrumb em {
	font-style: normal;
	text-decoration: none;
	color: #989c9e;
}

#breadcrumb span {
	text-indent: -999em;
	width: 18px;
	background: url(../img/bg_sprite_icons.png) no-repeat -4px -125px;
}

/* icons
---------------------------------------------------------- */

.ico-feed,
.title-section .ico-print {
	position: absolute;
	top: 60px;
	right: 0;
	display: inline;
	font-size: .9em;	
	font-style: italic;
	padding-right: 34px;
	line-height: 27px;
	background: url(../img/bg_sprite_icons.png) no-repeat 100% -156px;
}

.title-section .ico-print {
	top: 57px;
	font-size: 1em;
	padding-right: 28px;
	text-transform: lowercase;
	background-position: 100% -252px !important;
}

.ico-feed {
	color: #d3731c !important;	
}

.ico-top {
	padding-left: 22px;
	font-style: italic;
	text-transform: lowercase;
	background: url(../img/bg_sprite_icons.png) no-repeat 0 -232px;
}


/* widgets
---------------------------------------------------------- */

.widget {
}

.widget h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #981f61;
}

/* widget -> cols
---------------------------------------------------------- */

.col {
	float: left;
	width: 208px;
	margin-right: 38px;
}

.row .right {
	margin-right: 0;
}

/* widget -> news archive
---------------------------------------------------------- */

.overview {
	margin: 10px 0 25px 18px;	
}

.overview h2 {
	margin: 0 0 6px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.overview .row {
	padding-top: 9px;
}

.overview .col {
	width: 216px;
	margin-right: 30px;
}

.overview .right { margin-right: 0; }

.overview h2 a {
	color: #2477bc;
}

.overview ul {
	margin: 0 0 36px 0;
}

.overview ul li {
	padding: 6px 0;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;	
}

.overview ul a {
	text-decoration: none;
}

.overview ul a:hover {
	text-decoration: underline;
}

/* widget -> boxes
---------------------------------------------------------- */

.widget .box,
.widget .box h2 {
	background: url(../img/bg_sprite_boxes.png) no-repeat 0 0;
}

.widget .box h2 {
	padding: 0 16px;
	line-height: 36px;
}

.widget .box .foot {
	padding: 0 16px;
	font-size: .9em;
	font-weight: bold;
	line-height: 38px;
	color: #7d858b;
	background-position: -684px -72px !important;
}

/* widget -> page
---------------------------------------------------------- */

.page {
	margin: 10px 0 25px 18px;
}

/* widget -> richtext
---------------------------------------------------------- */

#content .richtext h2 {
	font-size: 1.1em;
	color: #546b7f;
	width: auto;
}

#content .richtext p {
	margin: 5px 0 25px 0;
}

#content .richtext ul,
#content .richtext ol {
	margin: 10px 0 25px 20px;
	padding: 0;
}

#content .richtext ol {
	margin-left: 30px;
}

#content .richtext ol li {
	margin-bottom: 10px;
}

#content .richtext ul li {
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(../img/bg_sprite_icons.png) no-repeat 0 -332px;
}

/* widget -> articles
---------------------------------------------------------- */

.articles {
	margin: 10px 0 25px 18px;
}

.home .articles { margin-left: 0; }

.articles ul.overview {
}

.articles ul.overview li {
	margin-bottom: 12px;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;
}

.articles ul.overview h3 {
	margin: 0 0 8px 0;
	font-size: 1.15em;
}

.articles .article {
	position: relative;
	padding: 29px 0 30px 0;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;
}

.articles .last { background: none; }

.articles .article h1,
.articles .article h2 {
	margin: 0 0 9px 0;
	font-size: 1.3em;
	font-weight: bold;
	width: 325px;
	color: #2477bc;
}

.articles .article h2.subtitle,
.articles .article h3.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1em;
	color: #848b8f;
}

.articles .article h1 a,
.articles .article h2 a,
.articles h3 a {
	position: relative;
	color: #2477bc !important;
	z-index: 10;
}

.articles .article .meta {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 10px 0 15px 0;
	color: #848b8f;
	width: 100%;
	height: 42px;
}

.articles .article .description {
	margin: 18px 0 0 0;
}

.articles .meta .icon {
	position: absolute;
	top: 15px;
	right: 0;
	padding-right: 35px;
	font-size: .9em;
	text-align: right;
	font-weight: bold;
	line-height: 25px;
	background-repeat: no-repeat;
    background-position: 100% 0;
}

.ico-tip { background-position: 100% 0 !important; }
.ico-brussel { background-position: 100% -25px !important; }
.ico-ict { background-position: 100% -50px !important; }

.articles li.grade {
	float: left;
	padding-left: 4px;
	text-transform: lowercase;
	background: url(../img/bg_meta_grade.png) no-repeat 0 -20px;
}

.articles li.grade span {
	float: left;
	padding: 0 24px 0 0;
	height: 20px;
	background: url(../img/bg_meta_grade.png) no-repeat 100% 0;	
}

.articles .links {
	margin: 0 0 0 0;
	padding: 0;
}

.articles .links li {
	margin: 0 0 4px 0;
	padding: 0 0 0 22px;
	font-style: italic;
	zoom: 1;
	background: url(../img/bg_sprite_icons.png) no-repeat -4px -81px;
}

.articles .links li.print {
	clear: left;
	padding-left: 22px;
	background: url(../img/bg_sprite_icons.png) no-repeat -1px -304px;
}

.articles .related {
}

/* related
---------------------------------------------------------- */

.related {
	margin: 18px 0 25px 0;
}

.related li {
	line-height: 24px;	
}

.related li a {
	padding-left: 22px;
	text-decoration: underline;
	font-style: italic;
	background: url(../img/bg_sprite_icons.png) no-repeat -4px -206px;	
}

/* widget -> calendar
---------------------------------------------------------- */

.calendar {
	
}

.calendar .box { background-position: 0 100% !important; }
.calendar .box h2 {	background-position: -684px 0 !important; }

.calendar ul {
}

.calendar ul li {
	position: relative;
	padding: 6px 0;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;	
}

.calendar li h3 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 112px;
}

.calendar li a {
	text-decoration: none;
}

.calendar li.hover h3 a,
.calendar li.hover .meta {
	color: #981f61;
}

.calendar li .meta {
	position: absolute;
	top: 0;
	left: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 30px;
	color: #94a4b1;
}

.calendar li a.readmore {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	overflow: hidden;
}

.calendar a.more {
	margin-left: 18px;
	font-style: italic;
	line-height: 36px;
}

/* widget -> calendar form
---------------------------------------------------------- */

form.calendar {
	background-position: 0 100% !important;
}

form.calendar .box {
	background-position: -1368px 0 !important;
}

form.calendar fieldset {
	clear: both;
	margin: 0;
	padding: 16px 20px 16px 20px;
}

form.calendar fieldset.border {
	background: url(../img/bg_dashed.png) repeat-x 0 100%;
}

form.calendar .inline {
	float: left;
	margin-right: 8px;
}

form.calendar label {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	text-transform: lowercase;
	color: #848b8f;
}

form.calendar .inline label {
	float: left;
	display: inline;
	margin-right: 8px;
	line-height: 22px;
}

form.calendar .datepicker {
	padding: 2px 0;
	width: 90px;
}

form.calendar fieldset.actions {
	padding-top: 0;
}

form.calendar .button {
}

form.calendar .button input {
	line-height: 27px;
}

/* widget -> calendar entries
---------------------------------------------------------- */

div.calendar {
	margin: 10px 0 25px 18px;
}

.home div.calendar { margin-left: 0; }

.calendar .entry {
	clear: both;
	padding: 10px 0 0 0;
	background: url(../img/bg_dashed.png) repeat-x 0 0;	
}

.calendar .entry h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0; 
}

.calendar .entry h3 {
	margin: 0 0 12px 0;
	color: #2477bc;
}

.calendar .details {
	padding: 12px 0;
}

.calendar .details dt {
	position: absolute;
	width: 144px;
	font-weight: bold;
	color: #848b8f;
}

.calendar .details dd {
	margin: 0 0 9px 0;
	padding-left: 144px;
}

.calendar .details a {
	font-style: italic;
}

/* widget -> faq / links
---------------------------------------------------------- */

.faq,
div.links {
	margin: 10px 0 25px 18px;	
}

.faq .questions {
	margin: 0 0 30px 0;
}

.faq .questions li,
.links ul li {
	margin: 0 0 9px 0;
	padding: 0 0 0 22px;
	background: url(../img/bg_sprite_icons.png) no-repeat -3px -204px;
}

.links ul li {
	background-position: -4px -81px !important;
}

.faq .questions a,
.links ul li a {
	font-style: italic;
}

.faq .answers {
	
}

.faq .answer {
	padding: 10px 0 30px 0;
	background: url(../img/bg_dashed.png) repeat-x 0 0;		
}

.faq .answer h2 {
	margin: 0 0 12px 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #2477bc;
}

/* buttons
---------------------------------------------------------- */

.button {
	float: left;
	display: inline;
	margin: 0 18px 0 0;
	height: 27px;
	line-height: 27px;
	background: url(../img/bg_sprite_buttons.png) no-repeat 0 0;	
}

.button a {
	float: left;
	padding: 0 8px;
	height: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
	color: #fff !important;
	background: url(../img/bg_sprite_buttons.png) no-repeat 100% -81px;	
}

.button input {
	float: left;
	margin: 0 0 0 0;
	padding: 0 8px;
	height: 27px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	border: none;
	background: url(../img/bg_sprite_buttons.png) no-repeat 100% -27px;	
}

input.secundary {
	height: 27px;
	text-decoration: underline;
	text-transform: lowercase;
	line-height: 27px;
	color: #517695;
	border: none;
	background: none;
}

/* widget -> calendar -> datepicker
---------------------------------------------------------- */

#ui-datepicker-div table {
	width: 100%;
}

#ui-datepicker-div table td {
	padding: 1px 2px;
}

/* widget -> news
---------------------------------------------------------- */

.news {
	margin-left: 18px;
}

.news .row {
	margin: 10px 0 30px 0;
}

.news ul.col {
}

.news .col li {
	line-height: 24px;
}

.news .col li a {
	position: relative;
	left: -3px;
	padding-left: 15px;
	text-decoration: none;
	background: url(../img/bg_sprite_icons.png) no-repeat -7px -33px;
}

/* widget -> feature
---------------------------------------------------------- */

.feature {
	margin: 0 0 35px 0;
}

#sidebar .feature .box {
	background-position: -2240px 100% !important;
}

.feature h2 {
	height: 35px !important;
	line-height: 35px !important;
	color: #fff;
}

#sidebar .feature .box h2 {
	background-position: -2240px 0 !important;	
}

.feature h3 {
	margin: 9px 0;
	font-size: 1.15em;
	height: auto !important;
}

.feature .item {
	padding: 0 18px 18px 18px;
}

.feature .item p {
	line-height: 1.5em;
}

/* widget -> features
---------------------------------------------------------- */

.features .box {
	background-position: -486px 100% !important;
}

.features .box h2 {
	position: relative;
	height: 36px;
	background-position: -684px -36px !important;
}

.features .box h2 span {
	position: absolute;
	top: 6px;
	right: 15px;
	width: 50px;
	height: 26px;
	background: url(../img/bg_sprite_icons.png) no-repeat 0 -52px;
}

/* sidebar
---------------------------------------------------------- */

#sidebar {
	float: left;
	width: 198px;
}

/* sidebar -> box
---------------------------------------------------------- */

#sidebar .box {
	background-position: -486px 100% !important;
}

#sidebar .box h2,
#sidebar .box h3 {
	position: relative;
	height: 36px;
	background-position: -684px -36px !important;
}

#sidebar .box ul {
	padding: 0;
	width: 196px;
}

#sidebar .box li {
	position: relative;
	font-size: .92em;
	line-height: 16px;
	width: 196px;
	border-left: 1px solid #e6e8ea;
	border-right: 1px solid #e6e8ea;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;	
}

#sidebar .box li.last {
	background: none;
}

#sidebar .box li.hover,
#sidebar .box li.selected { background-color: #fff;  }
#sidebar .box li.hover a,
#sidebar .box li.selected a { color: #981f61; }

#sidebar .box li a {
	display: block;
	padding: 5px 16px 6px 16px;
	width: 164px;
	text-decoration: none;
}

/* sidebar -> activity
---------------------------------------------------------- */

#sidebar .activity {
	margin-top: 47px;
	width: 180px;
	background-position: -882px -36px !important;
}

#sidebar .activity .box {
	padding: 10px 18px 18px 18px;
	background-position: -1854px 100% !important;
}

#sidebar .activity .button {
	margin-top: 16px;
	background-position: 0 -54px !important;
}

/* sidebar -> refine
---------------------------------------------------------- */

#sidebar .refine {
	
}

/* sidebar -> archive
---------------------------------------------------------- */

#sidebar .archives,
#sidebar .refine {
	margin-top: 54px;
}

.archive,
.refine {
	margin-bottom: 18px;
}

.archive .box h3,
.refine .box h3, 
.archive form {
	padding: 0 16px;
	line-height: 36px;
	color: #981f61;
	background-position: -684px -36px !important;
}

.archive .box, 
.refine .box {
	padding-bottom: 1px;
	background-color: #f8f8f8 !important;
}

.archive .box li a,
.refine .box li a {
	color: #848b8f;
}

/* sidebar -> archive -> select
---------------------------------------------------------- */

.archive form {
	height: 36px;
}

.archive form select {
	margin: 5px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	width: 165px;
	color: #981f61;
}


/* aside
---------------------------------------------------------- */

#aside {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
}

/* aside -> search
---------------------------------------------------------- */

#search-box {
	margin-bottom: 18px;
	padding: 16px 17px 0 17px;
	height: 74px;
	width: 164px;
	overflow: hidden;
	background-color: #e9ebed;
	background-position: -684px -147px !important;
}

#search-box label {
	display: block;
	margin-bottom: 6px;
	color: #646769;
}

#search-box input {
	float: left;
}

#btn-search {
	display: inline;
	margin: 1px 0 0 7px;
	width: 22px;
}

#search-keyword {
	padding: 5px;
	width: 122px;
	height: 16px;
	line-height: 16px;
	border: none;
	background-position: -690px -112px !important;
}

/* aside -> subnav
---------------------------------------------------------- */

#subnav,
#subnav ul {
	width: 198px;
	background-position: -1170px 100% !important;
}

#subnav ul {
	background-position: -684px -252px !important;
}

#subnav li {
	padding: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 16px;
	background: url(../img/bg_dashed.png) repeat-x 0 100%;		
}

#subnav li a {
	display: block;
	padding: 9px 17px;
	text-decoration: none;
	color: #848b8f;
}

#subnav li a:hover,
#subnav li.selected a {
	color: #981f61;
	background-color: #fff;
}

#subnav li.hover {
}

#subnav li.last {
	background: none;
}

/* buttons
---------------------------------------------------------- */

#sidebar .btn-newsletter {
	display: block;
	margin: 18px 0;
	width: 198px;
	height: 72px;
	text-indent: -999em;
	overflow: hidden;
}

/* skip to nav links
---------------------------------------------------------- */

#skip {
	position: absolute;
	margin: 0;
}

#skip li{
	text-indent:-999em;
}

/* footer
---------------------------------------------------------- */

#footer {
	position: relative;
	padding-bottom: 46px;
	background: #edf3f7;
}

#footer-about {
	text-indent: -999em;
	height: 108px;
	background: url(../img/bg_footer_about.png) no-repeat 0 0;
}

#copyrights {
	float: left;
	padding-top: 20px; 
	padding-left: 235px;
	width: 188px;
	font-size: .9em;
	height: 76px;
	color: #9ea4a7;
	background: url(../img/bg_sprite_logos.png) no-repeat 152px 7px;
}

#copyrights p {
	margin: 0;
	font-weight: bold;
}

#copyrights a {
	color: #9ea4a7;
}

#logos {
	float: right;
	margin-top: 4px;
}

#logos li {
	float: left;
}

#logos a {
	float: left;
	display: block;
	width: 72px;
	height: 72px;
	text-indent: -999em;
	overflow: hidden;
}

a#logo-klasse-leraren { background-position: 0 -72px !important; }
a#logo-klasse-ouders { background-position: 0 -144px !important; }
a#logo-lerarenkaart { background-position: 0 -216px !important; }
a#logo-schooldirect { background-position: 0 -288px !important; }
a#logo-lerarendirect { background-position: 0 -288px !important; }
a#logo-maks { background-position: 0 -360px !important; }
a#logo-yeti { background-position: 0 -432px !important; }

/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	text-indent: -999em ;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -999em;
}

/* browser fixes
---------------------------------------------------------- */

.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 */


/* widget -> newsletter
---------------------------------------------------------- */

.newsletter {
	margin: 10px 0 25px 18px;
}


/* widget -> temporary message on homepage
---------------------------------------------------------- */

.tempmessage {
	margin: 10px 0 25px 18px;
}


