/*
Theme Name: Gadgetry Child
Theme URI: http://themefuse.com/demo/wp/gadgetry/
Description: Child theme for the Gadgetry theme. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: gadgetry-parent
*/

@import url("../gadgetry-parent/style.css");

#facebook-like-2 h3 {
	margin-bottom: 15px !important;
}

@media only screen and (min-width: 320px) {
	.logo strong {
		line-height: 21px;
	}

	#middle .content {
                /*width: 280px !important;*/
        }
        
        #facebook_status_box {
		width: 275px !important;
	}
}

@media only screen and (min-width: 768px)  {
	
	.logo {	
		width: 720px !important;
	}
	
	#middle .content {
                width: 380px !important;
        }
        
        #facebook_status_box {
		width: 380px !important;
	}
}

@media only screen and (min-width: 990px) {
	.title {
		margin: 0 !important}
		
	#middle .content {
                width: 580px !important;
        }
        
        #facebook_status_box {
		width: 580px !important;
	}
		
}