/* @override 
	http://localhost:8888/southwood_html/style/swserve.css
	http://website.southwood.org/globals/style/swserve.css
*/

#serving-playlists li a {
	color: #939393;
	font: bold 14px/60px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	display: block;
	text-indent: 65px;
}

#serving-playlists {
	margin-top: 10px;
}

#serving-playlists li {
	margin-left: 20px;
	border-bottom: 1px solid #eaeaea;
}

#serving-playlists a:hover {
	color: #768083;
}

#serving-playlists li:hover {
	background-color: rgba(255,255,255,0.40);
}

#serving-playlists li.active-playlist {
	background-color: #fff;
}

#serving-playlists li.active-playlist a {
	color: #66a3b5;
}

#serve-no-results {
	border: 1px solid #999;
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
}

#serve-no-results img {
	position: relative;
	bottom: -4px;
	margin-right: 5px;
}

/* COVERS */

#serving-playlists li a#all-serve {
	background: url(../img/album-allaudio-thumb.jpg) no-repeat 0 center;
}

#serving-playlists li a#church-serve {
	background: url(../img/album-sunday-thumb.jpg) no-repeat 0 center;
}

#serving-playlists li a#community-serve {
	background: url(../img/album-community-serve.jpg) no-repeat 0 center;
}

#serving-playlists li a#world-serve {
	background: url(../img/album-world-serve.jpg) no-repeat 0 center;
}

/* OPS */

#serving-op-list {
	float: left;
	width: 670px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#serving-op-list h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.serving-op {
	position: relative;
	border-bottom: 1px solid #cbcbcb;
	text-indent: 8px;
	cursor: pointer;
}

.serving-op:first-child {
	border-top: 1px solid #cbcbcb;
}

.serving-op.odd {
	background-color: #f9f9f9;
}

.op-title {
	color: #869ab0;
	display: inline-block;
	line-height: 44px;
	cursor: pointer;
	font-weight: bold;
	-webkit-text-size-adjust: none;
}

.op-time {
	font-size: 11px;
	color: #929292;
	margin-left: 10px;
}

.op-links {
	position: absolute;
	right: 6px;
	font-size: 11px;
	top: 6px;
}

.filled .op-links a {
	background: url(../img/btn-serve-here2.png) 0 -30px;
	cursor: default;
}

.op-links a {
	width: 113px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-indent: -10000px;
	background-image: url(../img/btn-serve-here2.png);
}

.op-stats {
	font-size: 9px;
	position: absolute;
	right: 128px;
	top: 15px;
	color: #929292;
}

.filled .op-title {
	text-decoration: line-through;
	color: #ccc;
}

.filled .op-time, .filled .op-stats, .filled .op-desc {
	color: #b3b3b3;
}

.op-desc {
	display: none;
	text-indent: 0;
	color: #5a5a5a;
	border-top: 1px dotted #d8d8d8;
	border-bottom-style: solid;
	padding-left: 18px;
}

.op-desc p {
	line-height: 1.6em;
	width: 510px;
	margin-top: 10px;
}

p.to-know-more {
	text-align: center;
}

p.to-know-more a {
	display: inline-block;
	height: 26px;
	line-height: 24px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	font-size: 11px;
	border: 1px solid #bfbfbf;
	background: url(../img/help.png) no-repeat 4px 4px;
	text-indent: 24px;
	padding-right: 8px;
}

p.to-know-more a:hover {
	background-color: #f2f2f2;
	border: 1px solid #b3b3b3;
}

.op-meta {
	float: right;
	font-size: 10px;
	width: 104px;
	text-indent: -10px;
	margin-top: 10px;
	line-height: 1.3em;
}

.op-meta p a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* SINGLE OP */

.serving-op.single {
	border-bottom-style: none;
	border-top-style: none;
}

.serving-op.single .op-title {
	font-size: 130%;
}

.serving-op.single .op-time {
	display: block;
	margin-top: -9px;
	font-size: 100%;
}

.serving-op.single .op-desc {
	border-top-style: none;
	display: block;
}

.serving-op.single .op-desc p {
	font-size: 12px;
}

/* MODAL OP CARD */

#op-card {
	width: 310px;
	height: 424px;
	background-image: url(../img/bg-op-card.png);
	position: fixed;
	z-index: 10001;
	padding-left: 50px;
	padding-top: 50px;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	margin-left: -180px;
	-moz-opacity: 0.0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

#overlay {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

#op-card h3 {
	color: #768083;
	width: 255px;
	margin-bottom: 0.6em;
}

#op-card p {
	width: 255px;
}

#op-form {
	width: 255px;
	margin-top: 20px;
}

#op-form label {
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

#op-form input[type="text"] {
	font-size: 20px;
	border: 1px solid #999;
	width: 100%;
	color: #333;
	margin-bottom: 10px;
}

#op-form input[type="text"]:focus {
	border: 1px solid #768083;
}

/* TAG CLOUD */

#tag-cloud {
	margin-left: 25px;
	margin-right: 8px;
	margin-top: 25px;
	font-size: 11px;
}

#tag-cloud span
 {
	color: #7f7f7f;
	font: small-caps 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
}

#tag-cloud a {
	margin-right: 6px;
	line-height: 22px;
}

#tag-cloud a:hover {
	text-decoration: underline;
}

.cloud2 {
	font-size: 100%;
}

.cloud3 {
	font-size: 125%;
}

.cloud4 {
	font-size: 150%;
}

.cloud5 {
	font-size: 185%;
}