@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/youth/bg_header.jpg);
}

/* home
---------------------------------------------------------- */

#home #main {
	width: 100%;
}

#main.narrow #content {
	width: 480px;
}

.widget h2 {
	position: relative;
	left: -10px;
	padding: 0 !important;
	height: 40px;
	background: url(../img/youth/bg_tab.png) no-repeat 0 -120px;	
}

.widget h2 .border {
	position: relative;
	float: left;
	width: auto;
	padding: 12px 10px 7px 15px;
	height: 20px;
	background: url(../img/youth/bg_tab.png) no-repeat 0 -80px;	
}

.widget h2 .bg {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 8px !important;
	height: 37px;
	background: url(../img/youth/bg_tab.png) no-repeat 100% -80px !important;
}

.about h2 { background-position: 0 -40px; }
.about h2 .border { background-position: 0 0; }
.about h2 .bg { background-position: 100% 0 !important; }

/* content
---------------------------------------------------------- */

#visual {
	position: relative;
	left: -20px;
	height: 250px;
}

#visual img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 16px;
	background: url(../img/youth/bg_visual.png) no-repeat 0 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: 625px;
}

.activities .month h2 .border {
	background-color: transparent;
}

.activities .archive h2 {
	width: 490px;
	height: 35px;
	background: transparent url(../img/youth/bg_tab.png) no-repeat scroll 0 -120px;
}

/* sidebar
---------------------------------------------------------- */

#home #sidebar {
	position: static;
	top: auto;
	clear: none;
	float: right;
	display: inline;
	width: 275px;
	margin-right: 25px;
	height: auto;
}

#sidebar .blog {
	
}

#ir-blog { position: relative; }

#ir-blog a {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 70px;
	overflow: hidden;
}

#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/youth/bg_footer_bottom.jpg);
}

#footer {
	padding-top: 20px;
	background-image: url(../img/youth/bg_footer_top.png); 
}

