/*  
Theme Name: Twenty Twelve THL
Theme URI: http://library.hrmtc.com
Description: 
Version: 0.1
Author: jgbell
Author URI: http://arlecchino.org/
Template: twentytwelve
*/

/* loading all parent css */
@import url(../twentytwelve/style.css);

div.quote {
	padding: 10px;
	background: rgb(220, 225, 220) transparent;
	background: rgba(220, 225, 220, 0.6);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.aside {
	padding: 10px;
	background: rgb(225, 220, 220) transparent;
	background: rgba(225, 220, 220, 0.6);
	-moz-border-radius: 5px;
	border-radius: 5px;
}

img.noshadow {
	box-shadow: none;
}
.entry-content blockquote,
.comment-content blockquote {
	font-style: normal;
}
@media screen and (max-width: 500px) {
	div.projectwonderfulbanner {
		display: none;
	}
}
