/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com*/
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;
	width:100%;
}
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;
}
html {
}
.body {
	color:#fff;
	background:#000;
    font-family: 'Cantarell', sans-serif;
	font-size:0.9rem;
	line-height: 1.3rem;
	width:96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	-webkit-transition: font-size 0.6s, line-height 0.6s, -webkit-transform 0.6s;
	transition: font-size 0.6s, line-height 0.6s, -webkit-transform 0.6s;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.list {
	list-style: disc;
	margin-left: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

span {
	display: block;
}

figcaption {
	font-size: 0.7em;
	font-weight: bold;
}

.logo {
	text-align: center;
	margin-bottom: 10px;
}

#amazon {
	margin: 0px;
	padding: 0px;
	vertical-align: -35%;
}

.primary_nav {
	text-align: center;
	margin-bottom: -10px;
}


.primary_nav li {
	display: inline;
	margin: 10px;
	margin-bottom: -10px;
}

#filmikon {
    width: 75px;
    height: 90px;
    background: url(../ikons/camera_inv.png) no-repeat;
}

#filmikon:hover {
    width: 75px;
    height: 90px;
    background: url(../ikons/camera_text.png) no-repeat;
}
#bookikon {
    width: 75px;
    height: 90px;
    margin-left: -20px;
    background: url(../ikons/book_inv.png) no-repeat;
}
#bookikon:hover {
    width: 75px;
    height: 90px;
    background: url(../ikons/book_text.png) no-repeat;
}
#lightningikon {
    width: 75px;
    height: 90px;
    margin-left: -5px;
    background: url(../ikons/lightning_inv.png) no-repeat;
}
#lightningikon:hover {
    width: 75px;
    height: 90px;
    background: url(../ikons/lightning_text.png) no-repeat;
}

.primary_nav img:hover{
	/* IE8+ - must be on one line, unfortunately */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand')";
   /* IE6 and 7 */
   filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=0.9,
        M12=0,
        M21=0,
        M22=0.9,
        SizingMethod='auto expand');
    -moz-transform:    scale(0.9);
    -o-transform:      scale(0.9);
    -webkit-transform: scale(0.9);
    transform:         scale(0.9);
}

.primary_nav img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
}

.content {
	width: 90%;
	margin: 20px 3%;
	background: #1b1b1b;
	padding: 2%;
}

.content p {
	margin-bottom: 30px;
}

.article_lead {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height:110%;
}

.sign_off {
	text-align: right;
	margin: 10px;
}

.films .sign_off {
	text-align: right;
	margin: -20px 10px 40px;
}

.secondary_nav {
	border-left: solid #C10000 6px;
	margin-left:15px;
	margin-top: 40px;
	padding-left: 10px;
}

.secondary_nav li {
	margin: 0 0 10px 5px;
}

.secondary_nav .sub {
	margin-left: 5px;
	padding-left: 20px;
	color: #999;
	list-style: disc;
}

a:link {color:#aaa;}
a:visited {color:#999;}
a:hover {color:#888;}
a:active {color:#fff;}

a.current_link {
	color: #fff;
}

.portrait {
	text-align: center;
	margin: 15px 15px 25px 15px;
}

.reviews .article_lead {
	margin-top: 40px;
	margin-bottom: 0px;
}

.reviews .article_lead:first-child {
	margin-top: 0px;
}

blockquote {
	margin: 20px 0px 20px 40px;
}

.indent {
	margin-left: 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.exp_article {
	margin: 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.writings {
	margin: 30px 0;
}

.contact_form {
	width: 100%;
}

input, textarea, select {
	width: 100%;
	border: 1px solid #cccccc;
	font-family: Tahoma, sans-serif; 
}
textarea {
	height: 100px;
}
.submit {
	width: 80px;
	margin-top: 10px;
}
.vidwrapper {
	position:relative;
	padding-bottom:71.6%;
	height:0;
}
.vidwrapper iframe {
	position:absolute;
	left:0;
	top:0;
	border:0;
	width:100%;
	height:100%;
}
.page_footer {
	display:inline-block;
	width:100%;
	margin-left: -3%;
	line-height:1.5em;
	font-weight:300;
	color:#ccc;
	background-color:#1b1b1b;
	padding:10px 3%;
	z-index:10;
	padding-bottom: 20px;
}
.page_footer li {
	width:100%;
}
.page_footer a {
	color: #ccc;
}
.footer_title {
	font-size: .9rem;
}
.footer_nav_wrapper {
	margin-bottom:10px;
}
.footer_sub {
	clear:left;
	font-size: .8rem;
}
.footer_sub a {
	color:#858585;
	line-height: 1.75em;
	font-weight:300;
	text-decoration:none;
}
.footer_sub a:hover {
	color:#fff;
	line-height: 1.75em;
}
@media only screen and (min-width: 768px) {

	.body {
		padding-top: 2%;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		font-size:1rem;
		line-height: 1.2rem;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
	}
	.logo {
		position: absolute;
		right: 40px;
		width: 460px;
	}
	
	.primary_nav {
		position: absolute;
		left: 20px;
		top: 20px;	
	}

	.primary_nav li {
		margin: 0 10px;
	}


	.secondary_nav {
		position: absolute;
		margin-left: 20px;
		top: 80px;
	}

	.secondary_nav li {
		margin: 20px 5px;
	}

	.content {
		position: relative;
		width: 50%;
		top: 120px;
		left: 230px;
		margin: 20px 10%;
	}

	.home {
		top: 100px;
	}
	.portrait {
		text-align: left;
		margin: 15px 0;
	}

	.large_portrait {
		max-width: 80%;
		height: auto;
	}

	.contact_form {
		width: 400px;
	}

	input, textarea, select {
		width: 260px;
		border: 1px solid #cccccc;
		font-family: Tahoma, sans-serif; 
	}

	textarea {
		width: 400px;
	}

	.page_footer{
		position:relative;
		margin-top:120px;
		margin-bottom:-100px;
		padding-bottom: 40px;
		width:100%;
	}

	.footer_nav_wrapper{
		width:200px;
		padding:5px 10px;
		float:left;
		clear:right;
	}

	.footer_nav_wrapper:first-child{
		padding-left: 100px;
	}

	.copyright{
		float:left;
		clear:both;
		padding-left: 100px;
	}
}

@media only screen and (min-width: 1024px) {
	
	.logo {
		position: relative;
		text-align: right;
		width: 100%;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.6em;
	}
	.content {
		top: 120px;
		left: 230px;
		margin-top: -80px;
		margin-bottom: 40px;
		width: 50%;
	}

	.home {
		top: 100px;
		width: 60%;
	}

	.large_portrait {
		max-width: 50%;
		height: auto;
	}

	.primary_nav {
		margin-left: -20px;
		top: 25px;
		left: 50px;
	}

	.primary_nav li {
		margin: 0 20px;
	}

	.primary_nav li:first-child {
		margin-left:20px;
	}

	.exp_article {
		width: 90%;
	}

	.footer_nav_wrapper:first-child{
		padding-left: 200px;
	}

	.copyright{
		margin-top: 10px;
		padding-left: 200px;
	}

}

@media only screen and (min-width: 1280px) {
	.content{
		width: 40%;
	}
	.primary_nav{
		top: 30px;
	}
	.footer_nav_wrapper:first-child{
		padding-left: 300px;
	}

	.copyright{
		margin-top: 10px;
		padding-left: 300px;
	}
}
form .website{ display:none; } 