﻿body {
    background-color: white;
    background-image:url(customized-comedy-background.gif);
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

h1 {
    color:#520063;
}

img {
    float:none;
}

.margincolumn {
    text-align: left;
    padding-right: 50px;
}

.contentcolumn {
    text-align: center;
}

.errormessage {
    color: red;
    font-weight: bold;
}

.videoblock {
    border: purple thick solid;
}

#lscccontact {
    visibility: hidden;
}

.downloadtable {
    float:none;
    margin-left:auto; 
    margin-right:auto;
}

.downloadtable td {
    padding-bottom:1em;
}

.downloaddescription {
    text-align:right;
    vertical-align:central;
    padding-right:1em;
}

.downloadbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e184f3;
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd) );
	background:-moz-linear-gradient( center top, #c123de 5%, #a20dbd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
	background-color:#c123de;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #a511c0;
	display:inline-block;
	color:#ffffff;
	font-family:inherit;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #9b14b3;
}

.downloadbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de) );
	background:-moz-linear-gradient( center top, #a20dbd 5%, #c123de 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
	background-color:#a20dbd;
}

.downloadbutton:active {
	position:relative;
	top:1px;
}
