@charset "utf-8";
/* CSS Document */

/*
Theme Name: Discovery Child
Description: Child theme for the WpZoom Discovery theme . Root wp 3.5.2
Version  root wp 3.5.2
Author: Lars Larsson
Template: discovery
*/

@import url("../discovery/style.css");

/*
#site-title a {
    color: #009900;
}
*/

/*
footer {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 20px 0 50px;
}

footer div.wrapper {
	width: 980px;
}

footer p.copy {float: left; display: inline; }

*/
footer p.wpzoom { display: inline; float: right; }
footer p.wpzoom a {color: #999; text-decoration: none;}

/* footer p.wpzoom img { display: inline; float: right; padding: 0 0 0 2px; } */

@media screen and (max-width: 768px) {

    #logo img { max-width:100%; width:100%; height:auto; }

}