/*
Theme Name:     RecycledVenues
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Ed
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/

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

#branding hgroup {
	background: url('images/rv-logo.png') no-repeat 11px 5px;
	margin: 0;
}

#site-title {
	padding: 60px 0px 0px 120px;
	
	overflow: visible;
	z-index: 1000;
}

#site-description {
	padding: 0px 0px 0px 120px;
	margin: 0 270px 0.65625em 0;
}


/*Menu*/

#access li.current_page_item {
	background: #a28b55;
}