/*
Theme Name:     Daniel's theme
Theme URI:      
Description:    Fixed child theme.
Author:         Daniel
Author URI:     
Template:       fixed
Version:        0.1.0
*/

.format-aside header,
.format-status header,
.post .meta li:nth-child(2),
.fixed-bar {
	display: none !important;
}
.header .widget,
.header .widget a,
.header .widget a:hover {
	color: #FFF;
}
.header .logo-subtitle {
	color: #EFEFEF;
}

body.admin-bar {
	padding-top: 5%;
}

.logo-image img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
}	

