@charset "UTF-8";
/* adam j. richman / filmmaking & design */
/* +++++++++++++++++++++++++++++++++++++ */
/* contents protected under creative commons */ 
/* adamjrichman.com, 2010 */

/* ==================================================================================   PAGE LAYOUT + BACKGROUND   ===*/

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	text-align: left;
}
p a:link, p a:active, p a:visited {
	color:#ccc;
	text-decoration:none;
}
p a:hover, p a:focus {
	color:#fff;
	text-decoration:underline;
}
h1 {
	margin:0;
	font-size: 22px;
	text-align:center;
	vertical-align:center;
	padding-bottom:4px;
	line-height:21px;
}
.h1q {
	margin:0;
	font-size: 18px;
	text-align:center;
	vertical-align:center;
	padding-bottom:4px;
}
h2 {
	margin:0;
	padding-bottom:2px;
	text-align:center;
	font-size: 10px;
	line-height:12px;
	text-transform: uppercase;
	font-weight:normal;
}
h3 {
	margin:0;
	padding-top:4px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
h4 {
	margin:0;
	font-size: 22px;
	text-align:left;
	padding-bottom:4px;
}
h5 {
	margin:0;
	padding-bottom:2px;
	text-align:left;
	font-size: 10px;
	line-height:12px;
	text-transform: uppercase;
	font-weight:normal;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:4px;
	text-align: left;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	text-transform:uppercase;
	padding-left:4px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	min-width:960px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-color:#333;
	background-attachment:fixed;
	margin: 0;
	text-align: center;
}
.bold {
	font-weight:bold;
}
/* ==================================================================================   HEADER   ===*/

#headerContainer {
	background-color:#000;
	position: relative;
	top:0px;
	height: 120px;
	width: 100%;
	margin-bottom:20px;
	border-bottom: solid white 1px;
}
#header {
	width: 960px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	background-image:url(../images/header_Logo.png);
	background-position:right;
	background-repeat:no-repeat;
	vertical-align:top;
	padding-left: 5px;
	text-align: left;
}
/* ==================================================================================   ADAM J. RICHMAN / FILMMAKING & DESIGN   ===*/


.ajr {
	padding-top: 15px;
	font-size: 60px;
}
.fd {
	font-size: 26px;
	text-transform:uppercase;
}
/* ==================================================================================   CONTENT CONTAINER   ===*/

#contentContainer {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	padding-bottom: 345px; /* correlates to #footerContainer height */
}
/* ==================================================================================   REEL   ===*/

.titleBlock {
	clear:both;
	background:#FFF;
	border: solid black 0px;
	min-width: 20px;
	color:#000;
	font-weight:bold;
	height: 15px;
	padding: 3px;
	margin-bottom:5px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	text-align: left;
}

#reel {
	display:block;
	position:relative;
	padding:0px;
	padding-left:0px;
	margin-bottom:20px;
	height:450px;
	max-height: 450px;
	width:800px;
	border: solid white 1px;
	background: #000 url(../images/reel.png) 0px 0px no-repeat;
	overflow:hidden;
}

/* Ridiculous positioning fix for Firefox... */
.reelContent {
	position:absolute;
	left:0px; 
	max-width:800px;
	overflow:hidden;
}

#reel img {
	opacity: 0;
	display: block;
}
#reel:hover img {
	opacity: 1;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
}
/*
#reelContainer {
	list-style:none;
	width: 800px;
	overflow: hidden;
	padding:0px;
	padding-left:0px;
	margin-bottom:20px;
	height: 450px;
	outline: solid white 1px;
	background: #000 url(../images/reel.png) 0px 0px no-repeat;
}

#reelInside img {
	opacity:0;
	display: block;
}
#reelInside:hover img {
	opacity: 1;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
}
#reelInside {
	list-style: none;
	overflow: scroll;
	overflow-y: hidden;
}
/*
	#reelInside li {
		width: 650px;
		background: #ccc;
		height: 300px;
		color: #666;
		font-size: 200px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		text-align: center;
		line-height: 300px;
	}

/* ==================================================================================   ABOUT   ===*/

#about {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	background:#000;
	height:150px;
	border: solid white 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 7px;
	text-align: left;
}

#warning {
	color: #000;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	background:#FFF;
	height:150px;
	border: solid black 1px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 7px;
	text-align: left;
}

/* ==================================================================================   PROJECTS   ===*/

#projects_01 a:hover img, #projects_02 a:hover img, #projects_03 a:hover img, #projects_04 a:hover img, #projects_05 a:hover img, #projects_06 a:hover img, #projects_07 a:hover img, #projects_08 a:hover img, #projects_09 a:hover img, #projects_10 a:hover img, #projects_11 a:hover img, #projects_12 a:hover img {
	opacity: .35;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-property: opacity;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
}
#projects_02:hover, #projects_04:hover, #projects_06:hover, #projects_07:hover, #projects_08:hover, #projects_09:hover, #projects_10:hover, #projects_11:hover, #projects_12:hover {
	background: #000 url(../images/projects/play.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
}
#projects_01:hover {
	background: #000 url(../images/projects/playPO1.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
}
#projects_01a:hover {
	background: #000 url(../images/projects/playPO2.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
}
#projects_03:hover {
	background: #000 url(../images/projects/playComingSoon.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
}
#projects_05:hover {
	background: #000 url(../images/projects/playDG1.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
 }
 
#projects_05a:hover {
	background: #000 url(../images/projects/playDG2.png) 0px 0px no-repeat;
	-moz-transition-property: background-color;
 	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: background-color;
 	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
 } 
.projectDESC {
	border-top: white solid 1px;
	padding:4px;
	max-height:120px;
}
#projects_01, #projects_02, #projects_03, #projects_04, #projects_05, #projects_06, #projects_07, #projects_08, #projects_09, #projects_10, #projects_11, #projects_12 {
	display:block;
	background-color:#000;
	margin-bottom:20px;
	height: 240px;
	width: 185px;
	border: solid white 1px;
	position:relative;
}

#projects_01 img, #projects_02 img, #projects_03 img, #projects_04 img, #projects_05 img, #projects_06 img, #projects_07 img, #projects_08 img, #projects_09 img, #projects_10 img, #projects_11 img, #projects_12 img {
	display:block;
}

#projects_01 {
	left: 0;
	float: left;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px 0px 0px 7px;
}
#projects_02 {
	float:left;
	left:18px;
}
#projects_03 {
	float:left;
	left: 36px;
}
#projects_04 {
	float:right;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0px 0px 7px 0px;
}
#projects_05 {
	clear:both;
	left: 0;
	float: left;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px 0px 0px 7px;
}

#projects_06 {
	float:left;
	left:18px;
}
#projects_07 {
	float:left;
	left: 36px;
}
#projects_08 {
	float:right;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0px 0px 7px 0px;
}
#projects_09 {
	clear:both;
	left: 0;
	float: left;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px 0px 0px 7px;
}
#projects_10 {
	float:left;
	left:18px;
}
#projects_11 {
	float:left;
	left: 36px;
}
#projects_12 {
	float:right;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0px 0px 7px 0px;
}
/* ==================================================================================   EQUIPMENT   ===*/


#equipment {
	clear: both;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#000;
	height: 350px; /* 245px initially */
	border: solid white 1px;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#equipmentContent {
	float:left;
	position:relative;
	left:0px;
	width: 450px;
}
.spacing {
	padding-top:7px;
	color:#999;
}
#canonLogos {
	float:right;
	padding-top:13px;
	position:relative;
	width:328px;
	height:220px;
}
#canonLogos img {
	margin: 2px;
	margin-bottom:4px;
	vertical-align:middle;
}

#equipmentPhotos {
	float:left;
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	position: relative;
	width:780px;
	height:70px;
}
#equipmentPhotos img {
	float: left;
	display: block;
	position: relative;
}

#eP-onset {
	position: relative;
	display: block;
	float: left;
	height: 68px;
	background-image: url(../images/eP-onsetHOVER.png);
	width: 311px;
	border: white 1px solid;
	overflow: hidden;
}

#eP-studio {
	position: relative;
	display: block;
	float: left;
	height: 68px;
	background-image: url(../images/eP-studioHOVER.png);
	width: 416px;
	border: white 1px solid;
	overflow: hidden;
}

.eP-onsetIMG:hover {
	opacity:.35;
	-moz-transition-property: opacity;
 	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: opacity;
 	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
}

.eP-studioIMG:hover {
	opacity:.35;
	-moz-transition-property: opacity;
 	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: opacity;
 	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
}

/*
.eP-images {
	border: 1px white solid;
}
.eP-images:hover img {
	opacity:.5;
	-moz-transition-property: opacity;
 	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease-out;
	-webkit-transition-property: opacity;
 	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-out;
}
#eP-hidden {
	display:none;
}
/* ==================================================================================   LINKS   ===*/


#links_01 {
	margin-bottom:20px;
	background-color:#000;
	height: 240px;
	width: 240px;
	border: solid white 1px;
	position: relative;
	float: left;
	left: 0;
	padding: 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}
#comColumnL {
	margin-top: 10px;
	width: 120px;
	float: left;
	position: relative;
	height: 175px;
	text-align: left;
	padding: 0px;
}
#comColumnR {
	margin-top:10px;
	width: 120px;
	float: right;
	position: relative;
	height: 175px;
	text-align:left;
	padding: 0px;
}
#links_02 {
	margin-bottom:20px;
	background-color:#000;
	height: 240px;
	width: 240px;
	border: solid white 1px;
	position: relative;
	float: left;
	left: 17px;
	padding: 7px;
}
#links_03 {
	margin-bottom:20px;
	background-color:#000;
	height: 240px;
	width: 240px;
	border: solid white 1px;
	position: relative;
	right: 0;
	float:right;
	padding: 7px;
	-moz-border-radius: 0px 7px 7px 0px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
/* ==================================================================================   FOOTER   ===*/

#footerContainer {
	clear: both;
	background-color:#000;
	position: fixed;
	bottom:0;
	height: 65px; /* correlates to #contentContainer height */
	width: 100%;
	box-shadow: 0 50px 3px black;
	-moz-box-shadow: 0 -3px 35px black;
	-webkit-box-shadow: 0 -3px 50px black;
	border-top: solid white 1px;
	left:0;
	right:0;
	bottom:0;
}
#footer {
	padding-top: 5px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0;
	clear:none;
	padding-left: 5px;
	line-height:20px;
}
#footerLeft18 {
	padding-top: 3px;
	float:left;
	position: relative;
	font-size: 20px;
	color:#fff;
}
#footerLeft16 {
	float:left;
	position: relative;
	font-size: 18px;
	padding-top: 5px;
	color:#fff;
	text-align: left;
}
#footerLeft18 a:hover, a:focus, .footerLeft16 a:hover, a:focus {
	color: #FFF;
}
.footerLeftPink {
	color:#cc3366;
	text-decoration: none;
}
.footerLeftBlue {
	color:#3399ff;
	text-decoration: none;
}
.footerLeftRed {
	color:#e04a1b;
	text-decoration: none;
}
.footerLeftOrange {
	color:#eba128;
	text-decoration:none;
}
.footerLeftYellow {
	color:#f7e435;
	text-decoration:none;
}
#footerRight {
	margin-top:2px;
	margin-left: 50px;
	border-left: solid 1px gray;
	padding-top:1px;
	padding-left: 10px;
	float:left;
	font-size: 10px;
	color:#666;
	text-align:left;
	line-height: 12px;
}
#footerRight a:link, #footerRight a:active, #footerRight a:visited {
	color:#CCC;
	text-decoration:none
}
#footerRight a:hover, #footerRight a:focus {
	color: #FFF;
	text-decoration:none
}
#page100 {
	min-height: 100%;
	margin-bottom: 350px;
}
