/*
Main Blubrry.com CSS file
*/

/* Standard element properties */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial,Verdana,sans-serif;
	color: #3D517E;
	margin: 0;
	padding: 0;
}
p, form {
	padding: 0;
	margin: 0;
}
/*
input, textarea, select {font-family: 'Lucida Grande', arial,'Bitstream Vera Sans', verdana, sans-serif; font-size: 12px;} */

h1, h2, h3 {font-family: arial, verdana, sans-serif;}
h1, h2, h3, h4 {font-weight: 700; color: #3D517E;}
h1 a, h2 a, h3 a, h4 a {font-family: 'Lucida Grande',arial,'Bitstream Vera Sans', verdana,sans-serif;}
h1 {font-size: 18px; margin: 0px 0px 5px 0px;}
h2 {font-size: 16px; margin: 0px 0px 5px 0px;}
h3 {font-size: 14px; margin: 0px 0px 5px 0px;}
h4 {font-size: 12px; margin: 0px 0px 3px 0px;}
a, a:visited {color: #3D517E; text-decoration: none;}
a:hover {color: #3D517E; text-decoration: underline;}
img{border:0px;}
address{font-style:normal;}

input[type="button"],
input[type="submit"] {
	border: 1px outset #999999;
	background-image: url(../images/ButtonBG.png);
	background-repeat: repeat-x;
	color: #003366;
}
input[type="button"].large,
input[type="submit"].large {
	background-image: url(../images/LargeButtonBG.png);
	background-repeat: repeat-x;
}


/* 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: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}
#header .logo {
	position: absolute;
	top: 22px;
	left: -6px;
}
#slogan {
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 10px;
}

/* 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 {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 3px;
	right: -6px;
	width: auto;
	color: #003366;
	font-size: 10px;
}
#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: 500px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 20px;
	margin-top: 6px;
}

#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;
	bottom: 20px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*CONTENT STYLING*/
#content {
/*PREV	width: 975px; */
	width: 1000px;
	margin: 0 auto;
}

/*FOOTER STYLING*/
#footercontainer {
	background-image: url(../images/footerbg.png);
	background-repeat: repeat;
	margin: 20px 0 0 0;
	width: 100%;
}
#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;
}

