html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
    font-family: 'caslon_540italic';
    src: url('../fonts/caslon540bt-italic-webfont.eot');
    src: url('../fonts/caslon540bt-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caslon540bt-italic-webfont.woff') format('woff'),
         url('../fonts/caslon540bt-italic-webfont.ttf') format('truetype'),
         url('../fonts/caslon540bt-italic-webfont.svg#caslon_540italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lincoln';
    src: url('../fonts/abrahamlincoln-webfont.eot');
    src: url('../fonts/abrahamlincoln-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abrahamlincoln-webfont.woff') format('woff'),
         url('../fonts/abrahamlincoln-webfont.ttf') format('truetype'),
         url('../fonts/abrahamlincoln-webfont.svg#abraham_lincolnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*
body {
    background: url(../_images/unicorn2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
*/


#logo {

	background-image: url(../_images/enormous_logo.png);
	background-repeat: no-repeat;
	width: 381px;
	height: 55px;
	margin: auto;
	margin-top: 65px;
}
#subline,#enterB {

	font-family: "Myriad Pro";
	margin: auto;
	text-align: center;
	color: #6f6f6f;
}
#subline{
	padding-top: 20px;
	font-size: 30px;
}
#enterB {
	padding-top: 10px;
	font-size: 20px;
}
#enterB a:link,
#enterB a:active,
#enterB a:visited {
	padding-top: 10px;
	font-size: 20px;
	color: #6f6f6f;
	text-decoration: none;
}



body {

}

#background {
	margin: auto;
	background-image:url(../_images/bgTile.jpg);
	background-repeat: repeat;
	background-position: center;
}

#flyerMain {
	margin: auto;
	width: 715px;
	/*background-color: #FFF;*/
	padding-top: 235px;
	min-height: 600px;
	padding-bottom: 60px;
	text-align: center;
}

#workHolder {
	background-color:#2f2f2f;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
	min-height: 600px;
	padding-bottom: 50px;

}



li.shot {
	display: inline-block;
	padding:10px;
}

li.vid {
	display: block;
	padding:10px;

}

#work {
	margin: 0 auto;
	text-align: center;
	min-height: 600px;

}
#workVids {
	margin: 0 auto;
	text-align: center;
	min-height: 600px;
	display: none;
}
#workApps {
	margin: 0 auto;
	text-align: center;
	min-height: 600px;
	display: none;
}

.filterShot {
	/*-webkit-filter: grayscale(0.8) sepia(0.2);*/
}

.filterShot:hover {
	/*-webkit-filter: grayscale(0) sepia(0);*/
}




#borderOne {
	background-color:#FFF;
	height: 6px;
	width: 100%;
}

#borderTwo {
	background-color:#9f9f9f;
	height: 2px;
	width: 100%;
}

#collection {
	width: 478px;
	height: 172px;
	margin: auto;

}

#collectionHolder {
	height: 200px;
}

.centerLine {
	display: inline-block;
	height: 2px;
	background-color: #FFF;
	width: 100%;
}


.menuItem {
	font-family: "lincoln";
	display: inline-block;

	font-size: 26px;
	color: #FFF;
	margin: 10px;
	padding-bottom: 0px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 25px;
	margin-top: 25px;


}
.selected {

	border-bottom:1px dashed;
}

#contact {
	height: 366px;
	width: 602px;
	background-image:url('../_images/blankBadge.png');
	margin: auto;

}

#spacer {
	height: 170px;
	margin: auto;

}

#footerPattern {
	margin: auto;
	background-image:url(../_images/bgTile.jpg);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 700px;
	clear:both;
}
#footerInfo {
	background-color:#2f2f2f;
	height: 50px;
	margin: auto;
	text-align: center;
	width: 100%;
	color:#FFF;

	font-size: 22px;
}

#contactLink {
	margin: auto;
	padding-top: 160px;
	font-family: "caslon_540italic";
	font-size: 30px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;

}

.showcase {
	min-height: 500px;
}

.app {
	padding:30px;
}
.appCaption {
	font-family: "lincoln";
	color: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	opacity: .1;
	padding: 10px;
}

.appCaptionReady{
	font-family: "lincoln";
	color: #FFF;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #CCC;
	text-decoration: none;
}

.sortNum {
	display: none;
}








