/* Start of CMSMS style sheet 'YUA : Zaal' */
/* A CSS Framework by Thomas Hosman */

/* SITE SPECIFIC LAYOUT */

body {
        margin: 0;
        padding: 1em;
        text-align: center;
        background: #efefef;
        color: #333;
    }

div#pagewrapper {
        margin: 0 auto;
        width: 780px;
        padding: 0;
        text-align: left;
        border: 1px solid #ccc;
        background: #fff;
    }

#container {
	/*position: relative; */
	margin: 0;
    }

/* HEADER */
            
div#header {
     margin: 10px 0 10px 0;
     padding: 0;
     height: 159px;
     background: #ffffff;           
     text-align: left;
     color: #fff;
    }
 
    /*div#header h1 a {
            /*background:  url(uploads/Horizontal_dropdown/hdr.jpg) no-repeat 0 0px; */
            background: {multiple_random_image folder="uploads/images/header/"} no-repeat 0 0px; 
            display: block;
            height: 159px;
            text-indent: -700em;
            width: 780px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        } */

/* END HEADER */
    
/* FOOTER */
        
div#footer {  
        width: 98%;
        margin: 0 auto 2px auto;
        color: #FFFFFF;
		background-color: 95b318;
        }

div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 2px;
            text-align: center;
        }
/* END FOOTER */

div#content {
        /*position: relative;*/
        margin: 1.5em 2em 2em 2em;
        padding: 0;
        text-align: left;
    }

div#menu_vert {
        float: left;
        width: 25%;
        display: inline;
    }

div#main {
        
        width: 100%;
        display: inline;
        margin-left: 2%;
        padding: 0% 2% 0 2%;
    }

div#content2 {
        float: right;
        width: 25%;
        display: inline;
        padding: 0 1% 0 2%;
        border-left: dashed 1px #cccccc;
    }

div#intro {
       width: 100%;
        display: inline;
        margin-left: 2%;
        padding: 0% 2% 0 2%;
    }
       
    }
    
div#menu_horiz {
        width: 100%;
        text-align: right;
        border-bottom: 0px dashed #ccc;
    }

 
/* END CONTENT */

.movie {
	background-color: #D10D3F;
	padding: 5px;
	width: 200px;
	text-align: center;
	position: relative;
}

div.subnav {
   padding: 5px 0;
   text-align: right;
   margin: 0 1em;
   border-bottom: 1px dashed #ccc;
   /*display: inline; */
 
}

div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
   border-bottom: 1px dashed #ccc;
}

div.xlags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

/************* CLEARING *******************/
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/***************** END CLEARING ***************8*/
/* End of 'YUA : Zaal' */

