@charset "UTF-8";

/*MAIN STYLING*/

body {	
	background: #fff;	
	background-image:url('../images/bg-stars.jpg');
	background-image:url('../images/bg2-lightB.png');
	background-attachment: fixed;
	
	color: #000;
}

#bglayer {
	background-image: url('../images/bglayer-light.png');
}

.sectionheader {
	color: #000;
	
	background: #f2f2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#f2f2f2));
	background: -moz-linear-gradient(center bottom, rgb(242,242,242) 0%, rgb(226,226,226) 100%);
	
	border-bottom: 1px dashed #f2f2f2;
}





/*TOPBAR AND NAV*/

#topbar {
	background: #f2f2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(center bottom, rgb(226,226,226) 0%, rgb(255,255,255) 100%);
}

.logo {
	background:url('../images/leftchannel-k.png');
}
	

.navblock {
	border-left: 1px dashed #e2e2e2;
}

/*VIDEO AND VIDEO DESCRIPTION STYLING*/

#dashedvideo {
	background: #fff;
	background: rgba(255,255,255,.75);
	
	border-top: 1px dashed #e2e2e2;
	border-bottom: 1px dashed #e2e2e2;
	
}
	

#videoextend {
	background:url('../images/videoextendbg-trans-light.png');	
}

#campaignnavextend {
	background-image:url('../images/descextendbg-light.png');
	
	border-bottom: 1px dashed #e2e2e2;
}

.campaignnavbutton {
	color: #fff;
	border-right: 1px dashed #f2f2f2;
}

.options {
	background: #f2f2f2;
	background: rgba(234,234,234,.75);
	border-bottom: 1px solid #fff;
	
	-webkit-transition: all .25s ease-in-out;
}

.options:hover {
	color: #fff;

}


#descside {
	color: #fff;
	border-right: 1px solid #fff;
}	

#desc {
	background: #e2e2e2;	
}	
	
/*HOT NEWS STYLING*/
	

.hotnewsmodule {
	border-top: 1px dashed #e2e2e2;
}

.hotnewsimg {
	border-right: 1px solid #fff;
}

.hotnewsdesc {
	background: #e2e2e2;
}


/*THUMBNAILS STYLING*/
.thumbnail {
	background: #fff;
}

.thumbnail3 {
	background: #fff;
}

/*ARCHIVE*/


.thumbnailarchive {
	background: #fff;
}

.thumbnailarchive5 {
	background: #fff;
}
	

/*CAPTIONS*/
div.caption p {
	background: #e2e2e2;
	background: rgba(226,226,226,.85);
	color: #000;
	border-bottom: 1px #000 dashed;
}


/*FOOTER STYLING*/


#footer {
	background: #f2f2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#ffffff));
	background: -moz-linear-gradient(center bottom, rgb(255,255,255) 0%, rgb(226,226,226) 100%);
	border-top: 1px dashed #e2e2e2;
}

/*SCROLL BAR*/

.jScrollPaneTrack {
	background: #f2f2f2;
	border-left: 1px solid #fff;
	
}

.jScrollPaneDrag {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	
}

 
a.jScrollArrowUp {
	background-color: #e2e2e2;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url('../images/scroll-up-white-small.png');
}
 
a.jScrollArrowDown {
	background-color: #e2e2e2;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	background-image: url('../images/scroll-down-white-small.png');
}
	
/*ABOUT*/

#about {
	display:block;
	width:720px;
	margin: auto;
	background: #e2e2e2;
}

/*CONTACT*/

#contactcontainer {
	background: #f2f2f2;
	background: rgba(226,226,226,.25);
}	

#contactform {	
	border-left: 1px solid #fff;
}

input, textarea {
	background: #e2e2e2;
	background: rgba(226,226,226,.5); 

	color: #000000;
}
