/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 25px;
	width: auto;
  	font-weight: bold;
	line-height: 25px;
	margin: 0;
	right: 0;
	margin-top:6px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
}
.tab ul.login li#toggle {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 25px;
	background: url(../images/more_button.png) no-repeat top left;
	margin-top:-3px;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	width: 30px;
	position: relative;
	top: 0px;
	margin-right:15px;
}

.tab a.open {background: url(../images/more_icon.png) no-repeat 3px;}
.tab a.close {background: url(../images/close_icon.png) no-repeat 3px;}
.tab a:hover.open {background: url(../images/more_icon.png) no-repeat 3px;}
.tab a:hover.close {background: url(../images/close_icon.png) no-repeat 3px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 200px;
	color: #999999;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
}
a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 270px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
	margin-left:5px;
	background-color: #000000;
	background: url(../images/block_bg.png) repeat-x bottom left;
	height: 200px;
}

#panel .content .right {
	border-right: 1px solid #333;
}
ul.menu {list-style: none; margin: 0; padding: 0;}
A.dailystory {background: url(../images/dailystory.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.photography {background: url(../images/photography.png) no-repeat 2px; padding-left:22px; height: 16px;}

ul.seasons {list-style: none; margin: 0; padding: 0;}
.seasonsDIV {float:left; width:90px;}

A.winter {background: url(../images/winter.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.fall {background: url(../images/fall.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.summer {background: url(../images/summer.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.spring {background: url(../images/spring.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.noseason {background: url(../images/fog.png) no-repeat 2px; padding-left:22px; height: 16px; color:#999999; cursor: default;}
A.link {background: url(../images/open.png) no-repeat 2px; padding-left:22px; height: 16px;}
A.nolink {background: url(../images/closed.png) no-repeat 2px; padding-left:22px; height: 16px; color:#999999; cursor: default;}
A.mail {background: url(../images/mail.png) no-repeat 2px; padding-left:25px; height: 16px; color: #15ADFF;}
