@import reset.css;

body
{
	background: linear-gradient(#303537, black);
	color: #A8A8A8;
	font-size: 12px;
	margin: 0px 50px;
}

a
{
	color: #66B3F1;
}

.right
{
	text-align: right;
}

#links
{
	background-color: #262626;
	border-bottom: 2px solid #6F7683;
	height: 70px;
}

.headerlinks
{
	padding: 0px;
	margin: 0px;
	float: right;
}

.headerlinks li
{
	float: left;
	padding: 0px;
	margin: 0px 2px;
	list-style-type: none;
	font-size: 16px;
	color: #CBCAC0;
	font-weight: bold;
}

.currentpage
{
	font-style: italic;
}

#links li
{
	border-left: 1px solid #2F2F2F;
	height: 100%;
	padding: 17px 0px;
}

#links li a
{
	color: #A8A8A8;
}

.done21
{
	width: 100%;
	text-align: right;
}

#links .socialmedia
{
	padding-left: 10px;
}

#links .socialmedia a
{
	padding: 0px 5px;
}

#header
{
	margin: 20px;
}

#ad
{
	float:right;
}

#articles > .content > article {
	border-bottom: 1px dotted #454545;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.infosection > section
{
	padding: 10px;
}

.infosection > section > header
{
	background-color: #2F2F2F;
	border: 1px solid #4C535B;
	border-top: 4px solid #4899C8;
	padding: 12px 20px;
	overflow: auto;
}

.infosection > section > header > h2, #links li a
{
	float: left;
}

.infosection > section > header > h2, #links li a
{
	color: #CACACA;
	font-size:16px;
	font-weight: normal;
	margin: 0px;
	text-shadow: 2px 2px 5px black;
}

.infosection > section > .content
{
	padding: 24px;
	border: 1px solid #4C535B;
	background-color: #2A3539;
}

.date
{
	color: #767671;
}

.articleinfo > header > h3
{
	color: #DCDCDC;
	text-decoration: underline;
	font-size: 16px;
	margin: 0px 0px 12px 0px;
}

.numberanddate
{
	border-top: 1px solid #3A4549;
	border-bottom: 1px solid #3A4549;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 3px;
}

.episodenumber
{
	float:left;
}

.date
{
	float:right;
}

#channels
{
	text-align: center;
}

#channels a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.description
{
	clear: left;
	padding-top: 10px;
}