/*
Theme Name: WordPress Blog Theme for Maple Leaf Foods Canada
Theme URI: http://www.istudio.ca
Version: 2.0
Author: Mike Badgley
*/

html {
	background: #fff url(_images/layout/html_bg.gif) repeat-x left top;
	font-size: 100.01%;
}

body {
	background: transparent url(_images/layout/body_bg.gif) repeat-x left bottom;
	color: #676767;	
	font: normal 12px/20px Arial, Helvetica, sans-serif;
}

body a:link,
body a:visited,
body a:hover,
body a:active {
	color: #2C88B7;
	text-decoration: none;
}
body a:hover,
body a:active {
	text-decoration: underline;
}
	#navigation a, #sidebar a { color: #676767; }

body address, body p, body hr {
	margin: 20px 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 20px 0;
}
	body h2 {
		color: #8D2D21;
		font-size: 28px;
		font-weight: normal;
		line-height: 28px;
	}
		body h2 a { color: #8D2D21 !important; }
		
	body h3 {
		color: #4393BC;
		font-size: 12px;
		font-weight: bold;
		margin: 20px 0;
		text-transform: uppercase;
	}

body blockquote, body dl, body ol, body ul {
	margin: 20px 0 20px 36px;
}
	body ul {
		list-style-type: square;		
	}
		body ol li, body ul li {
			margin-bottom: 7px;
		}

/*
Move this to layout-related stylesheet.
Removes default indentation of threaded comments.
*/
ol.commentlist ul.children {
background-color: #fff;
list-style-type: none;
margin: 0 -34px;
padding: 0 19px 0 20px;
width: 465px;
zoom: 1;
}
ol.commentlist ul.children li {
background-image: url(_images/layout/comments_box_465w_middle.gif);
margin: 0;
width: 397px;
}
ol.commentlist ul.children li div.comment-author { 
background-image: url(_images/layout/comments_box_465w_top.gif); 
width: auto;
zoom: 1;
}
ol.commentlist ul.children li div.reply { 
background-image: url(_images/layout/comments_box_465w_bottom.gif); 
width: auto;
zoom: 1;
}

ol.commentlist ul.children li.comment-author-Editor { background-image: url(_images/layout/comments_box_editor_465w_middle.gif); }
ol.commentlist ul.children li.comment-author-Editor div.comment-author { background-image: url(_images/layout/comments_box_editor_465w_top.gif); }
ol.commentlist ul.children li.comment-author-Editor div.reply { background-image: url(_images/layout/comments_box_editor_465w_bottom.gif); }

body #page {
left: auto;
margin: 0 auto;
}
