@charset "UTF-8";
/* CSS Document */

#header {
	height: 105px;
	width: 985px;
	position: relative;
	margin-bottom: 10px;
}
#logo {
	position: absolute;
	height: 45px;
	width: 295px;
	left: 20px;
	top: 10px;
}
#tagline {
	height: 50px;
	width: 285px;
	left: 340px;
	position: absolute;
	top: 15px;
	background-image: url(../images/grey-matter-v2.png);
	background-repeat: no-repeat;
}
#share {
	position:absolute;
	top:55px;
	width:125px;
	height:35px;
	right: 20px;
}
#share p {
	color: #CCC;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
}
#menu {
	float: left;
	width: 685px;
	padding-left: 20px;
	margin-bottom: 10px;
	position: absolute;
	top: 70px;
}
#menu a {
	line-height: 35px;
	padding-right: 12px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-left: 12px;
	display: inline-block;
	float: left;
	margin-right: 8px;
	background-color: #C00;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 1px #000;
}
#menu a.last {
	border-right-style: none;
}
#menu a:hover {
	text-decoration: underline;
	background-image: url(../images/transparent-bg.png);
}
