@charset "utf-8";

div#slider, div#slider-animation {
	height: 285px;
	width: 600px;
	position: relative;
	background-color: rgba(224, 224, 224, 1);
	background-position: center;
	background-size: cover;
}

div#slider-animation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px !important;
	opacity: 0;
	z-index: 0;
}

a.sliderbutton, a.sliderbutton-selected {
	position: absolute;
	right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.9);
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0.75;
	z-index: 1;
}

a.sliderbutton:hover {
	opacity: 1;
}

a.sliderbutton-selected {
	background: rgba(255, 128, 0, 1) !important;
	box-shadow: 0 0 2px 1px rgba(255, 128, 0, 1) !important;
}

#aslider {
	display: block;
	height: 285px;
	width: 600px;
	position: relative;
}

#slider #captionbox {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	bottom: 0px;
}

#slider div {
	width: auto;
	text-align: left;
}

#captionbox > #title {
	color: white;
	font-size: 153.8%;
	line-height: 150%;
	margin: 4px 8px 0px 8px;
}

#captionbox > #description {
	color: rgba(224, 224, 224, 1);
	margin: 0px 8px 8px 8px;
}

div#iconbox {
	display: block;
	text-align: right;
	margin: 2px 0px 0px auto;
}

div#iconbox img {
	margin-left: 4px;
}

div.w160 {
	width: 160px;
}

div.rightcol {
	background-color: white;
	position: absolute;
	right: 20px;
	/*background-color: rgba(224, 224, 224, 1);*/
	overflow: hidden;
}

div.rightcol > div, div.rightcol h2 {
	padding: 4px 8px;
}

.rightcol h2 {
	margin: 0px;
	font-size: 100%;
	line-height: 150%;
	background-color: #404040;
	color: white;
}

div.lastrow {
	position: relative;
	margin: 0px -20px 20px 0px;
}

#lcol-matches, #lcol-twitter {
	height: 280px;
	position: relative !important;
	left: 0px !important;
}

#lcol-fb {
	height: 280px;
	left: 310px !important;
}

div.ncontainer {
	/*height: 280px;*/
	margin: 20px 0px 20px 0px;
	border-top: 1px solid #404040;
	border-bottom: 4px solid #404040 !important;
	position: relative !important;
	left: 0px !important;
}

div#nh {
	display: block;
	overflow: auto;
	margin: 0px 0px 6px 0px;
	min-height: 42px;
	padding: 0px;
}

#nh h2 {
	min-width: 225px;
	margin-right: 4px;
}

div#nd {
	float: right;
	vertical-align: top;
	text-align: right;
}

div#comments {
	display: none;
	width: auto;
	border: 1px solid #404040;
	background-color: #f4f4f4;
	margin-top: 1em;
	text-align: left;
	/*background-image: url(/style/img/commentbg.png);
	background-repeat: repeat;*/
}

.cblock {
	background-color: white;
	border: 1px solid #404040;
	border-radius: 6px;
	margin: 8px;
	padding: 5px 6px;
	width: auto;
}

div#comments .last {
	margin-top: 0px !important;
}

.ccontainer {
	display: inline-block;
	width: 100%;
}

.author {
	margin: 0px 0px 0px 8px;
	width: 100px;
	vertical-align: top;
	float: left;
}

.post {
	margin: 0px 8px 0px 130px;
	/*display: inline-block;
	width: 100%;*/
	vertical-align: top;
}

div#comments div.sep {
	margin: 0px 8px 0px 8px;
	height: 8px;
	font-size: 8px;
	line-height: 100%;
	clear: left;
}

div#comments div.postbody {
	padding: 6px 0px 0px 0px !important;
	display: inline-block !important;
	max-width: 100%;
	overflow: hidden;
}

div#comments div.posthead {
	margin: 0px !important;
}