/*
Theme Name: Majestic
Description: A highly attractive blue and green theme.
Author: computergeek67 
Author URI: http://community.mybboard.net/user-12419.html
Version: 1.0
Tags: blue, two-columns, flexible-width
*/

body {
	background: #ffffff;
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

a:link {
	color: #0092b2;
	text-decoration: none;
}

a:visited {
	color: #0092b2;
	text-decoration: none;
}

a:hover, a:active {
	color: #005e73;
	text-decoration: underline;
}

img {
	border: none;
        padding-right: 25px;
}

.pname {
	color: #fff;
	float: left;
	height: 54px;
	line-height: 54px;
	padding-left: 15px;
	font-size: 24px;
}

.logo {
	background: #009EC0 url(images/header_bg.gif) top left repeat-x;
	height: 84px;
}

.name h1 {
	background: url(images/logo.png) top left no-repeat;
}

.name {
	float: left;
}

.tagline {
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
    font-size: 16px;
    padding-left: 10px;
    width: 50%;
}

.logo ul {
	margin: 0;
	padding: 0;
	list-style: none;
    float: right;
    margin-top: 29px;
}

.logo ul li {
        margin: 29px 0 0 0;
        display: inline;
}

.logo ul li a:hover {
	background: url(images/main_nav.png) 100% -31px no-repeat;
}

.logo ul li a span {
	background: url(images/main_nav.png) 100% 0 no-repeat;
	padding: 8px 12px 7px 8px;
}

.logo ul li a {
	background: url(images/main_nav.png) 0 0 no-repeat;
	color: #fff;
	padding: 7px 0 6px 4px;
	margin-right: 10px;
	float: right;
	text-decoration: none;
}

.logo ul li a:hover {
	background: url(images/main_nav.png) 0 -31px no-repeat;
	color: #fff;
	padding: 7px 0 6px 4px;
	text-decoration: none;
}

.logo ul li a:hover span {
	background: url(images/main_nav.png) 100% -31px no-repeat;
	color: #fff;
	padding: 8px 12px 7px 8px;
	text-decoration: none;
}

.menu {
	background: #BDDD51;
    border-top: 1px solid #CCE47A;
    border-bottom: 1px solid #B7D64E;
    height: 54px;
    clear: both;
}

.breadcrumb {
	color: #333;
	float: left;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
}

.breadcrumb a:link {
	color: #0092b2;
	text-decoration: none;
}

.breadcrumb a:visited {
	color: #0092b2;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: none;
    color: #005e73;
}

.breadcrumb .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

.content{
	background: url(images/gradient.gif) top left repeat-x;
	//width: auto;
	padding: 0 0 0 20px;
	margin-top: 1px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

p {
	margin-top: 3px;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 22px;
        //28px
}

h3 {
	font-size: 22px;
	margin: 3px 0;
	padding: 0;
}

h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 20px;
}

.widgettitle{
        border-bottom: 3px solid #0092b2;
        margin-bottom: 5px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #555555;
	text-decoration: none;
}

h2 a:hover {
	color: #0092b2;
	text-decoration: none;
}

hr {
	background-color: #BDDD51;
	color: #BDDD51;
	height: 1px;
	border: 0px;
}

blockquote {
        width: auto;
	//border: 1px solid #0092b2;
        //background-color: #F2F2F2;	
        margin: 0;
	margin-top: 0px;
	background: #F2F2F2;
	//padding: 4px;
}

.commenttext blockquote {
	margin-left: 9px;
	margin-right: 9px;
        margin-top: 30px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

blockquote:before {
        background-color: #E5E5E5;
	content: "Zitat:";
	font-weight: bold;
        font-color: white;
	//border-bottom: 1px solid #ccc;
	display: block;
	margin: 0px 0;

}

blockquote cite {
	font-weight: bold;
	border: 1px solid #ccc;
	font-style: normal;
	display: inline-block;
	margin: 20px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.navigation {
	margin-top: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}
/*
table {
	border-spacing: 1px;
	background: #ccc;
}

th {
	background: #009EC0 url(images/thead.gif) top left repeat-x;
	color: #ffffff;
}

td {
	background: #f5f5f5;
}
*/
.tborder {
	background: #ccc;
}

.thead {
	background: #009EC0 url(images/thead.gif) top left repeat-x;
	color: #ffffff;
}

.trow1 {
	background: #F5F5F5;
}

.trow2 {
	background: #efefef;
}

.smalltext {
	font-size: 11px;
	color: #777;
}

.small-comments {
	padding-left: 17px;
	background: url(images/icons/comment.png) top left no-repeat;
	margin-left: 5px;
}

.edit-post {
	float: right;
	padding-left: 18px;
	background: url(images/icons/edit.png) top left no-repeat;
	height: 16px;
}

.edit-page {
	padding-left: 18px;
	background: url(images/icons/edit.png) top left no-repeat;
	height: 16px;
}

.tags {
	margin: 3px 0 5px 0;

}

.main {
	margin: 5px 0;
	width: 80%;
	float: left;
	position: relative;
	overflow: hidden;
}

input[type='text'], input[type='password'], select {
	border: 1px solid #a1a1a1;
	padding: 1px;
}

.sidebar {
	width: 20%;
	float: left;
	//background: #F2F2F2;
	position: relative;
	height: 100%;
}

.sidebar ul {
    width:160px;
    
    display: block;
    list-style-type: none;
	padding-left: 30px;
}

.sidebar ul li ul {
	padding-left: 0;
	margin-left: 0;
}

.sidebar ul li ul li {
	margin-bottom: 4px;
	margin-top: 4px;
}

.comments {
	width: 70%;
}

.titel{
	border-bottom: 3px solid #0092b2;
        //border-top: 1px solid #0092b2;
        clear:both;	

}
.postblock {
	//border-bottom: 3px solid #0092b2;
	margin-top: 10px;
}

#comment {
	width: 100%;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.commentlist .avatar {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.commentlist .author {
	float: left;
	margin-top: 17px;
	margin-left: 5px;
	font-weight: bold;
}

.commentlist .metadata {
	float: right;
	margin-top: 17px;
	margin-right: 8px;
	font-style: italic;
	font-size: 11px;
}

.commenttext p {
	clear: both;
	padding-top: 5px;
	padding-bottom: 8px;
	margin: 0 8px 0 8px;
}

.commenttext {
	margin: 3px 0;
}

.even {
	background: #efefef;
}

.author-comment {
	background: #E2F9FE;
}

.commentmetadata {
	float: right;
	display: inline;
	vertical-align: 50%;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #a1a1a1;
	padding: 2px;
	line-height: 1.4;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

#footer {
	clear: both;
	background: #0092b2;
//#DFD3B6;
	border-top: 1px solid #00738c;
	font-size: 11px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#footer a {
	color: #FFFFFF;
}

#footer .copyright-info {
	float: left;
    padding: 8px;
}

#footer ul {
	float: right;
	list-style: none;
	display: inline;
    padding: 0;
	padding-top: 8px;
    margin: 0;
}

#footer ul li {
	padding: 0 8px 0 2px;
	display: inline;
}

.entry{
       	margin-top: 20px;
        margin-bottom: 50px;
text-align: justify;

}

.wordbb_widget li{
border-bottom: 1px dashed #0092b2;
}

