/*  
Theme Name: Pandora-Blog
Theme URI: http://pandora-blog.de
Description: The first own theme of pandora-blog.de
Version: 1.0.1
Author: Jo 'phas0r' Burgard
Author URI: http://www.freakreactor.de

*/

/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* end reset */

body{
	margin: 0;
	font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #333;
	color: #333333;
}

img {
	border: none;
}

h1{
font-family: Arial, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a {
	border:none;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff3700;
}

a:hover {
	text-decoration: underline;
	color: #aa4433;
}

a:active , a:focus {
	outline: none;
}

p {
	padding: 10px 0 0 0;
}

pre {
	overflow-x: scroll;
}

.clear_b {
	clear: both;
}

.nopad {
	padding: 0;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: left;
   background-color: #000000;
   padding-top: 0;
   margin: 10px 0;
   /* optional rounded corners for browsers that support it
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px; */
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 15px;
   padding: 0 4px 4px 4px;
   margin: 0;
   color: #ffffff;
}


/* --- Layout --- */

/* Navigation */

#main_navigation {
	width: 600px; height: 30px;
	display: block;
	font-size: 16px;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1;
}

#menu-startseite li {
	margin: 0 5px 0 0;
	float: left;
}

#menu-startseite li a {
	padding: 4px;
	display: block;
	background: #444;
	border: 1px solid #666;
	color: #eee;
	text-align: center;
}


#menu-startseite li ul li a {
	text-align: left;
	width: 140px;
	border-width: 0 1px 1px 1px;
}

#menu-startseite li ul li:last-child a {
	border-width: 0 1px 0 1px;
}

#menu-startseite li a:hover {
	background: #555;
	text-decoration: none;
}

#menu-startseite li ul, #main_navigation li:hover ul li ul {
	width: 10em;
	position: absolute;
	left: -999em;
}

#menu-startseite li:hover ul, #main_navigation li ul li:hover ul {
	left: auto;
	z-index: 999;
}

#menu-startseite li ul ul {
	margin: -25px 0 0 149px;
}

/* ---------- */

#page_wrapper {
	width: 1033px;
	margin: 0 auto;
	background: none;
}

#topheader {
	display: block;
	padding: 15px;
}

#introducer {
	height: 250px;
	background: #ff792b;
	padding: 10px;
	clear: both;
}

#content {
	width: 600px;
	padding: 15px;
	background: #ffffff;
	display: table-cell;
	vertical-align: top;
}

#posts {
	margin: 10px 0;
	width: 600px;
}

#sidebar {
	width: 403px;
	display: table-cell;
	vertical-align: top;
}

#sidebar ul {
	list-style: none;
}

#footer {
	width: 600px;
	padding: 0 15px 15px 15px;
	background: #FFFFFF;
}


/* Comments */

#comments {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #6b2400;
}

.comment {
	width: 580px;
	border: 2px solid #fff09c;
	border-width: 2px 0 0 0;
	background: #fffceb;
	margin: 0 0 10px 0;
	padding: 10px;
}

.depth-2 {
	margin: 10px 0 0 20px;
	width: 540px;
	border-color: #ffdf9e;
	background: #fff3db;
}

.depth-3 {
	width: 500px;
	margin: 10px 0 0 20px;
	border-color: #fff09c;
	background: #fff9d9;
}

.bypostauthor {
	background: #ffe6c7;
	border: 2px solid #ffb59e;
	border-width: 2px 0 0 0;
}

#comment {
	width: 588px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.35em;
}

.comment-author img{
	float: left;
	margin: 0 5px 0 0;
}

.comment-author .fn {
	font-size: 18px;
	font-style: normal;
}

.comment-author .says {
	font-size: 14px;
}

.comment-author {
	margin: 0 0 11px 0;
	line-height: 1.4em;
}

.comment-meta  a:first-child{
	padding: 3px 5px;
	background: #ffeed9;
	font-style: italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.depth-2 .comment-meta  a:first-child {
	background: #ffe8cc;
}

.depth-3 .comment-meta  a:first-child {
	background: #ffeed9;
}

.comment-body p{
	clear: both;
}

.reply {
	margin: 10px 0 0 0;
}

.comment-reply-link {
	padding: 3px 0;
	
}

.commentlist li, .pingslist li {
	list-style: none;
}

.pingslist {
	margin: 0 0 40px 0;
}

.navigation {
	height: 2em;
	margin: 5px 0;
}

/* -------- */

/* --End Layout-- */


/* --- Design --- */

.entry {
	line-height: 1.35em;
	margin-top: 15px;
}

.entry p {
	font-family: verdana, arial, georgia, sans-serif;
}

.entry h1 {
	line-height: 1.1em;
	font-size: 24px;
	margin-top: 25px;
}

.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: 1.05em;
	margin-top: 25px;
}

.entry h2 {
	font-size: 22px;
}

.entry h3 {
	font-size: 20px;
}

.entry h4 {
	font-size: 18px;
}

.entry h5 {
	font-size: 16px;
}

.entry h6 {
	font-size: 14px;
}


.entry ul {
	list-style: square outside;
}

.entry ol {
	list-style: decimal outside;
}

.entry ol li {
	margin: 0 0 0 30px;
}

.entry ul li {
	margin: 0 0 0 25px;
}



.entry ul li ul li {
	list-style: disc outside;
}

.entry ul li ul li ul li {
	list-style: circle outside;
}

.entry blockquote {
	padding: 30px 10px 10px 60px;
	background: #ffeac2 url(images/quote.png) no-repeat 10px 10px;
	color: #6e3e00;
	font-style: italic;
	border: 4px solid #FFD17C;
	border-width: 0 0 0 4px;
}

.post .entry_title {
	font-size: 26px;
	line-height: 1em;
	padding: 0;
}

.home_entry {
	margin: 0 0 0 230px;
}

.home_entry p {
	font-size: 14px;
	line-height: 1.25em;
	text-align: justify;
}

.post h2.home_entry {
	font-size: 24px;
}

.postmetadata {
	background: #ffe0b8;
	border: solid #ffc375;
	border-width: 2px 0;
	font-size: 13px;
	line-height: 1.35em;
	padding: 2px 5px;
	margin: 20px 0 20px 0;
	clear: both;
	color: #633500;
}

.postmetadata a {
	color: #ff681c;
}

.postmetadata a:hover {
	color: #ff8333;
}

.wp-post-image {
	float: left;
	border: 2px solid #ededed;
	background: #fefefe;
	padding: 5px;
	margin: 3px 10px 10px 0;
	overflow: hidden;
}

#content h2 a:hover {
	color: #ff3700;
	text-decoration: none;
	background: #ffe0b8;
}

.entry > div, #sidebar .widget div{
	margin-top: 10px;
}

#posts .author_time {
	margin-top: 8px;
}

.author_time span {
	padding: 3px 5px;
	background: #ffe0b8;
	color: #633500;
	font-style: italic;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.article_navigation {
	margin: 20px 0 0 0;
	font-size: 14px;
}

.article_navigation a {
	background: #FFFCEB;
	margin: 0 1px;
	padding: 2px 5px;
	border: 1px solid #FF8333;
}

.sociable_tagline {
	margin: 0 0 5px 0;
}

.site_navigation .wp-pagenavi a, .site_navigation .wp-pagenavi a:link, .site_navigation .wp-pagenavi a:visited {
	color: #633500;
	border-color: #633500;
}

.site_navigation .wp-pagenavi a:hover {
	color: #FF3700;
	border-color: #FF3700;
}

.author_box {
	margin: 15px 0;
	line-height: 1.35em;
	padding: 5px;
	border: 1px solid #FFF09C;
	background: #FFFCEB;
}

.author_box img {
	float: left;
	margin: 5px;
}

.author_bio {
	margin: 5px 0 0 0;
}

.footerlink {
	margin-left: 12px;
	float: right;
}

/* Style-Boxen */

.pb_warning {
	font-size: 15px;
	line-height: 1.3em;
	padding: 30px 10px 10px 60px;
	background: #ffabab;
	border: solid #ff6363;
	border-width: 0px 0px 0px 4px;
}

.pb_warning ul {
	list-style: square inside none;
}

/* End Style-Boxen */

/*   Sidebar   */

.widgetbox {
	width: 390px;
	background: #ddd;
	border: 5px solid #eee;
	margin: 0 0 10px 3px;
}

.widgetboxtitle{
	width: 380px;
	color: #666;
	font-family: Verdana;
	font-size: 21px;
	font-weight: normal;
	padding: 0;
	margin: 5px 5px 10px 5px;
	border-bottom: 2px dotted #aaa;
}

.widgettitle{
	width: 370px;
	color: #666;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 10px 5px 10px 0;
	border-bottom: 1px solid #bbb;
}

.widget_content {
	margin: 10px;
	line-height: 1.4em;
	font-size: 13px;
}

.widget_content a {
	color: #232323;
	font-size: 15px;
	/*border-bottom: 1px dashed #444;*/
}

.widget_content li {
	list-style: url(images/arrow.png) square outside;
	margin-left: 15px;
}

.pb_archive td {
	width: 185px;
}

.wp-polls-ans {
	margin: 10px 0 0 0;
}

.ad_box {
	padding: 4px 1px 4px 5px;
	width: 384px;
}

.search_container #searchform {
	margin: 5px;
}

.search_container #searchform #search_text{
	width: 280px; height: 20px;
	background: url(images/search_text.png) no-repeat;
	border: none;
	padding: 10px;
}

/*.search_container #searchform #search_text:focus, .search_container #searchform #search_text:hover{
	border: 2px solid #adadad;
}*/

.search_container #searchform #search_submit {
	width: 70px; height: 40px;
	background: url(images/search_button.png) no-repeat;
	border: none;
	color: #ffc782;
	margin: 0 0 0 7px;
}

.search_container #searchform #search_submit:hover, .search_container #searchform #search_submit:focus {
	border: none;
	background: url(images/search_button.png) no-repeat 0 -40px;
	color: #ffd9ab;
	cursor: pointer;
}
/* End Sidebar */

/* --End Design-- */
