/*  
Theme Name: Guido
Theme URI: http://www.chrisguido.net/
Description: Wordpress Theme created for Chris Guido.
Version: 1.0
Author: Jupitercow
Author URI: http://www.jupitercow.com/
*/

/*
----------------------------------------------------------------------------- 
SETUP
-----------------------------------------------------------------------------*/
* { margin:0; padding:0; } /* Override defaults for all tags. */
html,body,#body_wrap,#body_index { width:100%; height:100%; } /* makes sure your canvas fills the window */
body {
	background: #FFF url(images/title_bg.jpg) top center repeat-x;
	text-align: center;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #FC9;
	}
img { border:0; } /* Removes borders from all images, because... who needs those anyway? */
#page, #moviola {
	width: 912px;
	margin: 0 auto;
	}
a {
	color: #FC9;
	text-decoration: none;
	}
a:hover {
	color: #69C;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #FFF;
	padding: 8px;
	margin: 0;
	}
#body_wrap {
	background: #000000;
	}
	
/*
----------------------------------------------------------------------------- 
HEADER
-----------------------------------------------------------------------------*/
#header, #title_lt, #title_rt { height: 128px; }
#header {
	width: 912px;
	margin: 0 auto;
	}
#title_lt, #title_rt {
	width: 400px;
	background-repeat: no-repeat;
	}
#title_lt {
	float: left;
	background-image: url(images/title_lt.jpg);
	background-position: top left;
	}
#title_rt {
	float: right;
	background-image: url(images/title_rt.jpg);
	background-position: top right;
	}
/*
----------------------------------------------------------------------------- 
MENU
-----------------------------------------------------------------------------*/
ul#nav, ul#nav li { list-style: none; display: inline; }
#menu {
	margin-left: 112px;
	}
ul#nav a {
	float: left;
	display: block;
	padding: 16px 0 0 0;
	overflow: hidden;
	width: 64px;
	height: 0px !important; 
	height /**/:16px; /* for IE5/Win only */
	margin-left: 16px;
	margin-top: 96px;
	}
#resume a { background: url(images/bttn_resume.gif) top left no-repeat; }
#contact a { background: url(images/bttn_contact.gif) top left no-repeat; }

ul#nav a:hover { background-position: -64px 0; }
/*
----------------------------------------------------------------------------- 
BODY
-----------------------------------------------------------------------------*/
#body {
	width:100%;
	height:100%;
	background: #FFF url(images/bg.jpg) top center repeat-x;
	}
#hooks {
	width: 100%;
	height: 100%;
	background: url(images/hook.jpg) top center repeat-x;
	}
#moviola {
	/*width: set above with #page;*/
	min-height: 896px;
	height: auto !important;
	height: 896px;
	background: url(images/bg_moviola.jpg) top left no-repeat;
	}
#moviola_pad {
	padding: 43px 0 0 200px;
	}
/*
----------------------------------------------------------------------------- 
FILMS
-----------------------------------------------------------------------------*/
.film {
	width: 145px;
	float: left;
	padding-left: 117px;
	overflow: hidden;
	}
.film_tp, .film_md, .film_bm {
	width: 100%;
	}
.film_tp {
	height: 93px;
	line-height: 93px;
	text-align: center;
	background: url(images/film_tp.jpg) top left no-repeat;
	}
.film_md {
	text-align: center;
	background: url(images/film_md.jpg) top left repeat-y;
	}
.film_bm {
	height: 47px;
	background: url(images/film_bm.gif) top left no-repeat;
	}
.frame {
	text-align: left;
	padding-bottom: 4px;
	padding-left: 16px;
	}
.frame p.txtlink {
	width: 113px;
	text-align: left;
	margin-top: 2px;
	}
.frame .img {
	background-position: top center;
	background-repeat: no-repeat;
	width: 113px;
	height: 85px;
	overflow: hidden;
	}
.frame .img a, .holder {
	width: 93px;
	/** /height: 65px;/**/
	display: block;
	}
.frame .img a {
	border: 10px solid #FC9;
	filter: alpha (opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
	}
.frame .img a:hover {
	filter: alpha (opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	-khtml-opacity: 0.65;
	}
.holder {
	cursor: pointer;
	}
/*
----------------------------------------------------------------------------- 
VIDEO POPUP
-----------------------------------------------------------------------------*/
.vidplayer p {
	margin: 8px;
	color: #333;
	}
.vidplayer a, .contact a, .contact .submitbutton {
	color: #611;
	}
.vidplayer a, .contact a {
	font-weight: bold;
	}
.vidplayer a:hover, .contact a:hover, .contact .submitbutton:hover {
	color: #69C;
	}
/*
----------------------------------------------------------------------------- 
CONTACT
-----------------------------------------------------------------------------*/
.contact p {
	margin: 8px;
	color: #000;
	}
.contact p input {
	border-color: #000;
	color: #000;
	}
.contact label, .contact {
	color: #000;
	}
.contact input, .contact textarea {
	border: 1px solid #000;
	}
	
/*
----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin-top: 16px;
	}
#designed a {
	font-size: 10px;
	color: #69C;
	}
#designed a:hover {
	color: #369;
	}