/*
Template: xeory_base
Theme Name: Xeory Child
*/

#logo img{
	height:60px;
}
.profile_box{
	text-align:center;
}
.profile_box img{
	border-radius:50%;
}
.profile_name{
	font-weight:bold;
	margin:5px 0 5px 0;
}
.profile_text{
	text-align:left;
}

a {
    text-decoration: none;
    color: #ff931e;
}
p{
	line-height:2em;
	margin-bottom:1em;
}
.post-content p, .post-content pre{
	line-height:2em;
	margin-bottom:1em;
}
.post-content h1 {
    font-size: 180%;
    margin: 32px 0 16px 0;
    clear: both;
}
.post-content h2 {
    font-size: 150%;
    margin: 32px 0 16px 0;
    clear: both;
	border-bottom:3px solid #ff931e;
	padding-bottom:5px;
}
.post-content h2:first-child {
    margin: 32px 0 16px 0;
}
.post-content h3 {
    font-size: 120%;
    margin: 32px 0 16px 0;
    clear: both;
	border-left:5px solid #ff931e;
	padding-left:8px;
}
.post-content h4 {
    font-size: 110%;
    margin: 32px 0 16px 0;
    clear: both;
}
.post-content h5 {
    font-size: 100%;
    margin: 32px 0 16px 0;
    clear: both;
}
.post-content h6 {
    font-size: 90%;
    margin: 32px 0 16px 0;
    clear: both;
}
#header {
    background-color: #ff931e;
    padding: 36px 0 32px;
    border-bottom: 1px solid #efefef;
}
#header-menu-tog a{
	color:#fff;
}
.side-widget .side-title{
	background-color:#ff931e;
	color:#fff;
	padding:5px 10px;
}
.side-widget .side-title span.side-title-inner{
	font-weight:bold;
}
.side-widget h3{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}