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

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




#subnav
{
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

#subnav .item
{
    float: left;
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

#subnav .selected
{
    background-image: url("../images/downloads/subnav_selected.png");
    width: 28px;
    height: 10px;
    position: absolute;
    left: 49px;
    bottom: -15px;
}

#subnav a
{
    text-decoration: none;
}

#subnav a :hover .selected
{
    background-color: transparent;
}


#subnav .item .corner_tl,
#subnav .item .corner_tr,
#subnav .item .corner_bl,
#subnav .item .corner_br
{
    position: absolute;
    width: 10px;
    height: 10px;
}

#subnav .item .corner_tl
{
    top: 0px;
    left: 0px;
    background-image: url("../images/corner_circle1.png");
}

#subnav .item .corner_tr
{
    top: 0px;
    right: 0px;
    background-image: url("../images/corner_circle1.png");
    background-position: -10px 0px;
}

#subnav .item .corner_bl
{
    bottom: 0px;
    left: 0px;
    background-image: url("../images/corner_circle1.png");
    background-position: 0px -10px;
}

#subnav .item .corner_br
{
    bottom: 0px;
    right: 0px;
    background-image: url("../images/corner_circle1.png");
    background-position: -10px -10px;
}


#subnav a :hover
{
    color: black;
    background-color: #ffb80d;
}

#subnav a .item :hover
{
    border: none;
}


#subnav .downloads_icon
{
    height: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}


#subnav #sunday_updates_icon
{
    background-image: url("../images/downloads/sunday_updates.png");
}

#subnav #sermons_icon
{
    background-image: url("../images/downloads/sermons_icon.png");
}

#subnav #other_things_icon
{
    background-position: center bottom;
    background-image: url("../images/downloads/other_things.png");
}





#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 .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-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#sermons .shader_row {
	overflow: hidden;
	position: relative;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sermons .top_bg,
#sermons .bottom_bg
{
	position: absolute;
	left: 0px;
	width: 640px;
	height: 3px;
}

#sermons .top_bg {
	top: 0px;
}
#sermons .bottom_bg {
	bottom: 0px;
}

#sermons .row,
#sermons .archived_row,
#sermons .downloads_header
{
	overflow: hidden;
	position: relative;
	display: block;
	background-image: url('../images/downloads/sermons_bg.png');
	background-position: 62px;
	background-repeat: repeat-y;
	border-bottom: 1px solid black;
}

#sermons .downloads_header {
	background-color: #dde7ee;
}

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

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

#sermons .row:hover
{
	background-image: url('../images/downloads/sermons_bg_hover.png');
	background-position: 62px;
}

#sermons .row:hover,
#sermons .row:hover .top_bg,
#sermons .row:hover .bottom_bg
{
	background-color: rgb(255,243,130);
	cursor: pointer;
}

#sermons .row:hover .shader_row
{
	background-image: url('../images/downloads/sermon_hover_shader.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

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

#sermons .downloads_header .date,
#sermons .downloads_header .ampm,
#sermons .downloads_header .title, 
#sermons .downloads_header .preacher,
#sermons .downloads_header .passage, 
#sermons .downloads_header .length,
#sermons .downloads_header .size
{	
	margin-right: 0px;
	margin-left: 0px;
}

#sermons .title_and_series_container {
	float: left;
	overflow: hidden;
}
	
#sermons .date,
#sermons .title,  
#sermons .series,
#sermons .passage,
#sermons .preacher,
#sermons .length
{
	padding-left: 3px;
	padding-right: 3px;
	float: left;
}

#sermons .date {
	width: 56px;
	clear: left;
}
#sermons .date .ampm {
	font-size: 9pt;
	line-height: 10pt;
}
#sermons .title {
	width: 333px;
	color: #4c7695;
	font-weight: bold;
	float: none;
}
#sermons .archived_row .title {
	color: #777;
}
#sermons .series {
	width: 333px;
	margin-top: 0;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #333;
}
#sermons .series .field_name {
	font-size: 10pt;
}
#sermons .preacher {
	width: 88px;
}
#sermons .passage {
	width: 103px;
}
#sermons .length {
	width: 27px;
}


#sermons #search {
	position: relative;
	padding: 10px;
	width: 560px;
	border: 1px solid #CCC;
	background-color: #fcfcfc;
	background-image: url('../images/downloads/slashes.png');
}

#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;
}

#sermons #search #search_button_cell {
	vertical-align: bottom;
}

#loading_message {
	overflow: hidden;
	display: none;
}

#loading_message p {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding-bottom: 0;
}

#loading_message #animation {
	width: 35px;
	height: 9px;
	vertical-align: baseline;
	margin-left: 10px;
}

#error_message {
	overflow: hidden;
	display: none;
}
