/* Layout */

body {text-align:center;}
#mainwrap {text-align:left;}

#mainwrap {
	width:expression(document.body.clientWidth < 900? "720px" : document.body.clientWidth > 1200? "1000px"  : "80%" );
}

/* #header {position:static;height: 148px;width:100%;} shows aboslutely positioned span/link within the header */

html, body { /* removes scrolling from main elements */
	width:auto; 
}

#mainwrap {padding-top: 0;}

#content {margin-top: 0;}

#sidebar {margin-top: 0;}

.wide #footer {text-align:center;position:relative;}

/* header styles */

#header a {display: static;}

#header span {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/alastairc/images/logo_back.png',sizingMethod='scale');
	background: none !important;
}
#header img {display: none;}

/* content styles */

pre {width: 95%; overflow-y: visible;}

#content .post img {width:expression(this.width > 450 ? "450px" : "auto" ); text-align:center;}

#content .post img.alignleft {width: auto;}
#content .post img.alignright {width: auto;}

input.submit {
	float: right;
	display:inline;
	margin: 10px 11%;
}

/* Footer */

#footer {bottom: -5px;}

/* CSS associated with:
http://alastairc.ac/testing/javascript/enhancements/ */

/* Link Highlights */

a.highlightlink { 
	vertical-align: center;
	white-space:nowrap;
}

#content img.highlightlink {
	border: 0; 
	height: 0.8em;
	vertical-align: baseline;
	margin: -0.2em 0;
}