@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700,800); /*font-family: 'Open Sans', sans-serif;*/
#container{
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	border: 0px solid #CCCCCC;
}
#header{

}
#header .feed_title{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 22px;
    padding-bottom: 10px;
}
#header .feed_title a{
	font-family: 'Open Sans', sans-serif;
    color: #444444;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    padding-bottom: 7px;
}
#header .feed_title a:link{
	color:#444444;
	text-decoration:none;
}
#header .feed_title a:visited{
	color:#444444;
	text-decoration:none;
}
#header .feed_title a:hover{
	color:#444444;
	text-decoration:none;
}
#header .feed_title a:active{
	color:#444444;
	text-decoration:none;
}
#content{
	overflow: hidden;
	/*margin: 0 20px 0 0;*/
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: none;
}
#content .feed_item{
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px dashed #CCCCCC;
	clear: both;
}
#content .feed_item_title{
	font-size: 12px;
	line-height: 1.42857143;
	margin: 1px 0 1px 3px;
	padding: 1px 2px 1px 3px;
	color: #444444;
	font-weight: 600;
}
#content .feed_item_title a:link{
	color: #444444;
	text-decoration: none;
}
#content .feed_item_title a:visited{
	color: #57A4C6;
	text-decoration: none;
}
#content .feed_item_title a:hover{
	color:#57A4C6;
	text-decoration:underline;
}
#content .feed_item_title a:active{
	color:#57A4C6;
	text-decoration:none;
}
#content .feed_item_podcast{margin:0 0 0 3px;padding:0 0 0 3px;}
#content .feed_item_date{
	margin: 0 0 0 3px;
	padding: 0 2px 0 3px;
	color: #7F8C8C;
	font-size: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
}
#content .feed_item_link{margin:0 0 0 3px;padding:0 2px 0 3px;color:#666666;overflow: hidden;text-overflow: ellipsis;}
#content a.feed_item_link_anchor{color:#666666; text-decoration:none;}
#content a:link.feed_item_link_anchor{color:#666666; text-decoration:none;}
#content a:visited.feed_item_link_anchor{color:#666666; text-decoration:none;}
#content a:hover.feed_item_link_anchor{color:#666666; text-decoration:none;}
#content a:active.feed_item_link_anchor{text-decoration:none;}
#content .feed_item_description{
	overflow: hidden;
	margin: 0 20px 0 3px;
	padding: 0 2px 0 3px;
	color: #777;
	line-height: 135%;
	word-wrap: break-word;
	clear: both;
}
#content .feed_item_thumbnail{
	width: 110px;
	background-size: cover;
	height: 100px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
#content .feed_item_clear{width:0: height:0; margin:0; padding:0; clear:both;}
#footer{display:none;height:0px;margin:0px;padding:0px;color:#FFFFFF;background-color:#FFFFFF;background-image:none;}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
  padding: 5 0 0 0!important;
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}
/*
.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
*/
.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #eee;
	position: relative;
}

.jspDrag
{
	background: #ccc;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}