
#pic {
	left: 0px;
	top: 0px;
	width: 600px;
    padding-bottom: 70px;
    position: absolute;
}


#calnav {
    float: right;
    top: 103px;
    margin-right: 20px;
}

#calcred {
    position: absolute;
    width: 200px;
    top: 735px;
    left: 900px;
    text-align: right;
}

#eventlist {
	width: 450px;
    word-wrap: break-word;
    left: 50px;
    top: 104px;
    position: absolute;
}

.show {
	margin-bottom: 25px;
	line-height: 16pt;
    color: #CCCCCC;
    font-size: 11pt;
}

.showhead {
}

.showartist {
    text-transform: uppercase;
}

.showdate {
	font-weight: bold;
}

.showdetails {
	font-style: italic;
}

a.showa:link, a.showa:visited {
	font-weight: bold;
}



#perfarchlink{
    margin-top: 15px;
    font-size: 11pt;
    width: 400px;
}

#perfarchlink a {
    font-weight: bold;
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 650px) /* and (orientation: portrait) */  {

#calcred,#pic {
    display: none;
}

#eventlist {
    position: relative;
    width: unset;
    word-wrap: break-word;
    left: 30px;
    top: 30px;
}

.show {
    width: 350px;
}

#calnav {
    top: 60px;
}


}

/* Smartphones (landscape) -----------
@media only screen and (max-device-width : 650px) and (orientation: landscape) {

#calcred {

}

#pic {
    opacity: 0.5;
    left: 10px;
    top: 0px;
}
#calnav {
    top: 63px;
}
#eventlist {
    top: 64px;
}
}
*/
