/* 
 * Bureau of Common Goods, LLC
 * The layout and styles for Bureau of Common Goods are copyright Mandy Brown and may not be reused without permission.
 */


/* Reset --------------------------------------------------------------------------------------------------------------*/

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;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

em {
  font-style: italic;
}

strong {
  font-style: bold;
}

/* Clear floats ---------------------------------------------------------------------------------------------------------*/

section:after,
#hire:after,
#wrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* font events --------------------------------------------------------------------------------------------------------- */

.wf-loading {
  /* hide everything until web fonts have finished loading */
  visibility: hidden;
}

/* general ------------------------------------------------------------------------------------------------------------- */

body {
  background: #fff;
  color: #444;
  font: 16px/1.4 "adobe-garamond-pro", "Times New Roman", Georgia, serif;
  border-top: 4px solid #333;
}

a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

#main {
  max-width: 960px;
  margin: 0 auto;
}

/* header --------------------------------------------------------------------------------------------------------------- */

header {
  width: 240px;
  margin: 20px auto 40px;
}

header h1 {
  font: 28px "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  border-bottom: 4px solid #ecead5;
  text-align: center;
  text-transform: uppercase;
}

header h1 i {
	font-size: 14px;
	letter-spacing: none;
	display: block;
	line-height: 10px;
}

header a,
header a:hover {
  border-bottom: 0;
}

#intro h1 {
  text-align: center;
  font: 400 32px "freight-sans-pro", Helvetica, Arial, sans-serif;
  margin-bottom: -10px;
  color: #DF921F;
}

#intro p {
  margin: 20px auto;
  padding: 0 20px;
  text-align: center;
  max-width: 440px;
  font-size: 22px;
}

/* films --------------------------------------------------------------------------------------------------------------- */

#films {
  margin-bottom: 40px;
  width: 100%;
}

#films img {
  width: 100%;
  border-top: 10px solid #ecead5;
}

#films a.film,
#films a:hover.film {
  border-bottom: 0;
}

#films a:hover img {
  border-top-color: #000;
}

#films h1 {
	color: #333;
}

#films a:hover h1 {
	color: #000;;
}

ul.film-list li {
  margin: 0 20px 30px;
}

ul.film-list h1 {
  font: 600 14px "freight-sans-pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-bottom: 4px;
  color: #444;
}

ul.film-list p {
  text-indent: 20px;
}

ul.film-list p:nth-of-type(1) {
  text-indent: 0;
}

ul.film-list a.more {
  font-style: italic;
}

ul.film-list p.more {
  font-style: italic;
  text-indent: 0;
  text-align: center;
  margin-top: 40px;
}

ul.film-list p.more a {
  padding: 4px 10px;
  color: #fff;
  background: #DF921F;
  border-radius: 3px;
  border-bottom: 0;
}

ul.film-list p.more a:hover {
  background: #333;
  color: #fff;
  border-bottom: 0;
}

/* video player -------------------------------------------------------------------------------------------------------- */

.video {
  width: 100%;
  margin-bottom: 20px;
}

/* footer -------------------------------------------------------------------------------------------------------------- */

footer {
  background: #ecead5;
  padding: 10px 0 50px;
}

footer #wrapper {
  max-width: 960px;
  margin: 0 auto;
}

footer section {
  margin: 20px 0 50px 0;
}

footer h1 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  margin: 30px 0 5px;
}

#about p {
  text-indent: 20px;
}

#about p strong {
  font: 500 14px "freight-sans-pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
}

#about p:nth-of-type(1) {
  text-indent: 0;
}

#press,
#about {
  margin: 0 20px;
}

#press p.praise {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 20px 24px 24px;
  background: url(../img/quote.png) no-repeat 0 5px;
  background-image-opacity: .8;
}

p.praise cite {
  font-size: 16px;
  font-style: italic;
}

#hire h1 {
  font: normal 22px "adobe-garamond-pro", "Times New Roman", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
}

#hire p.btn {
  text-align: center;
  margin: 20px;
}

#hire p.btn a {
  padding: 10px 20px;
  font: 500 18px "freight-sans-pro", Helvetica, Arial, sans-serif;
  background: #333;
  color: #fff;
  border-radius: 5px;
  border-bottom: 0;
}

#hire p.btn a:hover {
  background: #333;
}

small p {
  font-size: 14px;
  text-align: center;
}

p.twitter {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

p.twitter a,
p.twitter a:hover {
  border-bottom: 0;
}

p.contact img {
  padding-top: 2px;
}

p.contact span {
  border-top: 2px solid #aaa;
  padding-top: 8px;
}

p.copy em {
  display: block;
}

/* min-width 600px ----------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 600px) {
  ul.film-list p {
    width: 400px;
    margin-left: 140px;
  }
  
  ul.film-list h1 {
    float: left;
    width: 140px;
  }

  #about {
    float: left;
    width: 43%;
    margin: 0 3% 0 20px;
  }
  
  #press {
    width: 43%;
    float: right;
    padding: 0;
    margin-top: 0;
  }
  
  small {
    clear: both;
  }
}

/* min-width 768px ----------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  ul.film-list p {
    width: 440px;
    margin-left: 240px;
  }
  
  ul.film-list h1 {
    float: left;
    width: 240px;
  }
  
  #press,
  #about {
    width: 44%;
  }
}

/* min-width 1000px ----------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  #press,
  #about {
    margin-right: 0;
    width: 47%;
  }
}


