
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #910624;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-body.gif);
	background-position: top center;
	background-repeat: repeat-y;

	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {							/* for TABLE based header */
	background-color: #fff;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-header.gif);
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
	background-color: #fff;
	position: relative;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	padding-bottom: 20px;
	background-color: #fff;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 30px 20px 0 20px;
	}

#content, #content td {
	font-size: small;
	}

li {
	color: #910624;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: 1em;
	font-size: 1.45em;
	color: #000;
	font-weight: bold;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .25em;
	}

h2 {
	font-size: 1.25em;
	color: #910624;
	}

h3 {
	font-size: small;
	color: #910624;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #910624;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	
	margin-bottom: 1.25em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}


/* =================================================== */
/* E-C Logo and Copyright ... LEFT ALIGNED */
/* =================================================== */

#leftlogoshell {}
	
#poweredby {
	margin: 0 0 0 10px;
	}

.small {
	padding: 8px;
	font-size: x-small;
	color: #cd9aa5;
	text-align: left;
	vertical-align: top;
	}

.pow {
	padding: 8px;
	text-align: right;
	vertical-align: top;
	}
	

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #910624;
	text-decoration: underline;
	}

a:hover	{
	color: #bf677a;
	}

.subnav {
	color: #ccc;
	font-size: x-small;
	border-top: solid #bf677a 1px;
	padding: 3px 0;
	text-align: center;
	}

#navcolumn, #navcolbase {
	background-color: #f2dfe3;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #fff;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-nav.gif);
	}

#navigator {
	width: 161px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 161px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 5px 10px 6px 13px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
	}

.currentpage a {
	color: #fff;
	background-color: #000;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-navon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}

.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #910624;
	background-color: #f2e1e5;
	background-image: url(http://www.gisbornemusiccompetition.com/templateimages/bg-navover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}

.currentpage a:hover {
	color: #d59fac;
	background-color: #000;
	}

.submen a {
	font-weight: normal;
	}