@charset "UTF-8";

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

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

body {
	background-image: url(../img/children/bg_header.jpg);
}

/* home
---------------------------------------------------------- */

#home #main {
	width: 100%;
}

.widget h2 {
	position: relative;
	left: -4px;
	margin: 0 !important;
	padding: 0 !important;
	height: 36px !important;
	overflow: hidden;
	z-index: 10;
}
 
.widget h2 .border {
	position: relative;
	float: left;
	width: auto;
	padding: 12px 26px 7px 15px;
	height: 17px;
	background: url(../img/children/bg_tab.png) no-repeat 0 0px;	
}

.widget h2 .bg {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 !important;
	width: 25px !important;
	height: 36px;
	background: url(../img/children/bg_tab.png) no-repeat 100% -40px !important;
}

.about h2 { background-position: 0 -40px; }
.about h2 .border { background-position: 0 0; }
.about h2 .bg { background-position: 100% 0 !important; }

.widget .frame {
	position: relative;
	top: -5px;
	width: 100%;
	height: 136px;
	margin: 0 0 20px 0;
	background: url(../img/children/bg_frame.jpg) no-repeat 0 0;
}

.widget .frame h3 {
	position: absolute;
	top: 10%;
	margin: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em !important;
	line-height: 1.2em;
	width: 130px;
	z-index: 20;
	background: none !important;
}

.widget .frame strong {
	display: block;
	margin: 0 0 2px 0;
	font-size: 1.35em;
	line-height: .9em;
}

.widget .frame span {
	display: block;
}

.widget .frame h3 a {
	text-decoration: none;
	color: #0d5f99;
}

.widget .frame img {
	position: absolute !important;
	padding: 0 !important;
	top: 7px !important;
	left: auto !important;
	right: 0 !important;
	background: none !important;
}

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

#visual {
	position: relative;
	left: -60px;
	height: 230px;
}

#visual img {
	position: absolute;
	top: 0;
	left: 0;
}

#post-it {
	position: absolute;
	top: 160px;
	right: -20px;
	width: 160px;
	height: 160px;
	text-indent: -999em;
	z-index: 10;
	overflow: hidden;
	background: url(../img/nl/bg_postit.png) no-repeat 0 0;
}

#content {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

#content .row {
	width: 100%;
}

#content .col {
	margin: 0 5px 0 0;
	width: 304px !important;
}

#content .col .highlight {
	clear: both;
	padding: 0 25px;
	height: 75px;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 65px;
	background: url(../img/children/bg_highlight.png) no-repeat 0 0;
}

#content .col .highlight strong {
	font-size: 1.35em;
}

#content .col .highlight a {
	padding: 0 0 16px 0 !important;
	color: #0d5f99;
	text-decoration: none !important;
	background: url(../img/children/bg_highlight.png) no-repeat 0 100%;
}

#content img {
	padding: 0;
	background: none;
}

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

#sidebar {
	position: static;
	top: auto;
	clear: none;
	float: right;
	display: inline;
	width: 275px;
	margin-right: 25px;
	height: auto;
}

#sidebar .blog {
	
}

#sidebar .blog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .blog ul li {
	position: relative;
	padding-top: 20px;
}

#sidebar .blog ul li p {
	clear: left;
}

#sidebar .blog ul li .date {
	position: absolute;
	top: 0;
	left: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.1em;
	color: #0d5f99;
}

#ir-blog {
	margin: 0 0 20px 10px;
	height: 70px;
	text-indent: -999em;
}

/* footer
---------------------------------------------------------- */
#footer-wrapper {
	background-image: url(../img/children/bg_footer_bottom.jpg);
}

#footer {
	padding-top: 20px;
	background-image: url(../img/children/bg_footer_top.jpg); 
}
