@font-face{
	font-family: BebasNeueRegular;
	src: url('/fonts/BebasNeue.eot'); /* IE */
	src: local("BebasNeueRegular"), url('/fonts/BebasNeue.ttf') format("truetype");
}
div .2ittest{
	background-image: url('/images/nav_2it.png');
}
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-image:url('/images/logobackground2.png');
	background-repeat:repeat-x;
	background-size:100%;
	
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#fff;
	background:#aaa;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.2em 0 .2em 0;
	padding:0;
	font-family:BebasNeueRegular,Arial,sans-serif;
}
h1, h2{
	font-size:40px;
}
h3{
	font-size:20px;
}
p {
	margin:.4em 0 0em .4em;
	padding:0;
}
div .currentcondition{
	font-size:10px;
}
form{
	text-align:center;
	margin-bottom:10px;
}
/* tooltip divs */
div.techinfocontainer{
	margin:20px 0;
	position: fixed;
	width: 100%;
	height: 300px;
	overflow: hidden;
	float:right;
	z-index:100;
	}	
#separator{
	position:relative; 
}
div.techinfocontainer div {
	width: 300px;
	height: 100%;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	top: 6px;
	left: 80%;
	text-align: right;
	}
div.techinfo{
	height:20px;
}
#ads img {
	display:block;
	padding-top:10px;
}
#newscontent{
	border:2px solid #8cce4d;
	border-radius:40px;
	padding: 15px;
	margin: 5px;
	box-shadow: -3px -3px 5px #27022D;
	background-image: url('/images/texturebggreen.png');
}
#announcementcontent{
	border:2px solid #8cce4d;
	border-radius:40px;
	padding: 15px;
	margin: 5px;
	box-shadow: -3px -3px 5px #27022D; 
	background-image: url('/images/texturebggreen.png');
}
#weathercontent{
	border:2px solid #8cce4d;
	border-radius:40px;
	padding: 15px;
	margin: 5px;
	box-shadow: -3px -3px 5px #27022D; 
	background-image: url('/images/texturebggreen.png');
}
.forecastcontainer{
	display:block;
}
.detailcondition{
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);	
}
/* Logo styles */
#logo {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#logo img{
	display:block;
	margin:10px 5px 5px 10px;
	width:auto;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

#clock {
	display:inline-block;
	float:right;
	width:auto;
	padding: 3px 10px;
}
#servertime{
	float:right;
}
/* Header styles */
#titlebar{
	
	background-position: 0px 9px;
	background-size:100% 100%;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top:-4px;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
		/* right column background colour */
	display:block;
	height:auto;
}
.threecol .colmid {
	right:50%;			/* width of the right column */
}
.threecol .colleft {
	right:0%;			/* width of the middle column */
	/* left column background colour */
	background-repeat:repeat;
	width:100%;
}
.threecol .colleft h2{
	color:white;
	color: #4F2854;
	text-shadow: 0px 0.9px 0.4px #D6A6D9;
	letter-spacing:-2px;
}
.threecol .col1 {
	width:50%;			/* width of center column content (column width minus padding on either side) */
	left:74%;			/* 100% plus left padding of center column */
	/* border-radius:50px; */
	background-repeat:repeat-x;
	background-size:0.9%;
}
.threecol .col2 {
	width:22%;			/* Width of left column content (column width minus padding on either side) */
	left:1%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:24%;			/* Width of right column content (column width minus padding on either side) */
	left:53%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.someclass{
	border: 0px;
}
.rsstitle{
	font-size:1.4em;
	text-decoration:underline;
}
.rssdate{
	font-size:.8em;
}
.rssdescription{
	font-size:1em;
}
/* Footer styles */
html, body {height:100%;}
#contentwrap{
	min-height:100%;
	margin-bottom:-2em;
	position:relative;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	position:fixed;
	background:#fff;
}
#footer > *{
	position:relative;
	top:-12px;
}

/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
font-size: 90%;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 250px;
text-align: left;
padding: 2px 0;
margin: 10px 0;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 0px;
margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 0px;
}
