/* CSS Document */

/*
Theme Name: weather.net
Theme URI: http://www.weather.net/
Description: WordPress theme for weather.net.
Version: 0.1
Author: Nick Cooper
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

*/
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #E7F7FF;
}
h1 {
margin-top: 0;
}

td {
vertical-align: top;
}
#wrapper {
	margin: 5px;
}

#header {
	margin-bottom: 5px;
}

#header-zipbox {
	float: left;
}
#header-zipbox p {
	margin-bottom: 0;
}
#header-zipbox #zipbox-title {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
}

#sideNav {
	width: 104px;
}
#sideNavTitle-navigation {
	width: 104px;
	height: 30px;
	background: url(images/side_Navigation.gif) no-repeat;
}
#sideNavTitle-services {
	width: 104px;
	height: 30px;
	background: url(images/side_Services.gif) no-repeat;
}

.sideNavList {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/side_nav_bg.gif) repeat-y;
}
.sideNavList li {
	text-align: center;
}
.sideNavList li a {
	display: block;
	margin: 0 4px;
	padding: 3px;
	width: 88px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
.sideNavBottom {
	margin-bottom: 5px;
	width: 104px;
	height: 12px;
	background: url(images/side_Bottom.gif) no-repeat;
}

#side-zip {
	font-size: 12px;
}
#side-zip p {
	margin: 0;
}

#side-zip ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-main-wrapper {
	clear: both;
	margin-top: 5px;
	padding: 0;
	border: 0;
}

.left {
	float: left;
}
.marginRight {
	margin-right: 5px;
}

img {
	border: 0;
}

#main {
	padding-left: 5px;
}

#topNav {
	height: 30px;
	background: url(images/content_top.gif) repeat-x;
}
#topNav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	float: left;
	background: url(images/tab_left.gif) top left no-repeat;
}
#topNav ul li a {
	display: block;
	padding: 3px 20px 5px;
	font-weight: bold;
	background: url(images/tab_right.gif) top right no-repeat;
}
#topNav ul li#active {
	background: url(images/tab_left_active.gif) top left no-repeat;
}
#topNav ul li#active a {
	background: url(images/tab_right_active.gif) top right no-repeat;
}


#topNavLeftImg {
	float: left;
	width: 10px;
	height: 30px;
	background: url(images/content_top_left.gif) no-repeat;
}
#topNavRightImg {
	float: right;
	width: 10px;
	height: 30px;
	background: url(images/content_top_right.gif) no-repeat;
}

#content-wrapper {
	padding: 0 10px;
	background-color: #A3CEEC;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#content {
        width: 750px;	
        padding: 10px;
        font-size: 12px;
	background-color: #FFF;
}
#content a {
        color: #069;
}
#content a:hover {
        color: #09C;
}

#content-padding {
	margin: 0 20px;
}

#content-bottom {
	height: 30px;
	background: url(images/content_bottom.gif) repeat-x;
}
#content-bottom-left-img {
	float: left;
	width: 10px;
	height: 30px;
	background: url(images/content_bottom_left.gif) no-repeat;
}
#content-bottom-right-img {
	float: right;
	width: 10px;
	height: 30px;
	background: url(images/content_bottom_right.gif) no-repeat;
}

a {
	text-decoration: none; 
	color: #000;
}

a:hover {
	color: #6699ff;
}

.tab-left {
	width: 10px;
	height: 20px;
	background-image: url(images/tabI_left.gif);
}
.tab-top {
	height: 4px;
	background-image: url(images/tabI_top.gif);
}
.tab-center {
	height: 16px;
	background-image: url(images/tabI_center.gif);
}
.tab-right {
	width: 10px;
	height: 20px;
	background-image: url(images/tabI_right.gif);
}


P.headers { 
	color:#0066cc;
	font-size: 12pt;
	margin-bottom: 0pt;
	font-weight: bold;
}

.header {
	font-family: arial, sans-serif;
	font-size: 30pt;
	color: #000;
	padding-top : -2px;
	padding-left : -2px;
	text-align:left;
}


.date {
	margin-top: 0;
	text-align: right;
}
.red {
	color: #800;
}
#forecast-form {
	padding: 5px;
	background: url(http://www.bestskiweather.com/images/form_bg.jpg) no-repeat;
}
#forecast-form p {
	margin-bottom: .5em;
}

.entry-container {
	margin-bottom: 5px;
	padding: 5px;
}
.entry-title {
	margin-bottom: 3px;
	font-weight: bold;
	color: #900;
	border-bottom: 1px solid #CCC;
}
.entry-more {
	text-align: right;
	margin-bottom: 0;
}
.size-medium, .size-thumbnail, .size-full, .attachment {
        width: 350px;
}
.box {
margin: 2px 0;
padding: 10px;

        background-color: #FAFAFA;
border: 1px solid #EEE;
}
