/*
Theme Name: Querdenker qupress
Theme URI: http://querdenkerkommunikation.de
Description: Default theme for our website.
Version: 0.1
Author: Roland Kalb
Author URI: superheld.com
License: Nonfree at the moment. Sorry.
Tags: 
*/


body {
    background-color : #FFFFFF;
    font-family : monospace;
	margin: 0; padding: 0;
  }


h1 {
    color: #ffcc00;
    font-size : 18px;
    font-weight : bold;
  }


h2 {
    color: #ffcc00;
    font-size : 14px;
    font-weight : bold;
	margin-bottom:-0.6em;
	vertical-align: bottom;
  }


p {
    color : #000000;
    font-size : 12px;
    font-weight : normal;
   }

a {
    text-decoration : none;
    font-weight : normal;
  }

ol, li, ul {
    list-style:none;
  }

strong, b {
	font-weight:normal;
	text-decoration:none;
}



#post {
    max-width : 560px;
    min-width : 560px;
	bottom:150px;
    position : absolute;
    right : 65px;
	top:50px;
}

#post_align {
	position: absolute;
	left:25px;
	bottom:0px; 
	width : 540px;
}

#post p a:link,
#post p a:visited,
#post p a:hover {
	color: #ffcc00;
}



#sidebar {
    position:absolute;
    bottom:150px;
    right:625px;
    font-size : 14px;
    font-weight : normal;
    text-align : right;
  }

#sidebar ol li a:link,
#sidebar ol li a:visited {
    color: #696969;
  }

#sidebar ol li a:hover {
    color: #ffcc00;
  }



#sidebar ol li ul li a:link,
#sidebar ol li ul li a:visited {
    color: #ffcc00;
  }

#sidebar ol li ul li a:hover {
    color: #696969;
  }


#footer {
    position : absolute;
    text-align : left;
	right:225px;
	bottom:50px;
  }

input, textarea{
    font-family : monospace;
    color:#ffcc00;
    border-color:#ffcc00;
    border-width:1px;
    border-style:solid;
    padding:2px;
	background-color:#ffffff;
}
