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

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

#main {
	position: relative;
	float: left;
	width: 625px;
	padding: 0 0 20px 0;
}

#main.wide {
	width: 100%;
}

/* spotlight
---------------------------------------------------------- */

#spotlight {
	position: relative;
	left: -10px;
	height: 230px;
	width: 625px;
	background: url(../img/bg_sprite.png) no-repeat -790px -353px;
}

#spotlight p {
	position: relative;
	float: left;
	display: inline;
	margin: 11px 0 0 10px;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
}
#spotlight p img {
	padding: 5px 10px;
	background: none;
}
#spotlight a.block {
	position: absolute;
	top: 0;
	left: 0;
	width: 598px;
	height: 198px;
}

/* rows
---------------------------------------------------------- */

.row {
	clear: left;
	width: 100%;
}

/* columns
---------------------------------------------------------- */

#content .cols {
	margin: 0 0 20px 0;
}

.col {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 300px;
}

.last {
	margin-right: 0 !important;
}

#home .wide .last {
	margin-right: 0 !important;
}

#home .wide #visual {
	position: relative;
	left: -10px;
}

#home .wide #visual img {
	background: url(../img/bg_frame_wide.png) no-repeat -12px 4px;
}

/* columns -> content
---------------------------------------------------------- */

#main .text p {
	clear: none;
	margin: 0 0 0 130px;
}


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

#sidebar {
	clear: both;
	position: absolute;
	top: 180px;
	right: -20px;
	width: 340px;
	height: 700px;
}

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

#home .widget {
	left: 0;
	width: 300px !important;
	margin: 0 10px 0 0 !important;
	padding-bottom: 20px;
}

.col .widget p {
	margin: 10px 0 0 0;
}

/* widgets -> about
---------------------------------------------------------- */

/* widgets -> projects
---------------------------------------------------------- */

.projects h2 a.border,
.projects h3 a.border,
.campaigns h3 a.border { background-color: #86afcc; }
.projects h2 a.border:hover,
.projects h3 a.border:hover,
.campaigns h3 a.border:hover { background-color: #0d5f99; }

.projects.widget h3 {
	font-size: 1.8em !important;
}

.projects h3 a,
.campaigns h3 a {
	text-decoration: none;
	color: #0d5f99 !important;
}

.projects h3 {
	margin-bottom: 0;
}

/* news
---------------------------------------------------------- */

.widget.news p { color: #5e781f; }
.widget.newsletter p { color: #424e24; }

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

#sidebar .section {
	clear: both;
	position: relative;
}

/* sidebar -> plan-parent
---------------------------------------------------------- */

.plan-parent a,
.donate a {
	position: absolute;
	overflow: hidden;
}

.plan-parent {
	text-indent: -999em;
	height: 200px;
}

.plan-parent a {
	top: 15px;
	left: 5px;
	width: 335px;
	height: 160px;
}

.donate {
	text-indent: -999em;
	width: auto !important;
	height: 125px;
}

.donate a {
	top: 5px;
	left: 5px;
	width: 335px;
	height: 100px;
}

/* sidebar -> subsites
---------------------------------------------------------- */

.subsites ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subsites ul li {
	float: left;
	display: inline;
	height: 170px;
}

.subsites ul li a {
	display: block;
	height: 170px;
	text-indent: -999em;
	overflow: hidden;
}


#subsite-children {
	width: 98px;
}


#subsite-youth {
	width: 90px;
	background-position: -99px 0;
}

#subsite-youth a:hover { background-position: -99px -175px; }

#subsite-teachers {
	width: 114px;
	background-position: -189px 0;
}

#subsite-teachers a:hover { background-position: -189px -175px; }

/* sidebar -> plan parent statement
---------------------------------------------------------- */

.plan-parent-statement {
	padding: 70px 0 0 10px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

.plan-parent-statement .text p {
	margin: 0 0 0 130px;
}

.plan-parent-statement .text p {
	padding: 35px 50px 0 0;
}

.plan-parent-statement img {
	position: relative;
	float: left;
	margin: 0 6px 4px 0;
	padding: 14px 14px 18px 14px;
	background: url(../img/bg_img.png) no-repeat 0 0;
}

.plan-parent-statement a.button {
	left: 5px;
	top: 145px;
	background-color: #588eb4;
	background-position: 0 -66px;
}

.plan-parent-statement a.button:hover {
	background-color: #0D5F99;
	background-position: 0 -99px;
}
