*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: helvetica, sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-align: left;
    outline: none;
}
img{
    border: none;
    outline: none;
}
a{ 
    cursor: pointer;
    color: #fff;
    outline: none;
}
h1{
    font-size: 18px;
    color: #fff;
}
h2{
    font-size: 14px;
    color: #fff;
}
h3{
    font-size: 12px;
}
h4{
    font-size: 11px;
}
h5{
    font-size: 10px;
}
p{
    line-height: 16px;
}
body{
    background: #000;
	margin: 0;
}
.entirebody{
    width: 902px;
    margin: 30px 0 0 30px;
    float: left;
}
.header{
    float: left;
	width: 100%;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
a.logo{
    width: 158px;
    height: 58px;
    float: left;
    margin-right: 100px;
}
h1.title{
    cursor: pointer;
}
h1.web-title{
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    margin-right: 98px;
    font-weight: bold;
}
span.lower{
    font-size: 16px;
    text-transform: lowercase;
    color: #fff;
}
ul.lang{
    float: left;
}
ul.lang li{
    display: inline;
}
ul.lang li a.active{
    text-decoration: underline;
}
.web-title-size{
    width: 230px;
}
.web-edition-size{
    width: 170px;
}
.main-nav{
    clear: both;
}
.main-nav ul{
    display: block;
    float: left;
    margin: 30px 0 0 259px;
}
.main-nav ul li{
    display: inline;
    margin-right: 30px;
}
.main-nav ul li a{
    font-size: 13px;
    //font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
.main-nav ul li a:hover{
    border: none;
}
.main-nav ul li a.active{
    border: none;
}

/* section */
.container{
    float: left;
    margin-top: 30px;
    position: relative;
	min-height: 600px;
}
.container ul li.slide a{
    font-size: 60px;
}
.left-column{
    width: 262px;
    min-height: 354px;
    float: left;
}
.content{
    float: left;
    width: 637px;
    padding: 0 0 0 0;
}
.content h1{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 20px 0 20px;
}
.content h2{
    height: 60px;
}
.content h2 a{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 20px 0 20px;
}
.content p{
    font-size: 12px;
    line-height: 17px;
}
.contact{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 30px;
}
.contact h3{
    font-weight: bold;
    font-size: 10px;
}
.contact p{
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 20px;
}

/* rotator in-page placement */
    div#rotator {
    position:relative;
    height:345px;
    margin-left: 15px;
}
/* rotator css */
    div#rotator ul li {
    float:left;
    position:absolute;
    list-style: none;
}
/* rotator image style */   
    div#rotator ul li img {
    padding: 4px;
}
    div#rotator ul li.show {
    z-index:500
}
.quote{
    margin-top: 50px;
    text-align: center;
}
.quote h1{
    font-size: 60px;
    line-height: 62px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
span.author{
    display: block;
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.home{
    top: 430px;
}
.footer{
    clear: both;
    height:50px;
}
span.quote{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    line-height: 61px;
}
.quotes span.title{
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 30px;
}



/** scroll**/
div.banner {
    float:left;
    position:relative;   
}
.nav-nr{
}
div.banner {
    float:left;
    width:645px;
}
.scrollable{
    margin-top:10px;
    width:620px;
    height:415px;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}
.scrollable .banner .inside-banner{
    width:620px;
    height:374px;
    float: left;
    display:none;
    position:absolute;
}
.banner-area{
    float:left;
    margin-top:5px;
    width:620px;
    height:320px;
}
.banner-nav{}
.banner-nav a.prev{
    float:left;
    position:absolute;
    background:transparent url(../images/prev-botton.png) no-repeat 0 0px;
    width:41px;
    height:41px;
    margin-left:4px;
    cursor:pointer;
    top:147px;
    left:10px;
}
.banner-nav a.prev:hover{
    background:transparent url(../images/prev-hover.png) no-repeat 0 0px;
}
.next-button a{
    float:left;
    position:absolute;
    right:10px;
    top:147px;
    background:transparent url(../images/next-botton.png) no-repeat 0 0px;
    width:41px;
    height:41px;
    cursor:pointer;
}
.next-button a:hover{
    background:transparent url(../images/next-hover.png) no-repeat 0 0px;
}
.banner-box{
    bottom:0;
    clear:both;
    float:left;
    height:80px;
    opacity:0.75;
    filter:alpha(opacity=75);
    position:absolute;
    width:340px;
    z-index:999;
    left:0px;
    background-color:#020202;
    padding:15px 20px;
}
.banner-box p{
    color:#fff;
    font-size:18px;
}
.latest-news{
}
.latest-news h1{
    background:url(../images/home-h1-bg.gif) repeat-x 0 0;
    height:36px;
}

.schedule{
    margin: 20px 0 20px;
}
/* END carousel */

/***** program *****/
.event-info{
    width: 640px;
    float: left;
}
.event-info img{
    float: left;
    margin-right: 20px;
}
.event-info h3{
    text-transform: uppercase;
}
.event-info span{
    display: block;
}
.event{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.text{
    float: right;
    width: 445px;
}
.text span{
    font-size: 12px;
    float: left;
}
span.label{
    float: left;
    margin-right: 3px;
    font-weight: bold;
    clear: both;
}
span.director{
    
}
span.school{
    
}
span.event-info{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
span.syn{
    margin-top: 2px;
}
span.category{
    margin-bottom: 0px;
}
span.month{
    float: left;
    margin-right: 15px;
    font-size: 12px;
    font-weight: bold;
}
ul.days li{
    display: inline;
    margin-right: 3px;
}
ul.days li a{
    font-size: 12px;
    color: #fff;
}
ul.days li a.active{
    text-decoration: underline;
}

/* Tiny Scrollbar */
#scrollbar1 { width: 680px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 660px; height: 220px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .scrollbar,
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar.png) no-repeat; }
#scrollbar1 .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track  { width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background-position: 100% 100%; height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { background-position: 100% 0; height: 5px; width: 13px; }
#scrollbar1 .disable { display: none; }

/* Accordion */

.basic div{
	clear:left;
}
.positionAbsolute{
	position: absolute;
}
div.theater-icon{
	left: 26px;
	 top: 110px;
}
div.film-icon{
	left: 144px;
	top: 183px;
}
div.submit-icon {
	left: 127px;
}
div.pr-icon{
	left: 16px;
	top: 261px;
}
div.fingers-icon{
	left: 173px;
	top: 306px;
}
div.heart-icon{
	right:-60px;
	top: -90px;
}
div.skenaup-icon{
	right:-132px;
	top:2px;
}
div.star-icon{
	right:-106px;
	top:209px;
}
div.tick-icon{
	right: 17px;
	top: 329px;
}
div.program-left{
		position: absolute;
	left: 2px; 
	top: 340px;

}
div.program-left a{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
div.facebook{
	position: absolute;
	left: 2px; 
	top: 390px;
}

.Container {
  position: absolute;
  top: 50px; left: 100px;
  width: 400px;
  height: 200px;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 400px;
  height: 200px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 40px; left: 60px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width: 20px; height: 161px;
  position: absolute;
  top: 36px; left: 4px;
}
.Scrollbar-Handle {
  position: absolute;
  width: 20px; height: 22px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 187px;
}
span.list span{
    margin-right: 15px;
}
#testMenu a.testMenuItem {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	outline:0;
	clear: both;
	font-size:60px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
}
ul.tabs li{
	float:left;
	padding-right:10px;
}
div.list span{
	float:left;
	display:inline;
	padding-right:10px;
}
div.list img{
	float:left;
margin-right:22px
}
div.list span.lista{
	width:96%;
	float:left;
}
div.list span span.text{
	float:right;
	width:400px;
}
#list1b div{
height:auto;
display: inline;
}
a.blog{
	font-size:14px;
position:absolute;
right:0;
z-index:99;
}

h2.entry-title a {
    margin: 0;
    text-transform: none;
}

.content .entry-title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    height: auto;
}
.entry-title a:link,
.entry-title a:visited {
    color: #fff;
    font-size:18px;
    text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}

.entry-meta .author {
    display: inline;
}

.entry-meta .author a {
    font-weight: normal;
}

.entry-meta .author a:hover {
    color: #ff4b33;
}


.entry-content, .entry-summary {
    clear: both;
    padding: 12px 0 0 0;
}

.entry-content a:hover {
    color: #ff4b33;
}

.entry-content p {
    font-size: 11px;
    margin-bottom: 24px;
    line-height: 16px;
}

.entry-utility a:hover {
    color: #ff4b33;
}

.page-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}
.page-title span {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
    color: #fff;
    text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}

.hentry {
    margin: 0 0 5px 0;
/*    margin: 0 0 48px 0;*/
}

.post {
    width: 500px;
    border-bottom: 1px dotted gray;
}

#primary {
    float: right;
    overflow: hidden;
    width: 220px;
    margin-top: 100px;
}

.widget-area ul {
    list-style: none;
    margin-left: 0;
}
.widget-area ul ul {
    list-style: square;
    margin-left: 1.3em;
}
.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}
.widget-area .entry-meta {
    font-size: 11px;
}

.content#blog-content {
width: auto !important;
}

.widget-container {
    margin: 0 0 18px 0;

}

.widget-area a:active, .widget-area a:hover {
    text-decoration: underline;
    color: #ff4b33;
}

.blog-container {
    width: 1042px;
}

.navigation a:active, .navigation a:hover {
    color: #FF4B33;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-above {
    margin: 0 0 70px 0;    
}

.post h1.entry-title {
    margin: 0 !important;
}

#comments {
    clear: both;
    width: 500px;
}
#respond {
    border-top: 1px solid #E7E7E7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}
h3#reply-title {
    margin: 18px 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
#respond p {
    margin: 0;
}
#respond .form-allowed-tags {
    color: white;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#comments, #comments input, #comments textarea {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
#respond .required {
    color: #FF4B33;
    font-weight: bold;
}
#respond label {
    color: white;
    font-size: 12px;
}
#respond textarea {
    width: 98%;
}
input[type="text"], textarea {
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#content code {
    font-size: 13px;
}
code {
    -webkit-text-size-adjust: 160%;
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.post h1.entry-title {
    text-transform: none;
}

.comment-container {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.entry-utility {padding-top: 12px; padding-bottom: 10px; clear: both;}

div.post div.entry-content a.readmore{color: #FF4B33;}
.fb_edge_widget_with_comment{width: 100px;float:left;}
div.twitter-this{float:left;padding-right: 10px;} 
div.social-networks{width: 300px;padding:10px 0 10px 0;float:left;}
div.post div.entry-utility span.read-more a{color: #FF4B33;float:right;}
/* Blog Content */
div.post div.entry-content div.article-thumb{float: left;padding-right: 10px;}
div.post div.entry-content div.article-thumb img{margin-top:4px;}
.blog-list, .blog-article{float:left;clear:both;}
div.post div.entry-utility span.comments-link a{color: #FF4B33;}


/* Related News */
div.related-articles h3{padding-bottom:10px;}
div.related-articles ul.article-list li.relarticle-content{float: left; width: 170px;padding: 0 5px;border-right: 1px dotted;border-left: 1px dotted;min-height: 172px;}
div.related-articles ul.article-list li.relarticle-content div.relarticle-title{width: 170px; padding-top:5px;}
div.related-articles ul.article-list li.relarticle-content a{}
div.related-articles ul.article-list li.relarticle-content a:hover span{color: #FF4B33;}
div.related-articles ul.article-list li.relarticle-content a span.relarticle-title{}

/* Pagination */
ul.eventlist-nav li{float:left;padding-right: 5px;}
ul.eventlist-nav li a.active{border-bottom: 1px dotted; color: #FF4B33;}
ul.eventlist-nav li.prev_inactive{width:9px;height:9px;background:url("../images/previous.png") no-repeat scroll left 0px transparent;margin-top: 3px;}
ul.eventlist-nav li.prev{width:9px;height:9px;background:url("../images/previous.png") no-repeat scroll left -9px transparent;margin-top: 3px;}
ul.eventlist-nav li.next_inactive{width:9px;height:9px;background:url("../images/next.png") no-repeat scroll left 0px transparent;margin-top: 3px;}
ul.eventlist-nav li.next{width:9px;height:9px;background:url("../images/next.png") no-repeat scroll left -9px transparent;margin-top: 3px;}
div.blog-container div#blog-content.content div.related-articles{float:left;clear:both;}
