/*
Theme Name: WordPress EgoFriendly
Theme URI: http://wordpress.org/
Description: EgoFriendly
Version: 1.0
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
*/

.item-courage {
background:url("images/bg-item-principle.gif") no-repeat scroll 0 2px transparent;
}
.item-dream {
background:url("images/bg-item-dream.gif") no-repeat scroll 0 2px transparent;
}
.item-courage {
background:url("images/bg-item-principle.gif") no-repeat scroll 0 2px transparent;
}

ul.post-list li {
    padding:0 0 21px 40px;
    overflow:hidden;
}
* html ul.post-list li{
    overflow:visible;
    height:1%;
}
ul.post-list .category{padding-left:0;}
ul.post-list .category a{
    float:left;
    padding:0 0 0 40px;
    text-decoration:none;
}
ul.post-list .category a strong{text-decoration:underline;}
ul.post-list .category a:hover{border:none;}
ul.post-list .category a:hover strong{text-decoration:none;}

.about-list .dream .box-frame { background:url(../images/bg-about-box-dreams.jpg) no-repeat 100% 100%; }
.about-list .dream h2 {
	color:#d6ca13;
	font-weight:normal;
	background:url(../images/ico-about4.gif) no-repeat;
}

.post-boxes-hold .inner ul.list li strong a abbr{
	display: none !important;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.navigation .alignright {
	float: right;
	}

.navigation .alignleft {
	float: left;
	}
