@charset "UTF-8";

 img, div, input, a { behavior: url("assets/templates/ausparents/iepngfix.htc") }
 
/* --- Layout
---------------------------- */


#content .column-left, #content .column-right {
	float: left;
	margin-left: 15px;
}
#content .column-left {
	width: 600px;
	font-size: 1.2em;
	min-height: 400px;
}
#content .column-right {
	width: 275px;
}
#content .column-left #article {
	margin-left: 30px;
}
.side-menu {
	width: 286px;
}

/* --- Backgrounds 
---------------------------- */


.side-menu ul {
	background-position: top left;
	background-repeat:repeat-y;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}
.side-menu ul * {
	background: none;
}
.side-menu {
	background-image:url(images/side-menu.png);
	background-position: top left;
	background-repeat:repeat-y;
	margin-top: 20px;
	margin-left: 30px;
}
.side-menu-line {
	background-image:url(images/side-menu-line.png);
	background-position: top left;
	background-repeat:no-repeat;
	width: 246px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.side-menu-bottom {
	background-image:url(images/side-menu-bottom.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	height: 17px;
	display: block;
	width: 286px;
	margin-left: 30px;
}

/* --- Fonts 
---------------------------- */

h2, #content .column-right h3 {
	font-weight: bold;
	font-family:Verdana, "Lucida Sans", Arial;
}

/* --- Headings 
---------------------------- */

h2 {
	font-size: 2.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}
#content .column-right h3 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
	margin-right: 20px;
}
#article h3 {
	font-size: 1.4em;
}
#article h4 {
	font-size: 1em;
}


/* --- Text 
---------------------------- */

#article {
	font-size: 1.2em;
}



/* --- Lists 
---------------------------- */
.side-menu {
font-size: 1.2em;
}

.side-menu ul {
	line-height: 1.6em;
	width: 250px;
	padding-right: 15px;
	text-align:left;
	list-style: none;
	padding-left: 20px;
}
.side-menu li {
	background: transparent url(images/bullet_red.png) no-repeat 0px 2px;
	padding-left: 17px;
	
	}
.side-menu ul * {
	font-size: inherit;
}
.side-menu ul ul {
	width: 100%;
	padding-left: 0px;
}
.side-menu li li {
	background: transparent url(images/bullet_green.png) no-repeat 0px 2px;
	font-size:inherit;
	}
.side-menu li li li {
	background: transparent url(images/bullet_orange.png) no-repeat 0px 2px;
	font-size:inherit;
	}