/*
Theme Name:     spdtwentyten
Theme URI:      none
Description:    SPD Twenty Ten Modifications
Author:         Andreas Sommer
Author URI:     http://www.andreas-sommer.eu
Template:       twentyten
Version:        1.0
*/
@import url("../twentyten/style.css"); 


/* =Page Size
-------------------------------------------------------------- */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
    max-width: 1200px;
    min-width:  940px;
    width: 100%;
}
-------------------------------------------------------------- */



/* =Header
-------------------------------------------------------------- */
#header {
	padding: 0 0 0 0;
}
#site-title::before {
	content: url("/wp-content/themes/spdtwentyten/esommer_60x80.jpg");
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: -15px 0 0 0;
	width: 500px;
	clear: none;
}
/* original site-title margin: 0 0 18px 0; */
/* original site-title clear: -unspecified- */

#site-title a {
	color: #E70104;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	margin: 45px 0 0 0;
	width: 400px;
}
/* original site-description margin: 15px 0 18px 0; /*

/* This is the custom header image --- was: #branding img */
#brandingdiv {
	border-top: 4px solid #670104;
	border-bottom: 1px solid #670104;
	display: block;
	float: left;
	width: 100%;
	background: #670104;
}
#branding img {
	border: none;
	display: block;
	padding: auto;
	max-width: 100%;
}


/* =Menu
-------------------------------------------------------------- */
#access {
	background: #670104;
	display: block;
	float: left;
	margin: 0 auto;
    max-width: 1200px;
    min-width:  940px;
    width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
    max-width: 1200px;
    min-width:  928px;
    width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #BBB;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #C70104;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #C70104;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
