﻿/*
Theme Name: MysteriaBB (ScounClone)
Theme URI: http://www.mysteria3000.de
Description: Feel free to modify my theme in any way you'd like.<br />The only thing i ask for is that you keep my link at the bottom,<br />and that you don't rerelease it as your own (modified) theme,<br />for bbPress or anything else. I'll handle that myself.<br /><br />Should you come across some layout mistakes, please don't<br />hesitate to contact me about it. :)<br /><br />Happy cats and kind regards,<br />Mike Lothar.
Version: - Version 1 -
Author: Markus Pezold, Jörg Richter - based on: Mike Lothar
Author URI: http://www.mikelothar.com
*/

html, body {
	height: 100%;
    background-color: #fff;
}

/* Normalizes margin, padding */

body, div, ul, li, h1, h2, h3, p {

margin : 0; padding : 0; }


/* Normalizes font-size for headers */

h1,h2,h3,h4 { font-size : 100%; }

/* Removes list-style from lists */

ul { list-style : none; }

*, table, td {margin: 0; padding: 0;}

a {
	color: #9d0a0e;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted #9d0a0e;
	text-decoration: none;
}
.black a {
	color: white;
}
.black a:hover {
	border-bottom: 1px dotted white;
}

#wrapper #header img, #wrapper #header a:hover, #wrapper #header {
	border: 0;
	padding: 0;
	margin: 0;
	height: 250px;
}

li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
}

body {
    color:#333333;
    font-family:Verdana,sans-serif;
    font-size:78%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5;
}



#wrapper {

    background:transparent url(images/body2.jpg) no-repeat scroll 50% 0;
    background-color: white;
    margin-left:50px;
    margin-right:15px;
    padding-bottom:1em;
    padding-top:205px;
    width:930px;
}
textarea, input, submit, select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


h1.logo {
background:transparent url(images/logo.png) no-repeat scroll left top;
display:block;
height:48px;
width:581px;
}

h1 {
color:#710000;
font-family:"Times New Roman",Times,serif;
font-size:540%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0.15em;
line-height:normal;
padding-top:0.25em;
text-transform:uppercase;
}

h1 span {
display:none;
}

h2 {
color:#090000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:220%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-1px;
line-height:normal;
}

h2 a {
color:#090000;
text-decoration:none;
}

h2 > a {
color:#090000;
}

a {
color:#710000;
text-decoration:none;
}

/* Main Navigation */

#navigation {
  color: white;
  background-color: #666666;
  padding: 10px;
  height: 20px;
  min-width: 980px;
}

#navigation a {
  color: white;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation .active {
  text-decoration: underline;
}


#navigation_main {
    float: left;
    font-weight: bold
}

#navigation_sub {
    float: right;
}

#navigation_sub a {
  color: #eeeeee;
}

/* Footer */

div#footer {
padding-top: 40px;
clear: both;}

#footer_nav {
display:none;
}

div#footer ul {
padding:1em 0;
}

div#footer ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#footer li {
  display: inline;
  margin: 0px;
}


/*
	BLACK
	--------------------
*/
.black {
	background: #666666;
	width: 100%;
	border-bottom: 1px solid white;
    margin-top: 20px;
}
.no_border {
	border: 0;
}
.black .left {text-align: left; padding: 0 20px;}
.black .text {
	color: white;
	padding-top: 13px;
	padding-bottom: 14px;
}
.black .big_text {
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}





/*
	WHITE
	------------------------------
*/
.white {
	background: white;
	width: 100%;
}
h2.post-form {
	background: white;
}
.white .left, h2.post-form {text-align: left; padding: 0 20px;}
.white2 .left {
  text-align: right;
  padding: 0px;
}


.white .big_text, .white2 .big_text, h2.post-form {
	color: #9d0a0e;
	padding-top: 9px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
.white a, h2.post-form a {
	color: #9d0a0e;
}
.white .big_text a:hover, h2.post-form a:hover {
	color: #9d0a0e;
	border-bottom: 1px dotted #9d0a0e;
}
.white a:hover, h2.post-form a:hover {
	border: 0;
}





/*
	CONTENT
	--------------------
*/
.minheight {
	height: 100px;
}
.content {
	background: #e1e1e1;
	width: 100%;

}

.content .left  {text-align: left; padding: 0 20px;}

.content .hover:hover, .yeshover {
	background: #e1e1e1 url('images/bg_hover.jpg') repeat-y right top;
}
.nohover {
	background: #e1e1e1;
}
.content .watcher {
	width: 20px;
	vertical-align: top;
	padding-top: 6px;
	font-size: 1px;
	line-height: 1px;
    border-bottom: 1px solid white;
}
.content .watcher img {
	height: 21px;
}
.content .title {
	font-weight: bold;
	color: #111;
}
.content .title a {
	color: #111;
}
.content .title a:hover {
	color: #111;
	border-bottom: 1px dotted #111;
}
.content .text {
	color: #252525;
	padding: 9px 20px 5px 0;
	text-align: left;
	vertical-align: top;
    border-bottom: 1px solid white;
}

.content .text2 {
	padding-top: 9px;
	padding-bottom: 12px;
	line-height: 17px;
}

.content .text p {
	padding-bottom: 6px;
}
.content .text .shadedlink a {
	margin-right: 7px;
	line-height: 22px;
}
.content .nest {
	margin-left: 9px;
}
.content .text textarea {
	width: 500px;
	height: 160px;
}
.content #tags-input, .content #topic, .content #tag {
	width: 250px;
	margin: 5px 0;
}

.content .smalltext {
	font: 10px/13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #252525;
	padding: 9px 20px 11px 0;
}
.content .extra {
	font: 10px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	padding-top: 1px;
}
.content .extra a {
	color: #777;
}
.content .extra a:hover {
	border-bottom: 1px dotted #252525;
	color: #252525;
}
.content .info_top {
	padding: 9px 15px 0 0;
	background: #d7d7d7;
	text-align: right;
	vertical-align: top;
}
.content .info_top .avatar {
	margin: 0 0 0 auto;
}
.content .info_top .avatar td {
	text-align: right;
	border: 1px solid #ccc;
	padding: 4px;
	background: white;
}
.content .info {
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	vertical-align: bottom;
	text-align: right;
	padding: 9px 20px 11px 0;
	background: #d7d7d7;
	color: #777;
    border-bottom: 1px solid white;
}
.content .info a, .content .text .shadedlink a {
	color: #777;
}
.content .info_light {
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
	vertical-align: top;
	text-align: left;
	padding: 9px 20px 11px 0;
	background: #e1e1e1;
	color: #777;
    border-bottom: 1px solid white;
}

.content .info_light a {
	color: #777;
}

.content .info_light a:hover {
	border-bottom: 1px dotted #252525;
	color: #252525;
}

.content .hidden_left {
	text-align: left;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 14px 10px 11px 20px;
	background: #d7d7d7;
	color: #777;
}
.content .hidden_right {
	text-align: right;
	width: 200px;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding: 0 20px 11px 0;
	background: #d7d7d7;
	color: #777;
}
.icons_under_text {
	padding: 0 12px 0 0;
}
.icons_under_text a:hover {
	border: 0;
}
.content .attachment {
	background: #fdfdfd;
	padding: 7px;
	border: 1px solid #d1d1d1;
	margin: 10px 0 5px;
}
.content .comment {
	margin: 6px 3px 0;
}
.content .details {
	margin: 6px 3px 0;
	font: 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.content .tags a {
	color: #777;
	line-height: 24px;
	padding-right: 2px;
}

.content .tags a:hover {
	color: #252525;
	border-bottom: 1px dotted #252525;
}

blockquote {
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
border-left:1px dashed #AD996F;
font-weight: bold;
}



#userinfo dt {
	font-weight: bold;
}
#userinfo dd {
	margin-bottom: 5px;
}
#admininfo th, #userinfo th, .userinfo th {
	padding-right: 20px;
}
#admininfo td, #admininfo th, #userinfo td, #userinfo th, .userinfo th, .userinfo td {
	padding-bottom: 7px;
}

ul#manage-tags {
	margin-bottom: 20px;
}
ul#manage-tags li div {
	padding-bottom: 7px;
}


/*
	RED
	------------------------------
*/
.red {
	background: #9d0a0e;
	width: 100%;
}
.red .left {text-align: left; padding: 0 20px;}
.red .right {text-align: right; padding: 0 20px 0 0;}
.red .text {
	color: black;
	padding-top: 12px;
	padding-bottom: 14px;
	font: 10px/13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.red a {
	color: black;
}
.red .text a:hover {
	color: black;
	border-bottom: 1px dotted black;
}
.red a:hover {
	border: 0;
}
.red .corner_left {
  }
.red .corner_right {
	width: 12px;
}




/*
	RANDOM
	------------------------------
*/
h2.post-form {display: none;}

p {
    padding:0.5em 0;
}
.content p {
	background: none;
	padding: 0;
}

pre {
	margin: 9px;
	padding: 3px 30px 11px 15px;
	background: white;
}

.content .text blockquote p {
	padding: 3px 30px 11px 15px;
	color: #454545;     
}

fieldset {border: 0;}

img.avatar {
	margin: 10px 10px 10px 0;
	border: none;
}
.ml_avatar a:hover {
	border: none;
	text-decoration: none;
}

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
}

span.page-numbers.current {
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
    border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
  border-right: 0px;
}

