@charset "utf-8";

#content
{
	position: relative;
	
	width: 100%;
	
	padding: 0;
	
	text-align: center;
}

#column-left, #column-right
{
	position: absolute;
	
	width: 13%;
	
	top: 5%;
	
	font-size: 1.5em;
}

#column-left
{
	left: 15%;
}

#column-right
{
	right: 15%;
}

#center
{
	width: 50%;
	
	margin: 5% auto;
}

#content a.block
{
	display: block;
	
	margin: 40px 0;
	padding: 10px 7px;
	
	background-color: #eee;
	
	border: #bbb solid 1px;
	
	border-radius: 10px;
	/*-moz-border-radius: 10px;*/
	
	text-align: center;
}

#column-left a.block:link, #column-left a.block:visited, #foot-content a:link, #foot-content a:visited
{
	color: #1b648f;
}

#column-left a.block:hover, #foot-content a:hover
{
	color: #2689c3;
}

#content a.block strong
{
	display: block;
	
	font-size: 1.1em;
	
	color: #000;
}

#content a.block img
{
	max-width: 70px;
	max-height: 70px;
	
	margin-top: -40px;
}

#foot-content
{
	clear: both;
	
	width: 100%;
	
	margin-top: 3%;
	
	background-color: #e9e9e9;
	
	overflow: auto;
}

#foot-content .bonus
{
	float: left;
	
	width: 31%;
	
	padding: 1%;
}

#rss-reader
{
	width: 60%;
	height: 200px;
	
	margin: 0 auto;
	padding: 2%;
	
	border: solid 1px #fff;
	
	overflow: hidden;
}

#rss-reader .feed-item
{
	padding: 5%;
}

#rss-reader .feed-item p
{
	text-align: left;
}

