@charset "UTF-8";
/* CSS Document */


#permalinkHeader{
	background-color: #D8F579;
	background-image: url(/images/greenFade.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 10px;
}

.headerWrapper{
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(60,63,70)),
    color-stop(0.78, rgb(43,42,48))
) !important;
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(60,63,70) 25%,
    rgb(43,42,48) 78%
) !important;
	background-color: #33333B;
	height: 80px;
	width: 100%;	
}

.headerWrapper .headerContainer{
	margin: 0px auto;
	width: 955px;
}

.headerWrapper .headerContainer .logo{
	position: relative;
	top: 17px;
	left: 2px;
}

dd.vidTitleRight{
	color: #343840;
	font-size: 18px; 
	font-weight: bold;
}

dt.authorName{
	color: #343840;
	font-size: 13px;
	font-weight: normal;
}

#notificationContainer h1 strong{
	color: #008C93;
}

.outsideWrapper{
	border: 1px solid #bcbbbb;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin: 50px 0px 30px 0px; 
	padding: 0px;
	position: relative;
	width: 955px;
}

.outsideWrapper .insideWrapper{
	background-color: #D9D9D9;
	border: 1px solid #FFFFFF;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, rgb(253,253,253)),
    color-stop(0.79, rgb(233,233,233))
) !important;
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(253,253,253) 20%,
    rgb(233,233,233) 79%
) !important;
	margin: 0px;
	padding-bottom: 15px;
	position: relative;
	width: 953px;	
}

.detailWrapper{
	margin: 0px auto;
	width: 955px;
}

.twoCol{
	padding: 20px 0px 5px 0px;
	width: 620px;
}

.rightCol{
	padding: 35px 0px 5px 0px;
	width:280px;
}

#player a {
    margin: 0 auto;
}
