/*
Theme Name: Namena.me
Theme URI: http://wordpress.org/
Description: Custom theme for Ansgar Silies by the namena.me grandezza
Version: 1.0
Author: Mathias Funk
Author URI: http://namena.me/
Tags: portfolio
Text Domain: namename
*/


/* layout */
/***********************************************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

#page {
	
}

#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 135px;
}

#logo {
	margin: 40px 0 0 75px;
}

#navi {
	margin: -10px 0 0 75px;
}

#navi img {
	float: left;
	border: 0 !important;
}

#navi ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi ul li a {
	height: 17px;
	display: block;
	background-position: bottom left;
	margin: 10px 6px 0 0;
}

#portfolio_button a {
	width: 56px;
	background: url('images/portfolio_button.gif');
}
#projekte_button a {
	width: 54px;
	background: url('images/projekte_button.gif');
}
#vita_button a {
	width: 26px;
	background: url('images/vita_button.gif');
}
#kontakt_button a {
	width: 52px;
	background: url('images/kontakt_button.gif');
}

#navi ul li a:hover, #navi ul li.current a {
	background-position: top left;
}

#content {
	width: 757px;
	float: left;
	margin: 135px 50px 0 0;
}

#content h4 {
	margin: -8px 0 20px 0;
}

#content #galeria {
	margin: -10px 0 400px 75px;
}

#content #galeria .thumb {
	width: 142px;
	height: 100px;
	
	margin: 20px 28px 15px 0;
	float: left;
}

#content #galeria .thumb a {	
	display: block;
	border: 1px solid #2f2f2f;
}

#content #galeria .thumb .caption, #content #galeria .thumb .category {
	width: 160px;
	margin: 2px 0;
}

#content #left_column {
	width: 228px;
	margin: 15px 35px 30px 75px;
	float: left;
}

#content #left_column img {
	margin: 0 0 30px 0;
}

#content #right_column img {
	margin: 0 12px 12px 0;
}

#content #right_column {
	width: 384px;
	margin: 15px 0px;
	float: left;
}

.project {
	clear: left;
	margin-bottom: 20px;
}

.project h2 {
	margin: 13px 0 5px 0;
}

.project img {
	float: left;
	margin-right: 20px;
}

#content #right_column.timeline h2 {
	margin-bottom: 20px;
}

#content #right_column.timeline h3 {
	font-size: 11px;
}

#content #right_column.timeline p {
	position: relative;
	top: -25px;
	margin: 0 0 0 50px;
}

#content #full_column {
	width: 612px;
	margin: 0 50px 0 75px;
	float: left;
}

#content_pushup {
	clear: both;
	height: 30px;
}

#news, #news_inactive {
	position: fixed;
	z-index: 10;
	left: 757px;
	top: 135px;
	width: 173px;
	padding: 10px;
}

#footer {
	clear: both;
	width:  1000px;
	padding: 10px 0;
}

#footer #backnavigation {
	float: left;
	margin: 0 0 0 75px;
}

#footer #breadcrumbs {
	float: right;
}

#footer #breadcrumbs img {
	margin: 0 0 0 50px;
}


/* farben, schriften */
/***********************************************************************************************************************/

html {
	font-family: sans-serif;
	font-size: 11px;
	
	color: #696969;
	background: #292929;
}

#header {
	background: #292929;
}

#navi {
	font-family: Helvetica, Arial, sans-serif;
}

#content, #news, #news_inactive {
	background: #232323;
}

#content p {
	line-height: 1.5em;
	font-weight: normal;
}

#news, #news_inactive {
	border-left: 50px #292929 solid;
}

.thumb, .foto {
	font-size: 9px;
	background: #232323;
}

.thumb img, .foto img, img.foto {
	border: 6px solid #1b1b1b;
}

h1 {
	color: #ccc;
}

h2, h3 {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
}

h4 {
	color: #69696a;
	font-size: 10px;
	font-weight: normal;
}

#left_column h2 {

}

#left_column p {
	font-size: 11px;
}

#right_column img {
	border: 6px solid #1b1b1b;
}

.project h2 {
	font-size: 14px;
}

.raum_text {
	color: #4e8097;
	font-variant: normal;
}

.klang_text {
	color: #584358;
	font-variant: normal;
}

.grafik_text {
	color: #829678;
	font-variant: normal;
}

#news h3 {
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
}

#news p {
	font-size: 10px;
	color: #888;
}

#news a, #news a:active {
	color: #FFF684;
}
#news_inactive a, #news_inactive a:active {
	color: #7d794f;
}

#news a:visited {
	color: #C9C36D;
}
#news_inactive a:visited {
	color: #c9c36d;
}

#news a:hover {
	color: #fffab9;
}
#news_inactive a:hover {
	color: #b3ad5f;
}

#news_inactive h3 {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

#news_inactive p {
	font-size: 10px;
	color: #555;
}

#news #adresse {
	font-size: 10px;
	color: #666;
}

#news_inactive #adresse {
	font-size: 10px;
	color: #444;
}

#footer {
	color: #000;
	background: #292929;
}

#footer #backnavigation a {
	text-decoration: none;
}

#footer #backnavigation a:hover {
	text-decoration: underline;
}

#footer #breadcrumbs a {
	color: #000;
	text-decoration: none;
}

#footer #breadcrumbs a:hover {
	text-decoration: underline;
}
