/* @override http://localhost:8888/css/style.css */

@import url("yshout.css");
@import url("donate.css");

label.invalid, .error-message {
	color: #b92412;
}

.error-message {
	margin: 4px 0;
	font-size:90%;
}

a.jsDelete {
	color: #b92412;
	font-size: 90%;
}

.scDay .jsDelete {
	position: absolute;
	right: 0;
	top: 0;
}

.scItems .jsDelete {
	position: relative;
	top: 17px;
}

div.input label {
	display: block;
}

div.radio label, div.checkbox label {
	display: inline;
	margin-right: 10px;
	margin-left: 4px;
}

div.input fieldset {
	border: 1px #ddd solid;
}

div.input {
	margin-bottom: 10px;
}

body pre {
	text-align: left;
}

#content .tabs {
	font-size:1em;
}

.tabs {
	list-style: none;
	margin: 0 -20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	border-bottom: 1px #ccc solid;
}

.tabs li {
	display: inline;
}

.tabs a {
	text-decoration: none;
	color: #777;
}

.tabs a:hover, .tabs a:visited:hover {
	color: #555;
	background: #e4e4e4;
}

.tabs a {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	padding: 10px 11px;
	margin-right: 5px;
	background: #eee;
	position: relative;
	bottom: -1px;
	border-bottom: 1px #ccc solid;
}

.tabs li.current a {
	padding: 10px;
	background: white;
	border: 1px #ccc solid;
	border-bottom: 1px white solid;
	color: #436da3;
}

#footer #adminLink {
	color: #888;
	border: none;
	text-decoration: underline;
	position: absolute;
	right: 10px;
	top: 50px;
}

#footer #adminLink:hover, #footer #adminLink:visited:hover {
	color: #555;
}

.scheduleContainer {
	padding: 15px;
	background:#eee;
	margin-bottom:15px;
}

.scDay {
	border-bottom: 1px #bbb solid;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.scItems {
	margin-bottom: 15px;
	overflow: hidden;
	height: 1%;
}

.scItems .sci {
	float: left;
	margin-right: 10px;
}

/* ---- */

#wmp {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #ddd;
}

p.broadcastp {
	border-bottom: 1px #ddd solid;
	padding-bottom: 14px;
}

.streamlinks {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 90%;
}

#content p.warning {
	line-height: 1.3em;
	font-size: 80%;
	background: #fffed8;
	color: #635d39;
	padding: 10px;
}

/* ---- */

dl {
	font-size: 90%;
	line-height: 1.5em;
	background: #f7f7f7;
	padding: 10px;
	overflow: hidden;
	height: 1%;
	margin-bottom: 0;
}

dt {
	float: left;
	clear: left;
	width: 80px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

dd {
}

.location {
	clear: both;
	margin-bottom: 5px;
}


.conference-thumb {
	width: 125px;
	text-align: center;
	float: left;
	margin: 0 10px;
	font-size: 80%;
}

#past-conferences {
	overflow: auto;
	padding: 8px 0;
	border: 1px #eee solid;
	border-width: 1px 0;
}

.conference-thumb img {
	display: block;
	margin-bottom: 10px;
}


body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #efefef;
	color: black;
	font-family: Georgia, Times, Serif;
	font-size: 100%;
	text-align: center;
}

h1, h2, h3, h4 {
	margin: 8px 0;
	color: #bd1d08;
	font-family: Cambria, Georgia, Times, serif;
	font-weight: normal;
	border-bottom: 1px #ccb8B8 solid;
	border: none;
	padding-bottom: 4px;
}

#header h3 {
	padding:0;
	border:none;
}

#header h1 a, #header h1 :visited {
	color: white;
}

#header h1 a:hover, #ehader h1 a:visited:hover {
	color: #eee;
}

#header a, #header a:visited {
	color:#aaa;
}

#header a:hover, #header a:visited:hover {
	color:#999;
}

h4 {
	border: none; padding: 0;
	color: #0a2d5c;
}

.conference h4 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.conference h4 a, .conference h4 a:visited, .conference h4 a:hover, .conference h4 a:hover:visited {
	text-decoration: underline;
}

.conference p {
	margin: 3px 0;
}

.conference p a, .conference p a:visited { text-decoration: none; }

.conference {
	margin: 0 0 5px 0;
	padding: 16px;
	background: #f6f6f6;
	border-bottom: 1px #c3c3c3 solid;
	border-top: 1px #ddd solid;
}

.last {
	margin: 0;
}

ul.related-links {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	border-bottom: 1px #ddd solid;
}

ul.related-links li {
	padding: 8px 0 8px 16px;
	border-top: 1px #ddd solid;
}

ul.related-links a, ul.related-links a:visited, ul.related-links a:hover, ul.related-links a:visited:hover {
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}

.no-border {
	border: none;
}

.facts {
	font-weight: bold;
	padding: 8px;
	background: #fcfbcc;
}

.quote {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 1.1em;
	color: black;
}

a, a:visited {
	color: #436da3;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #12305c;
	text-decoration: underline;
}

a img {
	border: none;
}

img.map { margin: 10px; margin-left: 0;}

.audio, .video, .video_low {
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px #ddd dotted;
}

.audio a, .audio a:visited {
	background: url("images/audio.gif") left no-repeat;
	padding: 12px 0 12px 50px;
	color: #006de5;
}

.audio a:hover, .audio a:visited:hover {
	background: url("images/audio_on.gif") left no-repeat;
	color: #333;
	text-decoration: none;
}

.video a, .video a:visited {
	background: url("images/video.gif") left no-repeat;
	padding: 12px 0 12px 50px;
	color: #006de5;
}

.video a:hover, .video a:visited:hover {
	background: url("images/video_on.gif") left no-repeat;
	color: #333;
	text-decoration: none;
}

.video_low a, .video_low a:visited {
	background: url("images/video_low.gif") left no-repeat;
	padding: 12px 0 12px 50px;
	color: #006de5;
}

.video_low a:hover, .video_low a:visited:hover {
	background: url("images/video_low_on.gif") left no-repeat;
	color: #333;
	text-decoration: none;
}

ol {
	margin: 10px;
	padding-left: 25px;
}

ol li { margin: 10px 0; border-bottom: 1px #ddd solid; padding-bottom: 10px; }

#map {
	border-bottom: 3px #efefef solid;
}

/* .verse {
	font-family: Georgia, times, serif;
	font-size: 1.1em;
	font-style: italic;
	padding: 16px;
	border: 1px #f3e439 solid;
	background: #fff9b4;
	margin: 8px 0;
	color: #55440b;
} */

blockquote {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.2em;
	color: #463604;
	font-weight: bold;
	font-style: italic;
	background: #ffffe6;
	padding: 10px;
	border-bottom: 1px #e0e0ba solid;
	border-right: 1px #e0e0ba solid;
	margin: 15px 0 0 0;
	text-align: center;
}

blockquote p { margin: 0; }

blockquote span { color: #8f835e; font-size: 80%; }


#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
}

#header {
	font-size: 90%;
	background: #555 /*url("images/header.jpg") */;
	overflow: hidden;
	width: 740px;
	padding: 20px;
	border-bottom: 1px #000 solid;
}

#header h1, #header h2 {
	margin: 0;
	border: none;
	color: white;
}

#header h1 { font-weight: bold; }

/* #header h1, #header h2 {
	text-indent: -2000px;
	border: none;
	padding: 0;
} */

#navigation {
	margin: 10px 10px 0 10px;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: black;
	background: #efefef;
	border-bottom: 2px #c2c2c2 solid;
	font-size: 80%;
	padding: 8px 0 6px 0;
}

#navigation li, #smallnav li {
	display: inline;
}

#navigation li {
	margin-right: -4px;
}

#navigation a, #navigation a:visited {
	text-decoration: none;
	color: #3a0503;
	background: #efefef;
	padding: 8px 8px 6px 8px;
	border-bottom: 2px #c2c2c2 solid;
}

#navigation a:hover, #navigation a:visited:hover {
	text-decoration: none;
	background: #ddd;
	color: #222;
	border-bottom: 2px #aaa solid;
}

#navigation li.current a, #navigation li.current a:visited {
	text-decoration: none;
	background: #640707;
	color: white;
	border-bottom: 2px #490404 solid;
}

#smallnav {
	font-size: 80%;
	padding: 10px;
	margin: 0;
	background: black url("images/pattern.gif") repeat; /* thanks to www.squidfingers.com for this background image */
	border-bottom: 2px #222 solid;
	font-family: Lucida Grande, Helvetica, Arial, Verdana, Sans-serif;
}

#smallnav li {
	padding-left: 8px;
}

#smallnav a, #smallnav a:visited {
	color: white;
	text-decoration: none;
	background: url("images/nav_arrow.gif") left no-repeat;
	padding-left: 8px;
}

#smallnav a:hover, #smallnav a:visited:hover {
	color: #ccffaa;
	text-decoration: none;
}

#menu {
	overflow: hidden;
	width: 200px;
	background: #e9e9e9 url("images/background_menu.gif") repeat-y;
	float: left;
}

h2.menutop {
	color: white;
	background: #222 url("images/background_menutop.gif") repeat-x;
	height: 32px;
	text-align: center;
	padding-top: 8px;
	font-size: 1.3em;
}

#menu h3 {
	text-align: center;
	font-size: 90%;
	letter-spacing: 0;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, Sans-serif;
}

#menu h3 a, #menu h3 a:visited {
	color: #007cdc;
	text-decoration: none;
}

#menu h3 a:hover, #menu h3 a:visited:hover {
	color: #1e4b7a;
}

.speaker-title-div {
	float: left;
	font-family: Times, Georgia, Serif;
	font-weight: bold;
	font-size: 1.1em;
}

.speaker img {
	float: left;
	margin-right:10px;
}

#content {
	background: white;
	clear: both;
	padding: 5px 20px 20px 20px;
	color: #525252;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
}

#content-single {
	padding: 5px 20px 20px 20px;
	color: #525252;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
}

#content p, #content-single p, #content ul, #content-single ul {
	font-size: 80%;
	line-height: 1.6em;
}

img.profile {
	float: left;
	padding: 0 10px 10px 0;
}

img.bluegrass {
	float: left;
	padding: 15px;
}

#left, #right {
	float: left;
	padding: 10px 10px 10px 0;
}

.speaker {
	clear: left;
	margin: 10px 0;
	overflow: hidden;
	height: 1%;
	padding-bottom: 15px;
	border-bottom: 1px #ddd solid;
}

.speaker p {
	margin: 10px 0 0 100px;
}

.speaker h3, .speaker h4 {
	margin: 0 0 0 100px;
}

table#schedule {
	border-collapse: collapse;
	width: 740px;
	font-family: "Trebuchet MS", Lucida Grande, Helvetica, Sans-serif;
}

table#schedule h3 { border: none; }

table#schedule td {
	vertical-align: top;
	padding: 6px 5px;
	font-size: 90%;
}

table#schedule h3 {
	font-size: 1.3em;
	color: #005bd3;
	margin: 10px 0 2px;
	background: url("images/arrow.gif") right no-repeat;
	display: inline;
	padding-right: 25px;
	padding-bottom: 5px;
}

table#schedule tr.day td {
	border: none;
	padding-top: 28px;
	padding-bottom: 5px;
}

table#schedule tr.labels {
	font-family: Verdana, Helvetica, Arail, Sans-serif;
	font-size: 80%;
	color: black;
	background: #efefef;
	border-top: 1px #ccc solid;
}

table#schedule th {
	padding: 5px 0;
	padding-left: 5px;
	border-bottom: 1px white solid;
	font-weight: normal;
}

table#schedule tr.alt {
	background: #e4f4ff;
	border-bottom: 1px #bedefc solid;
}

table#schedule em {
	color: #111;
}

h3.center {
	text-align: center;
	margin-top: 15px;
	color: #333;
	clear: both;
	background: #efefef;
	padding: 8px 0;
	border: #ccc solid;
	border-width: 1px 0;
}

h3.center a:link, h3.center a:visited {
	color: #555;
}

h3.center a:hover, h3.center a:visited:hover {
	text-decoration: none;
	color: black;
	border-bottom: 1px black dotted;
}

#footer {
	width: 780px;
	background: black;
	text-align: center;
	padding: 15px 0;
	color: white;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 70%;
	font-weight: bold;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a, #footer a:visited {
	color: #b9da34;
	text-decoration: none;
	border-bottom: 1px #b9da34 dotted;
}

#footer a:hover, #footer a:visited:hover {
	color: #dcff63;
	text-decoration: none;
	border-bottom: 1px #dcff63 dotted;
}

/* Tables */
.cake-sql-log {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	text-align:left;
}
.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.cake-sql-log tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
.cake-sql-log tr.altrow td {
	background: #f4f4f4;
}
.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}
.cake-sql-log td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* */

.cakeSqlLog, .cake-sql-log { display: none; }
