/**
 * <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;
	margin-bottom: 28px;
	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;
}

#spotlight ul {
    position: absolute;
    top: 11px;
    left: 9px;
    margin: 0;
    width: 100%;
    height: 100%;
}

#spotlight ul li {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: none;
}

#spotlight li img {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background: none;
}

#spotlight li embed {
    margin: 0;
    padding: 0;
}

#spotlight .controls {
    position: absolute;
    left: -8px;
    bottom: -12px;
    padding-left: 20px;
    width: 360px;
    height: 28px;
    background: url(../img/spotlight_controls.png) no-repeat 0 0;
}

#spotlight .controls a {
    float: left;
    width: 14px;
    height: 14px;
    background: url(../img/spotlight_controls.png) no-repeat 0 -26px;
}

#spotlight .controls a.selected {
    background-position: -14px -26px;
}

/* 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;
}


#main .news img {
	float: left;
	margin: 0 6px 4px 0;
	padding-bottom: 8px;
	background-position: -111px -151px;
}

/* 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;
}

#home .widget h2 .border,
#home .widget h2 .bg {
    background-color: #0d5f99;
}

#home .news {
    width: 100% !important;
}

.col .widget p {
	margin: 10px 0 0 0;
}

#sidebar .facebook-box {
	clear: both;
	padding-left: 20px;
	padding-top: 20px;
}

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

#home .news h2 .bg,
#home .news h3 .bg {
	background-color: #b9d1e0;
}

#home .news h2 .border,
#home .news h3 .border {
    color: #0d5f99;
	background-color: #e3ecf3;    
}


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

.about h2 a.border, .about h3, .about h3 a.border, .blog h3 a.border {
    color: #0D5F99;
}

.about h3 a.border { background-color: #86AFCC; }
.about h3 a.border:hover { background-color: #598FB5; }

/* 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,
.sponsor 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;
}

.sponsor {
	text-indent: -999em;
	width: auto !important;
	height: 155px;
}

.sponsor a {
	top: 5px;
	left: 5px;
	width: 335px;
	height: 150px;
}

/* sidebar -> subsites
---------------------------------------------------------- */

.subsites ul {
    position: relative;
    left: 5px;
	margin: 0;
	padding: 0;
	width: 314px;
	height: 164px;
	list-style: none;
}

.subsites ul li {
}

.subsites ul li a {
    position: absolute;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

#subsite-parents a {
    top: 33px;
    left: 23px;
    width: 138px;
	height: 52px;
}

#subsite-volenteers a {
    top: 33px;
    left: 165px;
    width: 138px;
    height: 52px;
}

#subsite-youth a {
    top: 85px;
    left: 23px;
    width: 130px;
    height: 52px;
}

#subsite-teachers a {
    top: 85px;
    left: 160px;
    width: 147px;
    height: 52px;
}

/* 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;
}

