/*
Theme Name: Mumpelmonster - neues Theme: based on http://wangenweb.com/wordpress/themes/basic2col/
Description: Mumpel-Monster Theme
Version: 3.1.1
original Author: Kristin K. Wangen
modified by: Linus Neumann
original Author URI: http://wangenweb.com/
original Tags:
*/

/*general layout*/
body {
background:#e2eabe;
color : #336633; 
font-family : Arial, Helvetica, Sans-Serif;
font-size : 1em; 
font-style : normal;
padding:0px;
margin:0px;
text-align:left;
}
hr {
border: 1px solid #336633;
} 
blockquote, code, pre {
color:#336633;
}
code, pre {
font-family: Arial, Helvetica, Sans-Serif;
}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 
h2 {
font-size : 1.4em;
}
h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family :Arial, Helvetica, Sans-Serif; 
margin: 10px 0px;
padding:2px 0px;
clear: both;
}

/*linkcolor*/
a:link, a:visited {
font-weight:bold;
color: #339900;
text-decoration : none; 

}
a:hover, a:active {
color: #339900;
text-decoration : underline;
border:none;
} 

h2.posttitle {
margin-top: 50px;
font-weight: bold;
color : #FFFFFF; 
}

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color: #339900;
font-weight:bold;
text-decoration:none;
border:none;
}
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
color: #339900;
}

/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}

.date {
text-align: right;
font-size: 0.2em;
}

/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 0px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:0px auto;
}
img.alignright, img.right {
margin-left: 0px;
}
img.alignleft, img.left  {
margin-right: 0px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
}

.border {
border: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : transparent;
max-width:65em; 
margin:5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
background : transparent;
border-bottom:1px solid #ccc;
margin:4px 4px 0px;
padding:15px 10px;
}
#header h1{
padding:0px;
font-size:2em;
display:inline;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 1em;
margin: 2px 0.1em 5px;
width: 450px;
float: left;
font-size:0.8em;
position: absolute;
left: 350px;
top: 0px;
z-index: 2;
}

.post h2, .archives h3, .search h3 {
border-bottom: 1pt solid #336633;
}
.post {
margin: 5px 0px;
}
.postmeta {
font-size:0.7em;
clear:both;
text-align: right;
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 10px 0px 5px;
}

.postcontent {
line-height:1.6em;
}


/*postnav*/
#postnav {
clear:both;
margin:0px;
}
#postnav li {
display:inline;
margin: 4px 0px;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family : Arial, Helvetica, Sans-Serif; 
color : #336633; 
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:350px;
height: 200px;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:350px;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border-top: 1pt solid #336633;
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar {
position: fixed;
top: 0px;
left: 0px;
background : transparent;
margin: 0 0 0 0 px;
padding: 0;
z-index: 1;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#336633;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
background : transparent;
border-top:1px solid #ccc;
margin:5px;
clear: both;
padding:5px 10px;
text-align:center;
}
#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}



/*forms*/
input , textarea, select, option {
font-family :'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-size:100%;
padding: 2px;
background : #eee;
color : #336633; 
border: 1px solid #ccc;
margin: 2px;
}
fieldset, legend {
background:transparent;
color : #336633; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color :#336633; 
margin: 0px;
padding: 0px;
border: 0px;
}
caption {
}
td, th, tr {
}

table.archiv #bild {
vertical-align: top;
width: 100px;
}

table.archiv #beschreibung {
text-align: left;
vertical-align: top;
}

table.archiv {
width: 500px;
margin: 0px;
padding: 0px;
border: 0px;
}

table.archiv h2{
margin: 0px;
padding: 0px;
}

#extraballon {
	position: absolute;
	top:1px;
	left: 235px;
	z-index: 4;
}

/*linus: CForms Anpassungen */
form#cformsform
{
color :#336633;
margin: 0px;
padding: 0px;
spacing: 0px;
text-align: left;
vertical-align: top;
}

/*linusDIVs
div.postcontent{
position: fixed;
bottom: 0px;
right: 0px;
}
*/



