/*
Theme Name:     Twenty Ten Steve
Template:       twentyten
*/

@import url("../twentyten/style.css");

/* MENU */

#access li:hover > a,
#access ul ul :hover > a {
	color: black;
	background: #73D321;
}

/* PAGE HEADER */

#header {
	padding: 30px 0 0 0;
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 500px;
	font-size: 30px;
	line-height: 36px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-title :hover > a {
	color: #73D321;
}

#site-description {
	clear: right;
	float: right;
	text-align: right;
	color: #73D321;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	margin: 14px 0 18px 0;
	width: 420px;
}

/* ONE COLUMN LAYOUT */

.one-column #content {
	margin: 0 auto;
	width: 900px;
}
