﻿#series_scroll .news-wrapper
{
	margin-top: 60px;
	background-image:url(../images/vscroll.jpg);
	background-repeat: repeat;
	height: 121px;
	width: 300px;
}
#series_scroll .news-wrapper .news-contents-wrapper /*can move entire bottom*/
{
	width: 300px;
	height: 200px;
	height: 200px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#series_scroll .news-wrapper .news-contents  /* amount of feeds shown */
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 90px;
	width: 300px;
}
#series_scroll .news-wrapper .news /* just news section blocks */
{
	width: 700px;
	height: 50px;
	color: #951E1C;
	position: absolute;
	z-index: 999;
	margin-left: -150px;
	margin-top: 0px;
}
#series_scroll .news-wrapper .news-header /* whole thing and series word*/
{
	color: #FFF;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 50px;
	
}
#series_scroll h1
{
	font-size: 12px;
	margin-left: -10px;
}
#series_scroll .clear
{
	clear: both;
}
#series_scroll .circle-outer
{
	width: 15px;
	height: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	border: 8px none #40474F;
	overflow: hidden;
	font-size: 0px;
	background-color: #40474F;
	margin-top: -10px;
	margin-left: 125px;
}
#series_scroll .circle
{
	width: 15px;
	height: 15px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 400px;
}
#series_scroll .circle.red
{
	color: #811919;
	background: -webkit-gradient(linear, left top, left bottom, from(#E95F5F), to(#C64444));
	background-image: -moz-linear-gradient(#E95F5F, #C64444);
	background-image: -webkit-linear-gradient(#E95F5F, #C64444);
	background-image: -o-linear-gradient(#E95F5F, #C64444);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E95F5F, endColorstr=#C64444);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E95F5F, endColorstr=#C64444)";
}
#series_scroll .circle.yellow
{
	color: #956537;
	background: -webkit-gradient(linear, left top, left bottom, from(#FED86D), to(#FFBD4E));
	background-image: -moz-linear-gradient(#FED86D, #FFBD4E);
	background-image: -webkit-linear-gradient(#FED86D, #FFBD4E);
	background-image: -o-linear-gradient(#FED86D, #FFBD4E);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FED86D, endColorstr=#FFBD4E);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FED86D, endColorstr=#FFBD4E)";
}
#series_scroll .circle.green
{
	color: #566F38;
	background: -webkit-gradient(linear, left top, left bottom, from(#C4D8A6), to(#C4D8A6));
	background-image: -moz-linear-gradient(#C4D8A6, #C4D8A6);
	background-image: -webkit-linear-gradient(#C4D8A6, #C4D8A6);
	background-image: -o-linear-gradient(#C4D8A6, #C4D8A6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#C4D8A6, endColorstr=#C4D8A6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#C4D8A6, endColorstr=#C4D8A6)";
}
#series_scroll .circle.blue
{
	color: #2E5E6C;
	background: -webkit-gradient(linear, left top, left bottom, from(#A3CCD8), to(#5E9EB7));
	background-image: -moz-linear-gradient(#A3CCD8, #5E9EB7);
	background-image: -webkit-linear-gradient(#A3CCD8, #5E9EB7);
	background-image: -o-linear-gradient(#A3CCD8, #5E9EB7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#A3CCD8, endColorstr=#5E9EB7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#A3CCD8, endColorstr=#5E9EB7)";
}

#series_scroll .history  /* circles  */
{
	padding-top: 18px;
	float: left;
	width: 26%;
	padding-left: 40px;
}
#series_scroll .description  /* descripton to right of dots */
{
	float: left;
	width: 300px;
	height: 200px;
	word-wrap: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: -10px;
}
#series_scroll .description .detail
{
	font-size: 12px;
	
	color:#666;
}
#series_scroll .elipses, .day, .month
{
	display: block;
	height: 10px;
}
#series_scroll .day, .month
{
	padding-top: 6px;
}
#series_scroll h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;
	color:#CCC;
}
#series_scroll h1 a:hover
{
	text-decoration: underline;
	/*color:White;*/
}
