@charset "utf-8";
/* CSS Document */

/*Video page styles*/


@font-face {
    font-family: 'museo_sans_500regular';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font: normal 85%/135% Verdana, Arial, san-serif;
	color: #999;
	background-color:#333;
}


h1 { font: normal 1.5ec/150%; margin: 10px 0; }

a { color: #09c; }
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}
a:active{text-decoration: underline;}

img{ border: none; }


p { margin: 5px 0; }


strong { font-weight: bold; color: #fff; }


header, section, video, figure, figcaption, footer { display: block; }



div#container {
	margin: 45px auto; 
	width: 760px;
	border: solid 1px #555;

	background: #323232;
	background: -moz-linear-gradient(100% 100% 90deg, #000000, #323232);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from (#000000), to (#323232));
	background: -webkit-linear-gradient(#000000, #323232);
	background: -o-linear-graident(#000000, #323232);
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;	
}


div#container header, div#container video, div#container footer, div#container section h1, div#container p { margin: 15px 60px; } 

div#container header {margin-top: 45px;}

div#container section h1 { font-weight: normal; font-size: 2em; color: #fff; }

div#container footer {
	text-align: center;
	font-size: .9em;
	margin-bottom: 45px;
	clear: left;
}

div#container div#interest {margin-left: 60px;}

div#container div#interest p {margin-left: 0px;}

figure {
	float: left;
	margin: 5px 10px 30px 0;
	padding: 12px;
	border: dotted 1px #333;
	
	background: #323232;
	background: -moz-linear-gradient(100% 100% 90deg, #000000, #323232);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from (#000000), to (#323232));
	background: -webkit-linear-gradient(#000000, #323232);
	background: -o-linear-graident(#000000, #323232);
}

figure .last {margin-right: 0;}

figure figcaption {font: .90em; text-align: center; margin-top: 5px;}








