/*
Theme Name:     Blaskan for IR Blog
Theme URI:      http://blaskan.net
Description:    Child theme for the Blaskan theme 
Author:         Per Sandström, modified by Mathis Lohaus
Author URI:     http://www.helloper.com/
Template:       blaskan
Version:        1.0
*/

@import url("../blaskan/style.css");


#site {
  padding: 20px 0;
}


.background-image #wrapper {
	background: #fff;
	padding: 20px;
}

.header-image #site {
	padding-top: 20px;
}

/* to make authorname on top of post uppercase */
.mlheadauthor {
text-transform: uppercase;
}


img.feedbutton {
height:30px;
width:30px;
border:none;
vertical-align:middle;
margin-right:10px;
margin-bottom:2px;
}


#footer {
	border-top: 1px solid #CCC;
	padding: 5px 0 0 0;
}