/*footer-navbar
Main Blubrry.com CSS file
*/



.circle {
  border-radius: 50%;
}
/* Site wide common elements */
#container {
	width: 100%;
}

#content {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Header section */
#headercontainer {
	width: 100%;
	background-image: url(../images/bannerbg.png);
	background-repeat: repeat-x;
	background-position: 0 20px
}
#header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
#header .logo {
	position: absolute;
	top: 22px;
	left: 2px;
}
#slogan {
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 10px;
	margin: 0 5px;
}

/* Navigation */
#nav {
	position: absolute;
	top: 65px;
	left: 185px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0px 0px;
	text-align: center;
}

/*SUB NAVIGATION*/
#subnav {
	text-align: right;
	position: absolute;
	top: 3px;
	right: 2px;
	width: auto;
	color: #003366;
	font-size: 13px;
	margin: 0 5px;
}
#subnav a, #subnav a:hover {
	text-decoration: underline;
}
#subnav .subnavmsg {
	margin-right: 10px;
}
#subnav .subnavlinks {
	text-transform: lowercase;	
}

/*SEARCH HEADER STYLING*/
#searchbox {
	height: 30px;
	width: 300px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 20px;
	margin: 6px 5px 0 0;
}

#searchbox input {
	
}
#searchbox input[type="text"] {
	width: 212px;
	background-color: #DFF495;
	border: 0;
	height: 20px;
	border: 1px solid #ADDA12;
}
#search_button {
	vertical-align: bottom;
}

#breadcrumbs {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 62px;
	padding: 0;
	color: #999999;
	margin: 0 5px;
}
#breadcrumbs a {
	text-decoration: underline;
	color: #999999;
}


/*STATUS MESSAGE AREA*/
#statusmsg {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	position: absolute;
	left: 0;
	bottom: 4px;
	margin: 0;
	padding: 0;
}

/*CONTENT STYLING*/
#content {
/*PREV	width: 975px; */
	width: 100%;
	/*max-width: 1000px; */
	margin: 0 auto;
}

/*FOOTER STYLING*/
#footercontainer {
	background-color: #003366;
	margin: 20px 0 0 0;
	width: 100%;
}

#footercontainer footer {
	min-height: 40px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px auto;
	text-align: left;
	font-size: 12px;
	position: relative;
	padding: 30px 0 10px 0;
/*	padding-right: 50px; */
	color: #849DB5;
	position: relative;
}
#footercontainer footer small {
	color: #FFFFFF;
	float: left;
	margin-left: 5px;
	width: auto;
}
#footercontainer footer a,
#footercontainer footer a:visited,
#footercontainer footer a:hover {
	color: #FFFFFF;
}

#footercontainer footer ul {
	margin: 0 140px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#footercontainer footer ul li {
	display: inline-block;
	margin: 0 6px;
}

#footercontainer footer .social-links {
	position: absolute;
	top: 45px;
	right: 0;
	width: 160px;
	margin-right: 0;
	margin-top: -25px;
}

#footercontainer footer .social-links img {
	margin-left: 12px;
}
#footercontainer footer .social-links:first-child img {
	margin-left: 0;
}

#footer {
	min-height: 100px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	position: relative;
	padding-bottom: 5px;
/*	padding-right: 50px; */
	color: #849DB5;
}
#footer h4 {
	color: #FFFFFF;
	margin-left: -6px;
	font-size: 18px;
	font-weight: normal;
}
#footer a {
	color: #9FBFCF;
	text-decoration: none;
}
#footer a:hover {
	color: #DEF292;
}
#footer p {
	position: absolute;
	left: 0;
	bottom: 8px;
	font-size: 10px;
	text-align: left;
}
#footer ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#footer > ul { 
	margin-right: 60px;
}

#footer ul li {
	float:right;
	margin: 0;
	padding: 0;
}
#footer ul li.sep {
	background-image: url(../images/footerDivider.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin-left: 20px;
}
#footer ul li ul {
	margin-left: 36px;
}
#footer ul li ul li {
	float: none;
	margin: 8px 0;
	font-size: 12px;
}
#copyright {
	font-size: 10px;
	text-align: center;
	margin: 0 0 20px 0;
}

.programlinks a {
	color: #8CB20E
}


/*ERROR MESSAGE*/
#errormsg {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

.podcast {
	font-family: Tahoma;
	font-size: 10px;
	padding: 10px;
	min-height: 65px;
}

.podcast-actions {
	text-align: right;
}

.podcast-actions img {
	padding: 0px 0px 0px 0px;
}

.podcast-actions form {
	display: inline;
	padding: 0px 0px 0px 0px;;
}

#categories {
/*PREV	width: 240px; */
	width: 250px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#categoryheader {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 100%;
}
#categoryheader h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
	color: #8CB20E;
}

#categories ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#categories ul li {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	padding: 0 8px 0 12px;
	min-width: 100px;
	max-width: 220px;
}

/* CSS Document */
#contentcontainer.twocolpage {
	background-image: url(../images/blue.gif);
	background-repeat: repeat-y;
	background-position: center;
}

@media screen and (min-width: 100px) and (max-width: 799px)
{
	.subnavmsg {
		display: none;
	}
}
@media screen and (min-width: 100px) and (max-width: 499px)
{
	#subnav {
		font-size: 12px;
	}
	
	#searchbox,
	#slogan,
	#fpcontainer .nip,
	footer .social-links,
	.sidebar-extra {
		display: none;
	}
	footer {
		padding-top: 24px;
		min-height: 46px;
	}
	footer small {
		position: absolute;
		top: 5px;
		left: 0px;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	footer ul {
		margin: 0 5px;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#contentcontainer {
		min-width: none;
		width: 100%;
	}
	#contentcontainer h1 {
		font-size: 22px;
	}
	#sidebar {
		margin-left: 5px;
	}
	#sidebarcontainer {
		min-width: none;
		width: 100%;
	}
	#sidebarcontainer h3 {
		font-size: 18px;
	}
	#footercontainer footer ul {
		margin: 0 40px;
	}
}

@media screen and (min-width: 500px) and (max-width: 999px) {
	#fpcontainer .nip {
		display: none;
	}
	footer {
		padding-top: 24px;
		min-height: 46px;
	}
	.sidebar-extra {
		display: none;
	}
}    
	

.sw #slogan,
.sw #searchbox,
.sw .subnavmsg,
.sw #fpcontainer .nip,
.mw #fpcontainer .nip,
.sw footer .social-links,
.sw .sidebar-extra {
	display: none;
}
.mw footer,
.sw footer {
	padding-top: 24px;
	min-height: 46px;
}
.sw footer small {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.sw footer ul {
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.sw #contentcontainer {
	min-width: none;
	width: 100%;
}
.sw #contentcontainer h1 {
	font-size: 22px;
}
.sw #sidebar {
	margin-left: 5px;
}
.sw #sidebarcontainer {
	min-width: none;
	width: 100%;
}
.sw #sidebarcontainer h3 {
	font-size: 18px;
}

.mw .sidebar-extra {
	display: none;
}
.mw #contentcontainer {
	min-width: none;
	width: 70%;
}
.mw #contentcontainer h1 {
	font-size: 28px;
}
.mw #sidebarcontainer {
	min-width: none;
	width: 30%;
}
.mw #sidebarcontainer h3 {
	font-size: 24px;
}

