/*
Theme Name: EAUS Business Template 1
Author: Web Media Network
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


.aligncenter {
	display: block;
	margin: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ##### CONTAINERS ###################### */

body {
	

}

.container {  
	width: 96%; 
	margin: 20px auto; 
}

/* #### HEADER ########################## */

.header-wrapper {
	float:left;
	width:100%;
	height: 120px;
	background: transparent;
}
.header-content{
	padding: 15px;
	margin: 0 270px 0 0;
	height: 82px;
	text-align: center;
	border-width: 4px;
	border-style: solid;
}

.header-content2{
	padding: 0px;
	margin: 0 0px 20px 0;
	/*height: 82px;*/
	text-align: center;
	border-width: 4px;
	border-style: solid;
}

.header-content h1 {
	font-size: 50px;
	line-height: 82px;
	font-weight: bold;
}

.header-content2 h1 {
	font-size: 50px;
	line-height: 82px;
	font-weight: bold;
	padding: 15px;
}

.header-content .welcome {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.header-content .suburb-name {
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-shadow: 1px 1px 2px #888;
}

.header-content .area-name {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.header-left {
	float:left;
	width:230px;
	height: 90px;
	padding: 15px;
	margin-left:-100%;
	background: transparent url(images/header_left.png) no-repeat top left;
}

.header-right {
	float:left;
	width:202px;
	height: 72px;
	padding: 20px 20px 20px 20px;
	margin-left:-250px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	border-width: 4px;
	border-style: solid;
}

.header-right a {
	text-decoration: none;
}

.header-right2 {
	width:202px;
	height: 72px;
	padding: 20px 20px 20px 20px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	border-width: 4px;
	border-style: solid;
	margin-bottom: 20px;
}

.header-right2 a {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------
*
*	Main Content Area
*
*	@author Craig Bilski
*	@since 1.0.0
*	@updated 1.0.0
* 
*-------------------------------------------------------------------------------------*/


	.main-content-area-wrapper {
		display: table;
		width: 100%;
		
	}


	.main-content-area {
		display: table-row;
	}
	
	.main-content-area-left {
		display: table-cell;
		padding: 0px 20px 0px 0px;
	}
	
	.main-content-area-right {
		display: table-cell;
		width: 250px;
		margin-top: 4px;
		vertical-align: top;
	}
	
	.intro-box {
		padding: 20px;
		line-height: 120%;
		margin-bottom: 20px;
		border-width: 4px;
		border-style: solid;
	}
	
	.intro-box h2 {
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.intro-box h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.intro-box p {
		margin-bottom: 12px;
		line-height: 120%;
	}
	
	/*--------------------------------------------------------------------------------------
	*
	*	Boxes
	*
	*	@author Craig Bilski
	*	@since 1.0.0
	*	@updated 1.0.0
	* 
	*-------------------------------------------------------------------------------------*/
	
	.boxes-wrapper {
		display: table;
		width: 100%;
	}


	.boxes {
		display: table-row;
	}
	
	.boxes-left {
		display: table-cell;
		width: 50%;
		padding-right: 20px;
		vertical-align: top;
	}
	
	.boxes-right {
		display: table-cell;
		width: 50%;
		padding: 20px;
		border-width: 4px;
		border-style: solid;
	}
	
	.box-1 {
		min-height: 150px;
		margin-bottom: 20px;
		border-width: 4px;
		border-style: solid;
		padding: 20px;
	}
	
	.box-2 {
		min-height: 150px;
		margin-bottom: 20px;
		border-width: 4px;
		border-style: solid;
		padding: 20px;
	}
	
	.box-3 {
		min-height: 150px;
		border-width: 4px;
		border-style: solid;
		padding: 20px;
	}
	
	.box-1 h2, .box-2 h2, .box-3 h2, .boxes-right h2 {
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.box-1 h3, .box-2 h3, .box-3 h3, .boxes-right h3 {
		font-size: 18px;
		line-height: 22px;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.box-1 p, .box-2 p, .box-3 p, .boxes-right p {
		margin-bottom: 12px;
		line-height: 120%;
	}
	
	.box-1 ul, .box-2 ul, .box-3 ul, .boxes-right ul {
		list-style: disc;
		margin-left: 15px;
		margin-bottom: 12px;
		line-height: 120%;
	}
	
	
	
	/*--------------------------------------------------------------------------------------
	*
	*	EAUS Box
	*
	*	@author Craig Bilski
	*	@since 1.0.0
	*	@updated 1.0.0
	* 
	*-------------------------------------------------------------------------------------*/

	.eaus-box {
		width: 202px;
		padding: 20px;
		border: 4px solid #00781F;
		background-color: #FED438;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.eaus-box span {
		color: #00781F;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
	}
	
	/*--------------------------------------------------------------------------------------
	*
	*	Advertisers Box
	*
	*	@author Craig Bilski
	*	@since 1.0.0
	*	@updated 1.0.0
	* 
	*-------------------------------------------------------------------------------------*/
	
	.advertisers-box {
		width: 202px;
		border-width: 4px;
		border-style: solid;
		padding: 20px;
	}
	
	.advertisers-box h2 {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.advertisers-box img {
		margin-bottom: 15px;
	}
	
	/*--------------------------------------------------------------------------------------
	*
	*	Brochure
	*
	*	@author Craig Bilski
	*	@since 1.0.0
	*	@updated 1.0.0
	* 
	*-------------------------------------------------------------------------------------*/
	
	.brochure {
		display: table-row;
	}
	
	.the-brochure {
		margin-top: 20px;
		width: 300px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	
	.the-brochure a {
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	