@charset "utf-8";
/* CSS Document */

/*
Theme Name: San Diego Filmmakers 2018 revamp
Theme URI: http://sdfilmmakers.org/
Description: Exclusive WordPress theme for San Diego Filmmakers, developed by Bob Unger.
Version: 2018revamp
Author: Bob Unger
Tags: filmmakers, san diego

	This theme was designed and built by Bob Unger.

*/

/****************************************************************************/
/*       Reset styles to create clean slate                                 */
/****************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************************/
/*       Establish new styles                                               */
/****************************************************************************/

body {
	margin: 0px;
	display: block;
}

.baseImage {
	position: fixed;
	top: 100px;
	z-index: -1;
	width: 100%;
	min-height: 1000px;
	background-image: url(images/CleanAir.jpg);
	background-size: cover;
}

.topbar {
	height: 100px;
	width: 100%;
	position: fixed;   /*   */
	display: block;
    z-index: 999;
	background-color: #FFFFFF;   /*   */
}

#topLine {
	height: 34px;
	width: 100%;
	position: fixed;
	display: block;
	top: 80px;
	background-color: #F1D592;
}

#bottomLine {
	height: 34px;
	width: 100%;
	position: relative;
	display: block;
	background-color: #F1D592;
	margin-top: 50px;
}

.banner {
	display: block;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	/*  background-image:url(SDFimages/BannerShade.png);   /*   */
	/*  position: fixed;   /*   */
}

.EAAlogo {
	position:absolute;   /*   */
	top: 30px;
	right: 85px;
	display: block;
}

.EAAlogo img {
	height: 40px;
}

.hamburger {
	width: 70px;
	height: 70px;
	float: right;  /*   */
	position:absolute;   /*   */
	top: 5px;
	right: 5px;
	display: block;
}

.dropDownMenu {
	position: absolute;
	width: 200px;
	background-color: #000000;
	top: 35px;
	right: 0px;
	color: #FFFFFF;
	font-size: 20pt;
	padding: 20px
}

.dropDownMenu ul {
	list-style: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.dropDownMenu li {
	padding-top: 10px;
}

.dropDownMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 25px;
}

.dropDownMenu a:hover {
	color: rgb(227, 182, 59);
}

.socialmedia {
	height: 30px;
	width: 250px;
	float: right;
	display: block;
	/* background-color: #E72CF3;   /*   */
	position: absolute;
	right: 10px;
	top: 5px;
}

.socialmedia a {
	text-decoration: none;
}

.login {
	position: absolute;
	right: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.pageContent {
	width: 960px;
	margin: 0px auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	/* background-color: #C2BEBF;   /*   */
}

.nextEvent {
	display: block;
	width: 904px;  /* 510px*/
	margin: 10px auto;
	border: 2px solid #F1D592;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 15px;
	min-height: 50px;
	font-size: 18px;
	position: relative;
	background-color: #FFFFFF;
}

.nextEvent a {
	text-decoration: none;
	color: #000000;
}

.nextEventLabel {
	display: block;
	height: 20px;
	background-color: #FFFFFF;
	position: absolute;  /*  */
	top: -15px;
	left: 100px;
	color: #F1D592;
	font-size: 24px;
	font-weight: 300;
	/* -webkit-text-stroke: 1px black; */
}

#eventDate {
	position: absolute; 
	top: 42px; 
	left: 200px; 
	height: 40px; 
	/*background-color: aqua; /*  */
	width: 120px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}

#eventTitle {
	position: absolute; 
	top: 42px; 
	left: 330px; 
	height: 40px; 
	/*background-color: aqua;  /*  */
	width: 540px;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

#eventTitle a {
	text-decoration: none;
	color: #000000;
}

.dateCol {
	width: 120px;
	vertical-align: middle;
}

.iconCol {
	width: 50px;
	vertical-align: middle;
	text-align: right;
}

.eventCol {
	width: 500px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
}

.nextEventDetails {
	width: 700px;
	min-height: 50px;
	margin: 10px auto;
	padding: 5px;
	position: relative;
	font-size: 30px;
}

.nextEvent div:hover {
	/*background-color: #EFEFEF;  /*  */
}

.infoDot {
	display: block;
	height: 50px;
	position: absolute;  /*  */
	top: 10px;
	right: 10px;
}

.call2action {
  display: grid;
  height: 150px;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  align-content: space-evenly;
}

.call2action a {
	text-decoration: none;
	color: #000000;
}

.actionButton {
	width: 500px; 
	font-size: 50px; 
	text-align: center; 
	margin: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: block;
	margin: 10px auto;
	border: 2px solid #6BEF7E;
	padding: 1px 10px;
	min-height: 50px;
	position: relative;
	background-color: #F1D592;
}

.OEMshow {
	display: block;
	width: 904px;  /* 510px*/
	margin: 30px auto;
	border: 2px solid #6BEF7E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 15px;
	min-height: 100px;
	font-size: 18px;
	position: relative;
	background-color: #FFFFFF;
}

.OEMshowLabel {
	display: block;
	height: 20px;
	background-color: #FFFFFF;
	position: absolute;  /*  */
	top: -15px;
	left: 100px;
	color: #6BEF7E;
	font-size: 24px;
	font-weight: 300;
}

.OEMshow img {
	width: 100px;
	height: 60px;
	object-fit: contain;
	padding: 5px;
}

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    width: 900px; 
    height: 390px; 
    padding: 10px; 
}

#slideshow div { 
   position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; /* */
}

#slideshow img {
    max-width: 100%;
    max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.indexTabs {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/tabs.png);
	position: relative;
}

.indexTitle {
	width: 230px;
	height: 30px;
	font-size: 24px;
	font-weight: 400; 
	display: inline-block;
	text-align: center;
	margin-top: 15px;
}

.indexCard {
	width: 800px;
	height: 500px;
	margin: 0 auto;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0px solid #6BEF7E;
}

.cardContents {
	width: 600px;
	padding-top: 50px;
	/* padding-left: 50px;  /*  */
	font-size: 40px;
	margin: 0 auto;
}

.cardContents ul {
	list-style: disc;
}

.cardContents a {
	text-decoration: none;
	color: #000000;
}

.childPage {
	width:960px;
	margin: 0 auto; 
	position: relative;
}

.childPage h1 {
	margin: 0px;
	-webkit-text-stroke: 1px black;
	color: rgb(0, 108, 219);
	font-size: 3em;
	text-align: center;
	padding: 20px 0;
}

.childPage h2 {
	color: rgb(0, 108, 219);
	font-size: 1.5em;
}

.childPage p {
	padding: 5px 0px;
  word-spacing: normal;
}



.leader {	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 0 10px;
}



.FrontFrame {
	display: block;
	width: 960px;
	height: 540px;
	background-image: url(images/FilmFrame.png);  /* */
	position: relative;
}

.InsideFrame {
	width: 800px;
	height: 480px;
	/* margin: auto auto;  /*  */
	border: 30px 80px 30px 80px;  /*  */
	background-color: #FFFFFF;
	position: relative;
	top: 30px;
	left: 80px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000000;
}

.InsideFrame h1 {
	text-align: center;
	-webkit-text-stroke: 1px black;
	color: #E8B550;
	font-size: 2.5em;
	margin-block-start: 0em;
	margin-block-end: 0px;
}

.InsideFrame h2 {
	text-align: center;
	-webkit-text-stroke: 1px black;
	color: #E8B550;
	font-size: 2em;
	margin: 0px;
}

.InsideFrame h3 {
	text-align: center;
	color: #000000;
	font-size: 1.75em;
	margin: 0px;
}

.InsideFrame a {
	text-decoration: none;
	color: #000000;
}

.tagline {
	height: 30px;
	width: 600px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}

.tagline h2 {
	margin: 5px;
	font-size: 1.5em;
}

.pagetitle {
	height: 50px;
	width: 450px;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 290px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	/* background-color: aqua;   /*   */
}

.pagetitle h1 {
	margin: 0px;
	-webkit-text-stroke: 1px black;
	color: #F1D592;
	font-size: 3em;
}

.left-frame {
	display: inline-block;
	height: 30px;
}

.right-frame {
	text-align: right;
	display: inline-block;
	float: right;
	height: 30px;
}

.separator {
	width: 100%;
	/* text-align: center;    /*   */
	margin-top: 10px;
	border-top: 3px solid #B4B4B4;
	font-weight: bold;
}

.production-body {
	height: 300px;
	position: relative;
}

.production-content {	/* vertical center  */
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.production-body div:hover {
	background-color: #EFEFEF;
}

.footer {
	background-color: #000000;
	color: #FFFFFF;
	height: 100px;
	max-width: 960px;
	margin: 0 auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.footer p {
	margin: 0;
}

/*  */
.sponsor-body {
	height: 400px;
	position: relative;
}

.sponsor-content {	/* vertical & horizontal center  */
	width: 700px;
	height: 324px;    /*    */
	margin: 0 auto;
	/*
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	/*    */
}

div.sponsors {
	display: inline-block;
	margin: 0 0 0 -14px;
	padding: 0;
/*	min-height: 350px;
*/}
div.sponsors ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
div.sponsors ul li {
	display: block;
	float: left;
	width: 225px;
	height: 150px;
	margin-bottom: 10px;
}
div.sponsors ul li img {
	display: block;
	clear: both;
	height: 132px;
	margin: 8px auto 0px auto;
	padding: 0;
	border: 1px solid #DDD;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.80;
}
div.sponsors ul li img:hover {
	border: 1px solid #AAA;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
div.sponsors ul .sponsorImage {
	display: block;
	clear: both;
	width: 192px;
	height: 132px;
	margin: 0 auto;
	padding: 0;
}
div.sponsors ul .sponsorName, div.sponsors ul .sponsorDesc {
	display: block;
	clear: both;
	width: 192px;
	margin: 4px auto;
	padding: 0;
}
div.sponsors ul .sponsorName {
	text-align: center;
	font-size: 11px;
}
div.sponsors ul .sponsorDesc {
	font-size: 10px;
	text-align: center;
}

video-wrapper {
	width: 600px;
	max-width: 100%;
	max-height: 100%;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	/* height: 0;   /*   */
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 340px;
}
.bottomCenter {
	bottom: 5px;
	width: 100%;
	position: absolute;
	left: 0px;
}

.calendar {
	width: 210px;
	height: 160px;
	/* background-color: aquamarine;  /*   */
	position: absolute;
	top: 20px;
}

.calendar table {
	border-collapse: collapse;
	border-spacing: 1px;
}

.calendar p {
	text-align: center;
}

.calendar th {
	width: 30px;
	height: 15px;
	border: none;
}

.calendar td {
	width: 30px;
	height: 20px;
	border: solid thin #000000;
	font-size: 0.5em;
}

.textBlock {
	width:800px; 
	margin: 0 auto; 
	position: relative;
	background-color: #f0f0f0;
	min-height: 1000px;
	padding: 50px;
}

.td-icon {
	width: 60px;
	vertical-align: bottom;
}

.td-subj {
	width: 600px;
}

.yearbar
{
	background-color: #D4D4D4;
	color: #FFFFFF;
	text-align: center;
}

.eventBlock
{
	position: relative;
	font-size: 20px;
	height: 40px;
}

.eventBlock a
{
	text-decoration: none;
	color: #000000;
}

.dateBlock
{
	position: absolute; 
	left: 40px; 
	top: 5px;
}

.actionBlock
{
	position: absolute; 
	left: 140px; 
	top: 0px
}

.titleBlock
{
	position: absolute; 
	left: 180px; 
	top: 5px; 
}
