/**
 * Dzhuvinov.com
 *
 * Site-wide header style
 *
 * Yellow theme colour: #eae021
 * Grey highlight: #f2f2f2
 * Fine grey line: #dddddd
 *
 * @author Vladimir Dzhuvinov
 * @version 2010-07-13
 */

/*** Top site header with site subdomain links ***/

#site-header {
	margin: 0;
	width: 100%;
	height: 35px;
	background: transparent url('http://dzhuvinov.com/site-header.png') top left repeat-x;
	padding: 4px 0 0 0;
}

#site-header a {
	text-decoration: none;
	color: #000000;
}

#site-header a:hover, #site-header a:active {
	text-decoration: underline;
}

#site-header ul {
	width: 860px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	list-style: none;
}

#site-header li {
	display: inline;
	float: left;
	width: 20%;
	line-height: 180%;
	font-size: 11px;
	font-family: sans-serif;
	text-align: center;
}

#site-header li:first-child {
	text-align: left;
	font-weight: bold;
}

#site-header li:last-child {
	text-align: right;
}
