@charset "UTF-8";

* {margin: 0; padding: 0;}

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #555;
}

h1 {padding: 0 0 .8em 0; color:#000;}
h2, h3 {padding: 0 0 .8em 0; color:#000;}
p {padding:0 0 1.8em 0;}

.twoColHybLt #container { 
	width: 90%; 
	max-width: 1060px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

.twoColHybLt #sidebar1 {
	float: left; 
	width: 35%;
}
.twoColHybLt #header {
	margin: 10px 0;
	padding: 4px 10px;
	line-height:1.5em;
	font-family:'Lato', arial, sans serif;
}


.twoColHybLt #videoWrapper {
	background:#000; 
	height:270px; 
	margin-bottom: 20px;
}
	
.twoColHybLt .metadata { 
	
	padding: 15px;
	border: 0px solid #ccc;
	font-size: .9em;
}

.twoColHybLt #mainContent { 
	margin: 0 0px 0 39%; 
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.btn, a.btn {
	padding: 4px 6px; 
	margin-right: 3px; 
	background:#eee; 
	border: 1px solid #999;
	font-size: .8em;
	color:#555; 
	line-height: 1em;
	text-decoration:none;
}
	
.btn:hover {background:#fff;}

.vidTitle {margin-left: 20px;}

ul.catool {margin-left: 10px;}
.catool li {
	margin-right: 4px;
	line-height: 1em;
	padding: 6px 0; 
	background: #86b4bc; 
	display:inline; 
	text-transform:uppercase;
	font-family:'Lato', arial, sans serif;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
}
.catool li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #fff;
	padding:4px 14px;
	
}

.catool li.selected a{
	color:#555;
	font-weight:normal;
	
}

.catool li.selected {
	background: #fff;
	padding: 4px 0px 7px 0px; 
	border: 2px solid #C2DCE1;
	border-bottom: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.catool li:hover {
	background:#C2DCE1;
}
.catool li.selected:hover {
	background:#fff;
}
.catool li a:hover {
	color:#000;
}
.catool li a img { position:relative; top: 5px;}
.catool li a.narrowtab {padding:0px 5px;}

.tabContent { 
	margin:1px 0;
	border-top:2px solid #C2DCE1; 
	padding-top: 2px;
}
	
.annote-control-wrapper {
	border-bottom: 0px solid #ddd;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 1em;
}
.annote-control-wrapper p {padding: 5px 0;font-size:.9em; float:right;}

#annotation-wrapper {
	overflow:auto;
	}
	
.ann-wrapper-compact {
	padding: 3px 10px; 
	margin: 10px 0;
	height:40px; 
	line-height: 1.5em; 
	border:1px solid #ddd; 
	background:#fafafa;
	clear:right;}

.ann-wrapper-compact:hover {background:#fff;}

.ann-col-left {
	width:55%; 
	float:left;  
}
.ann-col-right {
	width:42%; 
	float:right; 
	margin-left: 3%; 
	font-size:.8em;
}

.annTitle {font-family:'Lato', arial, sans serif;}

.ann-wrapper-expanded {
	padding: 3px 10px; 
	margin: 10px 0;
	line-height: 1.5em; 
	border:1px solid #ddd;
}

.ann-wrapper-expanded p {font-size:.9em;}

.ann-detail-wrapper { 
	background:#fff; 
	margin:40px -10px 0 -10px;
	padding:10px;
	}

.ann-play-control {margin-bottom: 20px;}

.comment-edit-delete a {
	margin-right:12px; 
	font-size: .9em;
	}

.ann-reply-wrapper {
	margin-top: 10px;
	margin-left: 60px; 
	border-top: 1px solid #ccc; 
	padding: 10px 0;
	}

.time-stamp {
	font-size: .8em; 
	color:#999; 
	font-style:italic;
	}

.new-ann-form-wrapper {
	padding:20px 0;
}
.new-ann-form-wrapper img {max-width:100%;}
.new-ann-form input {}
.new-ann-form label {display:block; width:10em; float:left; margin-right: 1em;}

.mobile {display:none;}


/* For viewport smaller than 801px wide */	
@media (max-width: 800px) {
	
.twoColHybLt #container {width:96%;}
	
.twoColHybLt #sidebar1 {
	float: none;
	width:100%;
	max-width:none;
}
.twoColHybLt #mainContent {
	margin-left:0;
}



}
/* For viewport smaller than 481px wide */
@media (max-width: 480px) {


.fulltxt {display:none;}
.not-mobile {display:none;}
.vidTitle {padding-top:10px; display:block;}
.catool li {margin-right: 0px;}
.catool li a {padding: 4px;}
.ann-col-right {font-size: .7em; white-space:nowrap; }
}











