@import url(base.css);
@import url(text.css);

#content_bg {
	background-image: url(../ensemble/ensemble_main.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	height: 700px;
}
.col1 {
	float: right;
	height: auto;
	width: 380px;
	margin-right: 10px;
	margin-top: 50px;
}
.bio {
}
.bioimgbox {
	float: left;
	border: 1px dotted #666666;
	margin-right: 15px;
	margin-bottom: 5px;
}
input {
}
.col1 input {
	color: #999999;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.shows {
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Begin Timeline Elements */
.timeslot {
	width: 150px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 135px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 1.5em;
	color: #999;
	width: 90px;
}
.even {
	float: right;
	padding: 10px 0 0 100px;
	border-color: #006633;
}
.even span {
	left: 0;
	color: #006633;
	width: 90px;
}

/* End Timeline */
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #333333;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
.timeline_img {
	float: left;
	width: 120px;
}
