@charset "utf-8";

/* DESIGN NOTES

Website: PerthNostalgiaFestival.org
Style Author: Nik Peran, http://PerthNostalgiaFestival.org
Layout: 840px Fixed width 2 column with left sidebar

_________________________________________________________________*/


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #000000;
}


/* Zero out browser presets */

body, p, h1, h2, h3, h4, h5, h6 ol, ul, dl, 
blockquote, address, iframe, table, form {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
address {
	display: inline;
	font-style: normal;
}



/* Start LINKS ------------------------------------------ */	

a:link {
	color: #2D7363;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #2D7363;
}
a:hover {
	text-decoration: none;
	color: #75C9B6;
}
a:active {
	text-decoration: none;
	color: #75C9B6;
}
a.noUnderline:link, a.noUnderline:visited {
	text-decoration: none;
}
a.hdgLink:link, a.hdgLink:visited {
	color: #4F2864;
	text-decoration: none;
}
a.hdgLink:hover, a.hdgLink:active {
	color: #8544A8;
}

/* HEADING Styles -----------------------------------------*/
h1, h2, h3, h4  {
	color: #4F2864;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 2em;
	margin-top: 25px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.25em;
	color: #222;
}


#mainColumn h2, #mainColumn h3, #mainColumn p {
	padding: 0 10px 10px 10px;
}
#centerColumn h2, #centerColumn h3, #centerColumn p,
#narrowColumn h2, #narrowColumn h3, #narrowColumn p {
	padding: 0 0px 10px 0px;
}
#sideColumn p {
	padding: 0 5px 10px 12px;
	}
#sideColumn h2, #sideColumn h3, #sideColumn h4 {
	color: #FFFBAE;
	padding: 0 2px 10px 13px;
}


/* Start LIST Styles ---------------------------------------*/

.bulletsNone {
	list-style-type: none;
}
.bulletsImg  li {
	padding-left: 25px;
	background: url(../images/bullet-purple.png) no-repeat left center;
}

.bulletsImg {
	line-height: 140%;
	list-style-type: none;
}
#mainColumn ul {
	margin-left:45px;
}


/* Start POSITIONING Styles ----------------------------------*/

.clearFloats  {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#logo {
	display: none;
}


/* Define PAGE LAYOUT divisions -------------------------------*/

#container {
	padding: 0px;
	width: 950px;
	position: relative;
	text-align: left;
	color: #222;
	margin: 0 auto;
	background: url(../images/bg-container.gif) repeat-y;
}


#container3Column {
	padding: 0px;
	width: 838px;
	position: relative;
	text-align: left;
	color: #000;
	margin: 0 auto;
	border: solid 1px black;
	background-image: url(../images/bg-3column.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#topLinks {
	text-align: right;
	padding: 5px 40px 2px;
}

#header {
	height: 240px;
	text-align: right;
	font-size: 1.3em;
	color: #1D6155;
}
#banner {
	background: url(../images/bg-header.png) no-repeat;
	position: absolute;
	height: 220px;
	width: 950px;
	top: 25px;
	left: 0px;
	z-index: 10;
	text-align: left;
}
#menubarHide {
	height: 171px;
}
#loginBox {
	width: 846px;
	margin: auto;
	padding: 4px 4px 0 0;
	font-size: 1.3em;
	color: #1D6155;
}
#commentsSection {
	margin-right: 35px;
	margin-left: 20px;
	background: #FFFFFF;
	border: 1px solid #ffebc1;
	display: none;
	margin-bottom: 10px;
}
.commentBox {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	margin: 0 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #37425E;
}
.submitMsgBox {
	background: white;
	padding-top: 10px;
	color: #32816F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ffebc1;
	margin: 10px 35px 0 20px;
}

.commentBox p {
	padding: 0 0 10px 0 !important;
}



#submenuHide {
	padding-bottom: 12px;

}

#footer {
	clear: both;
	color: #D8B3E5;
	font-size: 1.3em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: url(../images/bg-footer.jpg) no-repeat;
	margin: 18px auto 0 auto;
	width: 950px;
}

#subFooter {
	color: #666;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	font-size: 1.1em;
	padding: 10px 0;
}


/* Set out content COLUMNS -----------------------------*/

#mainColumn {
	float: right;
	width: 620px;
	font-size: 1.25em;
	line-height: 130%;
}
#centerColumn {
	float: left;
	width: 420px;
	padding: 0 5px;
	line-height: 140%;
}
#narrowColumn {
	float: right;
	width: 160px;
	margin-right: 12px;
	padding: 0 8px;
	color: black;
}


#sideColumn {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 1.3em;
	width: 212px;
	float: left;
	color: #FFF9EC;
}

#singleColumn {
	font-size: 1.25em;
	padding: 0 10px;
}
.columnBox2 {
	background: url(../images/bg-2col-mid.png) repeat-y;
}
.miniColumnLeft {
	background: #00CC99;
	float: left;
	width: 255px;
	padding-right: 20px;
	padding-left: 20px;
}


blockquote {
	padding-left: 30px;
}
#page {
	width: 850px;
	margin: 0 auto;
}
#pageTop {
	background: url(../images/bg-page-tb.png) no-repeat center top;
	height: 35px;
}

#pageMiddle {
	background: url(../images/bg-page-m.png) repeat-y center;
}

#pageBottom {
	background: url(../images/bg-page-tb.png) no-repeat center bottom;
	height: 28px;
}
.textBoxWhite {
	background: #FFFFFF;
	padding: 10px 10px 0 10px;
	margin: 0 25px 0 5px;
	border: 3px solid #ffebc1;
}
.textBoxBeige {
	background: #FFFECC;
	border: 1px solid #E1C897;
	padding: 6px;
	margin: 5px;
	width: 264px;
}

.textBoxPurple {
	border: 1px solid #9D67B8;
	margin-left: 13px;
	margin-right: 7px;
	line-height: 120%;
}
.textBoxGreen {
	background: #EEF9F7;
	border: 1px solid #CCECE7;
	padding: 6px;
	margin: 5px;
	width: 264px;
}




#album #mainColumn img {
	border: 1px solid #FFF;
}
#album table {
	margin-left: 16px;
}

.clrLink, abbr, acronym {
	color: #2D7363;
}
.clrHeading {
	color: #4F2864;
}


.clrRed, .error {
	color: #CA2831;
}
.clrInput {
	color: #37425E;
}

.correct {
	color: #009933;
}
.clrWhite {
	color: white;
}


.highlightYellow {
	background-color: #FFFF66;
	padding: 1px 3px;
}
.darkHeading {
	color: #222;
	font: bold 1.3em "Trebuchet MS", Tahoma, sans-serif;
}


.fauxHeading {
	color: #4F2864;
	font: bold 1.3em "Trebuchet MS", Tahoma, sans-serif;
}

.lineDotted {
	padding-bottom: 10px;
	border-top: dashed 1px #333;
	width: 90%;
	margin: auto;
}
.lineDottedOrange {
	border-top: dashed 1px #FBA900;
	width: 94%;
	margin: 10px auto;
}
.sideRuleSolid {
	border-top: solid 2px #F8B945;
	margin: 10px 2px 10px;
}
.textCourier {
	font-family: "Courier New", Courier, monospace;
}

.textLarger {
	font-size: 120%;
}
.textSmaller {
	font-size: 95%;
}
.small {
	font-size: .9em;
}
.captcha_error_message {
	color: #CA2831;
}
#sideColumn .captcha_error_message {
	color: #CA2831;
	background: #FFE8E8;
	padding: 3px;
	margin-right: 8px;
}

