@charset "UTF-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	background-image:url(images/bkgrnd-body.png);
	background-position:center;
	background-repeat:repeat-y;
}
.highlight {
	color: #c61d23;
}

h1 {
	font-size: 200%;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	line-height:110%;
}

h2 {
	font-size: 135%;
}

h3, h4, h5, h6 {
	font-size: 115%;
}

p {
	margin: 12px auto;
	padding: 4px auto 4px;
}

img {border:0px;max-width: 100%;}

.card a {color:#fff; text-decoration:none}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
}


/* Layout Definitions  */


#site {
	width: 100%;
	margin: 0px;
	padding:0px;
	height: 100%;
}

div#header {
	width: auto;
	margin: 0px auto;
	background-image:url(images/bkgrnd-top.png);
	background-position:top center; 
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	height:204px;
	z-index: 5;
}

div.lawnchair {
	float:left;
	margin:20px;
	width:25%;
}

div.icon {
	float:none;
	margin:20px;
}

div.sponsors ul {
	margin:0px;
	padding:0px;
}

div.sponsors li {
	margin:0px;
	padding:2px 0px;
	list-style:none;
}

div.sponsors strong {
	font-size:150%;
}


.card {
	background-image: url(images/bkgrnd-buttons.png);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #38145c;
}
.movies {
	height: 86px;
	width:100%;
/*	min-width:380px;
*/	margin:0px auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #727023;
    background:rgb(224,224,224);
	background: transparent\9;
	background:rgba(224,224,224,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccE0E0E0,endColorstr=#ccE0E0E0);
	zoom: 1;
	clear: both;
	overflow: visible;
	display: table;
}
.about {
	width:auto;
	margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 38145c;
    background:rgb(224,224,224);
	background: transparent\9;
	background:rgba(224,224,224,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cE0E0E0,endColorstr=#4cE0E0E0);
	zoom: 1;
	clear: both;
	overflow: visible;
	font-size: 115%;
	color: #525b6a;
	font-weight: normal;
	padding: 12px;
	line-height: 110%;
}
.about h1{
	font-size: 150%;
	color: #525b6a;
	font-weight: bold;
	margin:0px;
	text-transform: none;
	padding: 0px;
	line-height: 110%;
}

.kids-notice {
	height: 20px;
	margin:0px;
	background-color:#0ca6a8;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 110%;
	text-transform: uppercase;
	width: auto;
	min-width:370px;
}
.fltleft {
	float: left;
	width:24%;
}

.fltleft img {
	width: 154px;
	height:auto;
	border:none;
	}

.descriptions {
  color: #525b6a;
  display: inline-block;
  font-size: 170%;
  font-weight: normal;
  height: 62px;
  line-height: 100%;
  margin: auto auto auto 4%;
  padding: 14px 0 10px;
  text-align: left;
  width: 52%;
}

.descriptions h1{
	font-size: 150%;
	color: #525b6a;
	font-weight: bold;
	margin:0px;
	text-transform: none;
	padding: 0px;
}

.about a  {
	color: ;
	color: #009dc1;
}


/* --------------------------------------------
   Navigation
-------------------------------------------- */

#navigation {
    float: left;
    margin: 0;
    max-width: 180px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

#menu {
	display: none;
}


#navigation .main {
	float: left;
}

#navigation .main ul#nav {
    margin:0px auto;
    padding:0px;
}

#navigation .main ul#nav li {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 90%;
    list-style: none outside none;
    margin: 0px;
    padding: 12px 8px 0px;
	background: #252622; /* Old browsers */
	background: -moz-linear-gradient(top,  #252622 0%, #4a4c44 50%, #3c3d36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252622), color-stop(50%,#4a4c44), color-stop(100%,#3c3d36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #252622 0%,#4a4c44 50%,#3c3d36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #252622 0%,#4a4c44 50%,#3c3d36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #252622 0%,#4a4c44 50%,#3c3d36 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #252622 0%,#4a4c44 50%,#3c3d36 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252622', endColorstr='#3c3d36',GradientType=0 ); /* IE6-9 */
}

#navigation .main ul#nav li a {
    color: #FFFFFF;
    display: block;
    line-height: 90%;
    padding: 1px 4px;
	text-decoration: none;
}

#navigation .main ul#nav li a:hover {
	color:#cdcdcd;
}

#navigation .main ul#nav li:last-child a {
	border-right: none;
}
		

/* --------------------------------------------
  Content
-------------------------------------------- */


content {
    background-image: url("images/bkgrnd-subpages.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 126px;
    width: 100%;
    z-index: 1;
	text-align:center;
	padding:200px 0px 80px;
	color:#121212;
	font-size:135%;
	line-height: 1.5;
}

content.home {
    background-image: url("images/bkgrnd-content.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 126px;
    width: 100%;
    z-index: 1;
	text-align:center;
	padding:580px 0px 80px;
}

content > div {
	max-width:820px;
	margin:0px auto;
	clear:both;
	padding:20px 0px 10px;
}

div.movies img {
	padding-left:36px;
}

div#copyright {
	width:75%;
	margin:0px auto;
	display:inline-block;
	height:auto;
	text-align:center;
	font-size:110%;
	color:#333333;
}

/* --------------------------------------------
  Mobile
-------------------------------------------- */


@media screen and (min-width: 1800px) {
	#menu {
		display: none;
	}
}



@media (max-width: 1800px) {

		#menu {
			cursor: pointer;
			display: block;
			font-size: 750%;
			height: auto;
			text-align: center;
			width: 100%;
			padding-top:12px;
		}
		
		#nav.js {
			display: none;
		}
		ul {
			width:100%;
		}
		li {
			width:100%;
			border-right:none;
		}



.button {
	width:100%;
    padding: 0px;
}



#navigation .main {
	width:100%;
}

#navigation .main ul#nav {
    clear: both;
    left: 0;
    margin: 0 auto;
    padding: 28px 0 0;
    position: fixed;
    top: 100px;
    width: 100%;
}

#navigation .main ul#nav li {
	padding: 30px 0px;
	font-size: 320%;
	width:100%;
	background-color:#808080;
}

#contentsub, #contenthome {
	clear: both;
	margin: 0px;
	background-image:none;
}


#contenthome #sidebar {
    float: none;
	clear:both;
    margin-bottom: 0px;
    padding: 48px 9% 72px;
    text-align: left;
	background-color:#e6e6e6;
    width: auto;
}

#contentsub #sidebar {
    float: none;
	clear:both;
    margin: 0px;
    padding: 36px 9% 72px;
    text-align: left;
    width: auto;
	background-color:#e6e6e6;
}
		

#contenthome #article {
	background: none;
    float: none;
	clear:both;
    margin: 0px;
    padding: 38px 9% 50px;
    text-align: left;
    width: auto;
	}

#contentsub #article {
	background: none;
    float: none;
	clear:both;
    margin: 0px;
    padding: 36px 9% 50px;
    text-align: left;
    width: auto;
	}


.basenav, #divider, #header-vision {
	display:none;
}


}


@media (max-width: 480px) {

#navigation .main ul#nav li {
	padding: 8px 0px;
	font-size: 125%;
	width:100%;
}


#topbar #logo {
	float:none;
	width:100%;
	padding: 40px 0px;
	height:auto;
}

#topbar #language {
	float:none;
	padding: 10px 40px;
	height:19px;
	width:auto;
	clear:both;
	margin:0px auto;
	background:#ce1d2f; 
}

.icon {
    padding: 9px 18px 0px 0px;
}

.basetagline, .baselogo {
	width:100%;
	clear:both;
	padding:8px 0px;
	margin:0px;
}

}
