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

/* header */
.logo{
	margin-left:10px;
}
#header {
	height:auto;
}
#site-logo {
	float:none;
	margin:0 auto;
}
#site-description {
	float:none;
	text-align:center;
	padding: 10px;
}
#main-nav {
	position:relative;
}

/* pagewrap */
#pagewrap {
	width: 100%;
	margin:0;
}
.width-col{
	width: 100%;
	margin:0 auto;
}
.post{
	width: 96%;
	margin:0 auto;
}

/* content */
#content {
	width: 100%;
	padding:20px 0 120px;
	margin:0 auto;
}
#footer {
	width: 100%;
	overflow:hidden;
	padding-bottom:10px;
}
.actor-info{
 width:100%;
}
.actor-wide{
	width:100%;
}
.theater-list{
	width:85%;
}
.theater-list-left{
	width:20%;
}
.theater-list-center{
	width:40%;
}
.theater-list-right{
	width:20%;
}
.box{
	width:85%;
}

/* footer */
.advertising{
	padding: 0 0 0 10px;
}

}

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

/* header */
#header {
	height: auto;
}
.logo{
	display:none
}

/* site logo */
#site-logo {
	background:none;
	width:auto;
	height:auto;
	text-indent:0;
	text-align:center;
	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:2px 0;
	background: #f4f4f4;
		background: -moz-linear-gradient(top,  #f4f4f4 12%, #cccccc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#f4f4f4), color-stop(100%,#cccccc));
		background: -webkit-linear-gradient(top,  #f4f4f4 12%,#cccccc 100%);
		background: -o-linear-gradient(top,  #f4f4f4 12%,#cccccc 100%);
		background: -ms-linear-gradient(top,  #f4f4f4 12%,#cccccc 100%);
		background: linear-gradient(top,  #f4f4f4 12%,#cccccc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#cccccc',GradientType=0 );
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
	-moz-box-shadow: inset 0px 1px 0px 0px #ccc;
	box-shadow: inset 0px 1px 0px 0px #ccc;
	width: 49%;
	height: 3em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
	position: relative;
	color: #9a9a9a;
	text-decoration:none;
}
#main-nav li:first-child {
	margin-left: 0px;
}   
#main-nav  li  a:after{
	content: '';
	background-image: url("../../img/common/sprite.png");
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item-no > a:after {
	background-position: -38px -38px;
}
.item1 > a:after {
	background-position: 0 0;
}
.item2 > a:after {
	background-position: -38px 0;
}
.item3 > a:after {
	background-position: -76px 0;
}
#main-nav  li.item3{
 display: none;
 text-indent: -9999px;
}

/* content */
#content {
	padding-bottom:10px;
}
.post{
	font-size:90%;
}
.post-imagel {
	float:none;
	margin: 5px 15px 15px 0;
}
.post .floatleft{
	float:none;
}
.post-imager {
	float:none;
	margin: 5px 0 10px 0px;
}
.post .floatright{
	float:none;
}
.actor-info{
	padding:0;
	margin:0;
}
.actor-info p{
	line-height:1.5;
}
.actor-wide p{
	line-height:1.5;
}

/* footer */
#footer {
	position:relative;
	font-size: 80%;
}
.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;
}

/* theater */
.theater-list{
	width:90%;
	margin:10px auto 0;
	font-size:1.3em;
	padding:4px 10px;
	background:#f4f4f4;
	border:none;
	border-bottom: 5px solid  #ddd;
	display:block;
}
.theater-list-left{
	width:auto;
	font-size:0.9em;
	padding:0;
	background:none;
	border:none;
	float:none
}
.theater-list-center{
	width:auto;
	font-size:0.9em;
	padding:0;
	background:none;
	border:none;
	float:none
}
.theater-list-right{
	width:auto;
	font-size:0.9em;
	padding:0 0 10px 0;
	background:none;
	border:none;
	float:none
}
.box{
	margin:5px auto;
	padding:8px 10px;
	width:90%;
	line-height:1.2em;
	background:#fff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#theater_map{
	margin:40px auto;
	text-align:center;
}

}

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

}
