﻿/*===================================================================================*/
/* Filename:          common.css                                                     */
/* Description:       Austar Schools Common CSS File                                 */
/* Version:           1.0 (04.03.2010)                                               */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook                                                  */
/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	
	/* This File Has Attributes For The Header */
	@import url("header.css");
				
	/* This File Has Attributes For The Footer */
	@import url("footer.css");
	
/*===================================================================================*/
body {
    background-color: #edeae3;
    padding-bottom: 15px;
}
body, p, a {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #808080;
}
.container {
    width: 960px;
    margin: 0px auto;
    overflow: hidden;
    
    _position: relative;
    _left: 1px;
}

#body-container {
    background-color:#edeae3;
    background-image: url("../images/common/body-background.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}
#main-container {
    background-image: url("../images/common/main-container-background.jpg");
    background-position: center top;
    background-repeat: repeat-y;
}
#main-top {
    background-image: url("../images/common/main-container-top-background.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 774px;    
}
#main-content {
}
.leftcol, .rightcol {
    float: left;
    margin-right: 10px;
}
.leftcol {
    width: 640px;
}
.rightcol {
    width: 300px;
}
.content {
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e1;
    _zoom: 1;
}
.leftcol .content {
    width: 630px;
}
.contentTitle {
    display: block;
    height: 20px;
    width: 200px;
    background-image: url("../images/common/content-titles.gif");
    margin-bottom: 2px;
}
h4.ListTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
    font-family: Arial, Verdana, Sans-Serif;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #a4002e;
}
.pod-300 {
    margin: 5px 0px 10px;
}

#nat-geo-wild {
    border: 1px solid #eae9e7;
    padding: 4px;
}
#social h4.Title a {
    display: block;
    height: 31px;
    background-image: url(../images/pod-social-headers.gif); 
    background-position: 0px 0px;   
}
#social h4.Title a {
    display: block;
    height: 37px;
}
#social-youtube {
    margin-bottom: 5px;
}
#social-youtube h4.Title a:hover {
    background-position: 0px -50px;   
}
#social-twitter h4.Title a {
    background-position: 0px -100px;   
}
#social-twitter h4.Title a:hover {
    background-position: 0px -150px;   
}
.twtr-hd {
    display: none;
}
.twtr-bd {
    padding-bottom: 12px !important;
}
.twtr-ft {
    display: none;
}
.twtr-user {
    font-weight: bold;
}
.twtr-timeline {
    height: auto !important;
}

.more-btn {
    display: inline-block;
    background-image: url(../images/common/btn-more.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #a4002e;
    padding-left: 12px;
}
.pink-btn {
    display: inline-block;
    cursor: pointer;
}
.pink-btn .btn-left,
.pink-btn .btn-right,
.pink-btn .btn-text {
    height: 23px;
    overflow: hidden;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;        
}
.pink-btn .btn-left {
    background-image: url("../images/common/btn-pink-left.gif"); 
    width: 3px; 
}
.pink-btn .btn-right {
    background-image: url("../images/common/btn-pink-right.gif"); 
    width: 3px; 
}
.pink-btn .btn-text {
    background-image: url("../images/common/btn-pink.gif"); 
    background-repeat: repeat-x;
    line-height: 22px; 
    padding: 0px 7px;
    font-weight: bold;
    color: #ffffff;
    font-family: Verdana, Arial, Sans-Serif;
}
a:hover.pink-btn .btn-left,
a:hover.pink-btn .btn-right,
a:hover.pink-btn .btn-text {
    background-position: 0px -25px;
}
.media-btn {
    display: inline-block;
    height: 23px;
    line-height: 22px;
    width: 100px;
    background-repeat: no-repeat;
    background-image: url("../images/common/btn-media.gif");  
    background-position: 0px 0px;   
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;        
}
    a:hover.media-btn {
        background-position: 0px -25px;
    }    

ul.grey-arrow li {
    display: block;
    background-image: url(../images/common/grey-arrow.gif);
    background-repeat: no-repeat;
    padding-left: 13px;
    margin-bottom: 10px;
}
ul.red-arrow li {
    display: block;
    background-image: url(../images/common/red-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 13px;
    margin-bottom: 10px;
}
    ul.red-arrow li a:hover,
    ul.red-arrow li.Current a {
        color: #A4002E;
    }


/* Content Panel with Thumbnail on Left */
/* ===================================================================== */

.ThumbPanel {
    position: relative;
    z-index: 900;
}
.ThumbPanel .Copy {
    position: relative;
    left: -10px;
    overflow: hidden;
    _float: left;
}
.ThumbPanel .Thumbnail {
    width: 160px;
    height: 134px;
    background-image: url("../images/common/thumb-background.gif");  
    background-repeat: no-repeat;
    padding: 15px;
    text-align: center;  
    overflow: hidden;
    float: left;
    margin-right: 7px;
}
.ThumbPanel .Description {
    margin-top: 13px;
    margin-left: 197px; /* width of the thumbnail inc. pad,marg,bdr */
}
.ThumbPanel .Title {
    font-size: 16px;
    font-family: Arial, Verdana, Sans-Serif;
    color: #333333;
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
}
    .ThumbPanel .Title a {
        font-size: 16px;
        font-family: Arial, Verdana, Sans-Serif;
        color: #333333;
        font-weight: bold;
        display: block;
    }
.ThumbPanel p {
    margin-bottom: 10px;
}
.ThumbPanel .Byline {
    font-weight: bold;
    color:#808080;
    margin-top: -7px;
    font-size: 12px;
    margin-bottom: 7px;
}
.LastPanel {
    border-bottom: none;
}

/* Media List (Playlist) */
/* ===================================================================== */

ul.media-list li.Item {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e3e3e1;
    display: block;
}
ul.media-list li.Item a {
    display: block;
}
ul.media-list li.Item .Thumbnail {
    border: 1px solid #898989;
    width: 72px;
    height: 50px;
    float: left;
    margin-right: 7px;
}
ul.media-list li.Item .Copy {
    _float: left;
}
ul.media-list li.Item .Title {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 2px;
}

