#main_content ul {
	list-style-type: disc;
}

#main_content ul li {
	margin-bottom: 1em;
}

#other_things {
	margin-left: 25px;
	border: 1px solid #CCC;
	background-color: #fcfcfc;
	width: 400px;
	padding: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
}

#other_things #pointer {
	position: absolute;
	left: 15px;
	top: -9px;
	width: 15px;
	height: 9px;
	background-image: url("../images/downloads/pointer.png");
}

#other_things .tl,
#other_things .tr,
#other_things .bl,
#other_things .br
{
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../images/downloads/corners.png");
}

#other_things .tl { top: -1px; left: -1px; }
#other_things .tr { top: -1px; right: -1px; background-position: -5px 0; }
#other_things .bl { bottom: -1px; left: -1px; background-position: 0 -5px; }
#other_things .br { bottom: -1px; right: -1px; background-position: -5px -5px; }

#sermons table {
	border-collapse: collapse;
}

#sermons #table a {
	text-decoration: none;
}

#sermons #table th {
	background-color: #dde7ee;
}

#sermons #table th, #sermons #table td {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#sermons #table table {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}

#sermons .oddrow {
	background-color: #f7f7f7;
}

#sermons .evenrow {
	background-color: #fcfcfc;
}

#sermons .oddrow_highlight, #sermons .evenrow_highlight {
	background-color: rgb(253,243,130);
	cursor: hand;
	cursor: pointer;
}

#sermons td {
	padding: 0.2em;
}
#sermons .date {
	width: 70px;
}
#sermons .ampm {
	width: 20px;
}
#sermons .title {
	width: 250px;
}
#sermons .preacher {
	width: 80px;
}
#sermons .passage {
	width: 100px;
}
#sermons .length {
	width: 30px;
}
#sermons .size {
	width: 30px;
}

#sermons #search {
	padding: 10px;
	width: 560px;
	border: 1px solid #CCC;
	background-color: #fcfcfc;
	position: relative;
}

#sermons #search td {
	padding-right: 1em;
}

#sermons #search .tl,
#sermons #search .tr,
#sermons #search .bl,
#sermons #search .br
{
	position: absolute;
	width: 5px;
	height: 5px;
	background-image: url("../images/downloads/corners.png");
}

#sermons #search .tl { top: -1px; left: -1px; }
#sermons #search .tr { top: -1px; right: -1px; background-position: -5px 0; }
#sermons #search .bl { bottom: -1px; left: -1px; background-position: 0 -5px; }
#sermons #search .br { bottom: -1px; right: -1px; background-position: -5px -5px; }

#sermons #search #archived {
	margin-top: 1em;
}