
@charset "utf-8";
/* CSS Document */

/*
 Theme Name: elf62.net Theme
 Theme URI: http://www.elf62.net
 Description: Template für die Grafikagentur elf62.net
 Version: 0.1
 Author: Johannes Großer
 Author URI: http://johannes.groszer.net
 License: GPL
 */
 

/* Google-Fonts einbinden */
@import url("http://fonts.googleapis.com/css?family=Cabin");
@import url("http://fonts.googleapis.com/css?family=Arvo");
@import url("http://fonts.googleapis.com/css?family=Josefin+Sans");
@import url("http://fonts.googleapis.com/css?family=Cantarell");
@import url("http://fonts.googleapis.com/css?family=Ubuntu");
@import url("http://fonts.googleapis.com/css?family=Philosopher");

/* STYLESHEETS */


/********************************************
*******   allgemeine Definitionen     *******
********************************************/

body {
	background: #fff;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 170%;
	margin: 0;
	padding: 0;
	}

a {
	color: #87a900;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1, h2 {
	font-family: 'Philosopher', arial, serif;
	font-size: 22px;
	color: #87a900;
	font-weight: normal;
	margin: 0 0 3px 0;
	letter-spacing: 0.08em;
	position: relative;
	left: -19px;
	}

h1:before, h2:before {
	content: "\00bb";
	padding-right: 4px;
	font-family: "Georgia";
	font-style: italic;
	}

#container {
	width: 1000px;
	margin: 0 auto;
	}

#container-abs {
	width: 1000px;
	margin: 0;
	padding: 0;
	position: absolute;
	height: auto;
	}

/********************************************
*******           Header              *******
********************************************/

#header {
	width: 1000px;
	height: 180px;
	background: url(elf62logo.jpg) left top no-repeat;
	}

#header a.slogan {
	font-size: 0px;
	color: none;
	float: left;
	}

#header #slogan {
	padding-top: 120px;
	font-family: Tahoma;
	color: #999;
	font-size: 9px;
	letter-spacing: 4px;
	padding-left: 5px;
	word-spacing: 1px;
	text-transform: uppercase;
	}

#header a.slogan:hover {
	text-decoration: none;
	}

#header a.slogan:hover #slogan {
	color: #87a900;
	}

#header #topnav {
	float: right;
	padding-top: 118px;
	height: 20px;
	}

#header #topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#header #topnav ul li {
	float: left;
	padding-right: 15px;
	}

#header #topnav ul li:after {
	content: "|";
	color: #87a900;
	font-family: Tahoma;
	padding-left: 15px;
	}

#header #topnav ul li a {
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 4px;
	padding-left: 3px;
	word-spacing: 1px;
	text-transform: uppercase;
	}

#header .menu-menu-header-container, #header .menu-topmenu-container {
	float: left;
	}

#header #span {
	float: left;
	}

#header #span form {
	padding: 0;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 4px;
	padding-left: 3px;
	word-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}

#header #span input[type=text] {
	border: 0;
	background: #eee;
	padding: 4px;
	margin: 0;
	}

#header #span input[type=image] {
	border: 0;
	background: #fff;
	margin-bottom: -6px;
	}

#header #span input[type=submit] {
	border: 0;
	background: #eee;
	padding: 3px 6px 3px 6px;
	}

/********************************************
*******          Sidebars             *******
********************************************/

#sidebar-left {
	width: 300px;
	float: left;
	padding-right: 15px;
	padding-top: 2px;
	}
	
#sidebar-left ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#sidebar-left ul:last-child {
	padding: 0;
	}
	
#sidebar-left ul li {
	padding: 0 0 15px 0;
    height: 25px;
	}

#sidebar-left ul li a {
	font-size: 22px;
	letter-spacing: 0.08em;
	font-family: 'Philosopher', arial, serif;
	text-decoration: none;
	color: #000;
    line-height: 25px;
	position: relative;
	top: 0px;
	left: 0px;
	}

#sidebar-left ul li a:hover {
	color: #87a900;
	top: -3px;
	left: -19px;
	}

#sidebar-left ul li a:hover:before {
	content: "\00bb";
	padding-right: 4px;
	font-family: "Georgia";
	font-style: italic;
	}

#sidebar-left ul li[class*=current-menu-item] a {
	top: -3px;
	left: -19px;
	}

#sidebar-left ul li[class*=current-menu-item] a:before {
	content: "\00bb";
	padding-right: 4px;
	font-family: "Georgia";
	font-style: italic;
	}

#sidebar-right {
	display: none;
	width: 220px;
	float: left;
	}
	

/********************************************
*******           Content             *******
********************************************/

#content {
	width: 685px;
	max-width: 685px;
	float: left;
	padding: 0;
	margin-bottom: 30px;
	}

#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content .post img[class*=big-view]{
	margin-bottom: 10px;
	border: solid 1px #ddd;
	display: block;
	}

#content .post img[class*=post-thumbnail]{
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	}

#content .post {
	padding-bottom: 50px;
	}

#content .post h1 {
	padding-bottom: 10px;
	}
	
#content .post:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#content .post input[type=text] {
	width: 300px;
	border: 0;
	background: #eee;
	padding: 4px;
	margin: 0;
	}

#content .post .alignright {
	color: #777;
	font-style: italic;
	text-align: left;
	margin: 10px 0;
	}

#content .post textarea {
	width: 300px;
	border: 1px solid #eee;
	background: #fff;
	padding: 4px;
	margin: 0;
	}
	

/********************************************
*******           Footer              *******
********************************************/

#footer {
	width: 685px;
	/* background: url(elf62logo.jpg) right center no-repeat; */
	position: absolute;
	bottom: -13px;
	text-align: right;
	color: #87a900;
	font-family: Georgia;
	font-style: italic;
	}

#footer ul {
	list-style: none;
	float: right;
	margin: 0 0 30px 0;
	}

#footer ul li {
	float: left;
	padding-left: 25px;
	}
