/*  
Theme Name: Internet Paten Theme
Theme URI: http://www.kompetenzz.de
Description: Theme based on TerraFirma by <a href="http://www.nodethirtythree.com/" title="nodethirtythree">nodethirtythree</a>.
Version: 1.0
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #e6e6e6 url(images/main_bg.gif) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #606970;
	line-height: 18px;
}

a {
	color: #f60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus { outline: none; }

p {
	margin-bottom: 18px;
}

ul, ol {
	margin: 1em;
	padding: 0;
}

li {
	margin: 0 1em;
	padding: 5px 0;
}

blockquote {
    margin: 10px 20px;
    padding-left: 10px;
    border-left: #ccc 2px solid;
}

fieldset {
	border: none;
}

img.left {
	float: left;
	margin: 0 14px 3px 0;
}

img.right {
	float: right;
	margin: 0 14px 3px 0;
}

a img {
	border: none;
}

#upbg {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(images/upbg.gif) no-repeat;
	width: 780px;
	height: 264px;
	z-index: 1;
}

#outer {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: #e6e6e6 url(images/abg.gif) repeat-y;
}

#inner {
	position: relative;
	padding: 13px 30px 13px 30px;
	z-index: 2;
}

#header {
	position: absolute;
	margin: 20px 0 0 2px;
}

#header span {
	font-weight: normal;
}

#header h1 {
	line-height: 24px;
	font-size: 18px;
}

#header h1 a {
	color: #f60;
	text-decoration: none;
}

#header h2 {
	font-weight: bold;
	color: #976409;
	font-size: 14px;
}

#splash {
	position: absolute;
	background: #fff url(images/logo_internet_erfahren.gif) 25px no-repeat;
	right: 30px;
	width: 210px;
	height: 85px;
	border: #A9B2B9 solid 1px;
	padding: 5px;
}

#menu {
	position: relative;
	background: #976409 url(images/navi_bg.gif) repeat-x;
	height: 80px;
	margin: 110px 0 0 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 40px;
	font-weight: normal;
}

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/navi_bg_trenner.gif) right no-repeat;
}

#menu ul li a {
	color: #fff;
	padding: 12px 15px 12px 15px;
}

#menu ul li a:hover {
	background: transparent url(images/navi_bg_hover.gif) right no-repeat;
	text-decoration: none;
}

#menu ul li.current_page_item a {
	background: transparent url(images/navi_bg_current.gif) right no-repeat;
	color: #fff;
	text-decoration: none;
}

#content {
	position: relative;
	width: 480px;
	float: left;
}

#content h2 {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	color: #f60;
	margin: 0 0 1em 0;
}

#content h3 {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	color: #606970;
	margin: 0 0 .5em 0;
}

#content h3 a:link, #content h3 a:visited {
	color: #606970;
}

#content ul {
    margin: 1em;
    padding: 0 1em;
    list-style-image: url(images/bullet.gif);
}

#content ol {
    list-style-type: decimal;
    margin: 1em;
    padding: 0 1em;
}

#content .entry {
	margin-bottom: 2em;
}

#content .post {
	margin-bottom: 2em;
}

#content .post .entry {
	margin-bottom: 0;
}

#content ul.asides {
	list-style: none;
	margin: 2em 0;
	padding: 0;
}

#content ul.asides li {
	list-style: none;
	padding: 0.5em 0;	
}

#content .post .footer {
	clear: both;
	border-top: #B08944 solid 1px;
	border-bottom: #B08944 solid 1px;
}

#content .post .footer ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

#content .post .footer ul li {
	display: inline;
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 2px 0 2px 16px;
}

#content .post .footer ul li.date {
	background-image: url(images/date.gif);
	color: #976409;
}

#content .post .footer ul li.user {
	background-image: url(images/user.png);
}

#content .post .footer ul li.comments {
	background-image: url(images/comment.gif);
}

#content .post .footer ul li.readmore {
	background-image: url(images/sheet.gif);
}

#content .post h4 {
	font-size: 1em;
	font-weight: normal;
}

#content .post h4 em {
	font-style: normal;
	float: right;
	font-weight: normal;
}

div.user {
	font-style: italic;
	padding: 0 0 .5em 0;
}

#sidebar {
	position: relative;
	width: 220px;
	float: right;
	background: #f1f1f1 url(images/sidebar_bg.gif) top repeat-x;
	border-bottom: #A9B2B9 solid 1px;
	color: #606970;
	margin-bottom: 2em;
}

#sidebar h2 {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	background: #606970 url(images/sidebar_head.gif) top repeat-x;
	padding: 2px 0 3px 10px;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
}

img.profile {
	position: relative;
	margin: .5em 0;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

#sidebar ul li {
	padding: 2px 0;
	margin: 0;
}

#sidebar ul ul {
	list-style-image: url(images/arrow2.gif);
	padding: 0 10px .5em 30px;
	margin: 0;
}

#sidebar ul p {
	padding: 0 10px;
}

#sidebar ul.feeds li {
	list-style-image: url(images/feed.gif);
	margin: 5px 0;
	padding: 0;
}

/*comments and their styles*/

h3#comments {
	margin: 1em 0 .5em 0;
}

#comments, #respond {
	margin: 2em 0 0 5px;
}

#commentform {
	padding: 10px 0;
}

#outer .commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style: none;
	margin: 2em 0;
	padding: 0;			
}

.commentlist li p {
    margin: 1em;
}

.commentlist li .cmtinfo {
	background: url(images/comment_bg.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border-top: #A9B2B9 1px solid;
}

.commentlist li .cmtinfo em {
	margin: 0;
	padding: 0 1em;
	text-align: right;
	font-style: normal;			
	color: #606970;	
}

.commentlist li.alt .cmtinfo {
	background: #fff url(images/comment_bg.gif) repeat-x top;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	border-top: #A9B2B9 1px solid;
}

.commentlist li.authorcomment {
	
}

#outer .nocomments {
	text-align: center;
	color: #f60;
}

#outer .trackback {
	background: url(images/links.gif) no-repeat left;
	padding: 2px 20px;
}

#outer .commentsrss {
	background: url(images/feed.gif) no-repeat left;
	padding: 2px 17px;
}

.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

input.text, textarea, select {
	padding: 5px;
	background: #fff url(images/comment_bg.gif) repeat-x top;
	border: 1px solid #A9B2B9;	
}

textarea {
	width: 465px;
	height: 20em;	
}

#outer input.text:focus, textarea:focus {
	border: #F60 1px solid;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	background: #fff url(images/footer_bg.gif) bottom repeat-x;
	color: #606970;
	padding: 60px 20px 0 20px;
	margin: 0;
	border-bottom: #A9B2B9 1px solid;
}

#footer a:link,#footer a:visited {
	color: #606970;
	text-decoration: none;	
	border: none;
}

#footer a:hover,#footer a:active {
	text-decoration: underline;	
	border: none;
}

#search {
	color: #fff;
	text-transform: none;
	float: right;
	margin: 10px 10px 0 0;
}

#search input {
	padding: 2px;
}

#searchsubmit {
	border: #fff 1px solid;
	color: #606970;
}

#searchsubmit:hover {
	border: #fff 1px solid;
	background: #f60;
	color: #fff;
}

p.trackback {
	border-top: #B08944 1px solid;
	border-bottom: #B08944 1px solid;
	margin-top: 1em;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 195px;	
	border: #A9B2B9 1px solid;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	font-weight: bold;	
	margin: 0;
	padding: 5px 0;
	}
#wp-calendar thead {
	margin: 0;
	padding: 0;	
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;	
	background: url(images/kalender_bg.gif) repeat top;
	}
#wp-calendar th 
{
	padding: 3px 0;
	text-align: center;	
	background:url(images/kalender_head_bg.gif) repeat top;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
