/* *** Overrides *** */
#header h1 a:after{
	content : 'beta';
}

#bgeffects #content{
	background-color: #C9DE55;	
}

/* *** Site specific *** */
#centerColumn .effectContainer{
	height: 500px;
	margin: 0;
	border: none;
}

#centerColumn .effectContainer blockquote{
	position: relative;
	float: left;
	width: 45%;
	height: 100%;
	
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.5em;
	text-align: right;
	
	margin: 0;
	padding: 70px 35px;
	border: none;
	
	text-shadow: 1px 1px 1px #354242;
}

#centerColumn .effectContainer ul{
	float: left;
	margin-top: 55px;
}

#centerColumn .effectContainer ul li{
	line-height: 2em;
	text-align: center;
	border: none;
	padding: 0;
}

#centerColumn .effectContainer ul li img{
	border: 10px solid #FFFFFF;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	
	background-color: #354242;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-transition: background-color 0.3s ease-in;
	
	box-shadow: 0 0 20px #656565;
	-moz-box-shadow: 0 0 20px #656565;
	-o-box-shadow: 0 0 20px #656565;
	-webkit-box-shadow: 0 0 20px #656565;
}

.effectContainer {
	margin: 20px;
	border: 1px solid #82AE36;
	height: 100px;
	
	background-color: #C9DE55;
}

.effectContainer blockquote {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 0 5px 0;
}