/*
Theme Name: Twenty Eleven Child
Description: Child theme for the twentyeleven theme 
Author: Damir Pinezic
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

.site-title a {
    color: #000000;
}
#site-title {
	margin-right: 270px;
	padding: 2em 0 0;
}

#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 1.5em 0;
}

/* Structure the header area */
#header-widget-area {
	overflow: hidden;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:20px;
}
#header-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#header-widget-area #fourth {
	margin-right: 0;
}