/* Import additional style sheets */


@import url("/css/structure.css");

/* HTML tag styles */

.floatleft {
		float: left;
}

.floatright {
		float: right;
		padding-top: 20px;
		padding-left: 10px;
}

#about {
}

#aboutwrapper {
		width: 600px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-family: georgia, times, serif;
		font-size: .9em;
		color: #000;
		line-height: 1.2em;
		margin: auto;
		height: 1000px;
		background-color: #ffffff;
		
}

#about p {
		text-align: justify;
}

#bio p { text-align: justify; }

#bio {
		clear: left;
		padding-top: 15px;
}

img {
		padding: 5px;
}

p#stinker {
		clear: both;
		margin-bottom: 0;
		padding-bottom: 0;
		}
		
#schedule {
		font-family: Georgia, times, serif;
		font-size: .9em;
		border-top: 1px dotted #666666;
}

#schedule h4 {
		display:block;
		background:transparent url(../images/upcoming.jpg) no-repeat;
		width:250px; 
		height: 0;
		padding-top:43px;  
		overflow: hidden;
		margin: auto;
		}

#schedule ul {
		margin-bottom: 0;
		padding-bottom: 30px;
		list-style-type: square;
		border-bottom: 1px dotted #666666;
		text-align: left;
		
}

#schedule ul li {
		font-weight: normal;
		font-size: 1.2em;
		color: #000;
		padding-bottom: 12px;
		padding-top: 12px;
}

#schedule a, #about a {
		color: #33150a;
		text-decoration: none;
		font-weight: bold;
		
}

.pub {
		color: #33150a;
		font-weight: bold;
		}
		
.date {
		color: #333333;
		font-size: .8em;
		}
