/* CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit; 
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}
*/
body {
	line-height: 1.3;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input, textarea {
	vertical-align:middle;
	font-size: inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* ----- THE REAL MELBOURNE ----- */
/* prepared by Andrew Harrison http://andrew.harrison.org Feb 2010 */



/* --- GENERAL STRUCTURE --- */
body {
	font: 12px/1.3 Helvetica, Arial, sans-serif;
	color: #000;
	background: #000;
	min-width:980px;
}

.centralised {
	position:relative;
	width: 960px;
	height: 100%;
	clear:both;
	overflow:hidden;
	margin: 0 auto;
	border: 0px solid red;
}	

#header {
	position:relative;
	height: 150px;
	border: 0px solid orange;
	background: #fff;
	padding-bottom: 3.5em;
}

#contentarea {
	position:relative;
	height: auto;
	/*min-height: 400px;*/
	border: 0px solid yellow;
	background: #fff;
}

#footer {
	position:relative;
	border: 0px solid green;
	border-top: 2px solid #aaa;
	color: #fff;
	background: #000;
	padding-bottom: 5em;
}

/* --- GENERAL STYLES --- */

input, textarea, button {
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font: normal 1em/1 Helvetica, sans-serif;
}

input, button {
	height: 2em;
	padding: 0 5px;
	outline: none;
}

input[type="submit"], input[type="button"] {
	font-size: 1.1em;
}		

input:focus, textarea:focus {
	border: 1px solid #000;
}

h2 {
	font-size: 2.1em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display:block;
	color: #000;
	margin-bottom: 0.5em;
	text-decoration:none;	
}
	
/* --- HEADER --- */
#header .centralised {
	background: url(images/station.png) no-repeat bottom left #fff;	
}

#header h1 {
	position:absolute;
	left: 162px;
	bottom: 0;
	font-size: 3em;
	line-height: 1;
}

#header h1 a {
	color: #000;
	text-decoration:none;
}

#header ul {
	position:absolute;
	left: 162px;
	bottom: 2.75em;
}

#header ul li {
	display:inline;
	margin-right: 1.3em;
}

#header ul li a {
	font-size: 1.3em;
	color: #000;
	text-decoration:none;
}

#header ul li a:hover {
	text-decoration:underline;	
}

#headersubs {
	position:absolute;
	bottom: 4px;
	right: 0;
	width: 230px;
}

#headersubs label {
	display:block;
	width: 230px;
	margin-bottom: 1em;
	float:left;
}

#headersubs input {
	display:block !important;
	width: 130px;
	outline: none;
	padding: 0px 5px;
	float:left;
	clear:both
}

#headersubs input[type="submit"],
#headersubs input[type="button"],
#headersubs input#mc-embedded-subscribe {
	background: #000;
	color: #fff;
	float:left;
	clear:none;
	width:80px;
	border-left: none;
}

#headersearch {
	position:absolute;
	top: 0;
	right: 0;
	width: 180px;
}

#headersearch input {
	display:block !important;
	width: 130px;
	outline: none;
	padding: 0px 5px;
	float:left;
	clear:both
	border-top: none !important;
}

#headersearch input[type="submit"],
#headersearch input[type="button"],
#headersearch input#gosearch,
#headersearch input#mc-embedded-subscribe {
	background: #000;
	color: #fff;
	float:left;
	clear:none;
	width:30px;
	border-left: #000;
}



#contentarea .centralised p {
	margin-bottom: 1em;
}
/* --- ARTICLES --- */

.article {
	position:relative;	
}

.articlecontent {
	float:right;
	width:470px;
}

.article h2 {
	font-size: 2.1em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	display:block;
	color: #000;
	margin-bottom: 0.5em;
	text-decoration:none;
}

.article h2 a {
	color: #000;
	text-decoration:none;
}

.article h2 a:hover {
	text-decoration:underline;	
}

.article img.hero {
	/*float:right; */
	width: 470px;
	overflow:hidden;
	height: 250px;
	max-height: 250px;
	border: 2px solid #a7a7a7;
	/*margin: 0 0 0.76em 1em;*/
}

.article p.photoattr {
	font-size: 0.8em;
	text-align:right;
}

.article + p {
	margin-top: 1em;
}

.article + p.photoattr {
	margin-top: 0;
}


.article p {
	font: normal 1.05em/1.4 Helvetica, sans-serif;
	margin-bottom: 1em;
	width: 470px;
}

.article p a {
	color: #000;	
}

.article p.address, .article p.byline,
.article p.address a, .article p.byline a {
	font: normal 1em/1.3 Helvetica, Arial, sans-serif;
	color: #a7a7a7;
	text-decoration:none;
	margin-bottom: 0.5em;
}

.article p.address a:hover, .article p.byline a:hover {
	text-decoration:underline;	
}

.article h3,
.article h4,
.article h5,
.article h6 {
	width: 470px;
}

.article .infoblock {
	margin: 3em 0 1em 0;
	border: 1px solid #a7a7a7;
	border-width: 1px 0;
	padding: 1em 0;
	clear:left;
	overflow:hidden;
	width: 470px;
}

.article .infoblock img {
	float:left;
	margin-right: 12px;
}

.article .infoblock h3{
	font: bold 1.3em/1.3 Helvetica, Arial, sans-serif;
}

.article .infoblock p {
	margin-bottom: 0 !important;
	font-family: Helvetica, Arial, sans-serif;
}

.article .infoblock p a {
	text-decoration:none;	
}

.article .infoblock p a:hover {
	text-decoration:underline; 	
}

.comments {
	width: 320px;
	float:right;
	clear:both;
}

.comments h2 {
	float:left;
	display:block;
	/*width: 636px;*/
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 0.55em;
}


.comment {
	/*width: 636px;*/
	float:left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.comment a {
}

.comment p {
	display:block;
	float:none;
	width: 319px;
}

.comment:last-child {
	margin-bottom: 5em;	
}

.commentby {
}

.comments form {
	width: 320px;
	margin-top: 1em;
	margin-bottom: 5em;
}

.comments label {
	width: 320px;
	margin-bottom: 0.45em;
	display:block;
}

.comments input, .comments textarea {
	width: 300px;
	margin-bottom: 0.5em;
}

.comments textarea  {
	height: 150px;	
}

.comments input[type="submit"] {
	width: 150px;
}

.comments form p {
	clear:both;	
}



/* --- HOMEPAGE (and archive) --- */

#homepage .article,
#archive .article {
	height: 254px;
	padding-bottom: 3.5em;
}

#archive .article {
	clear:both;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

#homepage .article h2,
#archive .article h2 {
	font-size: 1.9em;
	float:right;
	width: 472px;
}

#homepage .article p,
#archive .article p {
	float:right;
}

#homepage .article img.hero,
#archive .article img.hero {
	float:left;
	margin-right: 12px;
	margin-left:0;
}

#homepage .article p.readmore a, 
#archive .article p.readmore a {
	position:absolute;
	bottom: 3.5em;
	right: 0;
	font: normal 1em/0 Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration:none;
}

#homepage .article p.readmore a:hover,
#archive .article p.readmore a:hover {
	text-decoration:underline;	
}

#archive .article:last-child {
	border-bottom: none;
}	

ul#recentarticles {
	padding: 3.5em 0;
	border-top: 1px solid #a7a7a7;
	height: 150px;
}

ul#recentarticles  li {
	display:block;
	position:relative;
	float:left;
	height: 150px;
	width: 150px;
	margin-right: 12px;
	color: #e5e5e5;
	text-decoration:none;
	background: #000;
	overflow:hidden;
}

ul#recentarticles li:last-child {
	margin-right: 0;	
}

ul#recentarticles li a {
	text-decoration:none;
	position:relative;
	color: #fff;
}

ul#recentarticles  li a img {
	width: 150px;
	height: 150px;
	z-index: 100;
}

ul#recentarticles  li a span {
	width: 140px;
	height: 150px;
	background: url(images/recentarticle-bg.png);
	z-index: 200;
	display:block;
	text-decoration:none;
	padding: 5px;
	position:absolute;
	top: 150px;
}

ul#recentarticles li a:hover span {
	display:block;	
	top: -140px;
}

ul#recentarticles li a.archivelink span {
	display:block;
	top: 0;
	padding-top: 15px;
	opacity: 1;
}

.archivefilter {
	clear:both;
	overflow:hidden;
}

ul.archivesort {
	float:left;
	width: 150px;
	margin-right: 12px;
}

ul.archivesort form {
	display:none;
}
ul.archivesort li a {
	color: #000;
	text-decoration:none;
}

ul.archivesort li a:hover {
	text-decoration:underline;	
}

ul.archivepag {
	clear:both;
	overflow:hidden;
	margin: 1.5em 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	
}

ul.archivepag li a {
	display:block;
	color: #000;	
	text-decoration:none;
	padding: 0.8em 0;
}

ul.archivepag li a:hover {
	text-decoration:underline;	
}

ul.archivepag li.older a {
	float:left;	
	padding-right: 18em !important;
}

ul.archivepag li.newer a{
	float:right;	
	padding-left: 18em !important;
}


/* --- ARCHIVE --- */


/* --- FOOTER --- */

#footer ul {
	width: 150px;
	margin-top: 1.5em;
	margin-right: 12px;
	float:left;
	border-top: 1px solid #fff;
}

#footer ul:last-child {
	margin-right: 0;	
}

#footer ul.smallprint {
	float:right;
}

#footer ul li {
	line-height: 1.5em;	
	font-size: 1em;
	text-transform: lowercase;
}

#footer ul li, #footer ul li a {
	color: #e5e5e5;	
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;	
}

/* --- CALENDAR ENTRIES --- */

.calentry {
	width: 312px;
	float:left;
	margin-right: 12px;
	height: 420px;
}

.calentry:nth-of-type(3n) {
	margin-right: 0;
}

.calentry h2 {
	font-size: 1.2em;
	border-bottom-color: #e5e5e5;
}

.calentry h2 a {
	color: #000;
	text-decoration:none;
}

.calentry p {
	margin-bottom: 1em;
	width:300px;
}

.calentry p a {
	color: #000;
}

.calentry .byline {
	font: normal 1em/1.3 Helvetica, Arial, sans-serif;
	color: #a7a7a7;
	text-decoration:none;
	margin-bottom: 0.5em;
}

.calentry .byline a {
	color: #a7a7a7;
	text-decoration:none;
}

.calentry a:hover {
	text-decoration: underline;
}

/* --- ABOUT BLOCKS --- */

.aboutblock {
	clear:both;
	overflow:hidden;
	margin-bottom: 2em;
}

.aboutblock h3 {
	font: bold 1.2em/1.3 Helvetica, Arial, sans-serif;
	float:left;
	width: 636px;
	margin-bottom: 1em;
}

.aboutblock p {
	float:left;
	width: 636px;
}

.aboutblock p a {
	color: inherit;
}

.aboutblock img {
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.contentblock {
	width:474px;
	margin-bottom: 3em;
}

.contentblock a {
	color: #000;
}

.contentblock h3 {
	font-weight:bold;
}
