

/* This is the Australian National Eisteddfod CSS file (CSS level 3) */
/* eisteddfod.css */ 
/* RESET STYLES  */
* {
	margin: 0;
	padding: 0;
	border : 0;
}
img {
	border: 0;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-family: Optima, "Futura Lt Book", "Lucida Grande", Trebuchet, Frutiger, Univers, Myriad, Univers, Helvetica, Arial, sans-serif;
}
h1 {
	text-indent: -0.5em;
}
/* Lists */
ul, ol, dl, li, dt, dd {
	list-style: none;
}
/* Anchors */
a {
	color: #3333ff;
	text-decoration : none;
}
a:link {
	color : #3333ff;
	text-decoration : none;
}
a:visited {
	color: #32599F;
}
a:hover {
	color: #971b1e;
}
a:active {
	color : green;
	font-variant : small-caps;
	text-decoration : none;
}
/* Tables */
table {
	table-layout : auto;
	border-collapse : collapse;
	border : none;
}
td, caption {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	font-size: 1.1em;
}

th {
font-size: 100%;
font-weight: bold;
text-align: left;
}
/* APPLY STYLES */
/* Global */
body {
	font-size: 65%;
}
/* sets fonts so that 1em = 10px (approx) */
/* Lists */
ol li {
	margin-left: 2em;
}
/* LAYOUT */
/*Make the width 84em so it all scales if text is resized */
body {
	color : #00444c;
	background-color : #f5f5f5;
	text-align : left;
}
div#container {
	text-align: left;
	margin: 0.5em;
	width: 98%;
	position: relative;
}
div#container {
	text-align: center;
}
.breaker {
	font-size:12em;
        margin: 2em 0 2em 0;
	overflow: hidden;
}
/* Positioning */
div.center {
	text-align : center;
}
div.left {
	text-align : left;
}
div.indented{
	margin-left : 5em;
}
div#top {
	margin : 0 20em 0 20em;
	padding : 0; border : 0;
	height : 10em;
	text-align : center;
	overflow : hidden;
}
div#menumain {
	position : absolute;
	top : 0.5em;
	left : 0;
	margin : 0 1em 1em 1em;
	padding : 0 0.5em 0.5em 0.5em;
	width : 14em;
}
div#fullpage {
	position : absolute;
	top : 2em;
	left : 0;
	margin :0 4em 4em 2em;
	padding : 0 1em 4em 0;
	overflow : auto;
}
div#historyleft {
	position : absolute;
	top : 2em;
	left : 0;
	margin : 0;
	padding : 3em;
	overflow : auto;
}
div#center {
	margin-left : 17em;
	margin-right : 18em;
	padding : 0 2em 2em 2em;
	border : 0;
	overflow : auto;
}
div#right {
	position : absolute;
	top : 15em;
	right : 0;
	margin : 1em 0 1em 1em;
	padding : 0;
	width : 21em;
	overflow : auto;
}
div#home {
	position : absolute;
	top : 2em;
	left : 0;
	margin : 0;
	padding : 0 0 2em 2em;
	width : 60em;
}
div#homeleft {
	position : absolute;
	top : 3em;
	left : 0;
	margin : 3em;
	padding : 3em;
	width : 25em;
}
div#homeright {
	position : absolute;
	top : 2em;
	right : 0;
	margin-right : 1em;
	padding : 0 1em 2em 30em;
	width : 20em;
}
div#normal {
	position : absolute;
	top : 7em;
	left : 0;
	margin : 3em;
	padding : 4em;
	width : 60em;
	overflow : auto;

}
div#advertisement {
	width : 45em;
	height : 18em;
	padding : 2em;
	margin : 0 5em 0 0.5em;
	border: 1em;
	border-style : solid;
	border-width : medium;
	border-color : red;
}
/* TYPOGRAPHY */
h1 {
	font-size : 2em;
	text-align : center;
	padding : 0 0 0.1em 0;
}
h2 {
	font-size: 1.8em;
	font-style : italic;
	padding : 1em 0 0.8em 0;
}
h3 {
	font-size: 1.6em;
	font-style : italic;
	padding : 0.8em 0 0.6em 0;
}
h4 {
	font-size: 1.4em;
	font-style : italic;
	color: #00689C;
	padding : 0.6em 0 0.4em 0;
}
h5 {
	font-size: 1.2em;
	font-style : italic;
	color: #00689C;
	padding : 0.4em 0 0.2em 0;
}
h6 {
	font-size: 1em;
	font-style : italic;
	color: #00689C;
	padding : 0.2em 0 0.1em 0;
}
p, dd, dt, ol, ul, div.content ul, table {
	font-size: 1.3em;
	font-family: Optima, "Futura Lt Book", "Lucida Grande", Trebuchet, Frutiger, Univers, Myriad, Univers, Helvetica, Arial, sans-serif;
		font-size: 1.3em;
	padding : 0 0 0.2em 0;
}
div.content ul li {
	list-style-type: disc;
	padding: 0.4em 0 0 0;
	margin-left: 2em;
}
p, div.content ul, div.content ol {
	padding-bottom: 0.5em;
}
blockquote {
	font-size: 90%;
	margin-left: 2em;
}
/* Content */
.float_image_left {
	float: left;
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.float_image_right {
	float: right;
	width: auto;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.clear {
	clear: both;
}
.center {
	text-align : center;
}
hr {
	border-top: solid thin;
	margin: 2em 0 2em 0;
}
img {
	margin-bottom: 1em;
}
@media print {
	h1 {
		page-break-before : always;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after : avoid;
	}
	ul, ol, dl {
		page-break-before : avoid;
	}
}
