/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* base - this is for styles across all doms and pages */

a {
    color: #757b2d;
}

a.page-link {
    display: block;
    margin-top: 10px;
}

a.page-link:after {
    content: " \00bb"; 
}

.align-left {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.background{
    background-color: #fafafa;
    box-shadow: -15px 0 15px -15px rgba(0, 0, 0, 0.6), 15px 0 15px -15px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    width: 1000px;
}

body {
    background-image: url('../img/background.gif');
    color: #000;
    font-family: 'Lucida Fax', serif;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.content {
    margin: 0 auto;
    margin-top: 45px;
    width: 950px;
}

/* cleafix hack */

.clearfix {
    clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
    color: #8c2319;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

li {
    margin-bottom: 10px;
}

main {
    background-color: #fafafa;
    margin-bottom: 20px !important;
    min-height: 400px;    
}

ol {
    padding-left: 40px;
}

ol li ol {
    margin-top: 10px;
    padding-left: 20px;
}

p {
    font-size: 13px;
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 10px;
}

.read-more-btn {
    background: #fff url('../img/forward-arrow.png') 98% 1px no-repeat;
    border: solid 1px #757b2d;
    border-radius: 20px;
    color: #757b2d;
    float: right;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
}

.see-more-btn {
    background: #757b2d url('../img/homepage/forward-arrow-white.png') 98% 1px no-repeat;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
}

strong {
    color: #000;
    font-family: 'Lucida Demi Bold';
    margin: 10px 0;
}

ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.white-text {
    color: #fff;
}

.wrapper {
    margin: 0 auto;
    padding: 20px 25px 0;
    position: relative;
    width: 950px;
}

/* content */

.content img {
    border-radius: 10px;
    overflow: hidden;
}

.date {
    color: #000;
    font-style: italic;
    margin-top: -10px;
}


/**                                                       **/
/* header - this is for the shared header across all pages */
/**                                                       **/

header {
    background-color: #fafafa;
    color: #757b2d;
    height: 165px;
    padding: 0 25px !important;
    z-index: 300;
}

header .follow-us {
    bottom: 27px;
    position: absolute;
    right: 52px;
    text-align: right;
    width: 160px;
}

header .follow-us h4  {
    margin-bottom: 20px;
}

header .follow-us .social-media-logo {
    display: inline-block;
    width: 34px;
    margin-left: 17px;
}

header .follow-us .top-row {
    margin-bottom: 17px;
}

header .hide-mobile {
    display: block;
}

header  nav {
    position: relative;
}

header #nav-expand {
    display: none;
}

header nav li {
    display: inline-block;
    font-size: 12px;
    height: 50px;
}

header nav li a {
    display: block;
    color: inherit;
    text-decoration: none;
}

header nav li.selected > a {
    color: #8c2319;
}

header nav ul:first-child {
    border-top: solid 1px #afafaf;
    border-bottom: solid 1px #afafaf;
    clear: both;
    height: 12px;
    list-style-type: none;
    margin-left: 0;
    padding: 13px 23px;
    position: relative;
    text-align: justify;
    text-transform: uppercase;
    z-index: 100;
}

header nav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* nav drop downs */

header nav li ul a {
    background-image: none;
    color: #fff;
    padding: 10px;
}

header nav ul li ul.drop-down {
    background-color: #757b2d;
    display: none;
    font-size: 13px;
    margin-top: 11px;
    padding-bottom: 10px; 
}

header nav ul li:hover ul.drop-down {
    clear: both;
    display: block;
    margin-left: 0;
    position: absolute;
}

header nav ul.drop-down li {
    clear: both;
    display: block;
    height: 13px;
}

header .vintage-tv-logo{
    padding: 8px 0;
    margin: 0 auto;
    width: 265px;
}

header .watch-us {
    bottom: 6px;
    left: 0;
    width: 200px;
    padding-left: 52px;
    position: absolute;
}

header .watch-us .channel-logo {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    width: 65px;
}

header .watch-us h4 {
    margin-bottom: 10px;
}

header p {
    font-size: 11px;
}



/* footer - this is for the shared footer across all pages*/

footer {
    background-color: #757b2d;
    height: 290px;
    position: relative;
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer li {
    line-height: 14px;
    list-style-type: none;
    padding-bottom: 2px;
}

footer li.facebook a {
    background-image: url('../img/footer/white-facebook-logo.png');
    background-repeat: no-repeat;
    padding-left: 23px;
}

footer li.pintrest a {
    background-image: url('../img/footer/white-pintrest-logo.png');
    background-repeat: no-repeat;
    padding-left: 23px;
}

footer li.twitter a {
    background-image: url('../img/footer/white-twitter-logo.png');
    background-repeat: no-repeat;
    padding-left: 23px;
}

footer li.youtube a {
    background-image: url('../img/footer/white-youtube-logo.png');
    background-repeat: no-repeat;
    padding-left: 23px;
}

footer .follow-us-list li {
    margin-bottom: 10px;
}

footer .follow-us-list {
    margin-left: 0;
}

footer .footer-left {
    display: inline-block;
    float: left;
}

footer .footer-left h4 {
    margin-bottom: 20px;
}

footer .footer-left img {
    margin-right: 10px;
}

footer .footer-left .footer-address {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

footer .footer-left .address {
    font-size: 11px;
    margin-top: 10px;
}

footer .footer-right {
    display: inline-block;
    float: right;
    text-align: right;
    width: 40%;
}

footer nav li {
    font-size: 12px;
    margin-bottom: 2px;
}

footer nav ul {
    text-decoration: none;
}

.pagination {
    text-align: center;
}


/* music lovers */



/* plugins */

/* competitions */

.competition .competition-copy {
    float: left;
    width: 64%;    
}

.competition .column-1, .competition .column-2 {
    width: 49%;
    float: left
}

.competition .column-1 {
    margin-right: 2%;
}

.competition .entry-form .errorlist li {
    color: #8c2319;
    font-size: 10px;
    list-style-type: none;
    margin-bottom: 5px;
    content: "* "
}

.competition .entry-form .errorlist li:before {
    content: "* "
}

.competition .entry-form ul.errorlist {
    margin-left: 0;
    margin-bottom: 0;
}


.competition .entry-form label {
    font-size: 12px;
    line-height: 21px;
    width: 100px;
}

.competition input[type='text'], input[type='email'] {
    float: right;
    width: 365px;
}

.competition input[type="radio"] {
    margin-right: 10px;
    vertical-align: top;
}


/* events */

.event-details {
    border-top: solid 1px #757b2d;
    padding-top: 10px;
}

h3.event-detail-title {
    color: #8c2319;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-info {
    margin-bottom: 20px;
}

.event-info h4 {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.event-list {
    clear: both;
    margin-bottom: 20px;
}

.event-list a.read-more-btn {
    cursor: pointer;
    float: left;
}

.event-list .event-copy {
    margin-top: 10px;
}

.event-list h2 {
    color: #8c2319;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.event-list h2 a {
    color: inherit;
    text-decoration: none;
}

.event-list img {
    border: solid 1px #757b2d;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.event-list strong.date {
    color: #000;
    font-size: 12px;
    margin-top: -5px;
}

.event-overview {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.event-overview a.read-more-btn {
    bottom: 10px;
    position: absolute;
    right: 0;
}

.event-overview img {
    border: solid 1px #757b2d;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}


/* gallery */



/* news articles */

.news-list {
    clear: both;
    margin-bottom: 20px;
}

.news-list a.read-more-btn {
    cursor: pointer;
    float: left;
}
}

.news-list h2 {
    text-transform: uppercase;
}

.news-list h2 a {
    color: #8c2319;
    text-decoration: none;
}

.news-list img {
    border: solid 1px #757b2d;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.event-overview .event-copy {
    float: left;
    width: 40%;
}

.news-article .article-copy {
    float: left;
    width: 60%;
}

.news-article img {
    border: solid 1px #757b2d;
    border-radius: 10px;
    float: left !important;
    margin: 0 20px 12px 0;
    overflow: hidden;
}

.news-article p {
    margin-bottom: 10px;
}

/* brightcove video player */

.large-video-embed {
    clear: both;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
}

.large-video-embed p {
    margin-bottom: 14px;
}

.large-video-embed .video-content {
    margin: 20px 0;
}

.large-video-embed .video-content h3 {
    left: 120px;
    position: absolute;
    top: -14px;
}

.large-video-embed .video-player {
    float: left;
    height: 270px;
    margin: 10px 0;
    width: 480px;
}

.series-info {
    float: left;
    margin: 10px 0 10px;
    width: 640px;
}

.video-detail h2 {
    color: #8c2319;
    line-height: 140%;
}

.related-video {
    margin-top: 20px;
}

.video-detail .video-player {
    float: left;
    height: 360px;
    margin-right: 20px;
    width: 640px;
}

.video-detail .related-images .image{
    float: left;
    margin-right: 20px;
    width: 221px;
}

.video-detail .related-images .image:nth-child(4){
    margin-right: 0;
}

.video-embed {
    float: left;
    height: 330px;
    margin-right: 22px;
    width: 302px;
}

.video-embed:nth-of-type(3n) {
    margin-right: 0;
}

.video-embed h3 {
    color: #8c2319;
    line-height: 120%;
    margin: 10px 0;
    text-transform: uppercase;
}

.video-embed .read-more-btn {
    float: left;
}

.video-embed .video-thumbnail img {
    height: 168px;
    width: 301px;
}

.video-info {
    float: left;
    width: 26%;
}

.video-item {
    height: 300px;
}

.playlist-item {
    height: 280px;
}

.playlist-item, .video-item {
    float: left;
    margin-right: 20px;
    width: 221px;
}

.playlist-item:nth-of-type(4n), .video-item:nth-of-type(4n) {
    margin-right: 0;
}

.playlist-item h3, .video-item h3 {
    color: #8c2319;
    line-height: 120%;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.playlist-item img, .video-item img {
    width: 221px;
}

.playlist-item .read-more-btn, .video-item .read-more-btn {
    float: left;
}

#video-list {
    margin-top: 20px;
}

#video-list form {
    margin-bottom: 20px;
}

#video-list .see-more-btn {
    float: none;
}

h2.section-heading {
    border-bottom: 1px solid #757b2d;
    color: #8c2319;
    margin-top: 10px;
    padding-bottom: 10px;
}

/* vintage-friends */

.vintage-friend {
    margin-bottom: 20px;
}

.vintage-friend .friend-url {
    line-height: 100%;
}

.vintage-friend h3 {
    color: #8c2319;
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
}

.vintage-friend img {
    border: solid 1px #757b2d;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}