/*
Theme Name: Healy
Theme URI: http://healygroup.com.au/
Description: WordPress theme for Healy
Version: 1.0
Author: Shawn Murphy
Author URI: http://withoutboundary.com.au/
Tags: healy, group, healy group, healy group, without boundary, without, boundary
*/

/*	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 */


/* CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/ /* Causes issues in IE! */
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Styles */

body { margin: 0; padding: 0; background: #000; font: 13px Arial, sans-serif; color: #9c9e9f; text-align: center; }
#wrapper { margin: 0 auto; text-align: left; width: 880px; }

.clear { font-size: 0; line-height: 0; clear: both; }

#header { height: 275px; }
#header .spacing { padding: 50px 0 25px 0; }
#header h1 { float: right; }

#header #nav { clear: both; }
#header #nav ul li { text-transform: uppercase; }
#header #nav ul li a { text-decoration: none; }
#header #nav ul li.home { margin: 0 0 10px 0; }

a { color: #9c9e9f; text-decoration: none; }
a:hover { color: #FFF; }

#content .column { display: block; float: left; }

#content .column-left { width: 250px; }
#content .column-left p { margin: 0 0 58px 0; }

#content .column-middle { width: 630px; }
#content .column-middle .spacing { padding: 0 0 0 105px; }
#content .column-middle p { line-height: 19px; margin: 0 0 15px; }
#content .column-middle ul { list-style-type: disc; margin: 15px 0 15px 15px; }
#content .column-middle table { margin: 15px 0; }
#content .column-middle table th,
#content .column-middle table td
{ padding: 5px; }

#siteby { position: fixed; left: 15px; bottom: 15px; font-size: 10px; color: #333; }