/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  color: #AAA;
  background: url(../images/body_background_temp.png) center top repeat-x #232323;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
  color: #f7941e;
  text-decoration: none;
}
  a:hover {
  }
  a:visited {
  }

.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ddd;
}
.even, .alt {
  border-left: 1px solid #ddd;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}












/* CONTAINER
------------------------------------------------------------ */
#container {
  position: relative;
  overflow: auto;
  
  width: 980px;
  margin: 0 auto;
  padding-bottom: 10px;
}



/* HEADER
------------------------------------------------------------ */
#header {
  clear: both;
  position: relative;
  /*overflow: auto;*/ /* superfish */
  /*overflow: hidden;*/ /* superfish */
  
  height: 155px;
  
  background: url(../images/header_background.png) center 50px no-repeat;
}
#header div#logo {
  position: absolute;
  left: 0px;
  top: 51px;
  /*
  margin-top: 51px;
  */
}
#header div#logo a {
  display: block;
  background: url(../images/logo.png);
  width: 366px;
  height: 87px;
  
}
#header div#logo a span {
  display: none;
}
#header div.description {
  display: none;
}



/* HEADER - NAVIGATION
------------------------------------------------------------ */
#navigation {
  /*
  overflow: auto;
  */
  
  position: absolute;
  right: 0px;
  bottom: 23px;
  z-index: 999;
}
#navigation ul {
  /*overflow: auto;*/
  /*margin-right: -45px;*/  /* superfish !!! */
}
#navigation ul > li {
  /*display:inline*/
  float: left;
  margin: 0 45px 0 0;
}
  #navigation ul > li.last { /* application.js!!! */
    margin-right: 0;
  }
#navigation ul > li > a {
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
#navigation ul > li > a:hover {
  
}
#navigation ul > li > a span {
}
#navigation a:hover,
#navigation ul li.current_page_item a,
#navigation ul li.current_page_parent a
{
  color: #f7941e;
}

/* see superfish.css */
#navigation ul ul {
}





/* HEADER - SOCIAL
------------------------------------------------------------ */
#social {
  position: absolute;
  right: 0px;
  top: 12px;
}
#social ul {
  overflow: auto;
}
#social ul li {
  float: left;
  margin-right: 3px;
}
#social ul li.last {
  margin-right: 0;
}
#social ul li a {
  display: block;
  width: 26px;
  height: 26px;
}
#social ul li a:hover {
  text-decoration: underline;
}
#social ul li a span {
  display: none;
}
/* specific */
#social ul li.facebook a {
  background: url(../images/social_facebook.png) no-repeat;
}
#social ul li.twitter a {
  background: url(../images/social_twitter.png) no-repeat;
}
#social ul li.youtube a {
  background: url(../images/social_youtube.png) no-repeat;
}




/* div.splash
------------------------------------------------------------ */
div.splash {
  /*
  position: relative;
  z-index: 0;
  */
  margin: 0 0 20px 0;
}
  div.splash img {
  }





/* SECTION
------------------------------------------------------------ */
#section {
  clear: both;
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
  /*float: right;*/
  overflow: auto;
  /*width: 780px;*/
  padding-bottom: 30px;
}
#content #content_inner {
  overflow: auto;
  background: #000;
  padding: 10px;
}
/**/
#content h1 {
  font-size: 30px;
  clear: both;
  color: #FFF;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

#content h2 {
  /* blog post titles */
}
#content h3 {
  margin: 0px 0 10px 0;
  font-size: 16px;
  clear: both;
  color: #4B4B4B;
}
#content h3 span {
  font-size: 12px;
  font-style: italic;
}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
  line-height: 16px;
}
#content ul,
#content ol {
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: 16px;
}
  #content ul {
    list-style: disc outside;
  }
  #content ol {
    list-style: decimal outside;
  }
#content blockquote {
}


























/* FOOTER (outside #container!)
------------------------------------------------------------ */
#footer {
  clear: both;
  overflow: auto;
  
  border-top: 1px solid #636363;
}
#footer #footer_inner {
  height: 60px;
  width: 980px;
  margin: 0 auto;
  background: url(../images/logo_footer.png) left 10px no-repeat;
}
#footer #footer_inner p.copyright {
  font-size: 11px;
  text-align: right;
  padding-top: 20px;
  color: #FFF;
}







/* DL
------------------------------------------------------------ */
#content div.dl-container {
  clear: both;
  overflow: auto;
}
#content div.dl-container dl {
}

#content div.dl-container dl dt {
  float: left;
  clear: left;
  width: 20%;
  margin-bottom: 10px;
  font-weight: bold;
}
#content div.dl-container dl dd {
  float: left;
  width: 75%;
  margin-bottom: 10px;
}
#content div.dl-container dl dd p {
  padding: 0;
  margin: 0;
}


/* TABLE
------------------------------------------------------------ */
#content div.table-container table {
  width: 100%;
}
#content div.table-container table thead {
}
#content div.table-container table thead tr th {
  text-align: left;
  padding: 5px;
  padding-left: 0;
  /*border-bottom: 1px solid #CCC;*/
  font-weight: bold;
}
#content div.table-container table tbody {
}
#content div.table-container table tbody tr {
  vertical-align: top;
}
#content div.table-container table tbody tr td {
  padding: 5px;
  padding-left: 0;
}
#content div.table-container table tfoot {
  text-align: left;
  border-top: 1px solid #000;
}
#content div.table-container table tfoot tr {
}
#content div.table-container table tfoot tr td {
  padding: 5px;
  padding-left: 0;
}






































/* PAGE - GLOBAL
------------------------------------------------------------ */





/* PAGE - home (won't be hardcoded?)
------------------------------------------------------------ */
body.home #content {
  
}
  body.home #content div.video {
    clear: both;
    /* inline */
    /*
    width: 980px;
    height: 573px;
    */
    margin-bottom: 20px;
  }
  /**/
  body.home #content h3 {
    color: #f7941e;
    background: #000;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    display: block;
  }
  body.home #content div.featured_project {
    float: left;
    width: 485px;
  }
    body.home #content div.featured_project a {
      height: 285px;
    }
  body.home #content div.news {
    float: right;
    width: 485px;
  }
    body.home #content div.news div.wrapper {
      overflow: auto;
      
      /* total: 285px */
      height: 265px;
      padding: 10px;
      
      background: #191919;
      color: #FFF;
    }
    body.home #content div.news div.wrapper div.post {
      margin-bottom: 15px;
    }
    body.home #content div.news div.wrapper div.post h2 {
      
    }
    body.home #content div.news div.wrapper div.post h2 a {
      font-size: 16px;
      text-transform: none;
    }
    body.home #content div.news div.wrapper div.post p {
      margin-bottom: 3px;
    }
  


/* PAGE - about (hardcoded)
------------------------------------------------------------ */
body.page-permalink-about #content {
  
}
body.page-permalink-about #content h1 {
  
}
body.page-permalink-about #content p.intro {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #FFF;
  font-size: 13px;
  line-height: 18px;
}
body.page-permalink-about #content ul.people {
  clear: both;
  overflow: auto;
  list-style: none;
  margin: 0;
  margin-left: 20px;
  line-height: normal;
}
body.page-permalink-about #content ul.people li {
  float: left;
  width: 430px;
  margin-right: 58px;
  margin-bottom: 23px;
}
  body.page-permalink-about #content ul.people li.left {
  }
  body.page-permalink-about #content ul.people li.right {
    margin-right: 0;
  }
body.page-permalink-about #content ul.people li h2 {
  margin-bottom: 3px;
}
  body.page-permalink-about #content ul.people li h2 a {
    color: #f7941e;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -1px;
  }
    body.page-permalink-about #content ul.people li h2 a span {
      color: #AAA;
      font-size: 13px;
      
    }
body.page-permalink-about #content ul.people li > a {
  display: block;
}
  body.page-permalink-about #content ul.people li > a.img img {
  }



/* PAGE - about -> person (...)
------------------------------------------------------------ */
#content.person {
  
}
#content.person div.intro {
  overflow: auto;
  margin-bottom: 20px;
}
  #content.person div.intro img {
    float: left;
    margin-right: 10px;
  }
  #content.person h1 {
    float: right;
    width: 500px;
    clear: right;
    
    margin-right: 10px;
  }
  #content.person p {
    float: right;
    width: 500px;
    text-align: justify;
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    
    margin-right: 10px;
  }


/**/
#content.person div.block {
  color: #FFF;
}

#content.person div.block a {
  color: #AAA;
  text-decoration: underline;
  font-weight: bold;
}

#content.person div.block div.table-container tbody tr td {
  padding: 2px;
}
#content.person div.block div.table-container .c1 {
  width: 4%;
}
#content.person div.block div.table-container .c2 {
  width: 30%;
}
#content.person div.block div.table-container .c3 {
  width: 30%;
}
#content.person div.block div.table-container .c4 {
  width: 36%;
}





/* page - blog (news)
------------------------------------------------------------ */
body.blog #content,
body.archive #content,
body.single #content {
  float: left;
  width: 820px;
}
body.blog #content #content_inner,
body.archive #content #content_inner,
body.single #content #content_inner {
  padding: 20px;
}

h2.pagetitle {
  margin: 20px 0;
  font-size: 20px;
  color: #FFF;
  padding-bottom: 0;
  
  font-weight: normal;
}

div.navigation {
  overflow: auto;
  margin-bottom: 10px;
  /*background: #191919;*/
  padding: 10px;
}
  div.navigation div.alignleft {
    float: left;
  }
  div.navigation div.alignright {
    float: right;
  }
    div.navigation a {
    }

#sidebar {
  margin-top: 32px;
  float: right;
  width: 140px;
}
#sidebar h2 {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 3px;
}
#sidebar ul {
  margin-bottom: 20px;
  line-height: 16px;
}



/* search */
form#searchform {
  margin-bottom: 30px
}

form#searchform div {
}
form#searchform div label {
}
form#searchform div p {
}
form#searchform div input#s {
  width: 80px;
  border: 1px solid #F0F0F0;
  padding: 2px;
}
form#searchform div input#searchsubmit {
}




/* partial - post
------------------------------------------------------------ */
#content div.post {
  clear: both;
  overflow: auto;
  margin-bottom: 50px;
}

#content div.post h2,
#content div.post h3 {
  margin-top: 0;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}
#content div.post h2 a,
#content div.post h3 a {
  font-size: 24px;
  clear: both;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
#content div.post small {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
}
#content div.post p.postmetadata {
  display: none;
}

#content ol.commentlist {
  margin-left: 30px;
  margin-top: 20px;
}
#content textarea#comment {
  width: 100%;
}




/* page - projects
------------------------------------------------------------ */
body.page-permalink-projects #content {
}
  body.page-permalink-projects #content #content_inner {
    padding: 43px;
  }
body.page-permalink-projects #content h1 {
}
body.page-permalink-projects #content ul {
  overflow: auto;
  list-style: none;
  margin: 0;
}
  body.page-permalink-projects #content ul li {
    float: left;
    margin: 0 43px 35px 0;
    width: 268px;
    /*height: 369px;*/
    height: 390px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
    body.page-permalink-projects #content ul li.third {
      margin-right: 0;
    }
  body.page-permalink-projects #content ul li a.img {
    display: block;
    margin-bottom: 8px;
  }





/* page - projects - project
------------------------------------------------------------ */
div#content.project {
  
}



div#content.project div.left {
  float: left;
  width: 268px;
  
}


div#content.project div.right {
  float: right;
  width: 700px;
}
  div#content.project div.right h1 {
  }
  div#content.project div.right #content_inner {
    padding: 20px;
  }

    div#content.project div.piclenselink {
      display: none;
    }
    
    div#content.project div.block {
      overflow: auto;
      clear: both;
      padding-bottom: 10px;
      border-bottom: 1px dotted #AAA;
      margin-bottom: 10px;
      color: #FFF;
    }
    div#content.project div.block h3 {
      margin: 0px 0 10px 0;
      font-size: 16px;
      clear: both;
      color: #f7941e;
    }
    div#content.project div.block a {
      color: #FFF;
      font-weight: bold;
      text-decoration: underline;
    }
    
    /**/
    
    div#content.project div.block.overview a {
    }
    
    
    div#content.project div.block dl dd.synopsis {
      line-height: 17px;
    }
    
    
    div#content.project div.block.videos ul {
      overflow: hidden;
      margin-left: 0 !important;
    }
    div#content.project div.block.videos ul li {
      float: left;
      margin-right: 10px;
    }
    
    /*
    div#content.project div.block.cast a,
    div#content.project div.block.crew a {
      color: #FFF;
      font-weight: bold;
      text-decoration: underline;
    }
    */
    
    
    div#content.project div.block.pictures div.ngg-navigation {
      padding-bottom: 20px;
    }
    
    
    div#content.project div.table-container table thead tr th {
      width: 33%;
      color: #AAA;
    }
    
    div#content.project div.table-container table tbody tr td {
      width: 33%;
    }














/* PAGE - links (hardcoded)
------------------------------------------------------------ */
body.page-permalink-links #content table thead {
  display: none;
}
body.page-permalink-links #content table tbody tr td.name a {
  font-weight: bold;
}
body.page-permalink-links #content table tbody tr td.field {
  color: #FFF;
}
body.page-permalink-links #content table tbody tr td.url a {
  color: #AAA;
  font-weight: bold;
}




/* PAGE - contact
------------------------------------------------------------ */
body.page-permalink-contact #content {
  
}
body.page-permalink-contact #content div.left {
  float: left;
  width: 518px;
}
body.page-permalink-contact #content div.right {
  float: right;
  width: 420px;
  
}
  


















/* COMMENTS
------------------------------------------------------------ */
.commentlist li,
#commentform input,
#commentform textarea {
  }
.commentlist li ul li {
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  }

.commentlist p {
  font-weight: normal;
  text-transform: none;
  }

#commentform p {
  }

.commentmetadata {
  font-weight: normal;
  }
h4#comments {
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 14px;
}
#commentform input {
  width: 170px;
  }

#commentform {
  margin: 5px 10px 0 0;
  }
#commentform textarea {
  width: 100%;
  padding: 2px;
  }
#respond:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;

  }
.commentlist li ul li { 
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */
#respond {
  padding-bottom: 50px;
}

