/* Trinity Adults Styles */


/* Studies and Small Groups
-----------------------------------------------------*/
#studiesnav { margin: 15px 0; }

#content #studiesnav {
    background: url(/images/sub/bkg_thirdlevelnav.gif) 0 0 no-repeat;
	width: 439px;
	height: 23px;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
ul#studiesnav:after { 
    display: block;
    clear: both;
    content: " ";
}

#studiesnav li { float: left; }

#studiesnav li a {
    display: block;
    position: relative;
    top: 1px;
    padding: 3px 9px 1px;
    text-decoration: none;
	color: #fff;
	font-weight: bold;
}


/* Registration
-------------------------------*/
.registration #content label { display: block; font-weight: bold;}

.registration #content input, .registration #content textarea,
#nursery, #studiestaken {
	padding: 3px;
	border: 1px solid #999;
	color: #666;
	width: 400px;
	font-family: "lucida grande", tahoma, verdana, sans-serif;
}

#studiestaken { width: 400px; }
#nursery { width: 100px; }

.registration #content textarea { font-size: 1.1em; }

.registration #content input.submit  {
	float: left;
	height: 18px;
	width: 63px;
	padding: 0;
	margin: 15px 0 0 0;
	border: 0;
	display: inline;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#audio_legend { 
	color: #666; 
	font-weight: bold; 
	text-transform: uppercase;
	padding-left: 316px;
	margin-right: -25px;
}
#audio_legend span { display: block; float: left; width: 51px; text-align: center;}
.podcasts { 
	float: left; 
	width: 100%; 
}

#listenpara {
	line-height: 24px;
}

#listenpara img {
	vertical-align: middle;
}

#content .podcasts h3 {	
	background: #d5e3f7; 
	border-bottom: 1px solid #bdcee7; 
	padding: 6px; 
	font-size: 1.1em; 
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}

.podcasts dl { 
	float: left; 
	border-bottom: 1px solid #e7ebf2;
	padding: 8px 0;
	width: 100%;
	margin: 0;
}
.podcasts dt { width: 291px; float: left; padding-left: 6px;} 
.podcasts strong { display: block; }
.podcasts dd { float: left; }

.podcasts .mp3, .podcasts .discuss, .podcasts .down { 
	text-align: center; 
	color: #666; 
	height: 16px;
	margin: 5px 0 0 35px;
}

.podcasts .mp3 a, .podcasts .discuss a, .podcasts .down a {
	display: block;
	text-indent: -9999px;
	width: 16px;
	padding-bottom: 5px;
}

.podcasts .mp3 a {
	background: url(/images/sub/ico_listen.gif) 0 0 no-repeat;
}

.podcasts .discuss a {
	background: url(/images/sub/ico_discuss.gif) 0 0 no-repeat;
}

.podcasts .down a {
	background: url(/images/sub/ico_disk.png) 0 0 no-repeat;
}

.podcasts_archive a { float: left; padding: 20px 0; }

.podcomments {
	padding-bottom: 14px;
}

.podcomments dt {
	border-top: 1px solid #620c0c;
}

.podcomments dt:first-child {
	border-top: none;
}

.podcomments dd p {
	padding: 3px 0 0 14px;
	margin: 0;
}

#comment_form {
	margin-top: 24px;
}

#comment_form label {
	clear: right;
	display: block;
	padding-top: 10px;
	width: 450px;
}

#comment_form label input, #comment_form label textarea {
	float: right;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 350px;
	font-size: 110%;
}

#comment_form label.checkradio, #comment_form p.submit_para {
	padding-left: 100px;
}

#comment_form label.checkradio input {
	width: auto;
	float: none;
}

#comment_form .submit {
	border: none;
}

#comment_form .submit:hover {
	background-position: 0 0;
}