/* # = ID, . = class */
/* comment text */


/* ------------- */
/* Global Styles */
/* ------------- */
a {
    outline: none;  /* this fixes the firefox image border problem */
}
a img {
    border:none;
}

a[href^="http://"], 
a[href^="https://"] { /* this adds an external link icon to http:// links */
    background: url("/media/images/external_16.png") center right no-repeat;
    padding-right: 18px;
}

a[href^="http://www.filemaker-fanatics.com"],
a[href^="http://filemaker-fanatics.com"] { /* undo external link icon style if internal link */
    background: none;
    padding-right: 0;
}


body {
    color: black; /* color means font color */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

table {
    font-size: 10pt;
}

h1 {
    font-size: 20pt;
    padding-top: 0;
}


h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }

h6 {
    font-size: 10pt;
    text-align: left;
}


/* ------------- */
/* Layout Styles */
/* ------------- */

body {
    text-align: left;
    background: #eee;
}

#page-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
    background: white;
}

#header {
    min-height: 200px;
}

#logo-wrapper {
    float: left;
    width: 200px;
    height: 200px;
    padding: 5px;
    border: 1px solid #620088;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#logo {
    width: 200px;
    height: 200px;
}

#tagline {
    color: #620088;
    font-size: 20pt;
    font-weight: bold;
    padding: 50px 0 0 250px;
}

@media (max-width: 699px) {
    #tagline {
        clear: both;
        padding-left: 0;
    }
}

#content {
    position: relative;
}

#copyright_box {
    font-size: 8pt;
    border-spacing: 7px;
}


table.zebra-table {
    border-collapse: collapse;
}
.zebra-table td {
    border: 1px solid #ccc;
    padding: 5px;
}

.zebra-table tr:nth-child(even) {
    background: #eee;
}

#episode-table .scheduled {
    color: #999999;
}




/* ------------- */
/* Misc Styles   */
/* ------------- */

.horizontal_list {
    list-style: none;
}
.horizontal_list>li { 
    float:left;
    padding:0 40px;
    border-left: 1px solid #cccccc;
}
.horizontal_list>li:first-child { 
    border:none;
}
.horizontal_list ul {
    padding: 0 20px 10px 20px; /* shorthand for top, right, bottom, left */
}

#contact_index_page iframe {
    height: 400px;
    width: 600px;
}

.form_label {
    text-align:right;
}

.icon {
    width: 16px;
    padding:0; margin:0;
    vertical-align:middle;
}
.icon_32 {
    width: 32px;
    padding:0; margin:0;
    vertical-align:middle;
}

.centered_object {
	margin: 0 auto;
	text-align: center;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

#ytplayer-container {
    float:right;
    clear:right;
    margin:25px;
    background-color: white;
    width:480px;
    height:270px;
    position:relative;
}
#ytplayer-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 699px) {
    #ytplayer-container {
        float: none;
        margin: 16px 0;
        padding-top: 56.25%;
        width: 85%;
        height: auto;
    }
}

.showNotes {
    padding: 0 15px;
}

.showNotesItem {
    padding: 5px 15px;
}

.showNotesItem::after {
    display: block;
    content: '';
    clear: left;
}

.showNotesItem:nth-child(even) {
    background-color: #eee;
}

.showNotesItem .timestamp {
    float:left;
    clear:left;
    width:75px;
    padding: 5px 10px;
    margin: 0;
    cursor:pointer;


    /*text-align:right;*/
    /*color:blue;*/
    /*text-decoration:underline;*/

    margin-right: 25px;
    text-align: center;

    /*border: 1px solid #cccccc;*/
    background-color:#EACDF5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


@media (max-width: 699px) {
    .showNotesItem .timestamp {
        line-height: 33px;
    }
}


.showNotesItem .timestamp:hover {
    background-color: #620088;
    color: white;
}

.showNotesItem .description {
    /*float:left;*/
    /*width:300px;*/
    padding: 5px 10px;
    display: block;
    margin: 0;
}