/*
Theme Name: Twentyeleven eap
Description: eastern partnership program
Author: Clemens Adler
Template: twentyeleven
*/

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

/* =Menu
-------------------------------------------------------------- */

#branding {
	border-top: 2px solid #6eb8ff;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-generator {
	background: #6eb8ff;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}

#branding img.logo-image {
	width: 244px;
	margin-top: 15px;
	margin-bottom: -40px;
}

#branding img.aegee-image {
	float: right;
	width: 177px;
	margin-top: 15px;
	margin-bottom: -40px;
	margin-right: 30px;
}

#branding #searchform {
	position: absolute;
	top: 9.8em;
	right: 7.6%;
	text-align: right;
}

#site-title {
	top: 1em;
	float: left;
	clear: none;
	margin-left: 120px;
	padding-top: 0px;
	margin-right: 0;
	width: 70%;
	text-indent: -999em
}

#site-description {
	float: left;
	clear: none;
	margin-left: 113px;
	margin-right: 0;
	margin-bottom: 1em;
	width: 70%;
	font-size: 17px;
}

/* Menu text color
#access a {
	color: #000;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
*/

/* Menu color
*/

#access {
	background: #0082fe; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#0082fe, #0267c7);
	background: -o-linear-gradient(#0082fe, #0267c7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0082fe), to(#0267c7)); /* older webkit syntax */
	background: -webkit-linear-gradient(#0082fe, #0267c7);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

/* Menu Hover color
#access li:hover > a, #access ul ul:hover > a, #access a:focus {
	background: #0082fe !important;
}
*/

/* Text color on Hover
#access li:hover > a, #access a:focus {
	color: #373737;
*/

/* Background drop down menus
*/
#access ul ul a {
background: #4ca7fe;
color: #fff;
}

/*#branding #searchform {
/*	display: none;
/*}

}
