/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 100%;
		margin:0;
	}
	.width-col{
	    width: 100%;
			margin:0 auto;
        }
	.post{
	    width: 96%;
			margin:0 auto;
	
        }
         #header {
		height: 160px;
	}
	/* content */
	#content {
		width: 100%;
		padding:20px 0 120px;
		margin:0 auto;
	}
	#footer {
	   width: 100%;
		 overflow:hidden;
		 padding-bottom:10px;
	}
	.actor-info{
	   width:100%;
	
  }
				
}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}
        
	
	/* main nav */
	

/* site logo */
#site-logo {
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	text-align:center;
	color:#FFF;
	margin: 5px 0;
	position: static;
	float:none;
}

/* site description */
#site-description {
	font-size:18px;
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	position: static;
	float:none;
}

/* main nav */
#main-nav {
	position: static;
	background:none;
	border:none;
	box-shadow:none;
	width: auto;
	height: auto;
	margin:0 0 20px;
	padding:0;
	}
#main-nav li {
	margin: 0 0 0 0;
	padding:0;
	background: #000;
		background: -moz-linear-gradient(top,  #333333 12%, #030303 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#333333), color-stop(100%,#030303));
		background: -webkit-linear-gradient(top,  #333333 12%,#030303 100%);
		background: -o-linear-gradient(top,  #333333 12%,#030303 100%);
		background: -ms-linear-gradient(top,  #333333 12%,#030303 100%);
		background: linear-gradient(top,  #333333 12%,#030303 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#030303',GradientType=0 );
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 49%;
	height: 3em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
}

#main-nav li:first-child {
	margin-left: 0px;
}   
#main-nav  li.item3{
	display: none;
	text-indent: -9999px;
}
/* content */
#content {
padding-bottom:10px;
}

.advertising{
	margin: 10px 0 0 0;
	padding: 5px 0 0 5px;
	float:left;
}
.social{
	clear:both;
	float:none;
	margin: 0 0 0 0;
	padding: 10px 0 5px 5px;
}
.post{
	font-size:90%;
}
.post-imagel {
	float:none;
	margin: 5px 15px 15px 0;
	border:none;
	box-shadow:none;
}
.post .floatleft{
	float:none;
}
.post-imager {
	float:none;
	margin: 5px 0 10px 0px;
	border:none;
	box-shadow:none;
}
.post .floatright{
	float:none;
}
.package-imagel{
	float:none;
	text-align:center;
	border:none;
	box-shadow:none;
}
.actor-info{
	padding:0;
	margin:0;
}
#social{
	position:relative;
	right:0;
	padding:10px;
	border: none;
	background:#000;
	overflow:hidden;
	/* radius */
	border-radius: 0;
	-webkit-border-radius: 0;
}
#footer {
	position:relative;
	font-size: 80%;
}

.logo{
	display:none
}

.actor-info p{
	line-height:1.5;
}

.comment span.p_strong{
	color:#996633;
	font-size:1.0em;
}

.cast_list, .staff_list{
	margin:5px auto;
	padding:8px 10px;
	width:90%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.cast_list dt{
	width:auto;
	height:auto;
	padding:0;
	background:none;
	border:none;
	float:none;
	text-align:left;
}
.cast_list dd{
	width:auto;
	height:auto;
	font-size:0.9em;
	padding:0 0 10px 0;
	background:none;
	border:none;
	float:none;
}
.staff_list dt{
	width:auto;
	height:auto;
	padding:0;
	background:none;
	border:none;
	float:none;
	text-align:left;
}
.staff_list dd{
	width:auto;
	height:auto;
	font-size:0.9em;
	padding:0 0 10px 0;
	background:none;
	border:none;
	float:none;
}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
	.theater-list{
	   width:91.5%;
	}
	#main-nav  li.item3{
	   display: none;
	   text-indent: -9999px;
	}
	
	
    
	
	

}
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
		overflow-x:hidden;
	}
	
}
