<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/****************************
	-	PREVIEW SETTINGS	-
*****************************/

.centerme{
	margin-left:auto;
	margin-right:auto;
}

/*******************************
	-	BANNER STYLES	-
********************************/


.bannercontainer{
	max-width:1200px; /*940px*/
	height:500px; /*330px*/
	background-color:#333;
	position:relative;
	margin-top:70px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.bannercontainer ul &gt;li{
	display:none;
}

.bannershadow{
	margin-top:0px;
	max-width:930px;
	height:40px;
	position:relative;
}



/****************************
	-	BASIC DIVIDERS 	-
*****************************/
#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}
</pre></body></html>