﻿@charset "utf-8";

@font-face {
  font-family: "TVNord";  
  src: url('siteimg/TVNordRegular.eot'); /* IE */  
  src: local("TVNordEF-Regular"), url('siteimg/TVNordRegular.otf') format("opentype"); /* non-IE */  
}
@font-face {
  font-family: "TVNordBlack";
  src: url('siteimg/TVNordBlack.eot');
  src: local("TVNordEF-Black"), url('siteimg/TVNordBlack.otf') format("opentype"); 
}

/* ----------------- Commonly used code ----------------- */
/* ------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
}
ul {
	padding-left: 1em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    	margin: 0;
}
img {
	display: block;
	border: 0;
	margin: 0 auto;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.shadow {
	-webkit-box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
	box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
}
.textshadow {
	text-shadow: 0 3px 3px rgba(0,0,0,0.8);
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}

/* ----------------- Site-specific code ----------------- */
/* ------------------------------------------------------ */

/* ----------------- Code for top areas ----------------- */
/* ------------------------------------------------------ */

#top	{
	background-color: #0e0e0e;
	z-index: 100;
}
#header	{
	margin: 0 auto;
}
#navbar	{
	background-color: #555;
	background-image: url('siteimg/navbar.png');
	height: 32px;
	margin: 0 auto;
	width: 100%;
}
#buttons	{
	width: 422px;
	margin: 0 auto;
}
#photography	{
	float: left;
	width: 182px;
	height: 32px;
	background: url('siteimg/navbar.png');
}
#photography:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -32px;
}
#photography.visited	{
	background: url('siteimg/navbar.png');
	background-position: 0 -64px;
}
#photography.visited:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -96px;
}
#web	{
	float: left;
	width: 80px;
	height: 32px;
	background: url('siteimg/navbar.png');
}
#web:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -32px;
}
#web.visited	{
	background: url('siteimg/navbar.png');
	background-position: 0 -64px;
}
#web.visited:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -96px;
}
#threed	{
	float: left;
	width: 60px;
	height: 32px;
	background: url('siteimg/navbar.png')
}
#threed:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -32px;
}
#threed.visited	{
	background: url('siteimg/navbar.png');
	background-position: 0 -64px;
}
#threed.visited:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -96px;
}
#videos	{
	float: left;
	width: 100px;
	height: 32px;
	background: url('siteimg/videos.png')
}
#videos:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -32px;
}
#videos.visited	{
	background: url('siteimg/navbar.png');
	background-position: 0 -64px;
}
#videos.visited:hover	{
	background: url('siteimg/navbar.png');
	background-position: 0 -96px;
}
#topshadow	{
	background: url('siteimg/shadow.png');
	width: auto;
	height: 16px;
}

/* ----------------- Code for main body ----------------- */
/* ------------------------------------------------------ */

body	{
	font-family: Verdana;
	background: #444;
	color: #e0e0e0;
}
#wrapper	{
	width: 1000px;
	margin: 0 auto;
}
#rotator	{
	width: 600px;
	height: 400px;
	border: solid 1px #e0e0e0;
	float: left;
}
#maintext	{
	width: 375px;
	float: right;
}
.TVNord	{
	font-family: "TVNord";
	font-size: 1.5em;
}
.TVNordBlack	{
	font-family: "TVNordBlack";
	font-size: 2em;
}
#footer	{
	width: 100%;
	height: 1.5em;
	position: relative;
	bottom: 10px;
	clear: both;
	font-size: 0.75em;
}

.container	{

	width: 353px;

	height: 265px;

	padding: 22px;

	text-align: center;

	background: #aaa;

	display: table-cell;

	vertical-align: middle;

}

.placeholder 	{
	
width: 154px;

	height: 265px;

	padding: 22px;

	display: table-cell;

	vertical-align: middle;

}

.container img	{
	border: none;

	vertical-align: middle; 
}
.container a:link	{
	color: #b00;
}
.container a:visited	{
	color: #500;
}
.container a:hover	{
	text-decoration: none;
}
.container a:active	{
	text-underline: underline;
}