/*
CSS Credit: http://www.templatemo.com/
*/
* html
    {
    overflow-y: hidden;
  }
body {
	height: 100%;
    overflow: auto;
	margin: 0px;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	background: #b2ada4;
	text-align: center;
}

a:link, a:visited { color: #5CB1FF; text-decoration: none;} 
a:active, a:hover { color: #FE551E; text-decoration: underline}

h1 {
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 25px;
	font-weight: bold;
	color: #fe551e;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p {
	text-align: justify;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

/* ----- Form ----- */

form{
	margin: 0px;
	width: 100%;
	height: 100%;
}
fieldset{
	border: none;
	float: right;
	padding: 8px 5px;
}
frameset {
	margin-bottom: 25px;
}

.form_row{
	margin-bottom: 10px;
}


label {
	margin-right: 10px;
}

input{
	float: left;
	height: 35px;
}
fieldset #date {
	font-size: 27px;
	width: 150px;
	color: #666;
}
.button{
	width: 60px;
	height: 25px;
}

select {
	height: 25px;
	width: 150px;
}
.warning {
	padding: 8px 0 8px 20px;
	float: left;
	color: #c32;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
}
/* ----- End of Form ----- */

#wrapper {
	margin: auto;
	padding-top: 0px;
	width: 950px;
	background: #ffffff url(../images/bg_post.png) repeat-x;
	text-align: left;
}


#header{
	width: 900px;
	height: 108px;
	<!--background: url(../images/header_background.gif) no-repeat bottom;>
}

/* menu and banner panel */

#banner_panel {
	float: left;
	width: 950px;
	height: 232px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 37px;
	background: #222 url(../images/bg_post.png) repeat-x bottom;
	border-top: 0px solid #111;	
	border-bottom: 0px solid #111;
	text-align:center;
}

/*------------- Menu ------------------*/
#menu {
	top: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	background: #CCCCCC url(../images/bg_page_head2.png) repeat-x scroll center -26px;
	text-align: center;
}

#menu ul {
	padding: 17px 0 0 0;
	width: 950px;
	margin: auto;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover, #menu li .current{
	color: #fe551e;
}

/* end of menu */


/* content */
#page {
	float: left;
	width: 950px;
	padding: 50px 0;
	margin: 0;
}

#content {
	float: left;
	width: 600px;
	margin-left: 25px;
	padding: 0;
}

#sidebar {
	float: right;
	width: 260px;
	padding: 5px 0 0 0;
	margin: 0 25px 0 40px;
	overflow: hidden;
}
#sidebar h2 { font-size: 16px;}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#sidebar ul li { 
	padding: 0 0 20px 10px;
	margin-bottom: 20px;
	border-bottom: 1px #666 dashed;
}
#sidebar #klart_fc{ 
	margin-left: 25px;
}
#sidebar ul li ul li {
	padding: 0 0 0 25px;
	border: none;
	margin: 0;
}

/* left side two column */
.leftcolumn_twocolumn{
	float: left;
	width: 253px;
	margin: 0 15px 35px 0;
	padding: 15px;
	background: #e4e4e4;
	border: 1px solid #dbdbdb;	
}

* html .leftcolumn_twocolumn{
	margin: 0 10px 35px 0;
}

.leftcolumn_twocolumn img{
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.leftcolumn_twocolumn ul{
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
	
}
.leftcolumn_twocolumn #curr_weather, #curr_temp {
	margin: 0 0 25px 10px;
	list-style: none;
}
.leftcolumn_twocolumn  #curr_weather  #heading, #strength {
	display: inline;
	font-size: 24px;
	margin-right: 30px;
	line-height: 200%;
}

.leftcolumn_twocolumn li{
	font-size: 12px;
	padding-bottom: 10px;
}

.leftcolumn_twocolumn li a{
	font-weight: normal;
}

.leftcolumn_twocolumn a:hover{
	text-decoration: underline;
}
/* end of left side two column */

/* left side full row */
.post { display:block; }

.post .title {
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/bg_post_head.png);
	font-size: 14px;
}
.post .date {
	float: right;
	margin: -34px 0 0 0;
	padding: 8px 10px 8px 20px;
	background: #bbb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}
.post .date a {
	text-decoration: none;
}
.post .date span{
	display: block;
	background-image: url(../images/openclose.png);
	background-repeat:no-repeat;
	background-position:99% 7px;
	padding-right: 20px;
	color: #4E4E4E;
}
.post .date .active{
	background-image: url(../images/openclose.png);
	background-repeat:no-repeat;
	background-position:99% -14px;
}
.post #foldout {
	background: #aaa;
	border: solid 2px #ddd;
	border-bottom: none;
	border-top: solid 1px #ddd;
}
.entry #loader {
	margin-left: 45%;
}
#page #content .entry {
	background: url(../images/bg_post.png) repeat-x top;
	padding-top: 40px;
	padding-left: 7px;
	margin-bottom: 50px;
}
#page #content .entry .img_desc {
	padding: 132px 0 0 0;
}
#page #content .entry p{
	padding: 0 25px;
}
.entry .wg_head {
	background: #eee;
	width: 555px;
	margin-top: 10px;
}
.entry .wg_head a:hover {
	background: #5CB1FF;
}
.entry .wg_head a{
	height: 20px;
	display: block;
	padding: 5px 0px 1px 0px;
	text-decoration: none;
}

.entry .wg_head .active{
	background-image: url(../images/openclose.png);
	background-position:98% -14px;
}
.entry .wg_head span{
	color: #4E4E4E;
	font-weight: bold;
	font-size: 16px;
	margin-left: 5px;
	display: block;
	background-image: url(../images/openclose.png);
	background-repeat:no-repeat;
	background-position:98% 7px;
}
.entry #forecast {
	list-style: none;
	height: 120px;
	padding-left: 0;
}
.entry #forecast li {float: left;}
.entry #forecast #odd {}
.entry #forecast #even {}
.entry #forecast tr {text-align: center; font-size: 13px;}
.entry #forecast li tr #odd {}
.entry #forecast #even {background: #dedede;}

.entry #forecast li p {
	background: #dedede;
	padding: 0 0 0 5px;
}
.N{height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -405px;}
.NNW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -294px;}
.NW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -209px;}
.WNW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -126px;}
.W {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -351px;}
.WSW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -542px;}
.SW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -266px;}
.SSW {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -98px;}
.S {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -433px;}
.SSE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -14px;}
.SE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -153px;}
.ESE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -182px;}
.E {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -485px;}
.ENE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -238px;}
.NE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -43px;}
.NNE {height: 15px; background: transparent url(../sprite_winddirs.gif) no-repeat scroll center -70px;}

.post {
	clear: both;
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
}

.post p{
	clear: both;
	margin-bottom: 15px;
}

.thumb_gallery {
	clear: both;
	float: left;
	position: relative;
	width: 600px;
}

.thumb_box{
	float: left;
	position: relative;
	width: 135px;
	height: 150px;
	margin: 0 10px 0 0;
}

.thumb_box span{
	width: 135px;
	height: 135px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/thumb_cover.png) no-repeat;
}

.thumb_box img{
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	top: 14px;
	left: 13px;
	border: none;
}

.thumb_box p {
	padding-top: 130px;
	text-align: center;
}

/* end of left side full row */

/* ----- Footer ----- */

#footer {
	
	height: 70px;
	width: 950px;
	text-align: center;
	background: #fff url(../images/bg_footer.png) repeat-x;
	clear: both;
}
#footer p {
	text-align: center;
}
#footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */
