/* CSS Document */

#form {
	width: 200px;
	float: left;
	padding-left: 30px;
	font-size: 13px;
	color: #555;
}
#form input, #form select {
	width: 200px;
	font-family: 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial;
	margin-bottom: 6px;
	color: #555;
	font-size: 13px;
}
#form h3 {
	margin-top: 0px;
	background-color: #B2002B;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2002B), to(#A1001A));
	background: -moz-linear-gradient(0% 100% 90deg, #A1001A, #B2002B);
	text-shadow: #666 1px 1px 5px;
	color: white;
	padding: 6px 10px;
	display: inline-block;
	font-weight: normal;
	display: none;
}
#form button#submit {
	width: 100px;
	float: right;
	padding: 5px 8px;
	margin: 0px;
	margin-top: 6px;
	background-color: #009900;
	color: #fff;
	cursor: pointer;
	border: #006600;
	text-shadow: #666 1px 1px 5px;
}
#form button#submit:hover {
	background-color: #008800
}
.thesermons {
	color:#333333;
	padding: 0px;
	margin: 0px;
	padding-right: 30px;
	width: 599px;
	float: left;
	border-right: 1px solid #ddd;
}
.thesermons li.asermon {
	margin: 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	height: 130px;
	list-style: none;
}
.thesermons li.asermon a, .thesermons li.asermon a img {
	text-decoration: none;
	border: none;
}

.thesermons li.asermon p, #main-content .thesermons li.asermon p a {
	color: #666;
}
#content_one .thesermons li.asermon p {
	font-size: 13px;
}
#main-content .thesermons li.asermon p a:hover {
	text-decoration: underline;
}
.thesermons img.ident {
	float: left;
	padding: 0px;
	margin: 4px;
	margin-right: 15px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa;
}
.thesermons h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
}
.thesermons h3 span, .thesermons h3 span a {
	font-size: 14px;
	color:#666666;
	font-weight: normal;
}
.thesermons h3 a {
	color: black;
}
.thesermons h3 a:hover {
	text-decoration: underline;
}
li.error {
	color: white;
	text-align: center;
	list-style: none;
	background-color: #339900;
	padding: 6px;
}
li.error a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
li.error a:hover {
	text-decoration: underline;
}
.tags {
	float: right;
	margin-top: -10px;
	margin-right: 2px;
	display: none;
}
.asermon:hover .tags {
	display: block;
}
.tags li {
	display: inline-block;
	list-style: none;
	font-size: 11px;
	border: none;
	text-decoration: none;
	margin-left: 10px;
}
.tags a {
	text-decoration: none;
	padding: 1px 10px 3px 10px;
	color: #777;
	-moz-border-radius:4px;
     -webkit-border-radius: 4px;
	 -webkit-box-shadow: 0px 0px 1px #888;
	-moz-box-shadow: 0px 0px 1px #888;
}
.tags a:hover {
	color: #222;
	-webkit-box-shadow: 0px 0px 1px #666;
	-moz-box-shadow: 0px 0px 1px #666;
}
.thesermons .tags li.taglabel {
	background: url(../images/tag.png) scroll center right no-repeat;
	color: #999;
	padding: 1px 10px 3px 10px;
	padding-left: 20px;
	padding-bottom: 2px;
	width: 16px;
	height: 16px;
	margin-bottom: -6px;
}
object, embed {
	display: block;
	background-color: #fff;
	clear: all;
}
object {
	padding: 10px 7px 17px 7px;
}
h4.sermon_name {
	margin: 0px;
	padding-top: 10px;
	padding-left: 7px;
}
div#form h4 {
	clear: all;
	display: block;
	margin-top: 0px;
}
#form h4#player_title{
	margin-top: 60px;
}
h3 .playpause {
	float: right;
}
.extra_content {
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 0px 10px;
	margin-bottom: 25px;
}
.extra_content a {
	text-decoration: none;
	border: none;
}
.extra_content img {
	vertical-align: top;
	margin-right: 10px;
	border: none;
}
#content_one .extra_content p {
	line-height: 30px !important;
}
