/*
Theme Name: Millar Merrigan
Theme URI: http://www.millarmerrigan.com.au/
Description: Theme for Millar Merrigan
Version: 1.0
Author: qube
Tags: blue, custom header, fixed width, two columns

*/



/* Begin Typography & Colors */
body {
	font-size: 68.75%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	display: block;
	width: 760px;
	height: 152px;
	background: url('images/header_mm.gif') no-repeat top center;
	}

.description  {
	text-indent: -5000px !important;
	margin: 0;
	padding: 0;
	display: block;
}
	
img {
	border: none;
}

#home_banner,
#featured_projects,
#header .navigation,
#sidebar,
hr {
	display: none;
	}
	
.entry hr{
	display: block;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */