@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
address, big, cite, code, del, dfn, em, img, q, s,
small, 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, embed, footer, header,
hgroup, menu, nav, section, 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET 
=================================================== */

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #bbb;
}
body {
       overflow-y: scroll;
}

p {
	margin: 0;
	padding: 12px 0 12px 0;
	border-bottom: 1px #333 dotted;
}


/* HEADER / LOGO / NAV
================================ */

.header-wrap {
	widdth: 100%;
	height: 90px;
	background-color: rgba(0, 0, 0, .80);
	/*border-top: solid #000 16px;*/
}

.main-header {
	padding: 20px 0;
	margin: 0 auto;
	width: 980px;
}

.main-logo {
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	float: left;
}

.main-nav {
	padding: 0 10px 0 0;
	float: right;
}

.main-nav li {
	float: left;
	margin: 12px 0 0 9px;
	list-style: none;
}

.main-nav li a {
	font-size: 1.5em;
	line-height: 1.4em;
	font-family: 'Josefin Sans', Arial, serif;
	font-weight: 400;
	padding: 5px 8px;
	letter-spacing: 1px;
}

.main-logo a, .main-nav a {
	display: block;
	color: white;
	font-size: 1.9em;
	line-height: 2.0em;
	text-decoration: none;
	text-align: center;
}

.main-nav li.social {
	margin: 5px 0 0 1px;	
}

.main-nav li.social1 {
	margin: 5px 0 0 30px;
}

/* TYPOGRAPHY
================================ */

h1, h2 {
	font-size: 1.8em;
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 7px 0;
	color: #ccc;
	/*border-bottom: 1px #666 solid;*/
}

h3 {
	font-size: 1.6em;
	font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 6px 0;
	color: #ccc;
}

.raleway {
	font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: 400; 
	font-size: 1.3em;
	line-height: 1.5em;
}

.bodycopy {
	font-size: 1.3em;
	line-height: 1.4em;
}

.filmog {
	margin-left: 10px;
	text-indent: -6px;
}

p.filmog  {
	padding: 8px 0 6px 0;
}

.headline  {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	color: white;
}

.bulleted {
	display: block;
	text-indent: -11px;
	padding-left: 10px;
}


/* CONTENT BLOCKS
================================ */

.col {
	margin: 30px 40px;
	max-width: 32%;
	text-align: left;
	padding: 5px 20px 16px 20px;
	background: url(images/boxbg1.png) repeat-x left -5px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	/*background: url(images/content-bg70.png) repeat left bottom;*/
}

.presscontent {
	max-width: 42%;
}

.presscontent p {
	border-bottom: none;
}

.press {
	padding-bottom: 10px;
	border-bottom: 1px #333 dotted;
}

.aboutcontent {
	float: right;
	margin: 40px 50px;
	width: 32%;
	text-align: left;
	padding: 5px 20px 16px 20px;
	background: url(images/boxbg1.png) repeat-x left -5px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	/*background: url(images/content-bg70.png) repeat left bottom;*/
}

/*.col2 {
	margin: 30px 40px;
	max-width: 32%;
	text-align: left;
	padding: 5px 20px 16px 20px;
	background: url(images/boxbg1.png) repeat-x left -5px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}*/

.contentplayer2 {
	float: left;
	margin: 0px 40px;
	dosplay: block;
	width: 32%;
	text-align: left;
	padding: 5px 20px 16px 20px;
	background: url(images/boxbg1.png) repeat-x left -5px;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.content2 {
	padding: 5px 20px 16px 20px;
}

.contentright {
	float: right;
	margin: 30px 50px;
	width: 280px;
	text-align: left;
	padding: 5px 20px 16px 20px;
}

.player1 {
	padding-top: 20px;
	display: block;
}

.player2 {
	float: left;
	padding-top: 20px;
	width: 80%;
}

.mejs-time-total {
	width: 60px; margin-left: -10px !important;
}

body .progression-small .progression-skin .mejs-playlist li {
	fontt-size: 12px !important;
	padding-left: 8px !important; 
}

/*#buy1:before {
	poseeition: relative;
	display: inline;
	content: "buy me";
	padding: 0 4px 0 4px;
	botttom: -2px;
	z-index: 9999;
	float: right;
}*/

.ittable {
	float: right;
	clear:right;
	width: 12%;
	padding-top: 62px;
	padding-right: 0
}

.ittable td {
	padding-top: 10px;
	margin-right: 0;
}

.payload_height {
	background: #FF0000;
}

/*-webkit-text-size-adjust: 110%;
	-moz-text-size-adjust: 110%;
	-o-text-size-adjust: 110%;
	-ms-text-size-adjust: 110%;*/

/* LINKS
================================ */

a:link {
	color: #66CC99;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #66CC99;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #66CC99;
}

ul.main-nav li a:link {
	color: #CCCCCC;
}

ul.main-nav li a:visited {
	color: #CCCCCC;
}

ul.main-nav li a:hover {
	color: #66CC99;
}

ul.main-nav li a.current {
	color: #66CC99;
	text-decoration: none;
}

#footer, footer-wrap {
	display: none;
}

/* Float Clearfix
================================ */

.group:after {
	content: " ";
	display: table;
	clear: both;
}

/* Media Queries
================================ */

/*
@media screen and (min-width: 769px) {
*/

	/* Header and Banner
	================================ */

	/*.main-logo,*/
	/*.main-nav li {
		float: left;
	}*/
	/*.main-logo {
		margin-right: 50px;
		margin-left: 50px;
	}*/
	/*.main-nav {
		float: right;
		padding-right: 50px;
	}*/
	/*.main-nav li {
		margin-left: 15px;
		padding: 20px 0 0 0;
	}*/
	.main-banner {
		background: #dfe2e4;
		text-align: center;
		padding: 35px 15px;
	}
	
	/*.main-nav li.social {
		padding: 0;
		margin: 10px 0 0 -5px;	
	}*/

	/*.main-nav li.social1 {
		padding: 0;
		margin: 10px 0 0 25px;
	}*/

	/* Column Layout
	================================ */

	/*.col {
		width: 30%;
		margin: 40px;
		text-align: left;
		padding: 5px 20px 16px 20px;
		background: url(images/content-bg50.png) repeat left bottom;
	}*/
	/*.content1 {
		width: 40%;
	}*/
	.cccol:last-child {
		float: right;
	}

	/* Imagery
	================================ */

	/*.feat-img {
		width: 50%;
		float: left;
		margin-right: 25px;
	}*/

	/* Footer
	================================ */

/* } End Media Query*/

