@charset "UTF-8";

/*
licht beige		#F2ECD5	BG
donker beige	#bdaa81	BG/TXT
licht rood		#ad0f03	TXT
donker rood		#841A23	BG
donker blauw	#465A6A	BG
donker groen	#7ba49d	BG/HOVER
donker geel		#f9bc36

*/

/* Preload Images */
#hiddenPic img {
	display:none;
	}
	

/* Background Images */
#leftcolumn {
	background-image:url(../../assets/images/lo_homepage.gif);
	}

/* Main Page Properties */
body {
	color:#000; 
	background-color: #841A23;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	}
#wrapper {
	margin: 0;
	padding:0;
	text-align: left;
	vertical-align:top;
	}
#leftcolumn {
	background-color: #465A6A;
	background-repeat: no-repeat;
	background-position: 15px 690px;
	vertical-align:top;
	text-align: right;
	}
#centercolumn {
	background-color: #F2ECD5;
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#rightcolumn {
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: -100px 525px;
	}
#container-bg {
	width: 375px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 70px; top: 0px;
	}
#container-head {
	width: 280px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 70px; top: 40px;
	text-align:right;
	}
#container-pic {
	width: 280px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 70px; top: 100px;
	text-align:right;
	}
#container-menu {
	width: 280px;
	padding: 0px;
	margin: 0px;
	position: relative; /*should be realtive because size changes!*/
	left: 300px; top: 0px;
	text-align:right;
	}
#container-content {
	width: 500px; /* absolute width = 580 */
	padding: 40px;
	margin: 0px;
	position: relative;
	left: 0px; top: -290px;
	margin-bottom: -290px; /* bottom correction */
	}
#container-right {
	width: 150px;
	height: 300px;
	padding: 0px;
	position: relative;
	left: 0px; top: 0px;
	background-repeat: no-repeat;
	background-position: -121px 20px;
	}


/* Images */
#leftcolumn img {
	margin-top:8px;
	margin-left:10px;
	}
#menu-img {
	text-align:right;
	background-image:url(../../assets/images/menuo.gif);
	background-repeat: no-repeat;
	background-position: 162px 0px;
	width: inherit;
	height: 300px;
	padding: 0px;
	}
ul.mainmenu li {
	list-style-type:none;
}
ul.mainmenu li a {
	padding: 0px;
	margin: 0px;
	display:block;
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: 15px 0px;
	text-decoration:none;
	}
ul.mainmenu li span {
	visibility:hidden;
	margin:0px;
	padding:0px;
	}
#container-content img {
	float:right;
	padding:0px;
	margin:5px 0px 14px 16px;
	border:#bdaa81 solid thick;
	}
#container-content a img {
	border:#7ba49d solid thick;
	}
#container-content a:hover img {
	border:#f9bc36 solid thick;
	}	
#gallery img { /* extra div tag in template */
	float:left;
	padding:0px;
	margin:8px 16px 12px 4px;
	border:#bdaa81 solid thin;
	}
#gallery p {
	clear:left;
	}
#gallery a img {
	border:#7ba49d solid thick;
	}
#gallery a:hover img {
	border:#f9bc36 solid thick;
	}


/* Main Menu */
li#homepage a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#profiel a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#agenda a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#solo a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#fotos a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#duos_ensembles a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#contact a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
li#audio a {
	background-repeat: no-repeat;
	width: 240px;
	height: 20px;
	}
	

/* Language Menu */

ul.langmenu {
	margin-top:10px;
	margin-bottom:12px;
	list-style-type:none;
	}
ul.langmenu li {
	margin-top:0px;
	padding:0px;
	width:280px;
	font-family: Courier, monospace;
	font-size:11px;
	list-style-type:none;
	position:relative;
	left:-9px;
	display:inline;
	}
ul.langmenu li span {
	color:#ad0f03;
	}
ul.langmenu li a, ul#langmenu li a:visited {
	color:#000;
	}
ul.langmenu li a:hover {
	background-color:#7ba49d;
	color:#F2ECD5;
	}
	

/* Sub Menu */

ul#submenu {
	margin-top:-11px;
	margin-bottom:11px;
	list-style-type:none;
	}
ul#submenu li {
	margin-top:0px;
	padding:0px;
	width:280px;
	}
ul#submenu li a, ul#submenu li a:visited {
	font-family: Courier, monospace;
	font-size:11px;
	color:#000;
	list-style-type:none;
	position:relative;
	left:-49px;
	display:inline;
	text-decoration:none;
	}
ul#submenu li a:hover {
	background-color:#7ba49d;
	color:#F2ECD5;
	}
ul#submenu li a:active {
	color:#ad0f03;
	background-color:#F2ECD5;
	}
	
/* Newsletter Box */

#newsletter {
	width: 240px;
	margin: 12px;
	padding: 6px 6px 0 6px;
	color: #465A6A;
	border:dashed;
	font-size:12px;
	font-weight:bold;
	border-style: dashed;
	border-color:#bdaa81;
	border-width:thin;
	}

/* Main Content Text */

p	{
	margin-top:0px;
	margin-bottom:20px;
	}
h1 {
	font-family: Courier, monospace;
	font-size:20px;
	color:#ad0f03;
	clear:both;
	margin-top:13px;
	margin-bottom:9px;
	}
h2 {
	font-family: Courier, monospace;
	font-size:19px;
	color:#465A6A;
	font-weight:normal;
	clear:both;
	margin-bottom:7px;
	}
h3 {
	font-family: Courier, monospace;
	font-size:19px;
	color:#F2ECD5;
	background-color:#bdaa81;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:6px;
	clear:both; 
	margin-top:18px;
	margin-bottom:3px;
	}
h4 {
	font-family: Courier, monospace;
	font-size:17px;
	color:#F2ECD5;
	background-color:#7ba49d;
	font-weight:normal;
	padding-left:6px;
	clear:both; 
	margin-top:18px;
	margin-bottom:4px;
	}
#nextgig {
	display:inline;
	}
#nextgig h4 {
	margin-top:2px;
	}
h5 {
	font-family: Courier, monospace;
	font-size:14px;
	color:#ad0f03;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both; 
	margin-top:17px;
	margin-bottom:2px;
	}
h6 {
	font-family: Courier, monospace;
	font-size:14px;
	color:#465A6A;
	font-weight:normal;
	clear:both; 
	margin-top:15px;
	margin-bottom:5px;
	}

#container-content a, #container-content a:visited {
	color:#465A6A;
	background-color:#F2ECD5;
	/* font-weight:bold;
	color:#7ba49d; */
	}
#container-content a:hover {
	/* background-color:#7ba49d;
	color:#F2ECD5;
	text-decoration:none; */
	color:#000;
	}
h5 a.audio, h5 a.audio:visited {
	color:#465A6A;
	background-color:#F2ECD5;
	/* font-weight:bold;
	color:#7ba49d; */
	}
#container-content h5 a.audio:hover {
	/* background-color:#7ba49d;
	color:#F2ECD5;
	text-decoration:none; */
	color:#000;
	}
	
/* Audiosamples */
#container-content embed {
	color:#F2ECD5;
	background-color:#F2ECD5;
	background:#F2ECD5;
	display:block;
	margin-bottom:12px;
	}

#paginate {
	text-align:right;
	}
	
#audiosample {
	font-size:11px;
	font-weight:bold;
	}

/*
.audiosample{}
.readmore {
	text-align:right;
	}

a.thumbs {
	width:130px;
	height:130px;
	border:#339900 thin solid
	}
*/

/* Forms */
textarea	{
	color: #465A6A;
	background: #fff;
	border: 1px solid #7ba49d;
	font-size:13px;
	overflow: auto;
	}


input	{
	color: #465A6A;
	background: #fff;
	border: 1px solid #7ba49d;
	font-size:13px;
	overflow:hidden;
	}
 
.submit
	{
	font-size:12px;
	color: #fff;
	background: #7ba49d;
	border: 2px outset #578;
	}
 
.submit
	{
	font-size:12px;
	color: #fff;
	background: #7ba49d;
	border: 2px outset #578;
	}
	
