#topbar {
	position: fixed;
	float: left;
	width: 100%;
	padding: 5px 0 19px;
	background: url("images/topbar-bg.png") repeat-x 50% 100%;
	z-index: 999;
	font-size: 62.5%;
}

#topbar ul {
	float: left;
	padding-top: 2px;
}

#topbar ul li {
	float: left;
	margin-right: 20px;
	font-size:12px;
	line-height: 16px;
	text-transform: lowercase;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color:#999;
	text-decoration: none;
	padding: 1px 0 1px 21px;
}

#topbar ul li a:hover {
	color:#FFF;
	text-decoration: none;
}

#topbar-share {
	display: inline;
}

#share {
	position: fixed;
	margin: -1px 0 0 -383px;
     z-index: 999;
}

#share li {
	float: left;
	width: 46%;
	height: 20px;
	margin: 0 2% 10px 0;
	font-size: .95em;
}

#share a:link, #share a:active, #share a:visited {
	color: #fff;
	text-decoration: none;
}

#search {
	float: right;
}

#search #s {
	float: left;
	width: 134px;
	margin: 1px 5px 0 0;
	padding: 2px 3px;
	font-size: 1.1em;
	color: #666;
	background: #fff url("../test/images/search-input.gif") repeat-x 0 0;
	border-width: 1px;
}

#search-button {
	float: left;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}