/* main */

body {
font-family: Trebuchet MS, Arial, sans-serif;
}

a {
background-color: #EFEFEF;
text-decoration: none;
color: #000000;
padding: 0px;
}

a:hover {
background-color: #000000;
text-decoration: underline;
color: #FFFFFF;
}

img {
border: 0;
}

/* structure */

div#container {
padding: 10px;
padding-top: 50px;
text-align: center;
}

div#content {
padding: 0px;
text-align: left;
width: 620px;
margin-left: auto;
margin-right: auto;
}

/* nav */

div#nav {
padding-top: 5px;
padding-bottom: 5px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: .2em;
}

div#nav a {
background-color: #FFFFFF;
color: #000000;
text-decoration: none;
}

div#nav a:hover {
color: #000000;
text-decoration: none;
background-color: #EFEFEF;
}

/* header */

div#header {
width: 620px;
}

table#boxes {
padding: 0px;
border-spacing: 0px;
}

table#boxes td {
padding: 0px;
margin: 0px;
padding-right: 10px;
padding-bottom: 10px;
}

/* content */

div#text {
width: 620px;
font-size: 10px;
text-transform: lowercase;
letter-spacing: .2em;
text-align: justify;
}

div#text h1 {
text-align: left;
font-size: 25px;
text-transform: uppercase;
letter-spacing: 0.5em;
margin: 10 0 0 0;
}

/* dates boxes */

div.dateMonthLeft
{
	width: 100%;
	float: left;
	margin-right: 20px;
}

div.dateMonthRight
{
	width: 270px;
	float: left;
}

p.month
{
	padding-top: 10px;
	padding-bottom: 20px;
}

div.date
{
	clear: left;
	height: 100%;
}

div.dateTypeSpacer
{
	height: 65px;
	width: 30px;
	float: left;
	margin-right: 10px;
}

div.dateType
{
	width: 20px;
	height: 20px;
	margin: 0px;
	float: left;
	text-align: middle;
	margin-right: 10px;
}

div.dateDesc
{
	margin-left: 10px;
}

div.dateTypeConcert
{
	border: dashed 1px black;
}

div.dateTypeVisuals
{
	border-width: 1px;
	border-color: black;
	border-style: dashed double;
}

div.dateTypeWorkshop
{
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

div.dateTypePerformance
{
	border-width: 1px;
	border-color: black;
	border-style: solid none;
}

div.dateTypeTagtool
{
	border-width: 1px;
	border-color: black;
	border-style: dashed none solid;
}


div.dateTypePerformance
{
	border-width: 1px;
	border-color: black;
	border-style: dotted;
}

div.dateTypeSocial
{
	border-width: 1px;
	border-color: black;
	border-style: solid solid none;
}



/* footer */

div#footer {
padding-top: 5px;
font-size: 11px;
text-align: center;
}
