@import url("menu.css");

@font-face { font-family: Naipol; src: url('Naipol.ttf'); } 
@font-face { font-family: Circular; src: url('Circular.ttf'); } 

body {
	text-align: center;
	margin: 0px;
	background-color:#000;
}
table, td, th {
 font-family: Tahoma;
 color:FFF;
font-size: 13px;
font-weight: normal;
}
.header-issue {
	float: left;
}
.header-mini_icon {
	float: right;
	margin-bottom: 7px;
}

#main-container {
	width: 1010px;
 	margin: 0 auto; 
	text-align: left;
	clear: both;
	float: none;
}
#main-header {
	clear: both;
	float: none;
	height: 615px;
	width: 1010px;
	overflow: visible;
	text-align: inherit;
	clear: both;
	background-color: #111;
}

#header-top {
	clear: both;
	float: none;
	height: 250px;
	width: 1010px;
	/*  background: #000;*/
	background-image: url(../images/crow-logo-bg.jpg);
	background-repeat: repeat-x;
}

#header-content {
	clear: both;
	float: none;
	height: 300px;
	width: 1010px;
	margin-top: 10px;
}
#header-top-logo {
	float: left;
	height: 250px;
	width: 775px;
	margin-top: 0px;
}
#header-top-content {
	float: right;
	height: 220px;
	width: 200px;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 20px;
}

#header-menu {
	clear: both;
	float: none;
	height: 40px;
	width: 1010px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-content {
	float: none;
	width: 1010px;
	padding-top: 40px;
	background-color: #222;
/*	overflow: hidden;*/
}
.sidebar-panel {
	clear: both;
	width: 230px;
	padding: 5px;
	background-color: #111;
}
.poll-titleheader {
	padding: 2px;
	height: 10px;
	position: relative;
	top: -29px;
	right: -5px;
	overflow: hidden;
	clear: both;
	z-index: 1;
	display: inline;
	line-height:0px;
	font-weight:bold;
	font-size:2.5em;
/*	background-color: #960000;*/
}
.poll-question {
	clear: both;
	width: 220px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: -20px;
	padding-top: 5px;
	white-space: pre-wrap;      /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap;     /* Opera <7 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	word-wrap: break-word;      /* IE */
}
.poll-answers-panel {
	clear: both;
	width: 220px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #1D1D1D;
}
.poll-answers-listitem {
	margin-top: 10px;
	position: static;
	display: block;
	top: 5px;
	bottom: 5px;
}
.poll-panel {
	font-family: Circular, Tahoma, Geneva, sans-serif;
	color: #FFF;
	z-index: 5!important;
	padding-bottom: 5px;
}


.poll-radiobutton {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;

}

#main-content-sidebar {
	float: left;
	height: 777px;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
}
#main-content-primary {
	/* [disabled]height: 500px; */
	width: 735px;
	margin-right: 10px;
}

#main-footer {
	clear: both;
	float: none;
	width: 990px;
	position: static;
	border-top-width: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #c80000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #111;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#header-content-banner {
	float: left;
	height: 300px;
	width: 750px;
	margin-right: 5px;
	overflow: hidden;
}

#header-content-login {
	/*float: right;*/
	/*height: 123px;*/
/*	width: 221px;*/
	padding: 9px;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #111;
	/*border: 1px dashed #FFF;
	margin-right: 10px;*/
}
.clearboth {
	clear: both;
	float: none;
}
.poll-textbox-margins {
	/* [disabled]margin-top: 3px; */
	/* [disabled]margin-bottom: 3px; */
	width: 140px;
}

.login-textbox-margins {
	margin-top: 3px;
	margin-bottom: 10px;
/*	width: 215px;*/
	width: 100%;
}

.left_shift {
	margin-left: 0px;
	float: left;
}
.main-primary-article-text {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	clear: none;
	float: left;
	width: 275px;
	padding-left: 20px;
	text-align: left;
}
.article-more-link {
	font-weight: bold;
	color: #c80000;
	float: right;
}


.form-login-button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #AAA !important;
	background-color: #111;
	border: 1px solid #333;
	margin: 2px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration:none !important;
}
.main-primary-article-panel {
	width: 740px;
	margin:0 10px 50px 10px;
	background-color: #111;
	height:auto !important;
}

.main-primary-article-panel hr{
	border:none;
	border-bottom:1px dashed #FFF;
	margin-top:15px;
}

.poll-login-button {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #AAA;
	background-color: #111;
	border: 1px solid #333;
	margin-top:10px;
	margin-bottom:5px;
}
.right_shift {
	float: right;
}
.margins-login-checkbox {
	top: 2px;
	position: relative;


}
.login-label-margins {
	margin-top: 4px;
	margin-left: 2px;

}

#header-content-smallbanner {
	clear: right;
	float: right;
	height: 120px;
	width: 240px;
	margin-top: 8px;
	font-size: 36px;
	background-color: #3C3C3C;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

#header-content-searchbar {
	clear: right;
	float: right;
	height: 20px;
	margin-top: -4px;
	width: 250px;
	position: static;
}

.header-searchbar {
	width: 95%;
}
.footer-menu-font {
	font-family: Tahoma, Geneva, sans-serif;
	color: #9B9B9B !important;
	text-decoration: none;
}

.footer-menu-font:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #c80000 !important;
}

.sidebar-banner-panel {
	margin-top: 10px;
	overflow:hidden;
}

.sidebar-banner-itemlist {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.sidebar-banner-itemlist img{
	max-width:230px;
	max-height:60px;
}
.article-titleheader {
	background-color: #353535;
	padding: 5px;
	padding-bottom: 0px;
	height: 20px;
	/* [disabled]width: 200px; */
	position: relative;
	top: -20px;
	right: -15px;
	overflow: hidden;
	clear: both;
	z-index: 1;
	color: #FFF;
	font-family: Circular, Tahoma, Geneva, sans-serif;
	font-size: 31px;
	display: inline;
}

a .article-titleheader:hover {
	background-color: #960000;
}
.article-more {
	background-color: #960000;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	/* [disabled]width: 200px; */
	position: relative;
	top: 7px;
/* right: 5px;*/
	overflow: hidden;
	clear: both;
	z-index: 1;
	color: #000 !important;
	font-family: Circular, Tahoma, Geneva, sans-serif;
	font-size: 25px;
	display: inline;
	text-decoration:none !important;
	cursor:pointer;
	line-height:12px;
}

.white-link{
	color: #c80000 !important;
	text-decoration:none;
}

.white-link:hover{
	color: #FFF !important;
	text-decoration:none;
}
.article-more:hover {
    color: #FFF !important;
	text-decoration:none !important;
	cursor:pointer;
}

.article-secondary-titleheader {
	background-color: #353535;
	padding: 5px;
	height: 20px;
	/* [disabled]width: 200px; */
	position: relative;
	top: -10px;
	right: -15px;
	overflow: hidden;
	clear: both;
	z-index: 1;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	display: inline;
}

.main-secondary-article-panel {
	width: 740px;
	margin:20px 10px 0 10px;
	background-color: #111;
}

.main-secondary-article-panel hr{
	border:none;
	border-bottom:1px dashed #FFF;
	margin-top:15px;
}

.secondary-article-panel {
}

.secondary-article-text {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	float: left;
	width: 470px;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
}

.last-secondary-articlelist {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#article-pagenumbers {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #c80000;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.footer-menu-list{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	float: none;
	font-weight: bold;
	color: #9B9B9B;
	padding-right: 3px;
	padding-left: 3px;
}

.footer-menu-ul{
	margin: auto;
	margin-bottom:20px;
	text-align:left;
	list-style:none;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: left;
	width: 240px;
	height: 30px;
}

.footer-clear{
clear:left;
}

.footer-menu-header{
	float: left;
	clear: none;
	width: 100px;
	font-size:1em;
	word-wrap: break-word;
}

.footer-menu-subheader{
	float: left;
	clear: none;
	border-left-color:#c80000;
	border-left-style:dashed;
	border-left-width:1px;
	padding-left: 20px;
}

.footer-right{
float:right !important;
position: relative;
top: -139px;
}

.link-red {
	color: #c80000;
	text-decoration: none;
	font-weight:bold;
}

.link-red:hover {
	color: #c80000;
	text-decoration: underline;
	font-weight:bold;
}
a:link {
	color: #c80000;
	text-decoration: none;
}
a:visited {
	color: #960000;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

a:hover {
		color: #c80000;
	text-decoration: underline;
}
.primary-soloarticle-panel {
	clear: both;
	float: none;
	width: 695px;
	margin-bottom: 5px;
	/* [disabled]padding-top: 30px; */
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #111;
	margin-left: 10px;
}
.primary-soloarticle-text{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #C8C8C8;
	padding-left:20px;
	padding-right:20px;
}
#previous-article-button{
	float: left;
}
#next-article-button{
	float: left;
}

#next-article-button {
	float: right;
}

#day-timer{color:#FC0}

.primary-soloarticle-image {
	text-align: center;
}
.article-panels {
	clear: right;
	float: right;
	width: 715px;
	margin-bottom: 5px;
	/* [disabled]padding-top: 30px; */
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #111;
	margin-top: 30px;
}

.first-article-panel {
	margin-top: 0px;
}

.last-article-panel {
	margin-bottom: 30px;
}

.overide_alink {
text-decoration:none !important;	
}

.p-indent {
text-indent: 2em;
}

::-moz-selection {
      color: #FFF;
      color: rgba(255,255,255,.85);
      background: #c80000;
      }
::selection {
      color: #FFF;
      color: rgba(255,255,255,.85);
      background: #c80000;
    }

