﻿/*
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;
}


/**
 * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
 * You should extend/override these styles in your standard theme CSS to match your theme.
 */

 /* Load the default admin bar styles */

body {
	padding-top: 25px;
}

#wp-admin-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 25px;
	font-size: 11px;
	width: 100%;
	z-index: 1000;
    border-bottom: 1px solid grey;
}
	#wp-admin-bar .padder {
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		background: url(images/60pc_black.png );
		height: 25px;
	}
		body#bp-default #wp-admin-bar .padder {
			min-width: 960px;
			max-width: 1250px;
		}

		body#bp-default.activity-permalink #wp-admin-bar .padder {
			min-width: 960px;
			max-width: 960px;
		}

#wp-admin-bar * { z-index: 999; }

#wp-admin-bar div#admin-bar-logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#wp-admin-bar a img {
	border: none;
}

#wp-admin-bar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
}

#wp-admin-bar li a {
	padding: 7px 15px 7px 15px;
	color: #eee;
	text-decoration: none;
	font-size: 11px;
}

#wp-admin-bar li a:hover {
	border: 0px;
}

	#wp-admin-bar li.alt { border: none; }

	#wp-admin-bar li.no-arrow a {
		padding-right: 15px;
	}

	#wp-admin-bar ul li ul li a span {
		display: none;
	}

#wp-admin-bar li:hover, #wp-admin-bar li.hover {
	position: static;
}

#admin-bar-logo {
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
	body#bp-default #admin-bar-logo { padding: 2px 8px; }

/*******************/

#wp-admin-bar ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	height: auto;
	padding: 0;
}

#wp-admin-bar ul li { /* all list items */
	padding: 0;
	float: left;
	position: relative;
	background: url(images/admin-menu-arrow.gif ) 88% 53% no-repeat;
	padding-right: 11px;
}
	#wp-admin-bar ul li.no-arrow {
		background: none;
		padding-right: 0;
	}

	#wp-admin-bar ul li ul li {
		background-image: none;
	}

#wp-admin-bar ul li.align-right {
	position: absolute;
	right: 0;
}

#wp-admin-bar ul li a {
	display: block;
}

#wp-admin-bar ul.main-nav li:hover, #wp-admin-bar ul.main-nav li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #333;
}

/* second-level lists */

#wp-admin-bar ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin-left: 0;
	background: #333;
	border: 1px solid #222;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
	#wp-admin-bar ul li > ul {
		border-top: none;
	}

	#wp-admin-bar ul li ul a {
		color: #eee;
	}

#wp-admin-bar ul li ul li {
	float: left;
	width: 174px;
	margin: 0;
}
	#wp-admin-bar ul li ul li:hover a {
		color: #fff;
	}

#wp-admin-bar ul li div.admin-bar-clear {
	clear: both;
}

#wp-admin-bar ul.main-nav li ul li:hover, #wp-admin-bar ul.main-nav li ul li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #222;
}

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
	margin: -25px 0 0 184px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#wp-admin-bar ul li ul li:hover ul li a {
		color: #eee;
	}
		#wp-admin-bar ul li ul li ul li:hover a {
			color: #fff;
		}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul  {
	left: auto;
}

#wp-admin-bar ul li.align-right:hover ul {
	right: 0;
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
	left: -999em;
}

/* Menu item css */

#wp-admin-bar img.avatar {
	float: left;
	margin-right: 8px;
}

#wp-admin-bar span.activity {
	display: block;
	margin-left: 34px;
	padding: 0;
}

#wp-admin-bar ul.author-list li a { height: 17px; }

#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
	padding: 0 6px;
	margin-left: 2px;
	background: #fff;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}