/*
Theme Name: wma
Description: A Child Theme of default
Template: default
*/



/* Import Styles From Parent Theme: default */
@import url(../default/style.css);


#page {
	background: #fff;
	border:0;
}

.narrowcolumn, .widecolumn {
    margin:0;
    padding: 0 5em 1em;
    width: auto;
    float: none;
}

.header-image {
	height: auto;
    max-width: 100%;
}

img.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignright {
    height: auto;
    max-width: 50%;
}

.post {
    margin: 0 0 5em;
}

/** Hide junk from Post pages **/
.navigation {
    display: none;
}
.alt {
    background: none;
    border: 0;
}
.nocomments {
    display: none;
}

/** Hide metadata from Posts on index page **/
.postmetadata {
    display: none;
}


/** Responsive **/

/* SMALL */

@media only screen and (max-width: 659px) {

	#pagelist ul {
	    margin: 0;
	    padding: 0.25em 0;
	}
	#pagelist li {
		display: block;
	    padding: 0.25em 0;
	}
	#header-menu {
		height: auto;
		padding: 0;
	    background: #000000 url("http://www.watermonstersattack.com/blog/wp-content/themes/default/images/header-02-menuslice.jpg") repeat scroll center top;
	}
	.narrowcolumn, .widecolumn {
    padding: 0 2em 1em;
	}

}


/* MEDIUM */

@media only screen and (max-width: 759px) {

	body {
		margin: 0;
	}
	#page {
		width: auto;
		margin: 0;
	}
	#header {
		width: auto;
		height: auto;
	}
	#header-top {
		height: auto;
		background: none;
	}
	#header-menu {
		width: auto;
	}
	#footer {
		width: auto;
	}
	.narrowcolumn, .widecolumn {
	    float: none;
	}


}