/***** 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 {
    height: 30px;
    position: relative;
    bottom: 0;
    z-index: 999;
}

.tab .sep {color:#414141}

/* sliding panel */
#toppanel {
    position: fixed;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: white url('images/ldl-panel-back.png') no-repeat top center;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
   -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
   -webkit-border-top-left-radius: 10px;

}

#panel {
	width: 100%;
	height: 320px;
	color: #111;
	background: transparent;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #111;
}

#panel a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
}

#panel .content .left {
	width: 290px;
	height: 200px;
	float: left;
	padding: 0 15px;
}

#panel .bottom {
	width: auto;
	margin: 20px auto 0;
	display: block;
	text-align: center;
}
#panel .bottom h2 {
	font-size: 30px;
}

li.widget, h2 {
	color: red;
	width: auto;
	list-style: none;
	display: block;
}

li.widget {
	font-size: 18px;
}
li.widget li {
	font-size: 14px;
}

#panel li.widget li {
	font-size: 12px;
}

#panel h2 {
	margin-bottom: 5px;
	border-bottom: 2px dotted red;
}
#panel ul, #panel ul ul {
	margin: 0;
	padding: 0;
}
#panel ul, li.page_item, li.page_item ul, li.page_item ul li {
	list-style: none;
	display: inline;
}
#panel li a, #panel li a:link, #panel li a:visited {
	background: transparent;
	margin: 3px;
	padding: 3px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#panel li a:hover, #panel li a:active {
	background: red;
}

#panel-navigation {
	font-size: 18px;
	margin: 0 5px;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}