@charset "utf-8";
/* Queanbeyan Art Society styles */

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: black;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	background-color: #234519;
	text-align: center;
	
	}

/********** layout divs *************/

/* wrapper to hold it all together in the centre of the screen */
#wrapper {
	width: 620px;
	background-color: #FFFFFF;
	margin: 15px auto; 
	border: 0px;
	text-align: left;  /* put the text back to the left within divs on the page */
	position: relative;
	background-color: white;
	padding: 257px 350px 5px 30px;
}

#topbanner {
	width: 1000px;
	height: 195px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:2;
	background-color: #FFCC99;
}

#QAScottage {
	position: absolute;
	left: 715px;
	top:13px;
	border: solid 1px #234519;
}

#QASlogo {
	position:absolute; 
	left: 18px;
	top:0px;
}

#onthebanks {
	position: absolute;
	top: 104px;
	left:378px;
}

#darkgreenbar {
	width: 1000px;
	background-color: #2c312d;
	height: 3px;
	position: absolute;
	top: 195px;
	left:0px;
	z-index:2;
}

#greenbar {
	width: 1000px;
	background-color: #8b9769;
	height: 30px;
	position: absolute;
	top: 198px;
	left:0px;
	z-index:2;
}

/***navigation block ***/

#nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 204px;
	left: 30px;
	font-size: 0.8em;
	font-weight: bold;
	background-color:#8b9769;
	z-index:4;
	width: 970px;
}

/* hyperlinks */
#nav a:link {text-decoration: none; color: #F7F7E5;}
#nav a:visited {text-decoration: none; color: #F7F7E5;}
#nav a:hover {text-decoration: none; color: #FFCC99; }
#nav a:active {text-decoration: none; color: #FFCC99;}

/* unordered list to make the main menu spaced out horizontally */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	padding-bottom: 2px;
	padding-right: 15px;
	padding-left: 2px;
	margin-bottom: 3px;
}

/*** end of navigation block styles ***/

/**** footer - contains contact info ***/
#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color:#234519;
}

/**** end of footer ****/

/*** block going down right hand side, contains latest news, monthly winner etc. ***/

#right_highlightblock {
	position: absolute;
	height: 100%;
	width: 306px;
	left: 694px;
	top: 0px;
	background-color:#ffffff;
	z-index:1;
	
}

#latestnews {
	width: 265px;
	margin-top: 257px;
	margin-left: 23px;
	background-color: #f4f6e0;
	padding-bottom: 5px;
	border: solid 2px #FFCC99;
}

#latestnews h1,#monthlywinner h1 {
	width: 100%;
	background-color: #ffcc99;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 1px 0px;
	margin-bottom: 5px;
	text-align:left;
}

#latestnews ul,#monthlywinner ul {
	margin: 0px 2px 0 20px;
	list-style-type:disc;
	list-style-position:outside;
	font-size:12px;
	padding: 0;
}

#latestnews li,#monthlywinner li {
	color: #7f7f22;
	margin-bottom: 5px;
}

#latestnews li p,#monthlywinner li p {
	color: #000000;
	margin: 0;
	padding: 0;
}

#monthlywinner p {
	font-size: 12px;
}

#latestnews a,#monthlywinner a {
	text-decoration: none;
}

#monthlywinner {
	width: 265px;
	margin-top: 20px;
	margin-left: 23px;
	background-color: #f4f6e0;
	padding-bottom: 5px;
	text-align:center;
	border: solid 2px #FFCC99;
	}

/*** end of block going down right hand side ***/

/*********** end of layout divs **************/


/************* general text styles *****************/

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #234519;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #234519;
}

li {
	border-style: none;
	margin-bottom:5px;
}

/* style for horizontal rules (<hr />) */
hr {
	background-color: #234519;
	border-top: solid 1px #234519;
	height: 0px;
	border-bottom: none;
}

/************** end of general text styles **********/

/****************** hyperlink styles *****************/
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline; color: #57a922; }
a:active {text-decoration: underline; color: #57a922;}

/************ end of hyperlink styles *************/


/* images */

.leftimage {
	float:left; 
	border: solid 1px #234519; 
	margin-right: 20px; 
	margin-bottom: 15px;
}

.rightimage {
	float:right; 
	border: solid 1px #234519; 
	margin-left: 20px; 
	margin-bottom: 15px;
}
