/*  
Theme Name: Einfach Elektrisch
Theme URI: http://evelyneberhardt.net/
Description: 
Version: 0.52c
Author: Moritz B&ouml;hm
Author URI: http://dev.cobalt.cc/
*/


/* ## Basic Layout ## */

body {
	margin: 0;
	padding: 0;
	background: url(gfx/meta/body_bg.png) repeat-y top left #EAE7D9;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #363632;
}

body, html {
	min-height: 100%;
}

a#home {
	background: url(gfx/meta/title_bg.png) no-repeat;
	height: 50px;
	width: 140px;
	display: block;
	margin: 0 0 35px 0;
	text-decoration: none;
}

#page {
	width: 761px;
	min-height: 100%;
	padding: 0 28px 100px 29px;
}

.einfachelektrisch {
	height: 45px;
	background: url(gfx/meta/einfachelektrisch.png) no-repeat right center;
}

div.dottedline {
	height: 1px;
	font-size: 1px;
	background: url(gfx/meta/dotted_line.png) repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.eecopy {
	font-family: "Helvetica", Verdana, sans-serif;
	font-size: 10px;
	margin-top: 7px;
}

/* ## Typography ## */

h1, h2, h3, h4, h5, h6, p, cite, blockquote, ul, li {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0 0 11px 0;
}

p {
	padding: 0 0 9px 0;
}

img {
	border: none;
}

/* ## Specific Layout ## */

/* Imageline */

ul.imgline {
	list-style: none;
	padding: 52px 0 25px 0 !important;
	width: 771px;
}

ul.imgline li {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 5px 5px 0;
	overflow: hidden;
}

/* Home */

.home_text {
	margin: 49px 0 21px 0;
	color: #727070;
}

/* Pages */

.page_content, .current_project, ul.blogroll {
	margin: 49px 0 21px 0;
	color: #363632;
	font-size: 12px;
	line-height: 18px;
}

/* Blogroll */

ul.blogroll {
	list-style: none;
	display: table;
}

ul.blogroll li {
	width: 255px;
	float: left;
}

ul.blogroll li a {
	color: #272727;
	text-decoration: none;
}

ul.blogroll li a:hover {
	color: #E5BE00;
}

/* ## Navigation ## */

ul.navigation {
	list-style: none;
	padding: 17px 0 0 0;
	height: 160px;
	background: url(gfx/meta/ee_logo.png) no-repeat right center;
}

ul.navigation li {
	line-height: 19px;
}

ul.navigation li.spacer {
	margin-bottom: 7px;
}

ul.navigation li a {
	color: #272727;
	text-decoration: none;
}

ul.navigation li a:hover {
	color: #E5BE00;
}

/* Subnavi */

ul.navigation li a.subcat {
	margin-left: 15px;
	color: #272727;
	text-decoration: none;
}

ul.navigation li a.subcat:hover, #current {
	color: #E5BE00;
}

/* Links */

.current_project a, .page_content a {
	color: #E5BE00;
	text-decoration: none;
}

.current_project a:hover, .page_content a:hover {
	color: #E5BE00;
	text-decoration: underline;
}

/*
	we're catching bullets in our teeth
	its hard to do, but they're so sweet
	and if they take a couple out
	we try to work things out
	we're catching bullets with our
	heads and hearts and all the darkest parts of us
	its strange to find such lights
	in such endless nights

	Tunng / Bullets - Good Arrows
*/