@charset "UTF-8";
/* CSS Document */

/* Clear Stupid formatting */
p {
	padding: none;
	margin: none;
}
img {
	border: none;
}

/* The Good Stuff */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4e4e4e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.bodylayout #container {
	width: 875px;
	background: #FFFFFF url(i/_MainBodyBkgShadow.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bodylayout #header {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333333 url(i/_Header.png);
	height: 243px;
}
.bodylayout #toolbar {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 35px;
	background: url(i/_Toolbar.png) repeat-x;
	width: 841px;
	margin-left: 16px;
	text-align: right;
}
#toolbar a,
#toolbar a:link,
#toolbar a:visited,
#toolbar a:active {
	color: #FFFFFF;
	text-decoration: none;
	top: 7px;
	position: relative;
	padding: 7px 17px;
	border-top: 1px none #57703D;
	border-right: 1px none #57703D;
	border-bottom: 1px none #57703D;
	border-left: 1px none #57703D;
	text-shadow: black 0px 0px 8px;
}
#toolbar a:hover {
	color: #FFFFFF;
	background: #3C5729 url(i/_ToolbarHover.png);
	text-shadow: black 0px 0px 3px;
}
.bodylayout #MainBody {
	display: block;
	width: 639px;
	left: 214px;
	position: relative;
	font: 14px "Trebuchet MS", Verdana, Helvetica;
	margin: 1px;
}
.ListTitle,
.listTitle a:link,
.listTitle a:visited,
.listTitle a:active {
	font: bold 14px "Trebuchet MS", Verdana, Helvetica;
	color: #333333;
	text-decoration: none;
}

.listTitle a:hover {
	color: #000000;
	text-decoration: none;
}
.ListSeries {
	font: 12px "Trebuchet MS", Verdana, Helvetica;
	color: #999999;
	text-decoration: none;
}
.ListSeries a:link,
.ListSeries a:visited,
.ListSeries a:active
			{
	font: 12px "Trebuchet MS", Verdana, Helvetica;
	color: #999999;
	text-decoration: none;
}


#MediaList {
	margin-right: 5px;
	margin-left: 5px;
}
#MediaList .item {
	/*border: 1px solid #CCCCCC;
	background: #E5E5E5;*/
	margin-top: 0px;
	/*border-top: 1px dotted #CCCCCC;*/
	width: 290px;
	/*padding-bottom: 15px;*/
}
.bodylayout #container #MainBody p {
	padding-right: 8px;
	padding-left: 8px;
}
#MediaList .ListTime {
	color: #CECECE;
	margin-right: 3px;
	margin-left: 3px;
	border-top: 1px dotted #CCCCCC;
	text-align: right;
	font-size: 10px;
	padding-top: 3px;
}
/*
#MediaList .item img {
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}*/
.mediaList {
	padding: 3px 0px 3px 3px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}
.mediaList .thumb {
	//height: 52px;
	height: 70px;
	width: 70px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}
.mediaList .title {
	padding-left: 85px;
	letter-spacing: -0.03em;
	padding-right: 10px;
	font-size: 14px;
}
.mediaList .title a {
	text-decoration:none;
	color:#000000;
}
.mediaList .title a:hover {
	color:#333333;
}
.mediaList .description {
	padding-left: 85px;
	color: #666666;
	font-size: 12px;
	padding-right: 10px;
}
.mediaList .mediaProps {
	margin-top: 2px;
	color: #CCCCCC;
	text-align: right;
	font-size: 9px;
	border-top: 1px dotted #DDDDDD;
}
.ListSeries a:hover {
	font: 12px "Trebuchet MS", Verdana, Helvetica;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
.bodylayout #LeftSidebar {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: block;
	width: 196px;
	float: right;
	position: absolute;
	margin-left: 16px;
}
.bodylayout #footer {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333333 url(i/_Footer.png) no-repeat;
	height: 27px; 
}
.bodylayout #LeftSidebar h1 {
	background: url(i/_leftModHead.png);
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 16px;
	font: 18px "Trebuchet MS", Verdana, Helvetica;
	padding-right: 10px;
	text-align: left;
	height: 26px;
	color: #FFFFFF;
	padding-top: 6px; 
}
#MainBody h1 {
	text-align: left;
	font-size: 24px;
	padding: 7px 0px 0px 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: #4E4E4E 1px 1px 2px;
}
#LeftSidebar a:link,
#LeftSidebar a:visited,
#LeftSidebar a:active {
	color: #333333;
	text-decoration: none;
}
#LeftSidebar a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
.bodylayout #LeftSidebar p {
	background: url(i/_leftModbkg.png);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	font: 14px "Trebuchet MS", Verdana, Helvetica;
	padding-right: 10px;
	text-align: left;
	padding-top: 5px;
}
 .bodylayout #LeftSidebar .modbottom {
	background: url(i/_leftModbottom.png);
	margin-top: 0px;
	height: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 5px;
	
}
.bodylayout #movie {
	background: url(i/_MovieFramebkg.png);
	width: 342px;
	float: right;
	margin-right: 0px;
	z-index: 20;
	text-align: center;
}
.bodylayout #movie .bgsleeve {
	background: url(i/_MovieFrametop.png) no-repeat;
}
.bodylayout #movie .container {
	padding: 40px 10px 0px;
	font-size: 12px;
	color: #CCCCCC;	
}
.bodylayout #movie .movbottom {
	font-size: 12px;
	color: #CCCCCC;
	z-index: 20;
	height: 36px;
	background: url(i/_MovieFramebottom.png);
}

.bodylayout #MainBody .MainBodyFade {
	background: url(i/_MovieFramebottom.png);
	height: 119px;
	top: 0px;
	z-index: 5;
	position: static;
}
.bodylayout #container #MainBody #movie .bgsleeve .container a:link,
.bodylayout #container #MainBody #movie .bgsleeve .container a:visited,
.bodylayout #container #MainBody #movie .bgsleeve .container a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.bodylayout #container #MainBody #movie .bgsleeve .container a:hover {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#search input {
	border: 1px solid #2F4420;
	background: #59723F;
	color: #FFFFFF;
	font: 12px "Trebuchet MS", Verdana, Helvetica;
	padding: 2px;
}
#MainBody .morelinks {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	background: #F9F9F9;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	clear: both;
}
#MainBody .morelinks a:link,
#MainBody .morelinks a:visited,
#MainBody .morelinks a:hover,
#MainBody .morelinks a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	text-align: center;
	color: #666666;
	text-decoration: none;
}

.morelinks #morelinksLeft {
	float:left;
	text-align: left;
	width: 145px;
}

.morelinks #morelinksRight {
	float:right;
	text-align: right;
	width: 145px;
}

.morelinks #morelinksBottom {
	clear: both;
}

.bgsleeve .container a:link,
.bgsleeve .container a:visited,
.bgsleeve .container a:hover,
.bgsleeve .container a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.bodylayout #container #MainBody #movie .bgsleeve .container .AudTitle {
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	text-shadow: #4E4E4E 1px 1px 2px;
	padding: 10px;
	font-weight: bold;
}
#header #search {
	width: 350px;
	position: relative;
	top: 250px;
	left: 20px;
}

.fullMediaListItem {
	display: block;
	border-bottom: dotted #CCCCCC 1px;
	background-color: #FFFFFF;
	padding:5px;
}

.fullMediaListItem:hover {
	background-color: #888888;
	color: #ffffff;
}

.fullMediaListItem:hover a {
	color: #ffffff;
}

.fullMediaListItem a{
	text-decoration: none;
	color: #333333;
}

.fullMediaListItem a:hover {
	color: #ffffff;
}

/* Hide the Radio for now... */
.radiohide {
display: none;
}
