/*
Theme Name: Take Zero Productions
Theme URI: http://takezeroproductions.com/
Description: We want to shoot you. Lights, camera, action, bang.
Version: 2.0
Author: Sean Duran
*/

* { 
	margin: 0;
	padding: 0;
}

/* A person doesn't change just because you find out more. */

@font-face {
	font-family: "Fonce Sans Pro";
	src: url(fonts/FonceSansPro.eot);
	src: local("Fonce Sans Pro"), url(fonts/FonceSansPro.ttf) format("truetype");
}

@font-face {
	font-family: "Agenda-Medium";
	src: url(fonts/Agenda-Medium.eot);
	src: local("Agenda-Medium"), url(fonts/Agenda-Medium.ttf) format("truetype");
}

@font-face {
	font-family: "Agenda-Bold";
	src: url(fonts/Agenda-Bold.eot);
	src: local("Agenda-Bold"), url(fonts/Agenda-Bold.ttf) format("truetype");
}

body {
	text-align: center;
	background: #D7D7D7 url(tzp_bg.jpg);
	font-size: 0.8em;
	font-family: "Fonce Sans Pro", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: 0;
	color: #4b4b4b;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

/* The slower we move, the faster we die. Make no mistake, moving is living. */

#msgBox {
    padding: 10px;
    background-color: #ca3d3d;
	color: #fff;
    text-align: center;
    display: none;
	font-size: 10pt;
    font-weight: normal;
}

#msgBox a, #msgBox a:link, #msgBox a:hover, #msgBox a:visited {
	color: #fff;
	font-weight: normal;
}

#msgCloseButton {
    float: right;    
}

#twitter {
	position: absolute;
	left: 50%;
	margin-left: 400px;
	
	width: 160px; /* original, minus padding: 196px; */
	/*height: 320px;*/
	background-color: #f1efef;
	color: #878787;
	
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 40px;
		
	background-image: url(twitter_bird.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	-webkit-box-shadow: 2px 1px 8px #777;
	-moz-box-shadow: 2px 1px 8px #777;
	-khtml-box-shadow: 2px 1px 8px #777;
	
	border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	
	border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
}

/* When the sunshine don't work, the good Lord bring the rain in. */

h1 {
	text-decoration: none;
	border: 0;
	width: 218px;
	height: 175px;
	margin: 0;
	padding: 0;
	background: url(tzp_logo_small.png) no-repeat 0 0;
	float: left;
}
 
h1 a {
	display: block;
	height: 175px;
	text-indent: -9999px; 
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

/* We're going to make film history, right here on videotape. */

#header {
	width: 100%;
	text-transform: lowercase;
}

#header ul {
	list-style: none;
	float: right;
	position: relative;
	right: 125px;
}

#header li {
	float: left;
	width: 125px;
	height: 100px;
	text-align: center;
	padding-top: 75px;
	font-style: italic;
	color: #868686;
	letter-spacing: 1px;
	text-shadow: #FFF 0 1px 0;
	font-size: 0.8em;
}

/*
#header li a {
	display: block;
	width: 125px;
	height: 35px;
}
*/

#header li:hover {
	background: url(glow.png) no-repeat 0 0;
}

#menuAbout {
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
	color: #ca3d3d;
	text-shadow: #FFF 0 1px 5px;
}

#menuBlog {
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
	color: #ca3d3d;
	text-shadow: #FFF 0 1px 5px;
}

#menuStore {
	font-size: 2em;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
	color: #ca3d3d;
	text-shadow: #FFF 0 1px 5px;
}

/* We all dream of being a child again, even the worst of us. Perhaps the worst most of all. */

#tagline {
	clear: both;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	font-size: 12pt;
	font-family: "Agenda-Medium", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	color: #4b4b4b;
	letter-spacing: 1px;
	text-shadow: #FFF 0 1px 1px;
}

#tagline strong {
	font-family: "Agenda-Bold", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	color: #6060bc;
}

#bigvideo {
	clear: both;
	text-align: center;
	width: 720px;
	height:400px;
	box-shadow: 0 0 30px #fff;
	-moz-box-shadow: 0 0 30px #fff;
	-webkit-box-shadow: 0 0 30px #fff;
}

#latest {
	width: 750px;
	height: 403px;
	clear: both;
	text-align: center;
	padding-top: 19px;
	padding-left: 15px;
}

#latest h3 {
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: -1px;
	float: right;
	padding-right: 45px;
	color: #818181;
	text-shadow: #FFF 0 1px 2px;
}

#latest h3 #title {
	font-style: italic;
	color: #818181;
	margin-right: 3px;
}

#latest h3 #author {
	font-weight: bold;
	color: #4e4e4e;
	margin-left: 3px;
}

#divider {
	clear: both;
	width: 750px;
	height: 22px;
	background: url(divider.png) no-repeat 0 0;
	background-position: center;
	text-align: center;
}

/* What you call love was invented by guys like me, to sell nylons. */

#recent {
	text-align: center;
	clear: both;
	width: 670px;
	position: relative;
	left: 16px;
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 24px;
	background-color: #c9c9c9;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
}

#recent h3 {
	font-size: 1.1em;
	color: #818181;
	/*text-shadow: #FFF 0 1px 1px;*/
	text-align: left;
	position: relative;
	left: 8px;
	overflow: hidden;
}

#recent div {
	float: left;
	width: 210px;
	padding: 6px;
	overflow: hidden;
}

#recent div img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	overflow: hidden;
}

#recent div p {
	text-align: right;
	overflow: hidden;
	color: #818181;
}

#about {
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	
	font-size: 1.2em;
	font-family: "Fonce Sans Pro", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: 0;
	color: #4b4b4b;
	text-align: left;
}

.aboutAbout {
	margin: 50px;	
	font-size: 12pt;
	font-family: "Fonce Sans Pro", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing: 0;
	color: #4b4b4b;
	text-align: left;
	overflow: visible !important;
}

.aboutAbout p {
	margin-bottom: 50px;
	text-indent: 20px;
	text-align: left !important;
	width: 565px;
	overflow: visible !important;
}

#recent #type {
	font-style: italic;
	color: #9e9e9e;
}

#recent #name {
	font-weight: bold;
}

/* quote */

#footer {
	clear: both;
	position: relative;
	left: 42px;
	overflow: hidden;
	text-align:center;
}

#footer h3 {
	font-size: 1.1em;
	color: #818181;
	text-shadow: #FFF 0 1px 1px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#footer div {
	float: left;
	padding: 25px;
}