/*
/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: ALBERT BORN
Template: twentyten
*/

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

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px 0;
	width: 600px;
}
#site-title a {
	color: #1a4c71;
	font-weight: bold;
	text-decoration: none;
} 
#site-description {
    font-style: normal;
	font-weight: bold;	
	width: 320px;
}
/* This is the custom header image */
#branding img {
	border-top: 4px solid #1a4c71;
	border-bottom: 1px solid #1a4c71;
}

#access {
	background: #1a4c71;
}
#access ul ul a {
	background: #e7c28b;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #e7c28b;
	color: #1a4c71;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	border-top: 4px solid #1a4c71;
}
#site-info a {
	color: #1a4c71;
}
