/*-----------------------------------------------------------------------------
/*-----------------------------------------------------------------------------

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
-----------------------------------------------------------------------------*/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	position:relative;
		padding-left:100px;
		padding-right:100px;
		padding-top:5px;			/* was 6 */
		background-color:#000000;
		width:700px;				/* was 960 then 700 then *668 then 700 */
		height:406px;				/* was 360 -- content box is 415 -10 -35(thumbs) -10 = 360 */
		overflow:hidden;				/* was auto */
		margin-left:auto;
		margin-right:auto;

}

.tp-banner{
	position:relative;
		width:480px;				/* was 960 , then 468*/
		height:360px;				/* was 415, then 350  */
		overflow:hidden;
		top:3px;
		margin: 0 auto 0 auto;
		background-color:#000000;
}

.tp-banner-youtube{
	position:relative;
		width:467px;				/* was 960 , then 468*/
		height:280px;				/* was 415, then 360  */
		overflow:hidden;
		top:63px;
		margin: 0 auto 0 auto;
		background-color:#000000;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

