@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.1
 */

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #FFF; padding:15px; margin:0; height:100%;  }

  /* Layout Alignment | Layout-Ausrichtung 
  .page_margins { margin: 0 auto; }*/

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: auto;   background: #fff; }
  #header { padding: 0px 0em 0em 0px; color: #000; background: #fff; margin-bottom:40px; height:1px;}
  #topnav { color: #aaa; background: transparent; float:right; margin-right:15px; margin-top:10px;}
  #nav { overflow:hidden; }
  div.hlist {  }
  #main { padding: 40px 0 0 0; }
  
  body.twocol #main {
      width:640px;
  }
  
  body.threecol #main {
      width:860px;
  }
  
  #footer { padding: 0;margin-top:0px; width:100%; clear:both;}
  
  #footer div.footer-section {min-height:11em;border-bottom:1px solid white;}

  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 20px; }

  .clearfix {
      display:block;
  }
  /*-------------------------------------------------------------------------
    #main {
        display:table;
        border-collapse:separate;
        border-spacing:inherit;
        width:100%;
    }

    .row {
        display:table-row;
    }
    
    .cell {
        border-right:20px solid white;
        border-bottom:20px solid white;
        width:25%;
    }
*/

body { font-family:lucida grande, trebuchet, lucida sans unicode, arial, helvetica, sans-serif; font-size:11px; color:#6C6864; height:100%;}

#logo { 
    float:left; 
    margin:0 20px 0 20px; 
    padding:0; 
}

#contact {
    float:left;
    width:180px;
    padding:10px;
    min-height:50px;
    margin-right:20px;
    background:repeat-x url(../image/block-head-bg.png) #EEEEEE;
}

#newsletter {
    float:left;
    width:400px;
    padding:10px;
    min-height:50px;
    margin-right:20px;
    background:repeat-x url(../image/block-head-bg.png) #EEEEEE;
}

#newsletter input {
    width:330px;
    color:#333;
}

#newsletter input.hinted {
    font-size:0.9em;
    color:#666;
    line-height:1.1em;
}

#newsletter input.submit {
    width:50px;
    margin-left:10px;
    color:#666;
}

#newsletter input.submit:hover {
    cursor:pointer;
}

#links {
    float:left;
    width:180px;
    padding:10px;
    min-height:50px;
    background:repeat-x url(../image/block-head-bg.png) #EEEEEE;
}

#links ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}


#links ul li { 
    float:left; 
    width:50%; 
}


#links li a {
    text-transform:none;
}

#header ul.navbar {
    margin-top:18px;
    margin-left:20px;
}

ul.navbar {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}


ul.navbar li { float:left; margin-right:20px; }

ul.navbar li a { 
    padding:0; 
    text-decoration:none;
    font-size:1em; 
    color:#6C6864; 
    font-weight:normal;
    text-transform:uppercase;    
}

ul.navbar li a:hover {
	border-bottom:2px solid #C30093;
}

ul.navbar li a.current {
	border-bottom:2px solid #C30093;
}


h1 {
    text-transform:uppercase;
    font-size:1.2em;
    font-weight:normal;
    margin-top:0;
    line-height:1.4em;
}

h2 {
    text-transform:uppercase;
    font-size:1.1em;
    font-weight:normal;
    margin-top:0;
    line-height:1.4em;
}

h3 {
    font-size:1em;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:0;
    color:#333;
    line-height:1.4em;
}

h4 {
    text-transform:uppercase;
    font-size:1em;
    font-weight:normal;
    margin-top:0;
    margin-bottom:5px;
    line-height:1.4em;
}


.small {
    font-size:0.9em;
}

p {
    margin-top:0;
    line-height:1.4em;
}

p.date {
    font-size:0.9em;
    color:#333;
    margin-top:5px;
}

p.intro {
    margin-top:10px;
    width:420px;
    font-weight:bold;
    color:#999;
}

a {
    text-decoration:none;
    color:#652977;
}

p a {
    text-decoration:underline;
}

a:hover, a:visited {
    color:#C30093;
}

a.pointer {
    color:#333;
    text-decoration:none;
    display:inline-block;
    margin:10px 0 10px 0;
    border-bottom:1px solid #CCC;
}

a.feed {
    background:no-repeat 0 0 url(../image/feed.gif);
    padding-left:20px !important;
    overflow:visible;
}

a.title {
    text-decoration:none;
    color:#666;
}

a img {
    border:none;
}

input {
    background:#FFF;
    border:none;
    border:1px solid #CCC;
}


input.submit {
    color:#6C6864;
    text-transform:uppercase;
}

.overlay-image {
    width:34px;
    height:34px;
    background:no-repeat url(../image/video-image-overlay-new.png);
}

.block {
    display:inline-block;
    width:100%;
    min-height:100px;
    margin-bottom:20px;
    background:#302A26;
}

.block .head {
    float:left;
    width:180px;
    min-height:80px;
    color:#FFF;
    margin:0;
    padding:10px;
}

.block .head a {
   color:#FFF;
}

.block.sub  {
    background:repeat-x url(../image/block-head-bg.png) #EEEEEE;
}

.block.sub .head {
    color:#6C6864;
}

.block .content {
    float:left;
    padding:0 0 0 20px;
    list-style:none;
    margin:0 !important;
    background:#FFF;
    min-height:100px;
    
}

.twocol .block .content {
    width:420px;
}

.threecol .block .content {
    width:640px;
}



.content .left, .content .right {
    float:left;
    width:45%;
    padding:10px 10px 10px 0 !important;
    min-height:90px;
    margin:0;
}

.content .right {
    margin-left:20px;
}

.content .social {
    clear:both;
}

.threecol .content .left, .threecol .content .right {
    width:290px;
}

/*

.block ul.content {
    padding:0;
}

.block ul.content li {
    float:left;
    width:200px;
    padding:10px 0 20px 0!important;
    margin:0 0 0px 20px !important;
    min-height:90px;
}
*/


.relationships a {
    margin-right:20px;
    line-height:2em;
    display:block;
    float:left;
}

ul.link-list {
    list-style:none;
    padding:0;
}

ul.link-list li {
    margin-bottom:10px;
}


.tag-cloud {
    width:640px;
    text-align:center;
    vertical-align:middle;
}

.tag-cloud a {
    text-transform:uppercase;
    color:#666;
}

div.quote {
    padding-top:10px;
}

div.quote blockquote {
    margin:0;
    
    font-weight:bold;
}

p.quote-source {
    margin:5px 0 0 0;
}


/* Award listing */
.content .awards {
    width:440px;
}

.content .awards h3 {
    margin-bottom:3px;
}

.content .awards p {
    margin-top:0px;
}

ul.awards, ul.recent {
    list-style:none;
    margin:0;
    padding:10px 0 0 0;
    float:left;
}

ul.awards li, ul.recent li {
    float:left;
    width:200px;
    padding:0;
    margin:0 20px 20px 0;
}

.award-films {
    float:left;
    width:200px;
    padding-left:0px;
    background-color:#FFF;
}


/* Gallery */


ul.gallery {
    list-style:none;
    margin:0;
    padding:0;
    width:640px;
    overflow: auto;
    
}

ul.gallery  li {
    float:left;
    width:200px;
    padding:0;
    margin:0 20px 20px 0;
}

li.last-column {
    margin-right:0 !important;
}

ul.gallery  li.last-row {
    margin-bottom:0;
}

ul.gallery li.clear {
    clear:both;
    float:none;
    width:0;
    margin:0;
}

/*ul.gallery li p {
    margin:0 0 0 10px;
}
*/
ul.gallery li p a {
    color:#6C6864;
}

.gallery-nav {
    float:left;
    margin-left:-220px;
    margin-top:-20px;
    width:180px;
    padding:10px;
    color:white;
}

.gallery-nav a {
    color:white;
}

/* Most recent listing */
.gallery h2 {
    font-size:0.9em;
    margin-bottom:0px;
}

.gallery h3 {
    margin-top:0px;
    min-height:2.8em;
}



a.previous {
    float:left;
}

a.next {
    float:right;
}

/** Overlay contents **/

div#overlay_content * {
    color:#FFF !important;
}

div#overlay_content .block {
    min-height:0px;
    background:none;
}

div#overlay_content .block .head {
    min-height:0px;
    width:auto;
    padding:0;
    float:none;
    background:none;
}

div#overlay_content .block .content {
    padding:0;
    width:auto;
    float:none;
    min-height:0px;
    background:none;
}

div.explore h2 {
    border-bottom:1px solid white;  
}

div.explore {
    margin-bottom:20px;
}


div#overlay_content select, div#overlay_content select * {
    color:#333 !important;
}


/* Clients */


ul.clients  li {
    width:198px !important;
    height:108px;
    text-align:center;
    vertical-align:middle;
    line-height:108px;
    border:1px solid #EFEFEF;
}

ul.clients li * {
    vertical-align:middle;
}


ul.clients li p {
    margin:0 0 0 10px;
}


/** Reports **/


div.report-content {
    margin-top:20px;
    display:table-row;
}

div.report-info {
    display:table-cell;
    width:30%;
}

.report-info p {
    font-size:1.1em;
    line-height:1.3em;
    color:#666;
}

div.report-data {
    display:table-cell;
    padding:0 10px 20px 10px;
}



div.report-options {
    border-top:1px solid #333;
    font-size:0.9em;
    padding-top:10px;
    margin-bottom:20px;
   
}

div.report-options select {
    font-size:0.9em;
}

.report-data table.dataset {
    border-bottom:1px solid #333;
}

table.dataset {
    border-collapse:collapse;
}

table.dataset th {
    border-bottom:1px solid #333;
    text-align:left;
    padding:5px;
}

table.dataset td {
    text-align:left;
    padding:5px;
}

table.dataset td.value {
    white-space:nowrap;
}

table.dataset tr.even td {
    background:#303030;
}


table.dataset tr.total {
    font-size:1.1em;
}

table.dataset tr.total th {
    border-bottom:none;
    border-top:1px solid #CCC;
    text-align:right;
}

table.dataset tr.total td {
    border-top:1px solid #CCC;
}

table.dataset tr.average th {
    border-bottom:none;
    text-align:right;
}

}