#header {
        margin-top:-142px;

	background:  url('bg/bg_header.jpg') repeat-x ;
	}
a {	outline:none; }
a img {
	border:none;
	}
* {
	margin: 0;
        padding : 0;
	}
body,html {
	min-height:101%;
	}
body {
	background:  url('img/bgscr.jpg');
	color: #b5a2ac;
	padding: 0px 0 0px 0;
	}
body, select, input, textarea {
	font-size:12px;
	font-family:"Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif";
	line-height:1.5em;
	}
p {
	margin: 15px 0;
	}
a:link, a:visited {
	color: #dccac0;
	text-decoration:none
	}
a:hover, a:active {
	color:#dccac0;
	text-decoration:underline;
	}
hr {
	display: block;
	height:1px;
	background:#976e46;
	border:0;
	}
small {
	font-size: 0.9em;
	padding:3px 6px;
	}
/****** Images ****************************/
img, a:link img, a:visited img{border:border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
/******************************************
*   General Structure
******************************************/
#page { /*the main container*/
	width:972px;
	padding:5px;
	margin: auto ;
	
	font-size:1em;
	background-color: #3f271a;
	border:3px double #371e10;
	}
#branding {/*where the logo sits*/
        margin-top: -142px;
	width:100%;
        background:  url('bg/blog_header_top.png') no-repeat top center ;
	}

.left {
	float:left;
	}
.right {
	float:right;
	}
#sidebar {/*you guessed it: itï¿½s the sidebar container*/
	width: 213px;
	float:right;
	}
#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	background: url(img/hline.gif) repeat-x  ;
	padding-right:18px;
	}
#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:377px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}
/******************************************
*   Sidebar
******************************************/
.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}
.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	background: url(img/hline.gif) repeat-x  ;
	}
.subnav li a:hover, .subnav li a:active {
	background: #5a4032;
	text-decoration:none;
	}
#sidelist li {
	list-style:none;
	}
ul#nav li a:hover {
	background:url(http://www.mysticum.de/out/basic/src/bg/bg_cat.png) no-repeat top center;
	}
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}
#sidelist .children {
	background:#5a4032;
	}
#sidelist .children li {
	background: #5a4032;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	background: url(img/hline.gif) repeat-x  ;
	}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#5a4032;
	color: #dccac0;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#dccac0;
	}
/******************************************
*   Headlines
******************************************/
.blogtitle, .blogtitle a {
	color: #dccac0;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	display:block;
	width:290px;
	height: 166px;
	padding-left:145px;
margin-top: 100px;
paddin-top:200px;
	}
h1 {
	color: #dccac0;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
h2 {
	color: #dccac0;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #371e10;
	margin: 20px 0;
	}
h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0 0 0 60px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#dccac0;
	}
#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#dccac0;
	}
#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #371e10;
	background: url(http://www.mysticum.de/out/basic/src/bg/bg_box_header.jpg) repeat-x  ;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#CDC8A5;
	height: 43px; width: 197px; padding-left: 14px; padding-top: 12px;
	}
h3#respond {
	font-size:1.1em;
	background: url(img/hline.gif) repeat-x  ;
	margin-top:25px;
	padding-top:20px
	}
h3#comments {
	margin-top:32px
	}
h3 a:link, h3 a:visited {
	color: #dccac0;;
	}
h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
/******************************************
*   Content
******************************************/
#content {
	width:699px;
	float:left
	}
.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#dccac0;
	}
/* Featured Articles formatting "leftcol" */
.feature {
	background: repeat #5a4032;
	padding:15px;
	border: 1px solid #7a5745;
	}
.feature p, #rightcol p { margin:0;	}
#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #7a5745;
	}
#leftcol .feature {	margin-bottom: 15px; }
/* Formating of the Leadstory stuff in the tabbed section */
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}
.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #dccac0;
	letter-spacing:normal;
	}
#lead p {
	margin-bottom:10px;
	}
/* Formating of "rightcol" which is the column in the homepage middle ;-) */
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}
#leftcol img {
	margin-bottom: 4px;
	display:block
	}
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}
/* Post Formatting */
.entry {
	padding-bottom:28px;
	text-align:justify;
	}
.post blockquote {
	color:#dccac0;
	background:#5a4032;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	background: url(img/hline.gif) repeat-x  ;
	}
.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}
.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#5a4032;
	border-top:1px solid #7a5745;
	border-bottom:1px solid #7a5745;
	}
/* Form Elements */
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#searchform input {

margin-top:36px;
	background:#8A5C2B;
	border:1px solid #4B2C16;
	color:#FFFFFF;
	width:360px;
	height:22px;
	padding:1px;
	}
input, textarea {
	background:#8A5C2B;
	border:1px solid #4B2C16;
	padding:1px;
	color:#FFFFFF;
	}
input[type=submit], .button {
	background:transparent url(http://www.mysticum.de/out/basic/src/bg/buttons_ce_.gif) no-repeat scroll left -150px;
	color:#fff;
	height:18px;

	}
#searchform .buttonN {
	background:none !important;
	width:24px;
	
	margin-left:3px;
	height:25px;
	border:none !important;
	}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	margin-top:5px;
	}
/* Comments*/
.commentlist {
	padding-left:30px;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#5a4032;
	border:1px solid #7a5745;
	}
#commentform small {
	background:#3f271a;
	font-weight:bold;
	padding:0;
	}
.commentmetadata {
	display: block;
	}
.commentlist small {
	background:#3f271a;
	border:1px solid #7a5745;
	}
/* Float Properties*/
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
.clearfloat {
	display:block;
	}
/******************************************
*   Footer
******************************************/

	#footer {
background: url(img/bg_footer.jpg) repeat ;
	height: 180px;
	width: 100%;
	font-size:0.9em;
	text-align:center;
margin:0 0px 0 0px;
	color:#dccac0;
	padding-top:2px;
	}

#footer a {
	color:#dccac0;
	}
ul#nav {
	width:982px !important;
	margin: auto !important;

	}
#searchform { 	padding-right: 0px; padding-left: 346px; padding-top: 143px;	}
#searchform { 	padding-right: 0px; padding-left: 164px !important; padding-top: 143px;#	}
/* IE 7 #serachform */

*:first-child+html #searchform input#s { padding-right: 0px; margin-left:100px !important;  !important;}
