/*
Theme Name: The Berlin Project
Theme URI: http://www.theberlinproject.com/
Description: The custom theme originally created for <a href="http://www.theberlinproject.com/">The Berlin Project</a>.
Version: 1.0
Author: Marcus Gilroy-Ware
Tags: black, squares, minimal

	The Berlin Project v1.0
	 http://www.theberlinproject.com/

	This theme was designed and built by Marcus Gilroy-Ware for the Berlin Project, November 2009

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
    background-color:#090909;
    text-align:center;
    margin:0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

a img{
    border:0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#fixed-width{
    background-color:#111;
    width:840px; /* actually 860, but 20px padding is subtracted */
    padding:0 0 20px 20px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}

div#top{
    background-color:#191919;
    /* padding:20px; */
    margin-bottom:20px;
    width:780px;
}

div#top h1{
    color:#fff;
    text-transform:uppercase;
    margin:0px;
    font-weight:normal;
}

div#top h1 a{
    color:#fff;
    text-decoration:none;
}

div#ticker{
    background-color:#191919;
    padding:12px;
    width:797px;
    height:12px;
    margin-bottom:20px;
}

div#ticker ul{
    margin:0px;
    padding:0px;
    float:left;
    width:680px;
    overflow:hidden;
}

div#ticker p{
    margin:0px;
    padding:0px;
    float:left;
    color:#fff;
    text-transform:uppercase;
    padding:0 5px 0 0;
    font-size:13px;
}

div#ticker ul li{
    font-size:12px;
    color:#888;
}

div#ticker ul li a{
    color:#fff;
}

div#current-post{
    background-color:#191919;
    padding:20px;
    width:780px;
}

div#current-post h2{
    text-transform:uppercase;
    color:#fff;
    margin:0 0 10px 0;
    font-weight:normal;
}

div#post-content{
    
}

div#post-content p{
    margin:0 0 7px 0;
    color:#bbb;
    font-size:12px;
    line-height:1.5em;
}

div#post-content a{
    color:#fff;
}

div#post-content p em, div#post-content p strong{
    color:#fff;
}

div#post-content a:hover{
    text-decoration:none;
}

#twocol-left-col{
    float:left;
    width:300px;
}

#twocol-right-col{
    float:right;
    width:460px;
    padding-left:20px;
}

ul.twocol-left-thumbnails-list{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

ul.twocol-left-thumbnails-list li{
    width:149px;
    height:149px;
    overflow:hidden;
    float:left;
}

ul.twocol-left-thumbnails-list li a{
    width:149px;
    height:149px;
    overflow:hidden;
    display:block;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
}

ul.twocol-left-thumbnails-list li a:hover{
    text-decoration:none;
}

ul.twocol-left-thumbnails-list li a span{
    background-color:#000;
    padding:5px;
    margin: 110px 10px 10px 10px;
    display:block;
    float:left;
    filter: alpha(opacity=58);
    opacity: 0.58;
    -moz-opacity:0.58;
}

div.item{
    background-color:#191919;
    width:220px;
    height:220px;
    color:#eee;
    padding:20px;
    float:left;
    overflow:hidden;
    margin:0 20px 20px 0;
}

div.item h3{
    text-transform:uppercase;
    color:#fff;
    margin:0 0 10px 0;
    font-weight:normal;
}

div.item p{
    color:#eee;
    font-size:11px;
}

img.item-thumbnail{
    display:block;
    float:left;
    border: 1px solid #fff;
}

div.archive-item{
    width:120px;
    height:120px;
    padding:14px;
    background-color:#191919;
    margin:0 20px 20px 0;
    float:left;
}

div.archive-item:hover{
    background-color:#222;
}

div.archive-item h3, div.archive-item h3 a{
    text-transform:uppercase;
    color:#fff;
    margin:0 0 10px 0;
    font-weight:normal;
    text-decoration:none;
}

div.archive-item h3 a:hover{
    text-decoration:underline;
}

div.archive-item div.date{
    font-size:11px;
    text-transform:uppercase;
    color:#999;
}

div.info{
    text-transform:uppercase;
    color:#777;
    margin:0 0 10px 0;
    font-weight:normal;
    font-size:11px;
}

div.info a{
    color:#fff;
    text-decoration:none;
}

div.info a:hover{
    color:#fff;
    text-decoration:underline;
}

a.item-title{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
}

a.item-title:hover{
    text-decoration:underline;
}

#related-content h3{
    color:#fff;
    text-transform:uppercase;
    margin:15px 0 10px 0;
    font-weight:normal;
}

ul.related-content-list{
    margin:0px;
    padding:0px;
    list-style-type:none;
}

ul.related-content-list li{
    width:175px;
    height:175px;
    float:left;
}

ul.related-content-list li a{
    width:155px;
    height:155px;
    display:block;
    color:#fff;
    padding:10px;
    text-decoration:none;
}

ul.related-content-list li a span{
    color:#fff;
    text-transform:uppercase;
    background-color:#000;
    text-decoration:none;
    filter: alpha(opacity=68);
    opacity: 0.68;
    -moz-opacity:0.68;
}

div.excerpt{
    font-size:12px;
    line-height:1.5em;
}

#disqus_thread{
    color:#fff;
}

#disqus_thread a{
    color:#fff;
}

div#post-footer{
    text-transform:uppercase;
    color:#777;
    margin:20px 0 0 0;
    font-weight:normal;
    font-size:11px;
}

div#post-footer a{
    color:#fff;
    text-decoration:none;
}

div#post-footer a:hover{
    color:#fff;
    text-decoration:underline;
}

#forwards-backwards{
	display: block;
	text-align: center;
	background-color:#191919;
	margin:0 20px 8px 0;
	padding:20px;
	width:780px;
	font-size:14px;
	height:14px;
}

#forwards-backwards a{
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}

div#page-footer{
    background-color:#191919;
    padding:20px;
    /* margin-bottom:20px; */
    width:780px;
}

div#sponsors{
    float:left;
    width:540px;
}

div#sponsors h4{
    margin:0px;
    text-transform:uppercase;
    color:#fff;
    font-weight:normal;
    font-size:12px;
}

div#contractors h4{
    margin:0px;
    text-transform:uppercase;
    color:#fff;
    font-weight:normal;
    font-size:10px;
    padding-bottom:15px;
}

div#contractors{
    float:right;
    width:235px;
}

/** About page thumbnails **/

#alex-thumbnail-li.off a{
    background-image:url('images/about_page_thumbnails/alex_off.png');
}

#alex-thumbnail-li.on a, #alex-thumbnail-li.off a:hover{
    background-image:url('images/about_page_thumbnails/alex_on.png');
}

#sheena-thumbnail-li.off a{
    background-image:url('images/about_page_thumbnails/sheena_off.png');
}

#sheena-thumbnail-li.on a, #sheena-thumbnail-li.off a:hover{
    background-image:url('images/about_page_thumbnails/sheena_on.png');
}

#marcus-thumbnail-li.off a{
    background-image:url('images/about_page_thumbnails/marcus_off.png');
}

#marcus-thumbnail-li.on a, #marcus-thumbnail-li.off a:hover{
    background-image:url('images/about_page_thumbnails/marcus_on.png');
}

#dominique-thumbnail-li.off a{
    background-image:url('images/about_page_thumbnails/dominique_off.png');
}

#dominique-thumbnail-li.on a, #dominique-thumbnail-li.off a:hover{
    background-image:url('images/about_page_thumbnails/dominique_on.png');
}

#marco-thumbnail-li.off a{
    background-image:url('images/about_page_thumbnails/marco_off.png');
}

#marco-thumbnail-li.on a, #marco-thumbnail-li.off a:hover{
    background-image:url('images/about_page_thumbnails/marco_on.png');
}

div.image-concealer{
    width:1px;
    height:0px;
    overflow:hidden;
}