/*
Theme Name:     blagtheme
Description:    Child theme for the Twenty Ten theme 
Author:         pneuman
Template:       twentyten
*/

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

/* hide the header and description */
/*#site-title {
	display: none;
}
#site-description {
	display: none;
}*/

/* get rid of the borders on the header image */
/*#branding img {
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
}*/

#branding {
	width: 940px;
	height: 119px;
	background-image:url('wordpress_banner.png');
}

#site-title {
	width: 700px;
	float: none;
	clear: none;
	position: relative;
	left: 15px;
	top: 40px;
	margin: 0px 0px 0px 0px;
}
#site-title a {
	font-size: 40px;
	font-family: "DejaVu Sans Bold Semi-Condensed", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #94b5cb;
}
	
#site-description {
	width: 700px;
	font-size: 20px;
	font-family: "DejaVu Sans Bold Semi-Condensed", sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #94b5cb;
	float: none;
	clear: none;
	position: relative;
	left: 15px;
	top: 50px;
	margin: 0px 0px 0px 0px;
}

#wrapper {
	background: #f0f0f0;
	padding: 0 00px;
	margin-top: 0px;
}
#header {
	padding-top: 0px;
	margin-top: 0px;
}

#footer {
	margin-bottom: 0px;
}

.navigation {
        font-size:  16px;
        line-height: 22px;
}
.nav-above {
	display: none;
}
