/*
Theme Name: WordPress Studio Ovale
Theme URI: http://wordpress.org/
Description: WordPress theme for Studio Ovale
Version: 1.0
Author: Xav
Author URI: 
Tags:

*/

* { margin:0;
	padding:0;
	}

body {margin:0;
	padding:0;
    background: #000;
    color: #666;
    font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;    
	font-size:12px;
	line-height:16px;
	}

img {border:0;display:block;}

.right {text-align: right;}
.center {text-align: center;}

strong {font-weight: bold;}
em {font-style: italic;}

.float {float:left;}
.spacer 	{clear:both;}

h1	{}
h2	{}
p  {
	font-size:12px;
	line-height:16px;
	margin: 0 0 16px 0;
	}
.copy p {
	width: 580px;
	font-size:14px;
	line-height:24px;
	}

a 	{color:#fff;
	text-decoration: none;
	outline: none;}

ul {list-style:disc outside;
	margin: 0 0 0 0;}
li {margin: 0 0 0 0;}

#logo {padding: 160px 0 0 32px;}

#container	{position: fixed;
			top: 0;
			bottom: 0;
			left:0;
			width:100%;
			text-align:left;
			}

#overlay 	{opacity: 0.8;
			-moz-opacity: 0.8;
			filter: alpha(opacity=80);
			position: absolute;
			top: 0;
			bottom: 0;
			width:100%;
			background-color:#000;
			}

#frame	{	position: absolute;
			width:928px;
			height: 504px;
		}

#player		{}

#page	{width:980px;
	margin:0 auto;
	padding: 32px 0 0 0;
	    }
	
#nav {
	}
#nav ul li a, #nav ul li a:visited {
	font-size: 13px;
	color: #fff;
	}

#nav ul {
	padding:0;
	margin:0;
	list-style: none;
	width:192px;
	}
#nav ul li {
	margin:0 0 0 0;
	padding: 8px 0 8px 8px;
	border-top: 1px solid #333;
	}

#header {
	width:980px;
	margin:0 auto;
	background:#000 url('images/header.gif') no-repeat left top;
	min-height: 224px;
}

#synopsis p {
	margin: 16px 0 32px 0;
	color: #666;
	background-color: #111;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	width: 160px;
	padding: 16px;}

#footer	{
	width:980px;
	margin:0 auto;
	}

.release img {float:left;margin:0 16px 16px 0;}
.release	{float:left;}

.col220px	{float:left; width:220px;}
.col720px	{float:left; width:720px;}
.vid		{margin:0 20px 0 0;}

.margin  {float:left; width:20px;}
.spacer 	{clear:both;}


