/* Reset CSS */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* Fix for the position: absolute */
html, body {
	height: 100%;
	overflow: auto;
}

.toolbarClearfix{display:block;}

* html div#toolbarBored { 
	position: absolute;
	top:0;
}

div#toolbarBored{
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#FFFFFF;
	height:30px;
	left:0;
	margin:0;
	position:fixed;
	top:0;
	z-index:4;
	opacity:.96;
	height:34px;
	overflow:visible !important;
	width:100%;
	font-weight:normal;
}

div#toolbarBored div.toolbarBoredContainer{background:transparent url("images/toolbarbg.png") repeat-x scroll 0 0;}
div#toolbarBored div.toolbarBoredContainer div.toolbarCenter{
	width:960px;margin:0 auto;
	overflow:visible !important;
	background:transparent url("images/toolbarbg.png") repeat-x scroll 0 0;
	height:;
	overflow:hidden;
}

div#website{width:960px;margin:auto;display:block}


a#linkBoredCom{
	background:transparent url("images/bored-logo.png") no-repeat;display:block;text-indent:-999999px;width:102px;margin-top:-2px;
	background-position: left center;
}

/*  */

li.logo{
	background:none;
}

li.toolbarSeparate{
	background:transparent url("images/toolbarbg-separator.png") no-repeat;
	background-position: right top;
}

ul.listToolBarBored {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:110%;
	height:34px;
}
ul.listToolBarBored li {
	float: left;
	margin: 0;
	padding: 0 10px;
	position: relative;
	background-position: right center;
}
ul.listToolBarBored li a:link, ul.listToolBarBored li a:visited, ul.listToolBarBored li a:active{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.listToolBarBored li a:hover{
	color: #ccc;
}

ul.listToolBarBored li a span.showtoolBarSubnav{
	padding-right:20px;
	background:url(images/dropdown.png) no-repeat;
	background-position: center right;
}

a#closeToolBar{
	padding-right:15px;
	background:url(images/closetoolbar.png) no-repeat;
	background-position: center right;
}

ul.listToolBarBored li span.subhover {background-position: center bottom; cursor: pointer;}
ul.listToolBarBored li ul.toolBarSubnav {
	list-style: none;
	position: absolute;
	left: 0; top: 34px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	background: #555;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	border-left:2px solid #333;
}
ul.listToolBarBored li ul.toolBarSubnav li{
	background:none;
	margin: 0; padding: 0 0 2px 0;
	clear: both;
	width: 150px;
	border-bottom:1px solid #333;
}

ul.listToolBarBored li ul.toolBarSubnav li:hover{
	background:#444;
}

html ul.listToolBarBored li ul.toolBarSubnav li a {
	float: left;width: 130px;padding-left: 20px;
}

/* Toolbar social icons */
li.toolbarShareIcons{
	padding-left:10px;
}

a#addToTwitter{
	background:url("images/twitter.png") no-repeat;
	background-position: left center;
	width:16px;
	text-indent:-999999px;
	position:relative;
	opacity:0.8;
}
a#addToFacebook{
	background:url("images/facebook.png") no-repeat;
	background-position: left center;
	width:16px;
	text-indent:-999999px;
	opacity:0.8;
}
a#addToBookmark{
	background:url("images/bookmark.png") no-repeat;
	background-position: left center;
	width:16px;
	text-indent:-999999px;
	opacity:0.8;
}
a#addToFacebook span, a#addToTwitter span, a#addToBookmark span{
	text-indent:-99999999px;
}
a#addToTwitter:hover, a#addToFacebook:hover, a#addToBookmark:hover{
	opacity:1;
}

/* Toolbar Share icons */


/* Free membership */
li#freeMembership{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:4px;
	background: transparent url("images/toolbarbgfreemb.png") repeat-x;
	margin-left:30px;
	font-weight:bold;
}
li#freeMembership a:hover{
	color:#FFF3DF;
}

/* Fixing position fixed for IE */
@media screen
{
div#toolbarBored {
	position: fixed;
}
* html {
	overflow-y: hidden;
}
* html body {
	overflow-y: auto;
	height: 100%;
	font-size: 100%;
}
* html div#toolbarBored {
	position: absolute;  
}