@charset "utf-8";
/* Custom reset */
html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    font-size: 100%;
	line-height: 1.6em;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
div,
ul {
    margin: 0;
    padding: 0;
}
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.clear {
	content: " "; /* Older browser do not support empty content */
   	display: block;
   	height: 0;
   	clear: both;
}
.btnBuy {
	background-color: rgba(255,255,255,0.00);
	border: none;
	width: 107px;
	height:26px;
}

.imgRight {
	width: auto;
	float: right;
	margin-right: 0;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.imgLeftObject {
	float: left;
	margin-right: 1.5em;
	margin-left: 0em;
	margin-bottom: 1.5em;
	margin-top: -0.75em;
	width: 20%;
	max-width: 150px;
	height: auto;
}
.imgRight.cf {
	width: 25%;
	margin-left: 1em;
	padding-right: 25%;
	min-width: 180px;
	max-width: 100%;
}
.imgInline {
	display: inline-block;
	margin-bottom: -6%;
	margin-left: 3%;
	width: 15%;
	height: auto;
}


/* End of Custom Reset */

body {
	background-image: url(images/background.jpg);
	background-position: center top;
	background-color: #614923;
	padding: 0;
	font-family: 'Bitter', serif;
	font-size: 100%;
	font-weight: 400;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFBA00;
}
#holder {
	margin: 0;
	padding: 0;
	width: 95%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	width: 100%;
	/*min-width: 900px;*/
	position: relative;
	clear: both;
}
#topQuote {
	background-image: url(images/back_quote.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 90%;
	margin-top: -3%;
	padding-left: 4%;
	padding-right: 6%;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
	z-index: 2;
	background-size: contain;
}
#filmMakers #topQuote, #Press #topQuote, #Screenings #topQuote, #Dreamers #topQuote, #Contact #topQuote, #About #topQuote {
	margin-top: -6%;
	padding-top: 7%;
	padding-bottom: 3%;
}
#Contact #topQuote {
	margin-top: -5%;
	padding-top: 6%;
	padding-bottom: 4%;
	width: 97%;
	padding-left: 1%;
	padding-right: 2%;
}
#filmMakers #topQuote img {
	padding-top: 21px;
	padding-bottom: 21px;
}
#Press #topQuote img {
	padding-top: 16px;
	padding-bottom: 16px;
}
#Screenings #topQuote img {
	padding-top: 22px;
	padding-bottom: 22px;
}
#About #topQuote img {
	padding-top: -3px;
	padding-bottom: -3px;
}
#Contact #topQuote img {
	padding-top: -3px;
	padding-bottom: -3px;
}
#Dreamers #topQuote img {
	padding-top: 21px;
	padding-bottom: 21px;
}
#promo {
	width: 20%;
	position: absolute;
	top: -170%;
	right: -7%;
	z-index: 100;
}
#Home #promo {
	top: -25%;
}
#topNav {
	background-image: url(images/back_topnav.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 94%;
	position: relative;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: -5%;
	padding-top: 6%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: left;
	z-index: 1;
	background-size: cover;
}
#Home #topNav {
	margin-top: -4%;
	padding-top: 6%;
	padding-bottom: 2%;
}
#topNav ul, #footer ul {
	list-style-type: none;
	display: inline-block;
}
#topNav li, #footer li {
    display: inline;
	float: left;
}
#topNav li a, #footer li a {
	display: block;
	font-size: 1.2em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left: 1px solid #FBAD32;
	color: #FFFFFF;
	text-decoration: none;
}
#footer li a {
	display: block;
	font-size: 1.2em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left: 1px solid #FBAD32;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav li.linkButton a {
	display: block;
	font-size: 1.3em;
	padding: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: -0.25em;
	margin-left: 1em;
	border-left: none;
	color: #000000;
	text-decoration: none;
	background: rgba(226,156,46,1.00);
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.63);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.63);
}
#filmMakers #topNav li a#linkFilmmakers, #About #topNav li a#linkAbout, #Press #topNav li a#linkPress, #Screenings #topNav li a#linkScreenings, #Dreamers #topNav li a#linkDreamers, #Contact #topNav li a#linkContact {
	color: #000000;
}
#Home #topNav li a#linkHome {
	display: none;
}
#topNav li a:hover, #footer li a:hover {
	color: #FFE149;
}
#topNav li:first-child a, #footer li:first-child a {
	padding-left: 0em;
	margin-left: 0em;
	border-left: 1px none #FBAD32;
}
#bodyContent {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	overflow: visible;
}
#logoHolder {
	width: 100%;
	margin-top: 2%;
	position: relative;
	clear: both;
	overflow: auto;
}
#logoHolder #logo {
	position: relative;
	float: left;
	width: 35%;
	z-index: 100;
}
#Home #logoHolder #logo {
	width: 45%;
}
#logoHolder #tagline {
	position: relative;
	float: right;
	width: 45%;
	text-align: right;
	padding-top: 3%;
}
#Home #logoHolder #tagline {
	width: 35%;
	padding-top: 3%;
}
#mediaPanel, #vidPlayer {
	width: 100%;
	clear: both;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.3%;
	position: relative;
	z-index: 5;
}
#vidPlayer {
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	border:  1px solid #fff;
	display: none;
}
#vidPlayer .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
#vidPlayer .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mediaPanel ul.bxslider {
	padding: 0;
	margin: 0;
}
#controlPanel {
	width: 80%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	z-index: 1;
	margin-top: 0%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #A6A6A6;
	background-image: url(images/back_front_intro.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#controlPanel #frontIntro {
	position: relative;
	float: left;
	line-height: 1.4em;
	width: 84%;
}
#controlPanel #frontIntro em {
	color: #ffffff;
	font-size: 1.5em;
	font-style: italic;
	margin-right: 0.15em;
}
#controlPanel #vidControl {
	position: relative;
	float: right;
	text-align: right;
	width: 13%;
}
#frontNewsHolder {
	position: relative;
	float: left;
	clear: both;
	width: 90%;
	margin-top: 2em;
	margin-left: 5%;
}
#frontNewsHolder h1, #frontNewsHolder h2, #frontNewsHolder h3, #frontNewsHolder h4, #frontNewsHolder p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 400;
}
#frontNewsHolder h3 {
	font-size: 1.1em;
	margin-top: 1.25em;
	margin-bottom: 0.25em;
	font-weight: 700;
	line-height: 1.3em;
	color: #DC8700;
}
#frontNewsHolder h4 {
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: 400;
	font-style: italic;
	color: #FFC528;
	line-height: 1.3em;
}
#frontNewsHolder p {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.3em;
	color: #eabe79;
}
#frontNewsHolder p.announcement {
	display: block;
	font-size: 0.9em;
	background-image: url(images/side_back.png);
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	background-size: cover;
}
#frontNewsHolder p.announcement strong {
	display: block;
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: -0.5em;
	font-family: 'Special Elite', monospace;
	line-height: 1em;
	font-weight: 400;
	color: #FFBE00;
}
#festivalEmblems {
	padding-top: 50px;
	width: 120%;
	position: relative;
	float: left;
	margin-left: -10%;
	margin-right: -10%;
}
#festivalEmblems p {
	width: 13%;
	padding-left: 0.642%;
	padding-right: 0.642%;
	padding-bottom: 20px;
	position: relative;
	float: left;
}
#festivalEmblems p.clearRow {
	clear: left;
}
#festivalEmblems p.laurelSpacer {
	width: 20%;
	height: 50px;
	padding-left: 0%;
	padding-right: 0%;
}
#festivalEmblems img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
#listNews {
	width: 60%;
	margin-left: 0%;
	padding-left: 0%;
	border-left: none;
	margin-right: 3%;
	padding-right: 3%;
	border-right: 1px solid #000000;
	position: relative;
	float: left;
}
#listScreenings {
	width: 34%;
	margin-left: -1px;
	position: relative;
	float: left;
}
#listNews h2, #listScreenings h2 {
	margin-top: 0;
	padding-top: 0;
}
#listScreenings p {
	font-size: 0.95em;
}
#listScreenings h4 {
	font-size: 1.05em;
}
#mainContent {
	width: 95%;
	clear: both;
	max-width: 960px;
	margin-left: 5%;
	margin-top: 3%;
	position: relative;
	float: left;
	color: #eabe79;
}
#mainContent.dreamerPage {
	width: 100%;
	clear: both;
	max-width: 1200px;
	margin-left: 0%;
	margin-top: 3%;
}
#mainContent strong {
	font-weight: 700;
	font-size: 1.1em;
	color: #FFD697;
}

#mainContent h1 {
	font-family: 'Special Elite', monospace;
	font-size: 4em;
	line-height: 0.95em;
	font-weight: 400;
	color: #FFBE00;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#mainContent h2 {
	color: #D88400;
	font-size: 2em;
	font-weight: 400;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	line-height: 1.0em;
	clear: left;
}
#mainContent h3 {
	color: #FFBE00;
	font-size: 1.2em;
	font-weight: 400;
	font-style: italic;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
#Press #mainContent h4, #Screenings #mainContent h4 {
	margin-top: 0em;
	margin-bottom: 0em;
}
#Press #mainContent h3, #Screenings #mainContent h3 {
	margin-top: 1.25em;
	margin-bottom: 0em;
}
#mainContent h4 {
	color: #E08900;
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#mainContent p, #mainContent li {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 0.95em;
}
#Press #mainContent p, #Screenings #mainContent p {
	margin-top: 0.5em;
	margin-bottom: 0em;
	line-height: 1.4em;
}
#mainContent ul, #mainContent ol {
	margin-left: 0em;
	padding-left: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#mainContent ul li, #mainContent ol li {
	margin-left: 0em;
	padding-left: 0em;
}


#mainContent ul li:before {
	color: #FFBE00;
	content: '» ';
	font-size: 2em;
	font-weight: 400;
	margin-left: -0.75em;
}
#mainContent .photoList ul li:before {
	content: none;
}
#mainContent .photoList ul {
	margin-left: 0em;
	padding-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#mainContent .photoList ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 3%;
	margin-bottom: 2%;
}
#mainContent .photoList ul li img {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.58);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.58);
}
#mainContent .colFifth.photoList {
	margin-top: -5%;
}
#mainContent ul.3cols li {
	float: left;
	width: 30%;
	margin-right: 3%;
	position: relative;
}
#mainContent .photoRight {
	padding: 1%;
	width: 50%;
	background-color: #FFFFFF;
	position: relative;
	float: right;
	margin-right: -5%;
	margin-left: 2%;
	margin-bottom: 1%;
	background-image: -webkit-linear-gradient(180deg,rgba(255,238,212,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(255,238,212,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(255,238,212,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(255,238,212,1.00) 0%,rgba(255,255,255,1.00) 100%);
	-webkit-box-shadow: 2px 2px 5px #000000;
	box-shadow: 2px 2px 5px #000000;
	margin-top: -1%;
}
#mainContent .rotate3 {
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
    transform: rotate(-3deg);
	margin-top: 1%;
	margin-bottom: 3%;
}
#mainContent .rotate2 {
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
	margin-top: 1%;
	margin-bottom: 2%;
}
#mainContent .rotate1 {
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
	margin-top: 1%;
	margin-bottom: 1%;
}
#mainContent .topPhoto {
	margin-top: -5%;
}
.listPerson {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 0%;
	margin-bottom: 3%;
	padding-bottom: 3%;
	border-bottom: 1px solid #926113;
}
.bioPhoto {
	width: 17%;
	margin-right: 6%;
	position: relative;
	float: left;
	text-align: right;
}
.bioPhoto img {
	padding: 4%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 3px #000000;
}
#mainContent .colsHolder {
	width: 100%;
	position: relative;
	float: left;
	font-size: 0.9em;
}

#mainContent .bioText {
	width: 77%;
	position: relative;
	float: left;
	font-size: 1em;
}
#mainContent .bioText h2, #mainContent .colsHolder h2 {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.2em;
	color:#FFFFFF;
}
#mainContent .bioText h3, #mainContent .colsHolder h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	color: #DB8600
}
#mainContent .colThird {
	position: relative;
	width: 30%;
	margin-right: 3%;
	margin-top: 1em;
	float: left;
}
#Dreamers #mainContent .colThird {
	margin-top: -1em;
}
#mainContent .colThird h3 {
	margin-bottom: -1em;
}
#Dreamers #mainContent .colThird ul li {
	margin-top: 0em;
	margin-bottom: 0.75em;
}
#mainContent .colQuarter {
	position: relative;
	width: 22%;
	margin-left: 3%;
	margin-top: 1em;
	float: left;
}
#mainContent .colQuarter:first-of-type {
	position: relative;
	width: 25%;
	margin-left: 0%;
	margin-top: 1em;
	float: left;
}
#mainContent .colFifth {
	position: relative;
	width: 19%;
	margin-left: 1%;
	margin-top: 1em;
	float: left;
}
#mainContent .colFifth:first-of-type {
	position: relative;
	width: 19%;
	margin-left: 0%;
}
#mainContent .colFourFifths {
	position: relative;
	width: 79%;
	margin-right: 1%;
	margin-top: 1em;
	float: left;
}

#mainContent .sideBar {
	position: relative;
	float: right;
	width: 43%;
	clear: right;
	margin-top: 1em;
	background-image: url(images/side_back.png);
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-right: -3%;
	margin-left: 3%;
	background-size: cover;
}
#mainContent .sideBar h1 {
	font-family: 'Special Elite', monospace;
	font-size: 1.75em;
	line-height: 1em;
	font-weight: 400;
	color: #FFBE00;
	margin-top: 0em;
	margin-bottom: 0.25em;
}

#mainContent p.quote {
	color: #FFBE00;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.25em;
	font-style: normal;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
}
#mainContent p.quoteSource {
	color: #FFBE00;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.2em;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 2em;
	margin-left: 3em;
	margin-right: 3em;
}


#dreamerPhotoHolder {
	width: 37.5%;
	position: relative;
	float: left;
	margin-right: 5%;
	margin-left: -2.5%;
}
#dreamerPhoto, #dreamerLinks {
	width: 100%;
	position: relative;
	float: left;
	clear: left;
	margin: 0;
}
#dreamerPhoto img {
	position: relative;
	float: left;
	clear: left;
	margin: 0;
}
#dreamerLinks {
	border-top: 1px solid #000000;
	color: #FFBE00;
	text-align: center
}
#dreamerLinks p {
	border-bottom: 1px solid #000000;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: 1.1em;
}
#dreamerText {
	width: 60%;
	position: relative;
	float: left;
}
#dreamerText #subhead, #dreamerText #linkBack {
	width: 50%;
	position: relative;
	float: left;
	font-family: 'Special Elite', monospace;
	font-size: 1.75em;
	color: #000000;
	line-height: 1em;
	height: 1em;
	margin-bottom: 2em;
}
#dreamerText #subhead {
	text-transform: uppercase;
}
#dreamerText #linkBack {
	text-align: right;
	font-size: 1.1em;
}
#dreamerName, #dreamerStatement {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
}
#dreamerStatement {
	height: 39em;
}
#dreamerName h1 {
	margin-top: -0.3em;
	margin-bottom: 0.4em;
	line-height: 1em;
}
.photoCenterHolder {
	width: 105%;
	margin-left: -2.5%;
	margin-right: -2.5%;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#000000;
	padding-bottom: 0;
}
.photoCenterHolder img {
	padding: 0;
	margin: 0;
	margin-bottom: -0.7%;
}
#sideboxPSA {
	font-size: 0.85em;
	margin-top: 3em;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
	padding-right: 4%;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #3A2402;
	position: relative;
}
#sideboxPSA #sideboxLogo {
	float: left;
	margin-right: 5%;
	width: 18%;
}
#sideboxPSA p {
	display: block;
	float: left;
	padding-top: 1em;
	width: 77%;
}
#linkAdditionalFootage {
	display: none;
}
form {
	width: 45%;
}
form label, form input, form textarea {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: 'Bitter', serif;
	font-size: 0.9em;
	font-weight: 400;
}
form input, form textarea {
	padding: 0.3em;
	color: #000000;
	background-color: #D5B98E;
	border-left: 1px solid #493008;
	border-right: 1px solid #FFECCF;
	border-bottom: 1px solid #FFECCF;
	border-top: 1px solid #493008;
}
form input[type="submit"] {
	width: auto;
	font-family: 'Special Elite', monospace;
	font-size: 1.1em;
	background-color: #2A1900;
	color: #FFFFFF;
	padding: 0.6em;
	padding-bottom: 0.4em;
	margin-top: 1em;
	float: right;
	border-left: 1px solid #AA7A30;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #AA7A30;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px #000000;
	box-shadow: 2px 2px 5px #000000;
}
form label {
	font-family: 'Special Elite', monospace;
}
#footer {
	width: 81%;
	margin-top: 0%;
	margin-left: 9.5%;
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
	float: left;
	clear: both;
	color: #D3A153;
	font-family: 'Special Elite', monospace;
	font-size: 0.9em;
}
#footer img {
	position: relative;
	float: right;
	margin-left: 0.75em;
	margin-top: -0.5em;
}
.inlineBtn {
	display: inline-block;
	margin-bottom: -10px;
}




/* ----- Media Queries ----- */

@media screen and (max-width:1100px){
	#topNav li a {
		font-size: 0.9em;
		padding-left: 0.75em;
		margin-left: 0.75em;
	}
	#topNav li.linkButton a {
		font-size: 1em;
		padding: 0.3em;
		padding-left: 0.5em;
		padding-right: 0.5em;
		margin-top: -0.25em;
		margin-left: 1em;
	}
	#mediaPanel #controlPanel #frontIntro {
		font-size: 0.9em;
		line-height: 1.3em;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
#topNav li a {
	font-size: 1em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
#mainContent h1 {
	font-size: 3em;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}
.imgLeftObject {
	width: 100%;
}

#mainContent .colFifth {
	width: 100%;
	margin-left: 0%;
}
#mainContent .colFifth:first-of-type {
	width: 100%;
	margin-left: 0%;
}
#mainContent .colFourFifths {
	width: 100%;
	margin-right: 0%;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
#topNav li a {
	font-size: 1em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
#mainContent h1 {
	font-size: 3em;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}
