/*
Theme Name:Democracys Lab - ICUF
Theme URI:http://democracyslab.icuf.org
Description:Theme for ICUF's Democracy's Laboratory
Version:1.0
Author:Taproot Creative
Author URI:http://www.taprootcreative.com/
*/

@import url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/css/reset.css');
@import url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/css/clear.css');
@import url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/css/nav.css');
@import url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/css/typography.css');

/* -------------------------------------------------------------- 
base.css
-------------------------------------------------------------- */
html,body, #wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}

/* Layout
-------------------------------------------------------------- */
body {
	background:#fff url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/bkgd.jpg') repeat-x;
}
#wrapper {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/clouds.jpg') no-repeat;
	margin:0 auto;
	width:960px;
}
#header {
	height:159px;
	width:960px;
}
#masthead {
	float:left;
	margin-top:35px;
}
#information {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/info_bkgd.jpg') no-repeat;
	float:right;
	height:144px;
	margin:0 -15px 0 0;
	padding:10px 0 0 24px;
	width:271px;
}
#information ul li {
	float:left;
	list-style:none;
}
#information #proposal {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/info_proposal.jpg') no-repeat;
}
#information #participate {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/info_participate.jpg') no-repeat;
}
#information a {
	display:block;
	height:123px;
	text-indent:-999em;
	width:123px;
}
#container {
	padding-bottom:43px;
}
#content {
	float:left;
	margin:16px 0 30px 0;
	width:687px;
}
#main_feature {
	position:relative;
}
#main_feature p {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/main_feature.png') no-repeat;
	clear:both;
	height:237px;
	text-indent:-999em;
	width:683px;
}
#main_feature a {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/learnmore.png') no-repeat;
	display:block;
	height:30px;
	position:absolute;
	right:25px;
	top:110px;
	text-indent:-999em;
	width:122px;
}
.post {
	padding:0 15px;
}
.post_wrap {
	border-bottom:1px #a5b2c7 dashed;
	padding-bottom:5px;
	margin:0 20px 20px 0;
}
.entry {
	margin-top:5px;
}
.credit {
	margin-bottom:7px;
}
.wplc_event_list li {
	border-bottom:1px #a5b2c7 dashed;
	list-style:none;
	margin:0 0 20px -23px;
	padding-bottom:20px;
}
.calendar_date {
	font-weight:bold;
	margin-bottom:7px;
}
.contact_wrap {
	clear:both;
	border-bottom:1px #a5b2c7 dashed;
	margin-bottom:20px;
	padding-bottom:20px;
}
.contact_name {
	float:left;
	width:330px;
}
.contact_location {
	float:right;
/*	text-align:right;*/
	width:220px;
}
#sidebar {
	float:right;
	margin-top:38px;
	width:270px;
}
.recent-news-side {
	background:transparent url('http://democracyslab.icuf.org/wp-content/themes/democracyslab/images/recent_news_bkgd.png') no-repeat;
	margin-left:-7px;
	min-height:190px;
	padding:60px 0 25px 20px;
	width:289px;
}
.even {
	background:#ecf2f5;
	padding:12px 10px;
	margin-bottom:3px;
	width:227px;
}
.odd {
	background:#dbe6ec;
	padding:12px 10px;
	margin-bottom:3px;
	width:227px;
}
.link_group {
	margin:0 0 0 10px;
}
.link {
	margin-bottom:17px;
}
#footer {
	background:#b8c8e3;
	border-top:5px #6a7a95 solid;
	clear:both;
	height:38px;
	margin-top:-43px;
}
#footer_wrap {
	margin:0 auto;
	position:relative;
	width:960px;
}
#footer_wrap p {
	font-size:0.85em;
	position:absolute;
	top:10px;
	left:15px;
}
