/*
Theme Name: rpg-services (DE)
Description: rpg-services.de theme
Version: 1.0
Author: Itteco Software
Author URI: http://itteco.com/
*/


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/menu_bck.gif) repeat-x 0 0 white;
}
p, form, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p, td, th, input, select, textarea, h1, h2, h3, h4, ul {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
td p {
	font-size: 1em;
}
img {
	border: none;
}
a:link, a:active {
	color: #db680b;
	text-decoration: underline;
}
a:hover {
	color: #db680b;
	text-decoration: none;
}
a:visited {
	color: #db680b;
}


input, select, textarea {
	border: 1px solid #ced2d8;
	background-color: #f8f8f8;
}

#cover {
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 133px;
	padding-bottom: 50px;
	overflow: hidden;
	background: url(images/logo_bck.gif) no-repeat 0 0;
}
#logo {
	float: left;
	width: 335px;
	height: 112px;
	padding: 14px 0 0 21px;
}
#logo a:link, #logo a:visited, #logo a:active {
	display: block;
	background: url(images/logo.gif);
	width: 227px;
	height: 112px;
	text-indent: -9999px;
}

#menu {
	float: right;
	text-align: right;
	padding-right: 27px;
}
#lang {
	height: 55px;
	padding-top: 7px;
	text-align: right;
}
#lang p {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
}
#lang select {
	font-size: 1em;
	font-weight: normal;
	color: black;
	margin-left: 3px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	float: right;
}
#menu ul li {
	display: inherit;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 24px;
	background: url(images/menu_divider.gif) no-repeat 12px 8px;
}
#menu ul li.first-child {
	background: none;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#body {
	overflow: auto;
	width: 100%
}
#left {
	float: left;
	width: 660px;
	padding-left: 27px;
}
#right {
	float: right;
	width: 214px;	
	padding-right: 27px;
}
#footer {
	border-top: 1px solid #cccccc;
	margin: 50px 27px 0 27px;
	text-align: center;
	font-size: .87em;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #737373;
	line-height: 150%;	
}



.block {
	background: url(images/block_body.gif) repeat-y 0 0;
	width: 214px;
	margin: 10px 0 30px 0;
}
.block h2 {
	background: url(images/block_header.gif) no-repeat 0 0 #cccccc;
	font-weight: bold;
	padding: 4px 9px;
}
.block .block-body {
	background: url(images/block_footer.gif) no-repeat bottom left;
	padding: 5px 1px 5px 1px;
}

.block .block-body-text {
	background: url(images/block_footer.gif) no-repeat bottom left;
	padding: 5px 9px 10px 9px;
}

.block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.block li {
	padding: 4px 10px 6px 10px;
}

.block ul.menu li {
	line-height: 100%;
	color: #737373;
}
.block ul.menu li.current-cat {
	background-color: #f0f0f0;
}
.block ul.menu li.current-cat a:link, .block ul.menu li.current-cat a:visited, .block ul.menu li.current-cat a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.block ul.small li {
	line-height: 120%;
	font-size: .9em;
}


h2.pagetitle {
	font-size: 2em;
	padding-bottom: 5px;
	margin-bottom: 30px;
	line-height: 100%;	
	color: #dd5500;
	border-bottom: 2px dotted #ffe8ce;
}


.post {
	padding-bottom: 60px;
}
.post h2, .post h3 {
	font-size: 1.8em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
	line-height: 100%;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:active,
.post h3 a:link, .post h3 a:visited, .post h3 a:active {
	color: black;
	text-decoration: none;
}
.post h2 a:hover, .post h3 a:hover {
	color: #db680b;
}

.post h3.search-results {
	margin-bottom: 0 !important;
}


.post p {
	padding: 5px 0 10px 0;
}
.post .entry {
	line-height: 180%;
}

p.post-tags {
	font-size: 1.2em;
	color: #404040;
	padding-top: 10px;
}
.postmeta-cover {
	height: 26px;
	background: #f0f0f0 url(images/post_footer_left.gif) no-repeat left top;
	overflow: hidden;
	margin-top: 5px;
}
.postmeta {
	background: url(images/post_footer_right.gif) no-repeat right top;
	font-size: 0.87em;
	color: #6b6b6b;
	padding: 1px 7px 0 5px;
}
.postmeta a:link, .postmeta a:visited, .postmeta a:active {
	color: #6b6b6b;
	text-decoration: underline;
}
.postmeta a:hover {
	color: #db680b;
	text-decoration: none;
}

.pm-ratings {
	color: #737373;
	padding-bottom: 10px;
	font-size: 1.1em;
}

.pm-date {
	float: left;
	display: block;
	background: url(images/icon_date.gif) no-repeat 0 1px;
	padding-left: 15px; 
	padding-right: 15px;
}
.pm-edit {
	float: left;
	display: block;
	background: url(images/icon_edit.gif) no-repeat 0 1px;
	padding-left: 16px; 
	padding-right: 15px;
}
.pm-comments {
	float: left;
	display: block;
	background: url(images/icon_comments.gif) no-repeat 0 1px;
	padding-left: 17px; 
	padding-right: 15px;
}
.pm-categories {
	float: right;
	display: block;
}

p.postdata {
	border: 1px dashed #cccccc;
	padding: 10px;
	color: #6b6b6b;
	font-size: 1.15em;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 145%;
}
.qnav {
	font-size: 1.2em;
	line-height: 145%;
	color: #6b6b6b;
	padding-top: 10px;
}
.wpemail {
	float: right;
	font-size: 1.2em;
	padding-top: 6px;
}
.wpemail a {
	padding-left: 3px;
}



h3#comments {
	font-size: 1.6em;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}

h3#respond {
	font-size: 1.6em;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;	
	padding-bottom: 40px;
}
.commentlist li.alt {
	background-color: #f2f2f2;
}
.commentlist li {
	padding: 7px 10px;
	border-bottom: 2px solid #f2f2f2;
}
.commentlist .avatar-cover {
	float: left;
}
.commentlist .avatar {
	padding: 3px;
	background-color: white;
	border: 1px solid #ededed;
	display: block;
}
.commentlist li p {
	padding-top: 7px;
	padding-bottom: 3px;
	margin-left: 50px;
}

.comauth {
	font-size: 1.1em;
	color: #737373;
	margin-left: 50px;
	padding-top: 3px;
}
.comauth cite {
	font-weight: bold;
	font-style: normal;
}

.comauth  a:link, .comauth  a:visited, .comauth  a:active {
	color: #6b6b6b;
	text-decoration: underline;
}
.comauth  a:hover {
	color: #db680b;
	text-decoration: none;
}
.comauth em {
	color: #db680b;
}
#commentform {
	padding-bottom: 50px;
}
#commentform p {
	padding-bottom: 4px;
	font-size: 1.3em;
}
#commentform input {
	font-size: 1em;
	padding: 2px;
}
#commentform input[type="text"] {
	width: 250px;
}
#commentform textarea {
	width: 650px;
	font-size: 1em;
	padding: 2px;
	overflow: auto;
}
#commentform label {
	padding-left: 3px;
	line-height: 100%;
}
#commentform .required {
	color: #db680b;
}

#commentform #submit {
	background-color: #f08100;
	border: 1px solid #dd5500;
	color: white;
	font-weight: bold;
	line-height: 100%;
	padding: auto !important;
	height: 24px;
	width: auto;
}


.navigation {
	font-size: 1.3em;
	color: #cccccc;
	padding-bottom: 3px;
}

.navigation-top {
	padding-bottom: 30px !important;
	margin-top: -20px;
}

.navigation span {
	padding: 0 5px;
}

#searchform label {
	font-size: 1.3em;
	padding-bottom: 5px;
	display: block;
}
#searchform #searchinput {
	width: 300px;
	padding: 3px;
}
#searchform #searchsubmit {
	background-color: #f08100;
	border: 1px solid #dd5500;
	color: white;
	font-weight: bold;
	line-height: 100%;
	padding: 2px;
}
.block-body-search {
	background: url(images/block_footer.gif) no-repeat bottom left;
	padding: 10px 9px;
	height: 24px;
}
.block-body-socialize {
        background: url(images/block_footer.gif) no-repeat bottom left;
	padding: 10px 9px;
}
#sidebar-searchinput {
	padding: 2px;
	position: absolute;
	width: 160px;
}
#sidebar-searchsubmit {
	background: url(images/search.gif) no-repeat #f08100;
	width: 24px;
	height: 21px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	border: none;
	font-size: 1px;
	color: #f08100;
	line-height: 1px;
	position: absolute;
	margin-left: 172px;
	cursor: pointer;
}
#recent-comments li {
	font-size: .86em;
}


.entry h3 {
	font-size: 1.8em;
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 20px 0 10px 0;
}

.entry h4 {
	font-size: 1.6em;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 15px 0 8px 0;
}

.entry ul, .entry ol {
	font-size: 1.3em;	
	padding-left: 30px;
	margin: 0px;
}

.entry li {
	padding: 3px 0;
}


#recaptcha-submit-btn-area {
	font-size: 1.3em;
    padding-top: 10px;
}

.link-feed {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon_feed.png) no-repeat scroll left center;
font-size: 1.3em;
line-height:1.15;
padding-left: 18px;
width: 214px;
}