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, sub, sup, tt, var,
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-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* Over Structure */
*, body, h1, h2, h3, h4, h5, p, li{
  color: #231f20;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-size: 16px;
}
p {
  margin: 1em 0;
  line-height: 1.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.siteTitle span,
.mainMenu li#search {
  display: none;
}
.caslon {
  font-family: "Palatino","Garamond", Georgia, serif;
}

body {
  border: none;
  border-top: solid 5px #231f20;
  padding-top: 40px;
  background: url(../images/backgroundTile.gif);
  min-width: 960px;
}

.header{
  width:960px;
}


.right {
  float: right;
}

.left {
  float: left;
}
.title h3 {
  margin: 10px 0;
  font-weight: bold;
}
/* Header */
.header {
  width:960px;
  margin: auto;

}
.siteTitle {
  width: 59px;
  height: 70px;
  background: url(../images/logo.png) no-repeat;
  margin: 0 auto 15px;
  display: block;
}


/* Main Navigation */
.mainMenu {
  margin: auto;
  text-align: center;
  font-style: italic;
  padding-top: 10px;
}
.mainMenu li {
  width: auto;
  display: inline;  
  margin: 0 10px;
}
.mainMenu li a span{
  text-transform: lowercase;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-size: 16px;
}


/* Main Content */
.container {
  width: 960px;
  margin: 20px auto;
}

.container .content {
  width: 700px;
  margin: 10px;
  float: left;
  padding: 12px 0 0 ;
}
.container .sidebar {
  width: 220px;
  margin: 10px;
  margin-left: 730px;
  padding: 21px 0 0;
}


/* Footer */
.footer {
  border-bottom: 5px solid #231f20;
  height: auto;
  width: 940px;
  background: url(../images/footerTile.png);
  margin:0px auto 25px;
  padding:0 10px;
  position:relative;
  font-size: 11px!important;
}
.footerItem li {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.footerItem li span a, .footerItem p, .footerItem span, .footerItem ul li a{
  font-size: 11px!important;
}

#twitter_div {
  font-size: 11px!important;
}

.footerItem {
  width: 215px;
  float: left;
  margin: 20px 10px;
  height: auto;
}

.footerItem h3 {
  margin-bottom: 5px;
}
.footerItem li {
  margin: 3px 0 3px;
}
.sitemap li{
  width: 100px;
  font-size: 11px;
}
.sitemap ul{
  float: left;
}
.sitemap li li{
}
.sitemap li li a:before{
  content: "- ";
}

.footerText , .footerText a {
  font-size: 10px;
}
.footerText {
  bottom:-33px;
  padding:10px;
  position:absolute;
}

#twitterBird {
  position: absolute;
  margin: -25px 0 0 170px;
  background: url(../images/twitterBird.png) no-repeat;
  width: 47px;
  height: 53px;
}

/* Twitter Feed */

#twitter-wrap {
  background:#666;
  background:rgba(0,0,0,0.6);
  padding:10px;
}

#twitter-wrap h3 {
  color:#efefef;
}

.tweet {
  border-bottom:1px solid #555555;
  font-size:12px;
  margin-bottom:5px;
  padding:5px 0 10px;
}

.tweet:last-child {
  border: 0;
}

#twitter_update_list li span {
    font-size: 12px;
  line-height: 15px;
  color:#efefef;
}

#twitter_update_list li span a{
  font-variant: normal;
  color: #efefef;
  font-size:11px;
  text-shadow:0 1px 0px rgba(0,0,0,0.5);
  text-decoration: none;
}
#twitter_update_list li span a:hover {
  color: white;
  text-decoration: none;
}

#twitter_update_list li a{
  font-variant: small-caps;
  color:#ccc;
  font-family:"Palatino","Garamond",Georgia,serif;
  font-size:9px;
}

/* Side Bar */
.sidebar .adplace img {
  width: 220px;
}

.sidebar .searchForm {
  border: 1px solid #a8a8a8;
  background: white;
  height:28px;
  width:218px;
}

.sidebar .searchForm input {
  font-style: italic;
  background: none;
  border: none;
  padding: 2px 5px 2px 10px;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-size: 15px;
  height: 18px;
  text-transform: lowercase;
  width: 55px;

}
input#query {
  width: 140px;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 20px;
  text-transform:;

}


/* Home Page */
.content .item {
  width: 340px;
  /*border: 1px solid #a8a8a8;*/
  background: white;
  position: relative;
  z-index: 10;
  margin: 0 0 20px;
  height: 347px;
}
.tag {
  background: #444444;
  text-transform: uppercase;  
  height: 16px;
  padding: 3px 2px 0 5px;
}

.item .tag {
  position: absolute;
  top: -23px;
  z-index: 2;
  left: -1px;
}
.item .tag span{
  color: white;
  font-size: 14px;
}
.itemContent {
  position: relative;
  z-index: 3;
  background: white;
  padding: 0 0 20px 0;
}
.mainItemContent {
  background: #efefef;
  height: 226px;
  position: relative;
}

.mainItemContent img.thumb {
  height: 220px;
  width: 334px;
  margin: 3px;
}
.mainItemContent .title {
  background: url(../images/blackOverlay.png);
  height: auto;
  position: absolute;
  bottom: 3px;
  margin: 0 3px;
  width: 334px;
  left: 0;
  padding: 0 0 0px 0;
}

.mainItemContent .title h2 {
  color: white;
  height: auto;
  overflow: hidden;
  padding: 15px 20px 0px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.mainItemContent .title h2 span a,
.title h2 a{
  font-size: 18px;
  color: white;

}
.meta {
  color: #cccccc;
  font-size: 11px;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-style: italic;
}
.meta a {
  font-size: 11px;
}
.footerItem .meta {
  color: #777;
}

.mainItemContent .title .meta {
  padding: 0 20px 10px;
}


.meta .author,
.meta .date, 
.meta .author a {
  font-variant: small-caps;
  color: #cccccc;
  font-style: normal;
  font-size: 11px;
}
.articles .meta,
.articles .meta .author,
.articles .meta .date,
.meta .author a {
  color: #231F20;
}
.subItemContent {
  padding: 15px 15px 10px;
}
.subItemContent li{
  margin: 0 0 5px 0;
}

.itemContent .more,
.post .more,
.projectThumb .view, .category .more {
  margin: 0 21px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* Category Page */
.articles .mainItemContent {
  background: none;
}
.articles img.thumb{
  width: 265px;
  height: 205px;
  border: 3px solid #EFEFEF;
  float: left;
  margin-right: 20px;
}

.articles .title,
.article .title {
  background: none;
  position: relative;
  bottom: auto;
  height: auto;
  width: auto;
  z-index: 10;
}

.articles .title h2 {
  padding:5px 0px 0;
}

.articles .more {
  margin: 0 21px 0 0 ;
}
.articles .mainItemContent {
  min-height: 210px;
  height: auto;
}

.articles .itemContent{
  border-bottom: 2px solid #f4f4f4;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: none;
}
.articles .tag {
  display:inline-block;
  margin-bottom:20px;
  margin-left:2px;
  width:auto;
  padding-right:3px ;
}
.articles .tag span {
   font-size: 14px;
   color: white;
}



/* Article Page */
.articleContent object,
.page .video object,
.articleContent object embed,
.articleContent embed,
.page .video embed,
.page .video object embed  {
  width: 700px;
  height: 390px;
}


.articles h1,
.articles h1 a{
  font-size: 25px;
  padding: 0;
  margin: 0 0 10px;
  position: relative;
}
.articles h1 span {
  font-size: 25px;
}

.articleContent {
  border-bottom: 4px solid #333333;
  margin-bottom: 20px;
}

.blurb {
  margin-bottom:10px;
  overflow:hidden;
  padding-bottom:5px;
}


/* Comments */
.commentBox {
  height: 147px;
  position: relative;
}

.commentBox .details,
.commentBox .comment {
  height: 100px;
  float: left;
  margin-right: 10px;
}
.commentBox .details{
  width: 330px;
}

.commentBox .comment {
  width: 350px;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-style: italic;
}


.comment label {
    font-size: 15px;

}

.clearBoth {
  clear: both;
}
label.name,
label.email {
  float: left;
  font-family: "Palatino","Garamond", Georgia, serif;
  font-size: 15px;
  font-style: italic;
}
label.name {
  margin-right: 20px;
  
}
.commentBox textarea {
  width: 350px;
  height: 82px;
  border: 1px solid #cccccc;
  background: white;
  padding: 4px;
}
.commentBox input {
  width: 142px;
  border: 1px solid #cccccc;
  height: 20px;
  padding: 2px 3px;
  background: white;
  margin-bottom: 10px;

}
#commentFormControls .submit input,
 .submit input{
  background: black;
  width: auto;
  color: white;
  border: none;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
 .submit input{
  position: relative;
}

.commentsList .comment {
  margin: 20px 0;
  padding: 0px 0;
  border-top: 2px solid #f4f4f4;
  clear: both;
}

.commentsList .commenter {
  float: left;
  width: 110px;
  padding: 15px 0;
  font-size: 12px;
}
.commentsList .commentContent {
  margin-left: 170px;
  width: 520px;
}

.commenter .author_name {
  font-size: 15px;
  font-style: italic;
  text-transform: capitalize;
}

.commenter .time {
  line-height: 1.5em;
}



/* ads */

.ads {
  margin-bottom:25px;
}

.ads img {
  width: 218px;
  border: 1px solid #A8A8A8;
  margin-bottom: 20px;
}

/* Random Post */

.random {
  border-bottom: 4px solid #333333;
  margin-bottom: 20px;
  overflow:hidden;
}

.random .itemContent {
  width: 150px;
  margin: 0 25px 0 0;
  float: left;
  clear: none;
  background: none;
  border:none;
}
.random .itemContent .title {
  overflow: hidden;
}
.random img.thumb {
  width: 150px;
  height: auto;
  border: none;
  float: none;
  border: none;
}
.random .title h3 a{
  font-size: 10px;
  text-transform: uppercase;
  
}

/* Subscribe box */

#subscribeForm {
  width: 420px;
  height: 100px;
  padding: 20px;
}

#subscribeForm .submit input{
  margin-top: 20px;
}


.subscribe {
  text-align: right;
  margin: 10px 0 ;
}
.subscribe h3 {
   font-style: italic;
   float: left;
   font-size: 16px;
}
.subscribe a {
  margin: 0 3px;
}

/* Social Widget */
.social {
  float: right;
  margin-top: -15px;
  z-index: 100;
  position: relative;
}
.social div {
  float:right;
  margin-left: 20px;
}
.social div.retweet {
  margin-top: 1px;
  width: 62px;
}


/* pagination */
.pagination {
  clear: both;
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pagination a {
    font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pagination li{
  color:white;
  display:inline;
  margin:3px;
  width:auto;
}
.pagination li.currentPage{
  color: white;
  background: #000;
  padding:0 3px;
  font-size: 9px;
}
.pagination li a:hover{
  color: white;
  background: #000;
  padding:0 3px;
  text-decoration: none;  
}
.pagination li a{
  color: white;
  padding:0 3px;
  background:#999999 none repeat scroll 0 0;
  
}

.pagination li.nextPage, .pagination li.prevPage {
  float: right;
  background: none;
}
.pagination li.prevPage {
  float: left;
  margin-top: 0px;
}
.pagination li.nextPage a, 
.pagination li.prevPage a{
  color: black;
  background: none;
}

/******ADDED BY RYAN - 11/03/2009********/

.cat-tag {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #444444;
  padding: 3px 3px 0 3px;
  height: 16px;
}

.cat-item span {
}

.cat-tag a, .cat-tag span {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.removePad {
  padding: 0!important;
}

.removeH {
  height: auto!important;
}

.footer li {
  font-size: 11px!important;
}

.latestFilms {
  width: 700px;
}

.latestFilms .mainItemContent {
  border: SOLID 1px #a8a8a8;
}


.latestFilms .film,
.projectThumb {
  padding: 3px;
  background: #EFEFEF;
  /*border: SOLID 1px #a8a8a8;*/
}

.latestFilms .film .thumb {
  width: 264px;
  height: 205px;
}

.latestFilms li {
  displaY: block;
  margin: 0 0 22px 0;
  padding: 0 0 22px 0;
  border-bottom: SOLID 3px #f4f4f4;
}

.latestFilms li:last-child {
  margin: 0!important;
}

.latestFilms .more {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
}

.black {
  color: #000000!important;
}

.black span {
  color: #000000!important;
}


.filmReadMore {
  text-transform: uppercase;
}

.latest-content {
  width: 410px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}


#nav #feed,
#nav #studio {
  display: none;
}

/* new font style */
.avenir, .avenir_black {
    font-family: "Palatino","Garamond", Georgia, serif;
    font-weight: normal;
}

h2.avenir_black a,
h2.avenir_black {
  font-size: 22px;
  text-transform: capitalize;
}

.footerItem h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.mainItemContent .title h2.avenir_black a, .title h2.avenir_black a{
  color: black;
}
.subnav {
  padding-bottom: 10px;
  margin-top:10px;
}

.subnav h3 {
  margin-bottom:10px;
}

.subnav ul {
  border-top: 1px solid #D9D9D9; 
  margin-bottom:20px;
}

.subnav ul ul, .subnav ul ul ul {
 border-top:none; 
}

.subnav li a{
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 8px 10px;
  display: block;
  font-size: 14px;
  border-bottom: solid 1px #d9d9d9;
  text-transform: capitalize;
}

.subnav li a:hover{
  background: #444;
  color: white;
  text-decoration: none;
}

/* Project Studio */
.projectThumb, .post .film  {
  margin: 10px 0;
  position: relative;
}
.post .film  {
  border: 3px solid #EFEFEF;
  margin-top: 0;
  margin-right: 20px;
}
.post .more {
  margin-left: 0;
}
.post {
  padding-bottom:15px;
  border-bottom:3px solid #F4F4F4;
  margin-bottom: 20px;
}

.projectThumb a.view,  
a.more.thumb {
  background-color:rgba(0,0,0,0.5);
  bottom:5px;
  display:block;
  margin:0;
  padding:4px;
  position:absolute;
  right:5px;
  color: white;
  -moz-border-radius-topleft:2px;
  -webkit-border-top-left-radius:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-bottom-left-radius:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-bottom-right-radius:2px;
}
.projectThumb a.view:hover,
  a.more.thumb:hover  {
  text-decoration: none;
  background-color:rgba(0,0,0,0.8);
}

/* Facebook button override */
.social .FBConnectButton_Text {  
  font-size: 10px;
}
.social .FBConnectButton_Small, .social .FBConnectButton_RTL_Small {
  line-height: 9px;
}

.social .googleBuzz {
}

.love .meta {
  width:400px;
}

.category .more {
  clear:both;
  float:left;
  margin-left:0;
}
.category {
  height: 220px;
}
.category h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

/* Digg button */

.db-wrapper.db-compact {
  float:left;
}

/* Adver */

#advertWrap {
  width:700px;
  position:relative;
  font:normal 18px/18px "Lucida Grande", Arial, Helvetica, Sans-serif;
  text-shadow:0 1px 0 rgba(255,255,255,0.6);
  min-height:15px;
}

#advert {
  background:url(../images/ad-bg.jpg) no-repeat top left;
  color:#686868;
  height:160px;
  margin-bottom:20px;
  overflow:hidden;
  padding:60px 0 60px 300px;
  position:relative;
  width:400px;
}

  #advert h4 {
    font-weight:normal;
    color:#393939;
    margin-bottom:25px;
    letter-spacing:1px;
  }
  
    #advert h4 em {
      font-family: Palatino, Garamond, Georgia, serif;
      text-transform:lowercase;
    }
    
  #advert .ipad {
    background:url(../images/ipad.png) no-repeat left top;
    text-indent:-9999px;
    color:transparent;
    width:175px;
    height:229px;
    position:absolute;
    margin:-65px 0 0 -225px;
  }
  
  #advert p {
    font-size:15px;
  }

  #advert a {
    margin-bottom:15px;
    display:block;
    background:url(../images/app-link.png) no-repeat left top;
    text-indent:-9999px;
    width:223px;
    height:77px;
  }

#advertWrap button {
  position:absolute;
  top:0px;
  right:0px;
  font-size:7px;
  color:#333;
  letter-spacing:1px;
  cursor:pointer;
  z-index:100;
  background:rgba(255,255,255,0.4);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:none;
  text-transform:uppercase;
}

/* client */

.cate {
  clear: both;
  margin: 10px 0;
}
.cate h3{
  font-size: 20px;
  margin: 20px 0 ;
  font-weight: normal;
}
.logos {
  margin: 25px 0;
  
}
.logo {
  float: left;
}

.logo a,
.logo span{
  border:3px solid #efefee;
  display:block;
  margin:0 18px 18px 0;    
}

/* rssGroup */

#rssGroup {
  overflow: hidden;
  padding: 10px;
  width: 360px;
}

#rssGroup h2 {
  font-size:26px;
  display:block;
  margin-bottom:25px;
}

#rssGroup ul {
  float:left;
  width:160px;
  margin-right:20px;
  border-top: 1px solid #D9D9D9;
}

#rssGroup ul a {
  padding:9px 10px 9px 35px;
  border-bottom: 1px solid #D9D9D9;
  display:block;
  font-size:13px;
  font-family:'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
  background:url(/static/images/icons/rss.png) no-repeat 10px 8px;
}

#rssGroup ul a:hover {
   background:#444 url(/static/images/icons/rss.png) no-repeat 10px 8px;
   color:white;
   text-decoration:none;
}

#rssGroup p {
  width:160px;
  float:left;
  margin:0;
  font-size:15px;
  color:#666666;
}


/*Fancy box change*/

#fancybox-outer {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}
