@charset "UTF-8";

/**
 * Theme Name:     TwentyTen_Yanomami
 * Theme URI:      http://yanomami-hilfe.de
 * Description:    Child theme for the Twenty Ten theme. Customized for Yanomami-Hilfe.
 * Author:         vektorrausch GmbH
 * Author URI:     http://vektorrausch.de/
 * Template:       twentyten
 * Version:        2.0 (01.09.2010)
 */

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

/* Layout
************************************************************************************/

body { background:#253020 url(images_ym/bg-urwald2.jpg) repeat-x top;  }
#wrapper { background:none; padding:0; }
#header { position:relative; padding:0; }
#branding img { border:10px solid #fff; border-bottom:none; }
#access { border-left:10px solid #fff; border-right:10px solid #fff; }
#main { background:#fff; padding:20px 10px; }
#footer { background:#fff; padding:20px 10px 0; }

#site-title { width:940px; height:60px; background:url(images_ym/yanomami-hilfe-logo2.gif) no-repeat left top; text-indent:-9000em; }
#site-title a { display:block; }

#site-description {
	position:absolute;
	left:5px;
	top:22px;
	width:500px;
	color:#fff;
	font-style: normal;
	font-size:14px;
}

#primary,
#secondary {
	font-size:13px;
}

#primary #language-selector {
	height: 100px;
}

#language-selector li.icl-en {
	margin-top: 8px !important;
	border-top: 1px solid #ccc;
}


/* Links
************************************************************************************/

a:link,
a:visited {
	color: /*#DF260D*/ #386F22;
}

a:active,
a:hover {
	color: #BF200B;
}

a.headerpic {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	border:2px solid #eee;
}

a.headerpic:hover {
	border:2px solid #386F22;
}

a.headerpic img {
	float: left;
}

/* Hauptmenu */

#access ul ul {
	width: 220px;
}
#access ul ul li {
	min-width: 220px;
}
#access ul ul a {
	width: 200px;
}


/* Ausblenden von Objekten
************************************************************************************/

.meta-sep,
.author {
	display: none;
}
