@charset "UTF-8";
/* CSS Document */

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}
#container {
	width: 320px;
	height: 400px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}
html, body {
	width: 320px;
	padding: 0;
	margin: auto;
}
body {
	background: url(../img/bg.jpg);
	background-size: auto 100%;
	background-position: top center;
	width: 320px;
}
header {
	width: 320px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	display: none;
}
#logo {
	display: block;
	width: 261px;
	height: 83px;
	background-image: url(../img/logosmall.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
aside {
	display: none;
}
h2, h3, h4{
	display: none;
}
#email a{
	display: none;
}
aside em {
	display: none;
}
#main {
	background-image: none;
	width: 320px;
	height: 300px;
	float: left;
	margin-left: 0px;
	margin-right: auto;
}

#ad {
	background-image: none;
	display: none;
}
#dl {
	background-image: none;
	background-repeat: no-repeat;
	width: 135px;
	height: 40px;
	float: left;
	margin-left: auto;
	margin-top: auto;
}
.video-container {
	display: block;
	float: none;
	width: 100%;
	height: 0; 
    position: relative;
	margin-top: 0px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#youtube {
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}
#fb {
	display: none;
}
#apple {
	padding-top: 10px;
}
#apple img {
	width: 100%;
}
#credits {
	display: none;
}

#press {
	display: none;
}
#press p {
	display: none;
}


footer {
	position: relative;
	width: 320px;
	height: 20px;
	float: left;
	font-family: "Arial", "Trebuchet", sans-serif;
	font-size: 10px;
	color: #115575;
	text-align: center;
	margin-right: auto;
	margin-top: 120px;
}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}