/* Specific CSS code for the home page */

#primary-home {
	height: 100%;
}

#content-toggled {
	width: 150px;
	float: left;
	background: #EEE;
	padding: 10px 5px 0 5px;
	height: 100%;
	display: block;
}

#button {
	width: 20px;
	display: block;
	overflow: hidden;
	background: #EEE no-repeat;
	background-image: url('../images/expand.png');
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #9A9A9A;
}

#button p {
	padding: 20px 0 0 0px;
}

#content-toggled{
	margin-left: 20px;
}

#content-toggled .entry-title {
	display: none;
}

#content-toggled .entry-content a{
	color: #B5704B;
	text-decoration: underline;
}

#content-toggled .entry-content {
	font-size: 12px;
	color: #9A9A9A;
	line-height: 20px;
}

.bgimg { 
	background-position: center top; 
	background-repeat: no-repeat; 
	width:100%; 
	position:absolute;
}