/*
Theme Name:     Asteroid Child
Theme URI:      http://ronangelo.com/asteroid/
Description:    Child theme for Asteroid.
Author:         ronangelo
Author URI:     http://ronangelo.com/
Template:       asteroid
Version:        1.0
*/
@import url("../asteroid/style.css");
/* Your modification goes here */


.adsbygoogle.ad-header {width: 728px; height: 90px;}

@media screen and (max-width:640px){
	#header-info-wrap,
	#widgets-wrap-header,
	#header-logo {
		display: block;
		float: none;
		text-align: center;
	}

	#header-logo img {
		display: inline-block;
		float: none;
	}

	.widget-header {
		display: block;
		float: none;
		padding: 8px;
		text-align: center;
	}

	.adsbygoogle.ad-header {
		width: 336px;
		height: 280px;
	}
}