/* Basic elements and page layout */

body {
color: #ffffff;
background-color: #000000;
font-size:12pt;
text-align: left;
font-family: serif;
}

/*  navigation */
.left {
position:absolute;
left:1%;
width:23%;
background-color: #000000;
/* background-color: #502010*/;
}

/* highway yellow line */
.lineleft {
position:absolute;
left:25%;
width:3%;
height:200%;
background-color: #ffff00;
top:0%;
}

/* concert details */
.center {
position:absolute;
left:28%;
width:31%;
text-align:center;
font-size:14pt;
font-weight:bold;
/* background-color: #e0a0ff;*/
background-color: #b0b0b0;
color: #000000;
top:0%;
}


/* highway yellow line */
.lineright {
position:absolute;
left:59%;
width:3%;
height:200%;
background-color: #ffff00;
top:0%;
}


/* big photo*/
.right {
position:absolute;
left:62%;
width:37%;
background-color: #000000;
}


.place {
color:#ffff00;
font-size:24pt;
font-weight: bold;
font-family: sans-serif;
text-align: center;
background-color: #000000;
}

.place2 {
color:#00ff00;
font-size:13pt;
font-style:italic;
font-weight:;
font-family: sans-serif;
text-align: center;
background-color: #000000;
}


.time {
color:#e00000;
font-size:18pt;
font-style:italic;
font-weight: bold;
font-family: sans-serif;
text-align: center;
background-color: #000000;
}

.details {
color:#d0d0d0;
font-size:14pt;
font-style:italic;
font-weight: normal;
font-family: serif;
text-align: center;
/*background-color: #000000;*/
background-color: #400000;
}

.headline {
color:#00ff00;
font-size:32pt;
font-weight: bold;
font-family:sans-serif;
text-align: center;
background-color: #000000;
}

.supporters {
/*color:#80ff80;*/
color:#ffff00;
font-size:14pt;
font-weight: bold;
font-family:sans-serif;
text-align: right;
background-color: #700000;
}



.mask {
left:0%;
width:63%;
}

.orgname {
color:#f0ff20;
/* color:#ffa000; */
/*font-size:24pt;*/
font-size:14pt;
font-style:bold;
font-weight: bold;
font-family: sans-serif;
}


.address {
color: #e0a0ff;
font-size:13pt;
}


img {
width:100%;
v-align: top;
}

/* anchor appearance */

a {
font-weight: italic;
font-family: sans-serif;
color: #e0a0ff;
font-size:13pt;
}

a:visited {
/*color: #ffddbb; */
color: #ff6000;
}

a:hover {
color: #000000;
background: #ffa000;
font-style: italic;
}

a: active {
color: #000000;
background: #ffffff;
font-style: normal;
}

