/* @override 
	http://lawrencebrown.eu/hasblog/wp-content/themes/hasblog/slide.css
	http://lawrencebrown.eu/hasblog/wp-content/themes/hasblog/slide.css
*/


.tab {
	height: 42px;
	position: relative;
    top: -1px;
    z-index: 999;
}

#blogwidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}

.tab ul.login li {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 30px;
	width: 130px;
  	font-weight: bold;
	margin: 0;
	right: 38px;
  	color: white;
}

.tab a.open, .tab a.close {
	cursor: pointer;
	display: block;
	position: relative;
}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 205px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	border-bottom: 1px solid #1f1f1f;
	background: #686868 url(images/topfade.gif) repeat-x;
}

img.topicons {
	margin-right: 5px;
	top: 3px;
	position: relative;
}

div.linkswide {
	width: 280px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
}

#panel h2{
	color: #eee;
	font: 700 19px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: capitalize;
	margin-top: 4px;
	text-shadow: none;
	letter-spacing: 0;
	border-bottom: 1px dotted #e7e7e7;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	color: #fff;
}

ul.toplinks li {
	margin-bottom: 15px;
}



#panel a {
	text-decoration: none;
	color: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}

span.linkd {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 4px;
	font-weight: normal;
}

#panel a:hover{
	color: #be251e;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;

}

#panel .content .left {
	width: 340px;
	float: left;


}

div.links {
	width: 200px;
	float: left;
	padding-left: 50px;
	padding-top: 15px;
}






