/*
Theme Name: Twenty Eleven BDS
Theme URI: http://theme.fm
Description: Child theme for the Twenty Eleven theme
Author: Byron
Author URI: 
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

#site-title a {
    background:url("images/logo.jpg") no-repeat scroll 0 0 transparent;
    display:block;
    height:193px; /*add your logo height*/
    width:600px;/*add your logo width*/
    position:relative;
    text-indent:-9999px;/*get the actual text out of sight*/
    top:0;/*only if you need to push the logo down otherwise set to 0*/
    left:-10px;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
	display: none;
}

#site-title {
margin-right: 270px;
padding: 0;
}

#branding hgroup {
margin: 0 0 0 20px;
}