@charset "UTF-8";
/*
Theme Name: mp v9 - Codex
Theme URI: http://midgardr.net/wordpress/themes/mp-theme-v9-codex/
Description: Individuelles Theme von <a href="http://asaaki.de/">asaaki de ruankhor</a>, <a href="http://midgardr.net/">m-project</a> | Jetzt mit Multi-Language-Support (via qtranslate)
Version: 1.3
Author: asaaki de ruankhor
Author URI: http://asaaki.de/
Tags: blue, fixed width, two columns, widgets

	mp v9 - Codex 1.3
	http://midgardr.net/wordpress/themes/mp-theme-v9-codex/

	Theme von <a href="http://asaaki.de/">asaaki de ruankhor</a>, <a href="http://midgardr.net/">m-project</a>

*/


/* theme related css */

* {
	line-height: 1.643em;
}

body {
	width: 100%; margin: 0; padding: 0; border: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, "Arial Unicode MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.643em;
	color: #f0f8ff;
	background: #061623;
}
a, a:link, a:visited, a:active {
	color: #ffee99;
	text-decoration: none;
}
a:focus, a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

#mp-adminhead {
	top: 5px; left: 5px; position: fixed;
	width: 150px;
}
#mp-admininfo {
	width: 500px;
	padding: 5px;
	border: 1px dotted #ff3300;
	background: #000000;
	display: none;
}
#mp-adminhead:hover #mp-admininfo {
	display: block;
}


#wrapper {
	width: 925px;
	margin: 0 auto; padding: 5px;
	color: #f0f8ff;
	/*background: #111;*/
	/*background: url('img/semi.png');*/
	/*border: 1px solid #171717;*/
	/*border: 1px solid #222222;*/
}

#section-header {
	height: 356px;
	margin-top: 10px;
}

#subsection-pagehead {
	height: 330px;
	margin: 0px 10px 10px 0px;
	border-top: 3px solid #232933;
	border-bottom: 3px solid #232933;
}

	#pagehead-background {
		width: 100%;
		height: 100%;
		background: url('img/recent_bg.png');
	}
	#pagehead-category {
		background: url('img/semi_blue2.png');
		height: 30px;
		width: 100%;
		margin-top: 300px;
		float: left;
		font-size: 16px;
		line-height: 26px;
	}
		#pagehead-catname {
		float: left;
		padding-left: 3px;
		}
		#pagehead-readmore {
		float: right;
		padding-right: 3px;
		}
	#pagehead-content {
		height: 290px;
		padding: 10px;
		margin-top: -330px;
		float: left;
		overflow: hidden;
	}

#subsection-bloghead {
	height: 236px;
}

	#subsection-bloghead h1 {
		margin: 0; padding: 0; border: 0;
	}
	#subsection-bloghead h1>a>span {
		display: none;
		visibility: hidden;
	}
	
	#blogheader-img {
		width: 356px;
		height: 236px;
		border: 0;
	}

#subsection-quicknav {
	height: 120px;
}

	#blog-search {
		text-align: center;
	}
	#blog-quicklinks {
		text-align: center;
	}
	
	/* extensions and plugins */
	#blog-morelinks {
		text-align: center;
		clear: both;
	}

.qtrans_language_chooser {
	list-style-type: none;
	display: inline;
	padding: 2px;
}
.qtrans_language_chooser>li {
	display: inline;
	float: right;
	padding: 2px;
	border-top: 1px solid #cdf;
	border-right: 1px solid #679;
	border-bottom: 1px solid #346;
	border-left: 1px solid #9ac;
	background: #000;
	margin-left: 3px;
}
.qtrans_language_chooser>li:hover {
	border-top: 1px solid #fdc;
	border-right: 1px solid #976;
	border-bottom: 1px solid #643;
	border-left: 1px solid #ca9;
	background: #364653;
}


#section-main {
}

#section-footer {
	margin: -1px;
	margin-top: 23px;
	margin-bottom: 56px;
	background: #111;
	border: 1px dotted #333;
	color: #666;
	font-size: 14px;
	line-height: 1.643em;
}
#section-footer  .panel-left p, #section-footer  .panel-right p {
	height: 44px;
}
#section-footer  .panel-left p {
	text-align: left;
	padding-left: 10px;
}
#section-footer  .panel-right p {
	text-align: right;
	padding-right: 10px;
}

	#section-footer #wlogo {
		width: 44px;
		height: 44px;
		background-image: url('img/wplogo.png');
		float: left;
		margin-right: 5px;
	}
	#section-footer #mlogo {
		width: 50px;
		height: 44px;
		background-image: url('img/m_sg.png');
		float: right;
		margin-left: 5px;
	}
	#section-footer #mlogo:hover {
		background-image: url('img/m_sc.png');
	}

#sidebar {
	margin-top: -20px;
	margin-left: 10px;
	/* usable width of: 346px */ 
	padding-top: 60px;
}
.meta-section {
	padding-top: 156px;
	margin-left: 10px;
	/* usable width of: 346px */ 
}

#sidebar h2, .meta-section h2 {
	color: #cceeff;
}
#sidebar h3, .meta-section h3, .post-index .posthead-meta {
	color: #aaeeff;
	/*background: #161616;*/
	background: #0d161f;
	padding-left: 7px;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #333;
}

#sidebar>ul, .meta-section>ul {
	list-style-type: none;
	padding: 0;
}
#sidebar>ul>li, .meta-section>ul>li {
}


.panel-left {
	float: left;
	width: 569px;
}
.panel-right {
	float: right;
	width: 356px;
}
.clear-panels, .clearer {
	clear: both;
}

.post-index {
	margin-right: 10px;
	margin-bottom: 12px;
	/*border-right: 1px solid #222;*/
	border-bottom: 1px solid #09182f;
}

.posthead-meta {
	margin: 0 -25px 0 -25px;
	padding: 2px 8px;
}
.posthead-comments {
}


.post-area {
	/*background: url('img/trans_111_90p.png');*/
	background: url('img/semi_blue.png');
	padding: 0 25px 25px 25px;
}

.post {
	width: 550px;
	margin: auto;
}
.post h2 {
	width: 900px;
	font-size: 30px;
	line-height: 1.643em;
	color: #aaddff;
}
#pagehead-content h2 a,
.post h2 a,
.post-index h2 a {
	color: #ffcc00;
	text-decoration: none;
}

.post-cat {}

.readmore {
	float: right;
}

.entry {
/*padding: 5px;
background: #061623;
border: 1px solid #000000;*/
}

.fivewordsentry {
	font-size: 1.5em;
}

ol.commentlist li {
	margin-bottom: 5px;
	padding: 15px 5px 5px 5px;
	border: 1px dotted #000;
	background: #141414;
}

ol.commentlist ul {
	list-style-type: none;
}
ol.commentlist ul.children>li.depth-2 {
	background: #1c1c1c;
	border-color: #333;
}
ol.commentlist ul.children>li {
	background: #252525;
	border-color: #111;	
}

ol.commentlist li.admin, .commentlist .bypostauthor, .commentlist .comment-author-asaaki {
	background: #091823 !important;
}
ol.commentlist li.pings  {
	background: #231809 !important;
}
ol.commentlist li.tweetback {
	background: #092318 !important;
}

/* single page */

h2.single-headline {
	font-size: 50px;
	line-height: 1.643em;
}

/* archives and searches */

.searchquery {
	color: #66ff99;
}

/* errors */

.err404 {
	/* block in entry class */
	color: #ffffcc;
}
.err404 p {
	color: #ffffcc;
}

.error {
	color: #ff3311 !important;
}

.old-content-style {
	font-size: 40px;
	line-height: 1.5em;
	color: #663311;
}


/* the 404 page */
#e404frame {
	background: url('img/404r.png') no-repeat;
	padding: 10px;
	font-size: 150%;
}

/* wp related classes - needed! */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.textcenter {
	text-align: center;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.alignnone { /* for not aligned images */ }

/* optional wp classes:
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /-* 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: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

*/

.hidden {
	position: absolute;
	top: -999em;
	left: -999em;
}
.dontshowme {
	display: none;
}

.wichtig {
	color: #ff6600;
}

.greytext {
	color: #999999;
}

/* tags */


strong, em {
}
blockquote {
	padding-left: 18px;
	margin-left: 18px;
	border-left: 3px solid #333;
	color: #abc;
	background: #181818;
}

input, textarea, select {
	border: 2px solid #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.125em;
	line-height: 1.25em;
	color: #ffcc00; 
	background-color: #222222;
}
input.s {
	width: 10.5em;
}
input.searchsubmit {
	width: 1.5em;
}
select {
	font-size: 14px;
	line-height: 1.5em;
	padding: 3px;
}

.searchsubmit, #submit {
	cursor: pointer;
}

textarea#comment {
	width: 25em;
	height: 12.5em;
}
label {
	margin-left: 5px;
}

.required {
	border-color: #442200;
}
.hotfield {
	background-color: #331100;
}

img, a img {
	border: 0;
}

code, pre {
	color: #33ff99;
	border: 1px dotted #33ff99;
	padding: 3px;
}

