/*
 *   SIDEBAR SETTINGS
 *   Sets the sidebar container settings
 */

#Sidebar
{
	float:left;
	width: 200px;
}

#Sidebar #Menu li
{
	margin-bottom: 3px;
}

#Sidebar #Menu a
{
	background: #91B450;
	color: White;
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 15px;
}

#Sidebar #Menu a:hover
{
	background: #53932D;
	text-decoration: none;
}

#Sidebar #Credits
{
	margin-top: 10px;
}

#Sidebar #Credits div
{
	border: 1px solid #91B450;
	margin-bottom: 3px;
	padding: 3px 0 3px 5px;
}

#Sidebar #Credits img
{
	display: block;
	margin-bottom: 6px;
}

#Sidebar #Credits h5
{
	color: #91B450;
	font-weight: bold;
	margin-bottom: 6px;
}
