@charset "utf-8";
/* CSS Document */


/*Styles for small screen - Smart Phones*/
@media only screen and (max-width : 568px) {
html {
	background-color: #FFFFFF;
	background-image: none;
	height: auto;
	}
	body{
	margin-top: 0px;	
	height: auto;	
	}
	#wrap {
	margin-bottom: 0px;
	color: #333;
	height: auto;
	}
	header{
	width: 100%;
	padding-top: 15px;
}
	header h1 {
	font-size: 1.5em;
	text-indent: 10px;
	paddin-top: 0px;
	}
	#subHeader{
	display: none;
	color: #369;
	}
	nav {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 0px;
  	}
  	nav ul {
	display: none;
	width: 100%;
	height: auto;
	margin-top: 0px;
	}
  	nav li {
	width: 100%;
	background-color: #069;
	position: relative;
	}
	nav li a{
	padding_right: 0px;
	paddding-left: 0px;
	text-indent: 10px;
	background-image: url(../images/btn_play.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	color: #FFF;
	}
  	nav li a:hover {
	color: #000;
	}
  	nav a {
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-indent: 20px;
	color: #FFF;
  	}
	nav a#pull {
	display: inline-block;
	background-color: #C03;
	width: 100%;
	position: relative;
	}	
	nav a#pull:hover
	{
	color: #336;
	}
	nav a#pull:after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 8px;
	background: url('../images/nav-icon.png') no-repeat;
	}
	article {
	height: auto;
	width: 100%;
	padding-bottom: 0px;
}
 	article .home{	
	width: 100%;
	height: 300px;
	padding: 0px;
	
	}
	article .home p{
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 10px;
	top: 10px;
	font-size: 0.8em;
	line-height: normal;
}
	.article_panel{
	width: 100%;
}
	
}
