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

#Site {
	margin: auto;
	width: 1000px;
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #365012;
	border-left-color: #365012;
}
#Header {
	background-image: url(images/eyeszilla.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.clear {
	clear: both;
}
.Todays {
	width: 690px;
	float: left;
	padding: 10px;
}
.ThumbNail {
	border: 1px dotted #0A6700;
}
.ThumbInfo {
    margin: auto;
    width: 162px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* SET SPECIFIC HEIGHT */
    height: 162px;
}
.RightSide {
	float: right;
	width: 270px;
	padding: 10px;
}
.SmallRightThumb {
	border: 1px solid #3D6613;
	margin-right: 10px;
	float: left;
}
.SideBarList {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
        text-align:left;
}
.ThumbSpot {
	width: 25%;
	float: left;
}
.ContentBlock {
	padding: 4px;
	background-color: #111111;
	border: 1px solid #333333;
}
.ArchivesBlock {
	padding: 10px;
}
.AdSpot {
	text-align: center;
}
body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style1 {
	color: #1C8800;
	font-weight: bold;
	font-size: 15px;
}
.style2 {
	color: #166800;
	font-weight: bold;
        font-size: 13px;
}
.ThumbSpot2 {
	width: 20%;
	float: left;
}
.Third {
	width: 33.3%;
	float: left;
}
.Third ul {
	margin: 0px;
	padding: 10px;
	list-style-type: none;
}
.Third li {
	padding: 6px;
}
a:link {
	color: #009900;
	text-decoration: none;
}
.ContentBlock h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	text-transform: capitalize;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}
#Info td {
	border: 1px solid #333333;
	background-color: #111111;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #00CC00;
}
body {
	background-color: #022000;
	background-image: url(images/bg.jpg);
}
#Footer {
	background-image: url(images/favoritelinks-21.jpg);
	background-repeat: no-repeat;
	padding: 26px;
	background-color: #1F370B;
}
.Third li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
#Info { 
margin-top:10px;}

/* --[ star rating ]---------------------------- */

.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.small-star{
	width:55px;
	height:12px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url('images/stars.gif');
	line-height: 11px;
	height: 12px
}

/** RATING STARS **/
#rater-stars {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 1;
}

.rater-div {
  position: absolute;
  width: 18.6px;
  height: 20px;
  top: 2px;
  left: 0px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 30;
  cursor: pointer;
}

#rater-text {
  position: absolute;
  top: 5px;
  left: 100px;
}

/* --[ Pagination ]------------------------------- */

div.pagination {
	padding: 3px;
	padding-bottom: 5px;
	margin: 3px;
	margin-top: 9px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;

	margin: 2px;
	border: 1px solid #b0e12d;
	text-decoration: none; /* no underline */
	color: #FFFFFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #b0e12d;
	color: #b0e12d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #b0e12d;
	font-weight: bold;
	background-color: #b0e12d;
	color: #000000;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666666;
	color: #333;
}

xxxxxxxxxxxxxxxxxxxxxxxxxxx

/* CLASSES */
.bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.normal {
  font-weight: normal;
}

.click {
  cursor: pointer;
}

.fs80 {
  font-size: 80%;
}

.fs90 {
  font-size: 90%;
}

.fs95 {
  font-size: 95%;
}

.fs105 {
  font-size: 105%;
}

.fs110 {
  font-size: 95%;
}

.fs120 {
  font-size: 120%;
}

.fs130 {
  font-size: 130%;
}

/* THUMBNAIL SELECTION STYLE */
div.thumb-select-container {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  max-height: 110px;
  overflow: auto;
}

div.thumb-select-container img {
  max-width: 120px;
  max-height: 90px;
  padding: 2px;
  border: 4px solid #000;
}

div.thumb-select-container img.thumb-selected {
  padding: 2px;
  border: 4px solid green;
}

.section-videos span.video {
  display: inline-block;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 19.4%;
  margin-bottom: 18px;
}

span.video .video-container {
  width: 124px;
  font-size: 90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.video-container .video-thumb,
.video-brief-thumb .video-thumb {
  border: 1px solid #a0a0a0;
  background-color: #fff;
  /*padding: 1px;*/
  max-width: 120px;
  max-height: 90px;
}