/*

This style sheet is created by Grubforce on 28-04-2009


*/

/* @override http://localhost:8888/ThemeForrest/Websites/Darkcloud/www/css/styles.css */
/*****************/
/*     Basics    */
/*****************/



h9.entry {
	font: bold 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	border-bottom: 1px solid #1f1f1f;
	margin-bottom: 10px;
	clear: left;
}



/***********************/
/*    Content Frame    */
/***********************/

#content5 {
	width: 570px;
	margin: auto;
	display: table;
	
}
#content_shadow {
	background-image: url(../images/content_shadow.jpg);
	width: 900px;
	height: 27px;
	display: inline-block;
}


/*********************************/
/*    Header showcase :: Home    */
/*********************************/

div.anyClass {
	height: 100px;
	z-index: -1;
	position: absolute;
	margin-top: -10px;
}

#content5 div.anyClass ul {
	height: 100px;
	margin-top: -30px;
	position: absolute;
	z-index: 1;
}

#content5 button.prev {
	width: 42px;
	height: 42px;
	background: url(../images/left.gif) no-repeat;
	border-style: none;
	z-index: 5;
	margin-left: -50px;
	position: absolute;
	margin-top: -0px;
	cursor: pointer;
}

#content5 button.next {
	width: 42px;
	height: 42px;
	background: url(../images/right.gif) no-repeat;
	border-style: none;
	z-index: 5;
	position: absolute;
	margin-left: 582px;
	margin-top: -0px;
	cursor: pointer;
}

.shine {
	position: absolute;
	/*background-image: url(../images/shine.png);*/
	z-index: 2;
	width: 700px;
	height: 70px;
}	

h9.showcase {
	position: absolute;
	width: 910px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: black;
	z-index: 3;
	margin-top: 230px;
	text-align: left;
	left: -24px;
	top: 100px;
}

h9.showcase a{
	font: bold 35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
