/*
Theme Name: Slugger 2014 Canvas Theme
Version: 5
Description: A Canvas Child Theme
Author: Freshideas
Author URI: http://www.freshideas.ie
Template: canvas
*/
 
@import url("../canvas/style.css");

#wrapperStamps {
	background: url('images/stamps.gif') no-repeat center top;
}

#header {
	background-image: url('images/Slugger_website_header.png');
}

#content {
	padding-top: 30px;
	box-shadow: 0px 0px 20px #000;	
	background: url('images/bottom_content_bg.png') no-repeat center bottom #ffffff;
}

.post-meta .post-comments {
float: none;
}

.avatarMeta
{
	float: left;
}

.avatarMeta img
{
	vertical-align: top;
	padding-right: 5px;
}

/* Mobile styles go below this line */
@media only screen and (max-width: 479px) 
{
}

@media only screen and (max-width: 767px) 
{
	#header {
	  background-image: url('');
	  background-color: #fff;
	}
	
	#content{
	  padding-left: 0.5em;
	  padding-right: 0.5em;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
    
}