/*
Theme Name: Ritter von Cupertino.de
Theme URI: http://www.ritter-von-cupertino.de
Version: 1.1 final
Author: Daniel Wittberger
Author URI: http://www.webidentity.at
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*CSS-Rest */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

.entry-content p{
	margin-bottom: 15px;
}
/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background: url(images/body-background.png) repeat;
}
#wrapper {
	width: 1073px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#paper_wrap_top{
	margin-left: auto;
	margin-right: auto;
	width: 1055px;
	height: 106px;
	background: url(images/back_paper_top.png) no-repeat;
}
#paper_wrap{
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 1055px;
	background: url(images/back_paper_center.png) repeat-y;
}
#paper_wrap_bottom{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 1055px;
	height: 91px;
	background-image: url(images/back_paper_bottom.png);
}
#header {
	height: 117px;
	width: 1073px;
	/*background-image: url(images/rvc-header.png);*/
	margin: 0 0px 30px;
}

#header a{
	text-decoration: none;
	outline: 0;
}

#header a:hover{
	text-decoration: none;
	outline: 0;
}

#content {
	width: 825px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
	padding-right: 15px;
	}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
	display: none;
}
.post_paper_top{
	width: 826px;
	height: 79px;
	background-image: url(images/content_paper_top.png);
}
.post {
	font-size: .9em;
	width: 766px;
	background: url(images/content_paper_bg.png) repeat-y;
	padding: 5px 30px 30px;
}

.post p{
	padding-bottom: 15px;
}

.post ul{
	padding-bottom: 15px;
}

.post_paper_bottom{
	width: 826px;
	height: 58px;
	background-image: url(images/content_paper_bottom.png);
	margin-bottom: 30px;
}
.entry-content, .entry-excerpt {
	margin-top: 20px;
	clear: left;
	line-height: 1.5em;
	
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
  border: 1px solid black;
  background-color: lightgrey;
  padding: 3px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	margin-top: 25px;
	margin-bottom: 30px;;
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
.clearboth{
	clear: both;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
	text-decoration: none;
	color: #ba9039;
}
#content a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 750px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px 0px 30px;
}
#sidebar li a:link, #sidebar li a:visited {
	margin-left: 20px;
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #1f1e1a;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	display: none;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	height: 26px;
	width: 190px;
	text-align: center;
	padding-top: 17px;
	margin-bottom: 10px;
	font-size: 1 em;
	color: #bca13e;
	background: url(images/sidebarheaderdark.png) no-repeat;
}
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0 0 15px;
  padding: 0;
}
/*===END SECTION 6===*/


.entry-date {
	height: 66px;
	width: 103px;
	padding-top: 40px;
	text-align: center;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	background: url(images/seal.png) no-repeat;
	color: #ba9039;
	font-size: 20px;
	font-weight: bold;
}

.commentbox{
	margin-top: 25px;
	text-align: center;
	height: 30px;
	vertical-align: line-height;
}

#comments-section{
	padding-left: 50px;
	padding-right: 50px
}

h3#comments{
	font-size: 120%;
	
}

#slogan_bottom{
	margin-left: 100px;
	margin-top: 25px;
}

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
	margin-bottom: 10px;
	margin-top: 5px;
}

#commentform input {
	
}
#commentform textarea {
	
}
#commentform {
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin-bottom: 25px;
	padding: 0px;
}
ol.commentlist li {
	line-height: 140%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px dotted lightgrey;
}
#content ol.commentlist li a {

}
li.author {
	padding: 5px;
}

.comment-text{
	margin-top: 15px;
	font-size: 90%;
	line-height: 150%
}

/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 350px;
  /*background: url(images/blockquote1.png) no-repeat right bottom;*/
  padding: 0 10px 0 30px;
  /*text-indent: -30px;*/
}
/*blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}*/
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

#fettfleck {
	margin-top: 15px;
	margin-bottom: 15px;
}

.entry-text{
	line-height: 1.5em;
}

#404error {
	
}

h2.pagetitle{
	padding-left: 35px;
	font-size: 150%;
	padding-bottom: 20px;
}

/* Sitezeichen */

.szwidget{
	text-align: center;
}
