@charset "UTF-8";

/* sidebar.phtml page css (application/views/inc) */

#side-panel {
	font-family: Arial, Helvetica, sans-serif;
	width: 343px;
	/*width: 100%;*/
	height: 95%;
}

#side-panel div#side-flash-container {
	width: 312px;	
	height: 170px;
	position: relative;
	z-index: 0;
}

div#side-flash-container #side-panel-join-us {
	position: absolute;
	top: 0;
	left: 10px;
}

/* fix for flash layering */
div#side-flash-container div#layer-fix-side {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#side-panel #side-panel-fun-facts {
	width: 312px;	
	height: 471px;
	
	padding-top: 10px;
	margin-left: 10px;
	position: relative;
}

/* set default type color for funfacts box */
#side-panel-fun-facts,
#side-panel-fun-facts p,
#side-panel-fun-facts #side-panel-fun-facts-header {
	color: #ffffff;
}

#side-panel-fun-facts #side-panel-fun-facts-header {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 0;
}

#side-panel-fun-facts #side-panel-fun-facts-body {
    height: 325px;
    vertical-align: middle;
    font-size: 12px;
    padding: 50px 15px 0 15px;
    position: absolute;
	top: 20px;
	left: 0;
}	

#side-panel #side-panel-links {
	width: 100%;
	height: 129px;
	margin-left: 10px;
}