/*
Theme Name: Vera Makes It!
Description: Custom theme for Vera Makes It!  Child theme of Twenty Ten.
Author: Mike and Vera
Template: twentyten
*/

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

#wrapper {
	background: #FDF2A3;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #468966;
	border-bottom: 1px solid #468966;
	clear: both;
	display: block;
}

#access {
	background: #468966;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #34674C;
	color: #fff;
}
#access a {
	color: #D5D5D5;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

.form-allowed-tags { display: none; }