@charset "UTF-8";
/* CSS Document */

body {
    text-align: center;
    margin:0;
    padding:0;
    background:#9999CC;
    color:#000;
    }
body {
    min-width:800px;
    }
#wrap {
	background:#DADFF6;
    margin:0 auto;
    width:800px;
	text-align: left;
    }
	
	
#header {
	background:#DADFF6;
    }
#title {
	background:#DADFF6;
	margin: 0px;
    }
	
#main {
	background:#DADFF6;
	float:left;
	width:380px;
	margin: 8px;
    }
	
#sidebar {
	float:right;
    width:380px;
	margin: 8px;
    }
	
#sidetext {
	padding: 10px;
	border: 1px solid black;
    }	
	
#main2 {
	
	float:left;
	width:450px;
	margin: 10px;
    }
#sidebar2 {

    float:right;
    width:280px;
	margin: 10px;
    }
		
	
	
	
	
	
	
	
#footer {
    background:#6666Cc;
    clear:both;
	padding: 4px;
    }	
	
#footer p {
    padding:5px;
    margin:0;
    }	


/* default link style */

a:link {
	color: #3F3E9E;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	color: #3F3E9E;
	text-decoration: none;
	font-weight: bold;	
}
a:hover {
	color: #440FFF;
	text-decoration: underline;
	font-weight: bold;	
}
a:active {
	color: #440FFF;
	text-decoration: none;
	font-weight: bold;	
}


/* html tag styles */

p {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  font-size: 12px; }

table {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  font-size: 12px; }

/* footer class */

.credits {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10px;
     color: #333399;
    }
.credits a:link {
	     color: #333399;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:visited {
	     color: #333399;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:hover {
	     color: #333399;
	text-decoration: none;
	font-weight: bold;	
}
.credits a:active {
	     color: #333399;
	text-decoration: none;
	font-weight: bold;	
}

/* font styles */
.homeintro {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.hometext {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.heading {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 16px}

.subheading {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 14px}

.script {  font-family: "Times New Roman", Times, serif; font-size: 18px; font-style: italic; font-weight: 300}



/* hostbaby font styles */

   .news_date { display: none; }
   
   .news_text { color: black;
   			 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  font-size: 12px; 
             font-weight: normal;
             text-align: left;
                }  

   .calendar {  /* text color */
               width: 320px;
               padding: 0px;
               text-align: left;
             }
   .calendar_today {
	width: 98%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;

}
   .calendar_event_1 {  width: 98%; padding: 2px; margin: 10px; }
   .calendar_event_2 {  width: 98%; padding: 2px; margin: 10px; }
   
   
   .calendar_date_text {   
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px; 
                }

   .calendar_event_title_text {  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; }


   .calendar_venue_text {
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

   .calendar_notes_text { font-size: 11px; }


   .calendar_artist_text { font-size: 11px; font-weight: bold; }

