/* http://www.the-singleton.com */

/* GLOBAL STYLES */

body {
    background-color: #FFF;
    font-family: "freight-text-pro",sans-serif;


}

a {
    /*color: #000;*/
}

a:hover {
    text-decoration: underline;
    /*color: #000;*/

}

a:visited  {
    /*color: #000;*/
}


/* used for debugging, don't look at these. */

.rb {
    border: 1px solid red;
}

.pb {
    border: 1px solid pink;
}

.gb {
    border: 1px solid green;
}

/* real stuff, navigation */
ul.sm { 
    list-style-type: none;
    margin: 0;
    display: inline;
    border: 0;
    padding: 0;
}

ul.sm li {

    border: 0;
    display: inline;
    margin-left: 25px;
} 




ul.navi {
    list-style-type: none;
    margin: 0;
    display: table;
    width: 100%;
    border: 0;
    padding: 0;
}

ul.navi li {

    display: table-cell;
    border: 0;
    text-align: center;

}


ul.navi li:first-child {
    /* text-align: left; */
}

ul.navi li:last-child {
    /* text-align: right; */
}

ul.navi li img {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin:0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF; 

}

ul.navi li img.hot {
    background-color: #FFFF00;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; 
}

ul.navi img:hover {

    background-color: #FFFF00;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; 
}

ul.navi li a {

    text-decoration: none;

}

/* other navi */
ul.navi-podcasts {
    list-style-type: none;
    margin: 0;
    display: table;
    width: 90%;
    border: 0;
    padding: 0;
}

ul.navi-podcasts li {

    display: table-cell;
    border: 0;
    text-align: center;

}

ul.navi-podcasts li img {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
    margin:0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF; 

}

ul.navi-podcasts li img.hot {
    background-color: #FFFF00;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; 
}

ul.navi-podcasts img:hover {

    background-color: #FFFF00;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; 
}

ul.navi-podcasts li a {

    text-decoration: none;

}
/* other other navi */
ul.navi-foota-links {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.navi-foota-links li {

    display: inline;    
    margin-left: 10px;

    font-size: 12pt;
    color:#999;

}

ul.navi-foota-links li a {

    font-size: 12pt;
    color:#999;
    text-decoration: none;

}

ul.navi-foota-links li a:hover {
    text-decoration: underline;
}


ul.navi-bottom {
    list-style-type: none;
    margin: 0;
    padding:0;
}

ul.navi-bottom li {

    display: inline;    
    margin-left: 10px;
  
}

ul.navi-bottom li a {

    font-family: "prenton",sans-serif;
    font-size: 16pt;
    color: black;
    text-decoration: none;

}


div.bump {
    padding-left: 20px;
}

div.main {

    background-color: #FFF;
}

/* -----------------------------------------
   MAIN
----------------------------------------- */

/* styles that govern the behavior of a story */

div.story {
    padding-bottom: 90px;
}


div.kill-footer {
    padding-bottom: 20px;
}



div.sidebar {
    margin-top: 15px;
}

div.sidebar-section {
    padding-bottom: 10px;
}

div.story a.alert {

    font-family: "prenton",sans-serif;
    font-size: 13pt;

}


div.story div.article-tools li {

    font-family: "prenton",sans-serif;
    font-size: 13pt;
    color: #993333;
    margin-top: 5px;
    margin-left: 5px;
    
    
}


div.story div.article-tools li {
    display: inline;
}

div.story .header p {

    margin:0;
    padding: 0;

}

div.story h1 {

    font-size: 27pt;
    color: black;
    font-weight: bold;


}

div.story .body {
    margin-top: 20px;
    font-size: 14pt;
/*    line-height: 28pt*/
    color: black;
}

div.story .body p {
    font-size: 14pt;
}

div.story .body span {
    font-size: 14pt;
}



div.whitebox {

background-color: #FFF;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #bfbfbf;

}




div.legal-stuff {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12pt;
    color: #000;
}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */


div.header {

    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 10px;

}


div.story-header {
    margin:0;
    padding:0;
}

div.story-header h1 {
    font-family: "freight-text-pro",sans-serif;

}

div.story-header h1 {
    font-family: "freight-text-pro",sans-serif;
    font-size: 22pt;

}

div.story-header h1 a {
    color: #000;
}

div.story-header h1 a:hover {
    color: #000;
}

div.story-header h1 a:visited {
    color: #000;
}

span.byline a {
    color: #000;
}
span.byline a:hover {
    color: #000;
}
span.byline a:visited {
    color: #000;
}



span.published {
    font-size: 12pt;
}


address {
    font-size: 16pt
    font-style: normal;
}

div.top-advert {

    margin-top: 10px;

}


div.story .body h3 {

}

div.story .body h4 {

}


div.story .body h5 {

}

div.story .body h6 {

}


/** WORDPRESS EDITOR STYLES **/

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

label.screen-reader-text {display:none;} /*removes 'search for text in sidebar'*/
