/*   
Theme Name: Cabral Creative
Theme URI: http://cabralcreative.com/
Description: Custom theme for Cabral Creative Wordpress site.
Author: Bryson Gilbert
Author URI: http://brysongilbert.com/
Version: 1.1
.
Copyright 2009 Nelson Cabral. All Rights Reserved.
.
*/

html {
	/*	overflow: hidden;	*/
	width: 100%;
	height: 100%;
}

body {
	background-color: black;
/*	overflow: hidden;	*/
	font-size: 100%;
}

img#background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

div#container {
	height: 100%;
	width: 100%;
}

div#header {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
}

div#footer {
	color: white;
	padding: 6px;
	letter-spacing: 0.3em;
/*	font-size: 9px; */
	font-size: 0.5em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: right;
	background-repeat: repeat-y;
	background-image: url(./images/bg-footer-trans.png);
	position: fixed;
	width: 284px;
	bottom: 0px;
	right: 0px;
}

div#footer a {
	text-decoration: underline;
}

div#content {
	margin-top: 110px;
}

body.page-template-splash-php { width: 100%; height: 100%; }
body.page-template-splash-php * div#content {
	margin-top: 0px;
	width: 100%;
	height: 100%; 
}

ul#mainMenuLevel1 {
	z-index: 10;
	clear: both;
	left: 0px;
	top: 0px;
	position: fixed;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(./images/bg-mainMenuLevel1.png);
	width: 100%;
	height: 30px;
	list-style-position: inside;
}

body.page-template-splash-php * ul#mainMenuLevel1, body.page-template-splash-php * div#footer {
	display: none;
}

ul#mainMenuLevel2 {
	z-index: 10;
	clear: none;
	position: fixed;
	left: 0px;
	top: 30px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(./images/bg-mainMenuLevel2.png);
	width: 100%;
	height: 30px;
	list-style-position: inside;
}

ul#mainMenuLevel3 {
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 60px;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(./images/bg-mainMenuLevel3-trans.png);
	width: 100%;
	height: 30px;
	list-style-position: inside;
}

ul#mainMenuLevel1 li, ul#mainMenuLevel2 li, ul#mainMenuLevel3 li {
	position: relative;
	z-index: 11;
	width: auto;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 7px;
	padding-top: 7px;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: white;
	margin: 0px;
	float: left;
	list-style-position: inside;
	list-style-type: none;
	display: inline;
}

a, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: white;
}

a:active {
	color: #fec40d;
	text-decoration: underline;
}

.current_page_item a, .current_page_parent a, ul#mainMenuLevel2 li a.active {
	color: #fec40d;
	font-family: "Arial Black";
	letter-spacing: 0.1em;
}

ul#mainMenuLevel1 li.page-item-11, ul#mainMenuLevel1 li.page-item-12, ul#mainMenuLevel1 li.page-item-13 {
	width: auto;
	float: right;
	font-family: "Arial Black";
	letter-spacing: 0.1em;
}

div.scrollable {
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	width: 1024px;
	position: relative;
	clear: both;
}

div.scrollable div.items {
	width: 20000px;
	position: absolute;
	height: 500px;
	clear: both;
}

div.scrollable div.items div {
	width: 1024px;
	height: 500px;
	float: left;
	display: block;
	text-align: center;
	padding-right: 640px;
	padding-top: 10px;
}

div.scrollable div.items div img {
	position: relative;
	float: left;
	border: 4px solid black;
}

div.scrollable div.items div p {
	float: left;
	text-align: right;
	color: white;
	padding-right: 30px;
	min-width: 180px;
}

div#splashHeaderLogo {
	z-index: 100;
	padding-bottom: 20px;
	left: 35px;
	top: 15px;
	position: absolute;
}

div#splashHeaderText {
	top: 60px;
	right: 60px;
	position: absolute;
	z-index: 100;
}

div#splashHeader * a, div#splashHeader * a:visited {
	padding: 0px;
	margin: 0px;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: bold;
	font-size: 21px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

div#splashHeader * a:hover {
	text-decoration: underline;
	cursor:pointer;
}

div#splashHeader * a:active {
	color: #75091e;
}

#splashPlayer { width: 100%; margin: 13% auto 0 auto; }

div.bodyText {
	letter-spacing: 0.05em;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.bold {
	font-weight: bold;
}

.bigBold {
	text-shadow: 0px 0px 12px #a9c4ff;
	font-weight: bold;
	font-size: 19px;
}

div.bodyText > p {
	word-break: keep-all;
	margin-top: 18px;
}

div.bodyText > p a {
	text-decoration: underline;
	font-weight: bold;
}

div#subnav p {
	line-height: 1.4em;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 8px 0 0 0;
}

body.page-template-creativedirection-php div#subnav p {
	line-height: 1.9em;
}

div.overlayBox {
	text-shadow: 0px 0px 12px white;
	background-repeat: no-repeat;
	background-color: white;
	height: 283px;
	width: 523px;
	z-index: 1000;
	display: none;
	font-size: 12px;
	color: #333;
}

div.overlayBox.lottery {
	padding: 92px 125px 32px 52px;
	background-image: url(./images/overlay-lottery.jpg);
}

div.overlayBox.bio {
	padding: 92px 125px 32px 27px;
	text-indent: 0px;
	background-image: url(./images/overlay-bio.jpg);
}

div.overlayBox.lottery p {
	text-indent: -25px;
}

div.overlayBox p.close {
	position: absolute;
	bottom: -80px;
}

div.videoOverlay {
	z-index: 1000;
	display: none;
}

p.close {
	padding-top: 20px;
}

body.page-template-portfolio-php {
	overflow: hidden;
}

h1 {
	top: 0px;
	left: -9999px;
	position: absolute;
}

body.page-template-splash-php * a.player {
	height: 90%;
	z-index: 0;
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: absolute;
}

img#snakeWorkshops {
	position: absolute;
	top: 300px;
	right: 0px;
}

img#snakeLottery {
	float: right;
	margin-left: 25px;
	margin-top: 10px;
}

img#snakeOriginals {
	margin: -30px 20px 0 0;
	float: left;
}

img#oysterWorkshops {
	position: absolute;
	top: 150px;
	left: 10px;
	background-color: #fff;
	padding: 15px;
}

body.page-template-creativedirection-php * div#subnav {
	position: relative;
	top: -540px;
	z-index: 2;
}

body.page-template-director-php * div#subnav {
	margin-top: 100px;
	margin-left: -50px;
	z-index: 2;
}

body.page-template-director-php * div#subnav p a.smallLink,
body.page-template-director-php * div#subnav p a.smallLink:visited,
body.page-template-director-php * div#subnav p a.smallLink:hover {
	text-decoration: underline;
}

body.page-template-lottery-php * div#subnav {
	margin-top: -220px;
	z-index: 2;
}

body.page-template-originals-php * div#subnav {
	position: relative;
	top: -540px;
	left: -40px;
	z-index: 2;
}
