
/****************************
 Resets
****************************/
	h1, h2, h3, h4, h5, h6, p, ul, blockquote { margin-top: 0px; }
	a { cursor: pointer; }
	a img { border: 0px none; }



/****************************
 Content
****************************/
    body, table {
        color: #414141;
        font-size: 16px;
        line-height: 1.5;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    a {
        color: #4e8abe;
        text-decoration: none;
    }
    a:hover { text-decoration: underline; }
    a:focus { outline: none; }
    
    p {
        margin-bottom: 15px;
    }
    
    .make-columns-left-from-p p {
        float: left;
        width: 31%;
        margin-right:1%;
    }
    table {
        margin-bottom: 15px;
        font-family: Arial, Helvetica, sans-serif;
        border-color: #333;
        border-collapse: collapse;
    }
    table td {
        padding: 5px;
        vertical-align: top;
    }
    
    h1, .h1 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.3;
        font-weight: normal;
        font-family: 'Function Pro Bold', sans-serif;
    }
	h1 a, .h1 a {
		color: #414141;
	}
	
    h2, .h2 {
        margin-bottom: 15px;
        font-size: 1.5em;
        font-weight: bold;
    }
    
    h3, .h3 {
        margin-bottom: 2px;
        font-size: 1.17em;
        font-weight: normal;
        font-family: 'Function Pro Bold', sans-serif;
    }
    
    h4, .h4 {
        padding: 5px 10px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        font-family: 'Function Pro Bold', sans-serif;
        background-color: #4e8abe;
    }
    
    h5, .h5 {
        margin-bottom: 2px;
        color: #818181;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Function Pro Medium', sans-serif;
    }
    h1 + h5 {
        margin-top: -10px;
    }
    
    h6, .h6 {
        margin-bottom: 0px;
        font-size: 10px;
    }
	
	
    /* special inputs */
	input.x-input {
        display: none;
    }
	input.faded, textarea.faded {
        color: #999999;
    }
	
	
	/* image alignment styles */
    img.align-left, div.align-left {
        float: left;
        /*margin: 0 10px 10px 0;*/
        margin-right:10px;
        width:310px;
    }
    img.align-right, div.align-right {
        float: right;
        /*margin: 0 0 10px 10px;*/
        margin-left:10px;
        width:310px;
    }
    
   /* image caption styles */
        div.image-caption-section {
            padding: 0 25px 0 0;
            position: relative;
            word-wrap: break-word;
        }
        div.image-caption-section p {
            padding:0;margin:0;margin-top:3px;
            font-size:.7em;
            line-height:1.1em;
            color:#888888;
        }
        div.image-caption-section em {
            display: block;
            padding:0;margin:0;margin-top:1px;
            font-size:.7em;
            font-style: normal;
            color:#bfbfbf;
        }
    
    /* custom links */
    a.watch,
    a.listen, 
    a.read-more,
    a.view-event,
    a.read-more-inline {
        display: inline;
        display: inline-block;
        padding: 5px 0 5px 20px;
        color: #818181;
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Function Pro Bold', sans-serif;
        background-repeat: no-repeat;
        background-position: 0 3px;
        background-image: url('/images/cross-blue.png');
    }
    a.listen { background-image: url('/images/sound-blue.png'); }
    a.view-event { background-image: url('/images/clock-blue.png'); }
    a.watch {
        padding-left: 28px;
        line-height: 22px;
        background-image: url('/images/television-blue.png');
    }
    
    a.orange-button,
    a.orange-button-inline,
    a.orange-button-mobile {
        display: inline;
        display: inline-block;
        padding: 15px 30px;
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        font-family: 'Function Pro Bold', sans-serif;
        text-transform: uppercase;
        background-color: #e1722f;
    }
    a.orange-button:hover,
    a.orange-button-inline:hover,
    a.orange-button-mobile:hover {
        background-color: #ffa378;
        text-decoration: none;
    }
    a.orange-button-mobile { display: none; }
    
    a.orange-button-inline {
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}
	a.orange-button-inline:hover {
		-webkit-transition: 0s;
		   -moz-transition: 0s;
		    -ms-transition: 0s;
		     -o-transition: 0s;
		        transition: 0s;
	}
    
    
    @media (max-width: 1140px) {
        /* custom links (in blocks) */
        .block-body a.listen,
        .block-body a.read-more,
        .block-body a.view-event {
            display: block;
            padding: 10px;
            color: #fff;
            text-align: center;
            background-position: 0;
            background-image: none;
            background-color: #ccc;
        }
        .block-body a.listen:hover,
        .block-body a.read-more:hover,
        .block-body a.view-event:hover {
            text-decoration: none;
            background-color: #999;
        }
        
        /* image alignment styles */
        img.align-left,
        img.align-right {
            float: none;
            display: block;
            max-width: 100%;
            margin: 0 auto 15px auto;
        }
    }
    
    @media (max-width: 700px) {
        /* custom links */
        a.listen,
        a.read-more,
        a.view-event {
            display: block;
            padding: 10px;
            color: #fff;
            text-align: center;
            background-position: 0;
            background-image: none;
            background-color: #ccc;
        }
        a.listen:hover,
        a.read-more:hover,
        a.view-event:hover {
            text-decoration: none;
            background-color: #999;
        }
    }



/****************************
 Blocks
****************************/
	.block {
        margin-bottom: 40px;
    }
	.block-head {
		padding: 5px 10px;
		margin-bottom: 10px;
		color: #fff;
		font-size: 14px;
        font-weight: normal;
        font-family: 'Function Pro Bold', sans-serif;
		background-color: #818181;
	}
	.block-head a {
        color: #fff;
        text-decoration: none;
    }
    .block-head a:hover {
        text-decoration: underline;
    }
    .block-body {}
    
    .block-image { text-align: center; }
    .block-image img { max-width: 320px; }
    
    
    @media (max-width: 1140px) {
        .block-image img { max-width: 100%; }
        .block-body { padding: 0 10px; }
    }
    
    @media (max-width: 850px) {
        .block-head {
            padding: 10px 10px;
        }
    }



/****************************
 Pagination
****************************/
	.pagination {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e9e9e9;
    }
	.pagination table {
		border-collapse: collapse;
	}
	.pagination table td {
        padding: 1px;
        text-align: center;
    }
	.pagination table a {
		display: block;
		padding: 0 12px;
		line-height: 1;
		color: #fff;
        font-size: 14px;
        line-height: 32px;
        font-weight: normal;
        text-decoration: none;
        font-family: 'Function Pro Bold', sans-serif;
		background-color: #ccc;
	}
	.pagination table a:hover,
    .pagination table a.active {
        background-color: #4e8abe;
    }
	.pagination table a.active,
    .pagination table a.active2 {
        cursor: default;
    }
	.pagination table a.active2 {
        background-color: #eee;
    }
    
    .pagination .pagination-older,
    .pagination .pagination-newer {
        font-size: 20px;
        line-height: 32px;
        font-weight: normal;
        text-decoration: none;
        text-transform: uppercase;
        font-family: 'Function Pro Bold', sans-serif;
    }
    .pagination .pagination-older { float: left; }
    .pagination .pagination-newer { float: right; }
    
    
    @media (max-width: 580px) {
        /* pagination */
        .pagination table td { display: none; }
        .pagination table td.page-prev,
        .pagination table td.page-next,
        .pagination table td.page-current {
            float: left;
            display: block;
        }
        .pagination table a {
            padding: 0 20px;
            font-size: 20px;
            line-height: 50px;
        }
        .pagination .pagination-older,
        .pagination .pagination-newer {
            font-size: 16px;
        }
    }



/****************************
 CKEditor instances
****************************/

    /* the "Footer Text" editor in the Settings module */
    .ck-footer-text {
        color: #333;
        background-color: #f0f0f0;
    }
    
    /* the Blocks module content editor */
    .ck-blocks {
        width: 250px;
        margin: 0 auto;
        padding: 10px;
        border: 1px dotted #999;
    }
    .ck-blocks img { max-width: 100%; }
	
	/* Television and Radio Episode content */
	.ck-program-episode {
		width: 320px;
		height: 390px;
		padding: 10px;
		margin: 10px auto;
        border: 1px dotted #999;
	}





