html {
	min-height: 100%; /* required for body gradient */
}


body {
	background-color: #0B0D1E;
		background: -moz-linear-gradient(top, #0B0D1E 0%, #2b3a48 33%, #0B0D1E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0B0D1E), color-stop(33%,#2b3a48), color-stop(100%,#0B0D1E)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B0D1E', endColorstr='#2b3a48',GradientType=0 ); /* ie */

/*
	background-image: url(dark-background.png);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left bottom;
*/
	min-height: 100%;
	color: white;
	margin-top: 1em;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: white;
}

blockquote p {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #B8D0DB;
	font-family: Georgia;
	font-style: normal;
}

blockquote p a {
	color: #B8D0DB;
}


a,
a:visited {
	color: #B8D0DB;
}


a:hover {
	color: white;
}

a:active {
	color: white;
}
p, dd {
	line-height: 2em;
}

dt {
	width: 240px;
	cursor: pointer;
}

dd {
	display: none;
}

/*
#container {
	width: 960px;
	min-height: 100%;
	
	margin-left: 50%;
	left: -480px;
	position: absolute;
		outline: 1px solid blue;

}
*/

    
    
#header  {
	width: 320px;
	position: absolute;
	top: 0;
	right: 50%;
	text-align: left;

}

    #header h1#site-name {
        height: 161px;
        background-image: url(Signamite-logo.gif);
        background-repeat: no-repeat;
/*         text-indent: -10000px; */
        margin-left: -35px;
    }
    
        #header h1#site-name a {
            display: block;
            height: 100%;
        }
        #header h1#site-name a span {
            display: none;
        }
    #header h2 {
			font-size: 2em;
			margin-bottom: 0;
			color: #B8D0DB;
			font-family: Georgia;
			font-style: normal;
			font-weight: normal;
			cursor: pointer;
    
    }    
	#header  dl {
		margin-left: 0;
		margin-bottom: 2em;
	}



    #header dt {
    	line-height: 1.5em;
    	margin-top: 1em;
    	

    }
    #header dd {
    	line-height: 1.5em;
    	margin-bottom: 0em;

    }









#content {
	padding-top: 9.75em;
	top: 0;
	left: 50%;
	position: fixed;
/*
	background-image: url(dark-background.png);
	background-position: left top;
*/
}


h1#videoTitle {
			line-height: 1em;
			font-size: 4em;
			text-transform: uppercase;
			font-family: 'HelveticaNeue-CondensedBold','Helvetica Neue Condensed Bold','Helvetica Neue', 'Arial Narrow', 'Arial';
			font-stretch: condensed;
			font-style: normal;
			font-weight: normal;
			text-transform: capitalize;
}

.video-js-box.none {
	display: none;
}
#foot  p {
    text-align: center;

}


.makeMeBold, .zemThanks, .zemError, .error {
	color: #FF4D07;
}

.error {
	background-color: transparent;
	border: none;
	padding: 0;
}

div.login input[type=submit] {
	display: block;

}
.logoutLink {
	margin-top: 4em;
	display: block;
}
div.active,
div.active a { /*logout  (hardcoded into ign_password_protect) */
	margin-top: 3em;
	color: #B8D0DB;
	line-height: 1em;
}

/* ie only */
/*
iframe {
	padding: 0;
	margin: 0;
	background-color: black;
}
*/
