/* David Biagini :: VOID */

html {
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, img, div, iframe, sup, dt, dd, b, i, q, s, u{
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
  font-family: "Verdana", Geneva, sans-serif;
  font-size: 14px; /* original 12px */
  font-weight: normal;
  text-decoration: none;
  list-style-type: none;
  color: #000;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 180%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
h4 {
  font-size: 120%;
}
h5 {
  font-size: 100%;
}
h6 {
  font-size: 80%;
}
p {
  clear: both;
}

/* void ------------------------------------- */

#void {
  background-color: #333333;
}
#void, #void p, #void h1, #void h2, #void h3, #void h4, #void h5, #void h6 {
  color: #fc0;
}
#void a {
  color: #ddd;
  font-weight: inherit;
  font-size: inherit;
  display: block;
}
#void a:hover {
  color: #fff;
  text-decoration: overline;
}


#lead {
  background-color: #333333;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  z-index: 1000;
}
#foot {
  background-image: url(http://void.com/images/MoVOIDbg333333.png); /* background 333333 may show up as 363636 */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #333333;
  background-size: contain;
  width: 100%;
  height: 100px;
  text-align: center;
  clear: both;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.heal {
  display: block;
  margin: auto;
  width: 250px;
  height: 10px;
  text-align: center;
  bottom: 10px;
}


#path {
  top: 120px;
  width: 100%; /* 800px; */
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
}
#sign {
  width: 50%;
  margin: auto;
  min-width: 250px;
  max-width: 700px;
  display: block;
  text-align: right;
  /* original no padding */
  text-shadow: 1px -1px #000,
			  -1px  1px #000,
			  -1px -1px #000,
			   1px  1px #000;

}
#sign li {
  margin-bottom: .4em;
}
#sign a:hover {
  text-decoration: underline;
}
.gap-lead {

  height: 110px; /* lead height plus 20px */
}

.govoid {
  margin-bottom: 10000px;
}
.govoid p {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.iframe {
/*
  width: 90%;  /* 580px; ///
  height: auto;  /* 210px; ///
  display: block;
  text-align: left;
  margin-left: 0px; /* width of sign included //
  margin-bottom: 20px;
  */
  width: 80%;
  display: block;
  min-width: 250px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
/* dovoid ------------------------------------- */

#dovoid {
  background-color: #fff;
  text-align: center;
  width: 100%;
}
#dovoid p {
  width: 60%;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em;
  text-align: left;
}
#dovoid a:hover {
	text-decoration: underline;
}
#dovoid div {
  margin-left: auto;
  margin-right: auto;
}
#dovoid ul {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}
#dovoid li {
  list-style-type: disc;
  text-align: left;
  margin-bottom: .5em;
  margin-left: 2em;
}
#dovoid .right {
  text-align: right;
}
#dovoid .iframe {
  width: 90% !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* movoid -------------------------------------  */

#movoid {
  background-color: #fff;
}

#movoid a {
  background-color: #ddd;  
}
#movoid a:hover {
  background-color: #aca;
  text-decoration: underline;
}

#ramp {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9999ff;
  min-width: 50px;
}
#ramp div {
  margin-left: auto;
  margin-right: auto;
}

/* #curbs with #lane or #pass should add up to #ramp on a given page */

#curb {
  width: 170px;
  float: left;
}
#lane {
  text-align: center;
  width: 460px;
  float: left;
}
#lane p, #pass p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
  text-align: left;
}
#lane .image, #pass .image {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  
}
#pass {
  text-align: center;
  width: 630px;
  float: left;
}

#logo {
  width: 100%;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* Enriching Imagery -------------------------------------  */

.clip-bumper {
  border:1px solid #CCC;
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top: -5px;
  margin-bottom: 10px;
  width:130px;
  height:30px;
  text-align: center;
  color:#777
}
.clip {
  border:2px solid #FF0;
  display:block;
 /* height:72px;
  line-height:72px;
  overflow:hidden; */
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:150px 
}
.clip img {
  /* height:74px; */
  margin: 0;
  margin-left:auto;
  margin-right:auto;
  display:block;
  position:relative;
}
.gc {
  position: relative;
  float: left;
  display: table;
  border: 1px solid #fff;
  text-align: center;
  border-collapse: collapse;
}
.gc:hover {
  background-color: #f0f0f0;
  border-color: #d0d0d0;
}
.gc div {
  display: table-cell;
  vertical-align: middle;
}
.gc a {
  padding-bottom: 0;
}
.gc td {
  vertical-align: middle;
  padding: 0;
}
.gc img {
  border: 0;
}
.gc_thumb, .gc_desc {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.gc_thumb { /* thumbnail container */
  border: 1px solid #D0D0D0;
  background-color: #D0D0D0;
  margin-bottom: 10px;
}

.miniGallery {
  width: 90%;
  max-width: 500px;
  border: 1px solid #D0D0D0;
}
.miniGallery img{
  width: 20%;
  padding: 2%;
}
.miniGallery #galleryIn {
  visibility: hidden;
  max-height: 0px;
  max-width: 0px;
}
.miniGallery #galleryOut {
  background-color: #eee;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 1em;
}

/* Additional -------------------------------------  */

.boxed {
  border: 3px double #D0D0D0;
  width: 90%;
}

dl {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
dt {
  text-align: right;
  float: left;
  clear: left;
  width: 35%;
  padding-right: 1em;
}
dd {
  text-align: left;
  float: left;
  clear: right;
}
sup {
  font-size: smaller;
}

#navMid {
  clear: both;
  width: 80%;
  text-align: center;
}
#navMid a {
  background-color: inherit;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  display: inline-block;
}
#navMid a:hover {
  background-color: inherit;
}

#party p {
  max-width: 40em !important; 
}

.sansans {
  font-family: "Arial", Arial, sans-serif;
}
.bold {
  font-weight: bold;
}
.pad1em {
  padding: 1em;
}
.wid60 {
  width: 60% !important;
}

/* Screenplay ------------------------------------- */


#splay p {
  font-family: "Courier New", Courier, monospace;
  font-size: small;
  margin-right: 4em;
  width: 32em;
}
#splay .sheet {
  width: 90%;
  border: 1px solid #000;
  margin-bottom: 2em;
}
#splay .page {
  text-align: right;
  margin-right: 0;
}
#splay .dialogue {
  width: 24em;
  margin-right: 8em;
}
#splay .parenth {
  width: 20em;
  margin-right: 8em;
  margin-bottom: -1em;
}
#splay .char {
  width: 20em;
  margin-right: 4em;
  margin-bottom: -1em;
}
#splay .trans {
  text-align: right;
  margin-right: 0;
}

/* Thoughtstrip ------------------------------------- */

.thoughtstrip {
  background-color: #ccc;
}

.strip {
  width: 100%;
  max-width: 760px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.panel {
  width: 100%;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* Case File ----------------------------------------- */

#case p {
  font-family: "Times New Roman", Times, FreeSerif, serif;
  font-size: medium;
  width: 90%;
  margin-right: 4em;
}
#case li {
  list-style-type: circle;
  text-align: left;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 1em;
}
#case .file {
  width: 90%;
  border: 1px solid #000;
  margin-bottom: 2em;
}
#case .page {
  text-align: right;
  margin-right: 0;
}
#case .section {
  font-weight: bold;
  text-align: center;
}

/* VOIDraw ----------------------------------------- */

#resume ul {
  margin: auto;
  width: 40%;
}
#resume li {
  list-style-type: circle;
  text-align: left;
  margin-left: 10%;
  margin-bottom: 1em;
}
#resume .section {
  font-weight: bold;
}
#resume p {
  width: 40%;
}
#resume img {
  width: 80%;
}
