/* 
Theme Name: One Climate
Theme URI: http://www.oneclimate.net/
Version: 3.0
Description: This contains styles specific to the virtual Poznan page
Author: Torchbox and OneClimate team
Author URI: http://uk.oneworld.net/
*/

div#menu-bar {
    margin-bottom: 16px;
}
div#poznan strong {
    font-weight: bold;
    color: #BD1E5E;
    width: 920px;
}
div#poznan p {
    text-align: left;
}

div#poznan h2 {
    text-align: left;
    padding-left: 3px;
    padding-bottom: 2px;
    margin: 0px 0px 5px 0px;
    font-size: 0.9em;
    font-family: Verdana, Arial;
    border-bottom: 2px #000000 solid;
}
    
div#intro {
    text-align: left;
    margin: 0px 0px 0px 0px;
    width: 920px;
    height: 70px;
}
    
div#control-panel {
    top: 105px;
}

div#intro p {
    float: right;
    width: 470px;
    margin: 0px 0px 0px 50px;
}
div#intro h1 {
    width: 400px;
    margin: 0px;
    float: left;
    padding: 0px;
    font-size: 2.2em;
    color: #000000;
}


/* Styles for poster area */

div#poznan-poster {
    text-align: left;
    height: 266px;
    min-height: 266px;
    margin-bottom: 20px;
    margin-right: 240px;
    width: 680px;
    border: 1px solid #717171;
}
div#poznan-poster div#featured {
    position: relative;
    width: 440px;
    float: left;
    height: 210px;
}
div#poznan-poster div#featured div {
    background-color: #BD1E5E;
    width: 440px;
    height: 50px;
}    
div#poznan-poster div#featured h2 {
    padding: 0px;
    display: inline;
    font-size: 1.2em;
    margin: 15px 10px 4px 48px;
    border: none;
    height: 30px;
    width: 286px;
    float: left;
    overflow: hidden;
}
div#poznan-poster div#featured a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 0px 5px;
}
div#poznan-poster div#featured a:hover {
    color: #000000;
}
div#poznan-poster div#featured div.author {
    width: 80px;
    display: inline;
    margin: 20px 5px 4px 0px;
    height: 25px;
    float: right;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 0.8em;
}    

div#poznan-poster div#featured div.image {
    padding: 0px;
    clear: both;
    height: 160px;
    width: 440px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
div#poznan-poster div#featured img.image {
    height: 160px;
    width: 440px;
}
div#poznan-poster div#featured img.image-slash {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#poznan-poster div#poznan-latest {
    width: 239px;
    border-left: 1px solid #717171;
    height: 210px;
    float: right;
}
div#poznan-latest h2 {
    font-size: 0.9em;
    text-align: center;
    padding: 17px 0px 0px 0px;
    border: 0px;
    height: 33px;
    font-weight: bold;
    background-color: #5986E1;
    color: #FFFFFF;
}
div#poznan-latest h2 div {
    background-color: red;
    width: 239px;
    text-align: center;
    height: 50px;
}
div#poznan-latest p {
    font-weight: bold;
    font-size: 0.85em;
    margin: 0px 5px 3px 10px;
}
div#poznan-latest a.title {
    color: #BD1E5E;
}

div#poznan-poster table#action {
    padding: 0px;
    margin: 0px;
    width: 680px;
    clear: both;
    height: 56px;
    background-color: #7CB100;
}
table#action td {
    height: 26px;
    vertical-align: top;
    text-align: left;
}
table#action form, table#action input {
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
}
table#action form#join {
    margin-left: 20px;
}


div#ustream {
    float: left;
    width: 400px;
    margin-right: 20px;
}

div#video, table#more {
    float: right;
    width: 500px;
}
table#more td {
    vertical-align: top;
}
div#video {
    height: 376px;
}
div#vpoznan_twitter {
    width: 200px;
    margin-right: 15px;
    margin-top: 20px;
}
div#poznan-news {
    width: 280px;
    margin-top: 20px;
}

/* Style for post entries */

div.post-entry {
    width: 280px;
    min-width: 280px;
    height: 40px;
    min-height: 40px;
    margin: 10px 0px 0px 0px;
    text-align: left;
}
div.post-entry .image {
    float: left;
    overflow: hidden;
    text-align: right;
    margin-right: 5px;
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
}
div.post-entry img {
    height: 40px;
}
div.post-entry .info {
    font-weight: bold;
    font-size: 0.8em;
    color: #444444;
}
#main div.post-entry .title a {
    font-weight: bold;
    font-family: 'Arial';
    color: #bd1e5e;
    font-size: 0.8em;
}

div#control-panel2 {
    margin-top: 68px;
}


