body { min-width: 980px; }

/* BOOTSTRAP ADDITIONS */
.container-wide{
	/*width: 940px;*/
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* HEADER */
#titlebar {
	height: 110px;
}
#mainlogo {
	float: left;
	padding: 20px 0 0;
}
#ymflogo {
	padding: 11px 5px 0 0;
}
#projectof {
	padding: 61px 11px 0 0;
}

.navbar-blue {
	color: #fff;
	margin-bottom: 5px;
}

.navbar-blue .navbar-inner {
	background: #1d5e76;
	/* Override */
	min-height: 36px;
	border: none;
}

#searchForm {
	padding-right: 10px;
}

.navbar-blue .navbar-form .input-append {
	margin-top: 2px;
	margin-bottom: 1px;
}
.navbar-form input[type=search]{
	padding: 6px 6px;
	border: none;
	width: 157px;
}
.navbar-form input[type=submit] {
	height: 32px;
	width: 32px;
	background:#fff url('../images/search-go.png') scroll no-repeat center center;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	border: none;
}
.navbar-blue .nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin: 9px 10px 4px;
	padding: 0;
}
.navbar-blue .nav > li.overline > a:hover {
	border-top: 2px solid #ff9b00;
	margin-top: 7px;
}

.navbar-blue .nav li.dropdown.open>.dropdown-toggle,
.navbar-blue .nav li.dropdown.active>.dropdown-toggle,
.navbar-blue .nav li.dropdown.open.active>.dropdown-toggle {
	color: inherit;
	background: inherit;
}

#parsha-box ul {
	background-color: rgba(255, 255, 255, 0.8);
	right: -6px;
	padding: 1px 1px 5px;
	
}
#parsha-box .nav-header {
	color: white;
	font-weight: bold;
	background-color: rgba(29, 94, 118, 0.8);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #DBA756;
	margin-bottom: 1px;
}

.nav-pills.nav-stacked > li > a {
	margin: 1px 0;
}

.nav-pills.nav-stacked > li > a {
	background: ##1d5e76; /* Old browsers */
	background: -moz-linear-gradient(top, #1d5e76 0%, #183742 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d5e76), color-stop(99%,#183742)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1d5e76 0%,#183742 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1d5e76 0%,#183742 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1d5e76 0%,#183742 99%); /* IE10+ */
	background: linear-gradient(to bottom, #1d5e76 0%,#183742 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d5e76', endColorstr='#183742',GradientType=0 ); /* IE6-9 */
	
	color: #fff;
	font-family: Oswald Light, sans-serif;
	font-size: 18px;
	line-height: 18px;
	
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.nav-pills.nav-stacked.b > li > a {
	background: #fbb450; /* Old browsers */
	background: -moz-linear-gradient(top, #fbb450 0%, #f89406 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbb450), color-stop(99%,#f89406)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbb450 0%,#f89406 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbb450 0%,#f89406 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbb450 0%,#f89406 99%); /* IE10+ */
	background: linear-gradient(to bottom, #fbb450 0%,#f89406 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb450', endColorstr='#f89406',GradientType=0 ); /* IE6-9 */
}

.nav-pills.nav-stacked.c {
margin-bottom: 0px;
}

.nav-pills.nav-stacked.c > li > a {
	background: #fbb450; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	border-style:solid;
	border-width:1px;
	border-color:#2d6987;
	color:#808080;
}


.navbar-inner{
	padding-left: 7px;
	
}
.span4{
width:200px;
/*margin-left:5px;	*/
}
.span8{
width:720px;
}

.nav-pills.nav-stacked > li:hover, .nav-pills.nav-stacked > li.selected {
	border-left: 2px solid #ff9b00;
	padding-left: 3px;
	margin-left: -5px;
}

/* Footer */
#page_footer {
	background: #ececec;
	padding: 8px 0;
	margin: 1em auto;
}

/* Home Page */
.features {
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #4aa385;
}
.features p {
	padding: 3px 23px;
	/*background: transparent url('../images/brace.gif') no-repeat center left;*/
	background: transparent url("data:image/gif;base64,R0lGODlhEQAyALMPAP+bAP/QiP/DZv/y3f+iEf/47v/ku//Xmf/rzP+oIv/Kd/+2RP/eqv+8Vf+vM////yH5BAEAAA8ALAAAAAARADIAAASl8MlJq60oEMDDlQwnAt6FjGJpLWh3Fah6haLyTcfI3FIwGryHTzQIDjlF3hGQvAlGzc9TVAhOOcHHFZBtiBJZh2gRLGw4Nl5OBLwNzgDwLZAYIaSt9mUriFq2ClVOKAR3SnAEfhZvY1lrHIY3MClhIg1ZLBxyPFcEWVufI6FEQQpQRqdKqXOrH0t6H48AB0EGIwJlcCRWLbsXjDE3tsFudJRZyDcRADs=") no-repeat center left;
}

/* Speaker List */
#alphashortcutlist {
	float:right;
	margin: -45px 7px 0 0;
	background: #EAEAEA;
	padding: 3px;
	border-radius: 4px;
}
#alphashortcutlist.affix {
	margin: 10px 0 0 308px;
	top: 0;
}
#alphashortcutlist a, #alphashortcutlist a:visited {
	font-family: Consolas;
	color: #00d;
	text-decoration: none;
	padding-right: 5px;
}
#alphashortcutlist a:hover {
	color: #06f;
}
#alphashortcutlist a:last-child {
	padding-right: 0;
}
#entitylist_Speakers a.backtotop {

	text-decoration:underline;
}

#entitylist_Speakers h3 {

	border-bottom: solid;
	border-width: 1px;
	border-color: #827d7e;
	color: #827d7e;
}

	

#speaker-pic-mini{
	display: inline-block;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding: 2px;
	margin: 2px;
	border: 1px solid #CBCBCB;
	height: 30px;
	width: 30px;
	line-height: 30px; /* or whatever you want, should match height */
	text-align: center;
	
	

}
#speaker-pic-mini img{
	max-height: 29px;
	max-width: 29px;
	vertical-align: middle;
}



#entitylist_Speakers ul {

	 -webkit-column-count: 2;  -webkit-column-gap: 15px; /* Chrome, Safari 3 */
     -moz-column-count: 2;     -moz-column-gap: 15px; /* Firefox 3.5+ */
     column-count: 2;          column-gap: 15px; /* Opera 11+ */
}

/* Shiur List */
.shiur-list th, .shiur-list td {
	vertical-align: middle;
}

/* Shiur Page */
.speaker-image {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	padding: 4px;
	border: 1px solid #CBCBCB;
}
#shiur .speaker-image {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.shiur-action {
	display:block;
	margin-bottom: 6px;
	float: right;
	width:140px;
}
.shiur-action .btn {
	padding: 3px 8px;
}
/*.shiur-action .btn-primary:first-child {
	width: 80px;
	text-align: left;
}*/
.shiur-action .btn-primary i {
	width: 16px;
	display: inline-block;
}
.shiur-action .share-links .btn > span {
	display: inline-block !important;
	float: left;
}
.shiur-action  .addthis_button_email {
	width: auto !important;
}
.shiur-action .addthis_button {
	width: 30px;
	float: right;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

/* This looks like a bug in bootstrap?? */
.btn-group.btn-block + .btn-group.btn-block {
	margin-left: 0;
}

/* We are using buttons in our dropdowns, where bootstrap only has styles for links, so those styles are copied here. */
.dropdown-menu > li > .btn-link {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
	
	width: 100%;
	text-align: left;
}
.dropdown-menu li>.btn-link:hover, .dropdown-menu li>.btn-link:focus {
	text-decoration: none;
	color: white;
	background-color: #0081C2;
	background-image: -moz-linear-gradient(top, #08C, #0077B3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#0077B3));
	background-image: -webkit-linear-gradient(top, #08C, #0077B3);
	background-image: -o-linear-gradient(top, #08C, #0077B3);
	background-image: linear-gradient(to bottom, #08C, #0077B3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* Speaker Page */
.category_filter_box  {
	border-bottom: 2px solid #cccccc ;
	border-top: 2px solid #cccccc ;
	vertical-align: middle;
}
.category_filter_box select {
	width: auto;
	margin:5px;
	vertical-align: middle;
}

/* Streaming Player */
#tl-player {
	min-width: 430px;
	width: 100%;
	min-height: 200px;
}
#tl-player-info {
	height: 130px;
	border: 1px solid #ccc;
	padding: 13px 16px;
	position: relative;
}
#tl-player-poster {
	max-width: 100px;
	max-height: 100px;
	float: right;
}
#tl-player-info-inner {
	position: absolute;
	bottom: 13px;
}
#tl-player-info-speaker {
	margin-bottom: .5em;
}

.jp-progress-slider {
	background: #CBCBCB;
	border: 1px solid #CBCBCB;
	border-top: none;
	height: 8px !important;
}
.jp-progress-slider .ui-slider-range {
	background-color: #09E;
}
.jp-progress-slider .ui-slider-handle {
	left: 0.5%;
	background-color: white;
	border: 6px solid #999;
	box-shadow: white 0px 0px 4px 2px;
	border-radius: 15px;
	width: 6px !important;
	height: 6px !important;
	outline: none;
}
.jp-progress-slider .ui-slider-handle:hover {
	box-shadow: rgba(0, 63, 127, 0.6) 0px 0px 4px 2px;
}

.jp-volume-box {
	display: inline-block;
	width: 60px;
}
.jp-volume-slider {
	background: #ccc;
	height: 6px !important;
}
.jp-volume-slider .ui-slider-range {
	background-color: #09E;
}
.jp-volume-slider .ui-slider-handle {
	width: 6px !important;
	height: 16px !important;
	outline: none;
	background: #999;
	margin-left: -3px !important;
}

/* PLAYLIST STYLES - TODO!!! */
div.jp-playlist {
	width:100%;
	background-color:#ccc;
	border-top:1px solid #009be3;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
/* END PLAYLIST STYLES */

.btn-flat {
	border: none;
}

#tl-player-buttons {
	height: 30px;
	border: 1px solid #CBCBCB;
	border-top: none;
	background: #f6f6f6;
	margin:0;
}
#tl-player-buttons .btn {
	color: #999;
	
	padding: 2px;
	margin: 2px;
	line-height: 22px;
}
#tl-player-buttons .btn:hover, #tl-player-buttons .btn:focus {
	color: #09f;
	text-decoration: none;
	outline:none;
}
.btn.btn-playlist-show-hide {
	padding: 4px 12px;
	color: #3d9400;
}
.btn.btn-playlist-show-hide.active {
	background-color: whiteSmoke;
}
.btn-playlist-show-hide .icon-chevron-down {
	display: none;
}
.btn-playlist-show-hide .icon-chevron-up {
	display: inline;
}
.btn-playlist-show-hide.collapsed .icon-chevron-down {
	display: inline;
}
.btn-playlist-show-hide.collapsed .icon-chevron-up {
	display: none;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #1d5e76;
background-image: -moz-linear-gradient(top, #1d5e76, #183742);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d5e76), to(#183742));
background-image: -webkit-linear-gradient(top, #1d5e76, #183742);
background-image: -o-linear-gradient(top, #1d5e76, #183742);
background-image: linear-gradient(to bottom, #1d5e76, #183742);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
border-color: #183742 #183742 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
color: #ffffff;
background-color: #183742;
}

/* Playlists */
.playlist-list {
	border: 2px solid #666;
	padding: 1em;
}
.playlist-list details /*, .playlist-list summary*/ {
	display: block;
	border: 1px solid #ccf;
	padding: 6px;
	margin-bottom: 1em;
	border-radius: 3px;
}
.playlist-list summary {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.playlist-list summary:focus {
	outline: none;
}

.accordion-heading h3 {
	margin: 0;
	font-size: 20px;
}
body{
	font-size: 12px;	
}
a {
color: #4D4E4E;
}

.mjhHomePage {
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #4aa385;
}
.mjhHomePage p {
	padding: 3px 23px;
	/*background: transparent url('../images/brace.gif') no-repeat center left;*/
	background: transparent url("data:image/gif;base64,R0lGODlhEQAyALMPAP+bAP/QiP/DZv/y3f+iEf/47v/ku//Xmf/rzP+oIv/Kd/+2RP/eqv+8Vf+vM////yH5BAEAAA8ALAAAAAARADIAAASl8MlJq60oEMDDlQwnAt6FjGJpLWh3Fah6haLyTcfI3FIwGryHTzQIDjlF3hGQvAlGzc9TVAhOOcHHFZBtiBJZh2gRLGw4Nl5OBLwNzgDwLZAYIaSt9mUriFq2ClVOKAR3SnAEfhZvY1lrHIY3MClhIg1ZLBxyPFcEWVufI6FEQQpQRqdKqXOrH0t6H48AB0EGIwJlcCRWLbsXjDE3tsFudJRZyDcRADs=") no-repeat center left;
}
.navbar-blue .navbar-inner 
{
filter:-;	
}
}

