/* videos page css */

div#vidboxcont {
	width: 80%;
	margin: 1em auto;
}

div#showsvidboxcont {
	width: 700px;
	margin: 1em auto;
}

div#showspicboxcont {
	width: 80%;
	margin: 1em auto;
}

div#vidsel {
	color: #fff;
	background: #000;
	height: 230px;
	padding: 0 1em;
	text-align: center;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#kyclnk {
	position: absolute;
	top: 400px;
	left: 11%;
	width: 200px;
}

div#mambolnk {
	position: absolute;
	top: 400px;
	left: 33%;
	width: 200px;
}

div#intvwlnk {
	position: absolute;
	top: 400px;
	left: 55%;
	width: 200px;
}

div#vidcont {
	color: #fff;
	background: #000 url(../images/oldtv.jpg) 50% 30px no-repeat;
	height: 620px;
	padding: 0 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#showsvidcont {
	color: #fff;
	background: #000 url(../images/musichallvid.jpg) 50% 30px no-repeat;
	height: 535px;
	padding: 0 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#showspiccont {
	color: #fff;
	background: #000;
	height: 700px;
	padding: 0 1em;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div.vids {
	width: 425px;
	margin: 0 auto;
	text-align: center;
}

div.showsvids {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

div.vids h2, div.showsvids h2 {
	color: #e0234d;
	background: transparent;
	margin: 0 0 1.5em;
}

div.vids p {
	margin-bottom: 45px;
}

div.showsvids p {
	color: #e0234d;
	background: transparent;
	margin: 50px 0 65px -40px;
	font-size: 1.5em;
	font-weight: bold;
}

div.vids iframe {
	width: 425px;
	height: 350px;
	margin: 10px;
}

div.showsvids iframe {
	width: 303px;
	height: 250px;
	margin: 10px;
	margin-left: -30px;
}

ul#vidnav {
	background: #e0234d;
	list-style: none;
	margin: 0 0 1em;
}
	
ul#vidnav li {
	display: inline;
	margin: 0;
	font-size: 20px;
}

ul#vidnav li a:link, ul#vidnav li a:visited, ul#vidnav li a:active {
	color: #c0c0c0;
	background: transparent;
}

ul#vidnav li a:hover {
	color: #fff;
	background: transparent;
}

div#showspiccont h3 {
	color: #1ac42f;
	background: transparent;
	text-align: center;
	margin-top: 0;
	padding-top: 1em;
}

div#credits {
	color: #e0234d;
	background: transparent;
	position: absolute;
	top: 87px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-size: 0.8em;
}

div#picrowone {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
}

div#picrowtwo{
  position: absolute;
  top: 300px;
  left: 50%;
  width: 590px;
  margin-left: -295px;
}

div#picrowthree {
  position: absolute;
  top: 470px;
  left: 50%;
  width: 380px;
  margin-left: -180px;
}

div.rowpics {
	float: left;
	padding: 50px 15px;
	text-align: center;
}

div.ls img {
	width: 100px;
	height: 66px;
}

div.tlsc img {
  padding-top: 34px;
}

div.pt img {
	width: 66px;
	height: 100px;
}

div.rowpics p {
	font-size: 0.8em;
}

div.ls p {
	width: 110px;
}

div.pt p {
	width: 90px;
}
