/*
Theme Name: OrangePeel-Mud
Theme URI: http://orange-peel.de/
Description: Child Theme for OrangePeel
Author: uberflock
Author URI: http://uberflock.com/
Template: orangepeel
Version: 0.1
*/
@import url("../orangepeel/reset.css");
@import url("../orangepeel/style.css");
 
/* Theme Font color block change */

body {
	line-height:1.7em;
	color:#fff; 
	height:100%;
	background:#000 url(images/orangepeel_bg01.jpg) top left;
	font:13px/1.231 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
}


a:link, a:active, a:visited,
#sidebar #wp-calendar table a,
#templateEvents .post,
#templateEvents .post h1, #templateEvents .post h1 a,
#templateEvents .post h2
{
     	color:#555546; /* MUD */
	/* 	color:#ffff00; /* Yellow */ 
    /*  color:#ff0099;  Magenta*/
	/* 	color: #33CCFF; Blue */
}

/* Theme post hover  color change */
#templateEvents .post:hover{
        background: #555546; /*  Mud */
	/*	background: #ffff00; /*  Yellow */
    /*  background: #ff0099;  /*  Magenta */
	/*  background: #33CCFF;  Blue */
}

#logo h1{width:158px; height:139px;
	background:url(images/orange-peel-logo.png);
}
