/* 
Theme Name: One Climate
Theme URI: http://www.oneclimate.net/
Version: 3.0
Description: This contains styles specific to the post detail display screen
Author: Torchbox and OneClimate team
Author URI: http://uk.oneworld.net/
*/

/* Styles for overall post-details page */

#post-details {
    margin: 0px 0px 20px 0px;
    padding-top: 22px;
    text-align: left;
    width: 920px;
    color: #5F5F5F;
    font-size: 0.9em;
}
#post-details td {
    vertical-align: top;
}
#post-details td.left {
    width: 680px;
}
#post-details td.right {
    width: 240px;
}

#post-details h1 {
    margin: 0px 20px 10px 0px;
    text-align: left;
    font-size: 2.0em;
    color: #000000;
}

#post-details h2 {
    margin: 0px;
    padding: 0px;
    clear: both;
    font-weight: normal;
    color: #000000;
    font-size: 1.4em;
    font-family: 'Georgia';
}
#post-details h2 .hr {
    margin: 5px 0px;
}
#post-details a {
    font-weight: bold;
}

/* Styles for the "Interaction" box */

#post-details .interact {
    margin-bottom: 10px;
    width: 155px;
    font-weight: bold;
    font-size: 0.8em;
    float: right;
}
#post-details .interact .post-rate-it {
    padding: 0px 8px;
}
#post-details .interact p {
    margin: 6px 8px;
    padding: 0px;
}
#post-details .interact .post-ratings {
    position: absolute;
    top: 10px;
    left: 50px;
}
.interact .post-ratings img {
    height: 13px;
    margin: 0px 1px;
}

/* Styles for post details - author, number of comments and tags */

#post-details .post-info {
    margin: 0px;
    font-size: 0.9em;
    line-height: 1.2em;
}

.post-info .image-surround, .post-comment .image-surround {
    float: left;
    margin-right: 10px;
    text-align: center;
    height: 40px;
    width: 40px;
    overflow: hidden;
}
.post-info .image-surround img, 
.post-comment .image-surround img {
    height: 40px;
}
#post-details .post-tags img {
    margin-right: 5px;
}

#post-details .hr, body#external div#related-posts div.hr {
    margin: 10px 0px;
    clear: both;
    border: solid 0px #9A9A9A;
    border-bottom-width: 1px;
    font-size: 0px;
    height: 1px;
}

/* Styles for the post excerpt */

.post-excerpt {
    font-weight: bold;
}
.post-excerpt .hr {
    border-color: #BABABA;
}

/* Styles for the post content and its embedded media */

#post-details .post-location {
    width: 240px;
    margin: 0px 15px;
    overflow: hidden;
    float:right;
    font-size: 0px;
}
.post-content .image-surround {
    margin: 15px;
    margin-top: 0px;
    float: left;
    clear: both;
    background-color: #E1E1E1;
    width: 300px;
}
.post-content .left {
    float: left;
    margin-left: 0px;
}
.post-content .right {
    float: left;
    margin-left: 0px;
}
.post-content img {
    width: 300px;
}
.post-content .image-surround div {
    margin: 6px auto 7px 8px;
    font-size: 0.9em;
}

.video-surround {
    text-align: center;
    padding: none;
    width: 100%;
    clear: both;
}
.video-surround div {
    margin: 0px 127px;
    overflow: none;
    text-align: left;
    background-color: #E1E1E1;
    color: #000000;
}
.video-surround object {
    margin: 0px;
    padding: 0px;
}
.video-surround div div {
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px auto 7px 8px;
    font-size: 0.9em;
}    
.video-surround h3, .image-surround h3 {
    font-size: 1.0em;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.post-content p {
    padding: 0px;
    margin-bottom: 10px;
}

/* Styles for comment submission form */

#comment-form {
    border: 1px solid #DADADA;
    background-color: #F1F1F1;
    clear: both;
}
#comment-form {
    padding: 15px;
}
#comment-form textarea {
    font-family: 'Arial';
    font-size: 0.9em;
    margin-top: 15px;
    width: 400px;
    height: 90px;
    border: 1px solid #C6C6C6;
}
#comment-form input#submit {
    margin-top: 18px;
    margin-right: 400px;
}
div.comment-author form {
    display: inline;
    margin-left: 20px;
}

/* Styles for list of comments */

.comment-content {
    margin: 0px 0px 0px 50px;
}

#related-posts {
    margin-left: 38px;
    margin-top: 300px;
}
#related-posts h3 {
    font-family: 'Georgia', 'Arial';
    font-weight: normal;
    font-size: 1.0em;
    margin-bottom: 0px;
}
#related-posts div.post-author {
    margin-top: 2px;
    font-size: 0.9em;
}
#related-posts p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 4px 0px 0px 0px;
    color: #171717;
}
#related-posts div.post-tags {
    margin-top: 8px;
    font-size: 0.9em;
}
#related-posts div.hr {
    margin-bottom: 0px;
}

body#external {
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: 200px;
}
body#external div#main {
    padding: 0px;
    margin: 0px;
}
body#external #related-posts {
    text-align: left;
    margin: 20px 0px 0px 0px;
    width: 200px;
}
body#external #related-posts h3 {
    font-weight: bold;
}
body#external #related-posts p, body#external div.post-author  {
    font-size: 0.8em;
}
body#external div.post-author a {
    font-weight: bold;
}
xbody#external div#related-posts div.hr {
    background-color: red;
    height: 1px;
    margin
}

/* Styles needed for posts losts embedded in post content */

div.post-content .post-summary {
    width: 600px;
    position: relative;
}
div.post-content .post-summary .image-surround {
    margin: 0px;
    height: 80px;
    width: 130px;
    overflow: hidden;
}
div.post-content .post-summary .image-surround img {
    margin: 0px;
    height: 80px;
}
div.post-content .post-reply-count img {
    right: 0px;
    bottom: 0px;
}

/* Styles for eZPublish media player window */

div#ezplayer {
    width: 494px;
    height: 540px;
    text-align: center;
    background-image: url('owtv/images/player_bg.jpg');
}
div#ezplayer div.video-surround {
    padding-top: 120px;
    padding-left: 87px;
    padding-right: 87px;
}
div#ezplayer div.video-surround div {
    margin: 0px;
    padding: 0px;
}
div#ezplayer img {
    width: 360px;
    border: 10px white solid;
    margin-top: 20px;
}

/* Hide movable widget configure element */

div.mwidget div.configure {
    display: none;
}

