@media (max-width: 665px) {
	html {
		margin: 0;
		padding: 0;
	}
	body {
		font-family: trebuchet, verdana, helvetica, sans-serif;
		margin: 0;
		font-size: 12pt;
		background: #888 url('/graphics/painted_bg.jpg'); 
	}
	h2 {
		margin: 0;
		padding: .25em;
		background: red;
		color: white;
	}
	h2 a {
		color: white;
		font-size: 14pt;
	}
	#wrapper {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#banner_img {
		display: none;
	}
	#masthead {
		background: #444 url('/graphics/steveospage_banner.jpg') bottom center no-repeat;
		width: 100%;
		height: 200px;
		border-top: 3px solid #eee;
		border-bottom: 3px solid #eee;
		text-align: center;
		margin: 0;
		overflow: hidden;
	}
	#masthead img {
		width: 250px;
	}
	#menu {
		margin: 0;
		background: red;
	}
	#menu a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		font-size: 12pt;
	}
	div.post {
		margin: 10px 10px 1.5em 10px;
		background: white;
	}
	div.post img {
		max-width: 250px;
		height: auto;
	}
	div.entry-meta {
		color: #666;
		font-size: 8pt;
		padding: 10px;
	}
	div.entry-content {
		text-align: center;
		padding: 10px;
	}
	div.entry-content p {
		text-align: left;
		margin-bottom: .5em;
	}
	div.entry-utility {
		background: red;
		padding: 10px;
		margin: 0;
	}
	div.entry-utility a {
		color: white;
	}
}

@media (min-width: 665px) and (max-width: 959px) {
	html {
		margin: 0;
		padding: 0;
	}
	body {
		font-family: trebuchet, verdana, helvetica, sans-serif;
		background: #888 url('/graphics/painted_bg.jpg'); 
		margin: 0;
		font-size: 10pt;
		width: 100%;
	}
	h2, h2.entry-title {
		background: red;
		color: white;
		padding: .25em .75em .25em .5em;
	}
	h2 a, h2.entry-title a {
		color: white;
		text-decoration: none;
	}
	#masthead {
		background: #444 url('/graphics/steveospage_banner.jpg') top center no-repeat;
		border-top: 3px solid #eee;
		border-bottom: 3px solid #eee;
	}
	#masthead p {
		height: auto !important;
	}
	#banner_logo {
		max-height: 150px;
	}
	#banner_img {
		float: right;
		text-align: right;
		padding-top: 25px;
	}
	#banner_img img {
		max-height: 125px;
	}
	#menu {
		border-top: 2px solid white;
		padding: .5em;
		background: #444;
	}
	#menu a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		font-size: 12pt;
		padding: 2em;
	}
	#content {
		padding-left: 3em;
		padding-right: 3em;
		padding-top: 3em;
	}
	div.post {
		background: white;
		margin-bottom: 3em;
	}
	div.entry-meta {
		background: #888;
		color: white;
		font-size: 8pt;
		padding: .25em .5em;
	}
	div.entry-content {
		padding: 1em;
	}
	div.entry-content p {
		line-height: 1.25em;
		margin-bottom: 1em;
	}
	div.entry-content img {
		max-width: 85%;
		height: auto;
	}
	div.entry-utility {
		display: none;
	}
}

@media (min-width: 960px) {
	html {
		margin: 0;
		padding: 0;
	}
	body {
		font-family: trebuchet, verdana, helvetica, sans-serif;
		background: #888 url('/graphics/painted_bg.jpg'); 
		margin: 0;
		font-size: 10pt;
	}
	input, textarea {
	border: 1px solid #888;
	padding: .5em;
}
hr {
	border: 0;
	height: 2px;
	color: #477fa2;
	background: #477fa2;
	margin: 2em 0 2em 0;
}
h1.page-title {
	margin-top: 1em;
	color: white;
}
h1.page-title span {
	color: dodgerblue;
}
h2 {
	color: white;
	background: #e22323;
	font-weight: normal;
	padding: 10px 10px 10px 20px;
	z-index: 12;
}
h2 a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
h3 {
	margin-bottom: 1em;
}
#footer {
	background: #444;
	border-top: 3px solid white;
	padding: .5em;
	color: white;
	font-size: 8pt;
	margin-top: 3em;
	text-align: center;
}
#content {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	background: #444 url('/graphics/steveospage_banner.jpg') top center no-repeat;
	height: 225px;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
#masthead p {
	margin: 0;
}
#logo {
	background: url('/graphics/steveospage_banner_logo.png') top left no-repeat;
	text-align: right;
}
#menu {
	padding-top: 2px;
	padding-left: 10px;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}
ol {
	margin-left: 2em;
	margin-bottom: .5em;
}
div.comments h4 {
	color: #e22323;
	font-size: 12pt;
	margin-bottom: 1em;
}
div.comment {
	border: 1px solid #477fa2;
	width: 598px;
	padding: 10px;
	margin-top: 1em;
}
div.comment_reply {
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	background: #ebebeb;
	width: 568px;
	padding: 10px;
	margin-left: 30px;
}
div.comment p.comment_info, div.comment_reply p.comment_info {
	border-bottom: 1px solid #477fa2;
	padding: 0;
}
div.comment span.comment_author, div.comment_reply span.comment_author {
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 2em;
}
div.comment span.comment_data, div.comment_reply span.comment_data {
	color: #e22323;
	font-size: 8pt;
}
div.post {
	background: white top left no-repeat;
	padding: 0 0 1em 0;
	margin: 20px 0 10px 0;
	overflow: auto;
}
div.post p {
	line-height: 1.5em;
	margin-bottom: 0em;
	margin-top: 0;
}

div.entry-meta, div.entry-utility, div.entry-content, div.entry-summary {
	margin: 20px 20px 10px 20px;
	padding: 0;
}
div.entry-content p {
	padding-bottom: 1em;
}
div.entry-meta, div.entry-utility {
	color: #888;
}
div.entry-meta {
	border-bottom: 2px solid #888;
	padding-bottom: .5em;
}
div.entry-utility {
	border-top: 2px solid #888;
	padding-top: .5em;
}

img.alignright {
	float: right;
	margin-left: 10px;
	z-index: 20;
}

}




