/*
Theme Name: enterprise2null
Theme URI: http://www.enterprise2null.com/
Description: WordPress-Theme
Version: 0.1
Author: Emanuel Kluge
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* GENERAL
============================================*/

body {
	height: 100%;
	background: #FFF url('images/background.jpg') 0 0 repeat-x;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.4px;
	text-align: center;
	color: #666;
}

a:link,
a:visited,
a:active {
	color: #9C6;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

/* HEADER
============================================*/

#menu {
	position: relative;
	width: 750px;
	margin: 1px auto;
}

#menu ul {
	width: 750px;
	height: 26px;
	clear: left;
}

#menu ul li,
#menu ul li.current_page_item {
	width: auto;
	_width: 1%;
	height: 26px;
	display: inline;
	float: left;
}

#menu ul li a {
	display: block;
	width: auto;
	height: 21px;
	padding: 3px 8px 0 8px;
	line-height: 21px;
	font-size: 14px;
	background-color: #666;
	border-bottom: 2px solid #999;
}

#menu ul li a:link,
#menu ul li a:visited {
	color: #F6F6F6;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #9C6;
	border-bottom: 2px solid #9C6;
	text-decoration: none;
}

#menu ul li.current_page_item a:link,
#menu ul li.current_page_item a:visited {
	color: #9C6;
	border-bottom: 2px solid #9C6;
	text-decoration: none;
}

#menu ul li.current_page_item a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 2px solid #999;
}

#posts_feed {
	position: absolute;
	height: 11px;
	width: auto;
	top: 1px;
	right: 0;
	padding: 0 13px 0 0;
	background: url('images/rss.jpg') 100% 0 no-repeat;
	font-size: 11px;
	line-height: 11px;
}

#comments_feed {
	position: absolute;
	height: 11px;
	width: auto;
	top: 14px;
	right: 0;
	padding: 0 13px 0 0;
	background: url('images/rss.jpg') 100% 0% no-repeat;
	font-size: 11px;
	line-height: 11px;
}

#banner {
	width: 100%;
	clear: left;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#banner h1 {
	width: 750px;
	height: 86px;
	margin: 0px auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/ent2null.png') 0 0 no-repeat;
	cursor: pointer;
}

#top_hr {
	width: 100%;
	height: 10px;
	background-color: #F6F6F6;
}

#top_hr hr {
	display: none;
}

#wrap {
	width: 750px;
	margin: 20px auto;
	clear: left;
	text-align: left;
}

/* CONTENT	
============================================*/

#content {
	width: 500px;
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

.post {
	margin: 0 0 30px 0;
	clear: both;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 3 0;
	color: #9C6;
	font-weight: bold;
}

.author {
	font-size: 11px;
	line-height: 11px;
}

.beitrag {
	margin: 20px 0 0 0;
}

.beitrag p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.beitrag ul,
.beitrag ol {
	list-style-position: inside;
	margin: 0 0 10 0;
}

.beitrag ul {
	list-style-type: circle;
}

.beitrag ol {
	list-style-type: armenian;
}

.beitrag img {
	margin: 0 0 10px 0;
}

.beitrag h4 {
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #9C6;
}

.wp-smiley {
	margin: 0;
	padding: 0;
	border: 0;
}

blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #DDD;
}

code {
	color: #000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.lizenz {
	font-size: 10px;
	line-height: 12px;
}

.postmeta {
	margin: 10px 0 0 0;
	padding: 3px 3px 2px 10px;
	font-size: 11px;
	line-height: 13px;
	background: #F6F6F6;
	border-bottom: 1px solid #EEE;
}

/* 	COMMENTS	
============================================*/

#comments {
	width: 500px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 20px;
	line-height: 24px;
}

.commentlist {
	width: 500px;
}

.commentlist li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 45px 10px 0;
	border-bottom: 1px solid #EEE;
}

.avatar {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.avatar img {
	padding: 1px;
	border: 1px solid #EEE;
}

cite {
	font-size: 18px;
	line-height: 21px;
}

.commentlist li p {
	margin: 10px 0 0 0;
}

.commentmetadata {
	font-size: 10px;
	line-height: 12px;
}

#respond {
	margin: 20px 0px;
}

#author,
#email,
#url,
#comment {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #DDD;
	color: #666;
}

#comment {
	width: 494px;
	color: #666;
}

#submit {
	padding: 3px 5px;
	margin: 0 0 20px 0;
	background: #FFF;
	border: 1px solid #DDD;
	color: #666;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

p.subscribe-to-comments {
	border: none;
}

/* SIDEBAR 	
============================================*/

#sidebar {
	width: 230px;
	float: left;
	display: inline;
	background: #FFF;
}

.sideblog_li,
#twitter,
.search_li,
.tag_cloud_li,
.categories_li,
.blogroll_li {
	margin: 0 0 15px 0;
}

/* IE Bug-fixing #START# */

* html #twitter img,
* html #sidebar li h3 {
	margin-left: -16px;
}

* html #s {
	margin-left: -10px;
}

/* IE Bug-fixing #END# */

#sidebar li h3 {
	padding: 3px 10px 0 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: #F6F6F6;
	border-bottom: 1px solid #EEE;
}

#sidebar li ul li,
#sideblog,
#tag_cloud {
	padding-left: 10px;
}

#sideblog p {
	font-size: 14px;
	line-height: 16px;
}

#sideblog_hr {
	width: 210px;
	height: 3px;
	margin: 5px 0px;
	background: #EEE;
}

#sideblog_hr hr {
	display: none;
}

#search {
	width: 220px;
	height: 20px;
	margin: 0 0 0 10px;
	clear: left;
}

#s {
	width: 188px;
	height: 18px;
	padding: 0 3px;
	float: left;
	display: inline;
	color: #DDD;
	border: 1px solid #DDD;
	border-right: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#s:focus {
	color: #666;
}

#searchsubmit {
	width: 18px;
	height: 18px;
	padding: 0 3px;
	float: left;
	display: inline;
	background: #FFF url('images/lupe.png') 50% 50% no-repeat;
	border: 1px solid #DDD;
	border-left: 0;
}

/* RELATED POSTS		
============================================*/

#related_posts {
	width: 500px;
	margin: 20px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#related_posts h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

#related_posts ul {
	list-style: square;
	list-style-position: inside;
}

/* PAGEBAR
============================================*/

.pagebar {
	width: 500px;
	margin: 0 0 20px 0;
	text-align: center;
}

.pagebar a {
	margin: 0 2px;
}

/* FOOTER	
============================================*/

#footer {
	width: 100%;
	clear: left;
	margin: 20px 0 0 0;
	border-top: 1px solid #DDD;
	text-align: center;
}

#footer p {
	width: 750px;
	margin: 5px auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}

/* WORDPRESS-STUFF	
============================================*/

img.centered,
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}


.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* CAPTION	
============================================*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 10px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}