/* General styles */
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:small;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	/*lt green #8AF0A9*/
}


.float_left {
float:left;
}

.float_right {
float: right;
margin: 0px 0px 0px 10px;
}


a {
	color:#369;
}
a:hover {
	color:blue;
	background:#fff;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	
}

h2 {
/* http://www.angelfire.com/al4/rcollins/style/fonts.html */
font-family: "Times New Roman", serif
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

/* Header styles */
#header {
	margin-right: 10px;
	clear:both;
	float:left;
	width:98%;
	text-align: right;
	
}


#header a:link {text-decoration:none}
#header a:visited {text-decoration:none}
#header a:hover {
	
	text-decoration:none;
	background:#fff;	
	color:blue;	
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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 */
}
/* 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 {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	
	right:65%;	/* width or nav column */
		
}
.threecol .col1 {
	
	width:60%;			/* width of center column content (column width minus padding on either side) */
	left:104%;		/*the bigger this percent the mor to the right the center column moves.	 */
}
.threecol .col2 {
	
	width:11%;			/* was 21 Width of left column content (column width minus padding on either side) */


left:31%;		/* 	31 xx nav bar content position (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	
	width:19%;	/* Width of right column content google add words (column width minus padding on either side) */
	
left:96%;			/* 89Please 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) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align: center;
	
	/* border-top:1px solid #000; */
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */




.allcontent{
margin: 5px
}






#header .logo {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
font-size: 40px;
}

.nav_bar{

margin: 0px 0px 0px 0px;
padding-left: 5px;
background:#D8FBFB;
width:90%;
}

.nav_bar p {
	
	margin: 2px 2px 2px 5px;
	}

.nav_bar a:link {text-decoration:none}
.nav_bar a:visited {text-decoration:none}
.nav_bar a:hover {
	text-decoration:none;
	background:#D8FBFB;	
	color:blue;
	font-weight: bold;	
}

.nav_bar a:active {text-decoration:none}

.nav_bar ul {
list-style-type: none;

}

.weather table, .weather td, .weather tr{
border:1px solid #98bf21;
padding:3px 3px 3px 3px;
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
border-collapse:collapse;	
font-size:12px;
text-align: center;
width:250px;
}

.weather .temp{
font-size:25px;
}

.data a:hover {
	background:#fff;
	text-decoration:none;
	color:blue;	}
.toprow a:hover {
	background:#fff;
	text-decoration:none;
	color:blue;	}
	
	
.weather table {
width:600px;
}

.weather .toprow {
font-weight:900;
}



.weather textarea {
	width: 100px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 1px;
	font-family: Tahoma, sans-serif;
	font-size:9px;
	
}

.weather .tinytext {
font-size: 9px;
}

.weather .alert {
font-size: 9px;
padding: 0px;
margin: 0px;
}

.small{
font-size: 10px;
}

.big{
font-size: 30px;
}

.tweet{
padding:10px;
font-size:12px;
	}
.tweet img {float: left;}

.image a:hover {
	background:#fff;
	text-decoration:none;
	color:white;
	}
	
.rounded{
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 1px solid #98bf21;	
border-right: 2px solid #82a6a7;
border-bottom: 2px solid #82a6a7;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}

dl {margin: 15px; }
dt {font-weight: 900;
	margin: 15px 10px 0px 0px; }
	
td, img {
  vertical-align: top;
}

.facebook_table td,table, td, th{
	
text-align:center;
vertical-align:middle;
border-collapse:collapse;
border:1px solid #787878;
font-size:10px;

}

.tinytext {
	font-size:9px;
}
