/* ---------------------------------------------------
CVS: $ $
Title: global.css
Copyright: (c) 2009
Author: Phil Renaud
--------------------------------------------------- */

/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
   }

table {
	border-collapse:collapse;
	border-spacing:0;
   }

fieldset,
img { 
	border:0;
   }

address,caption,cite,code,dfn,th,var,strong,em {
	font-style:normal;
	font-weight:normal;
   }

ol,ul {
	list-style:none;
   }

caption,th {
	text-align:left;
   }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
   }

q:before,q:after {
	content:'"';
   }

abbr,acronym {
   border:0;
   }

html {
   font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
   }

/* ---------------------------------------------------
=Universal
Styles applied to basic xhtml elements, classes and
IDs notwithstanding.
--------------------------------------------------- */

body {
   background: #180f00 url(../images/bg.jpg) top left repeat-y;
   font-family: Helvetica, Arial, "Myriad Pro", Myriad, sans-serif;
   font-size: 100%;
   color: #000;
   }
   
strong { font-weight: bold; }
   
em { font-style: italic; }
   
p {
   }

a {
   color: #aa8000;
   text-decoration: none;
   }

a:focus {
   outline: none;
   }

h1 {
   width: 180px;
   height: 50px;
   text-indent: -9999px;
   background: transparent url(../images/logo.png) top left no-repeat;
   margin-top: 235px;
   }
h4 {
   font-size: 18px;
   font-weight: bold;
   margin: 25px 0px 10px;
   }

   
/* ---------------------------------------------------
=Clearfix
Clears floats within a container.
--------------------------------------------------- */

.clearfix:after,
#worldcontainer:after{
   content: ".";
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   }

/* ---------------------------------------------------
=Containers
Basic container and structural layout styling.
--------------------------------------------------- */

#worldcontainer {
   width: 1200px;
   font-size: 75%;
   position: relative;
   z-index: 2;
   background: #180f00 url(../images/metabg.jpg) top left repeat-y;
   overflow: hidden;
   }

.meta {
   width: 180px;
   padding: 0px 10px;
   float: left;
   }

.thumbnails {
   width: 90px;
   margin-top: 5px;
   float: left;
   position: relative;
   }

#aboutcontent {
   width: 380px;
   font-size: 100%;
   padding: 10px;
   color: #333;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
   line-height: 140%;
   }

#aboutcontent p {
   margin-bottom: 15px;
   }

a.closethis {
   display: block;
   background-color: #ffc000;
   padding: 3px;
   font-weight: bold;
   color: #000;
   float: left;
   }

/* ---------------------------------------------------
=Meta
--------------------------------------------------- */

.meta p {
   text-indent: -9999px;
   margin: 5px 0px 5px -10px;
   width: 200px;
   height: 100px;
   background: transparent url(../images/subtext.png) top left no-repeat;
   }

ul.navigation {
   margin-left: -10px;
   width: 200px;
   position: relative;
   overflow: hidden;
   }

ul.navigation li a {
   color: #523100;
   width: 185px;
   text-transform: uppercase;
   padding: 5px 10px;
   font-size: 20px;
   border-bottom: 1px solid #a77200;
   display: block;
   }

ul.navigation li a:hover {
   color: #000;
   }

/* ---------------------------------------------------
=Thumbnails
--------------------------------------------------- */

.thumbnails ul li {
   padding: 5px 10px 5px 0px;
   clear: both;
   position: relative;
   overflow: hidden;
   }

.thumbnails ul li a {
   width: 80px;
   height: 80px;
   display: block;
   background: transparent top left no-repeat;
   text-indent: -9999px;
   position: relative;
   overflow: hidden;
   }

.thumbnails span.hoveredprojectname {
   background-color: #ffc000;
   padding: 3px;
   color: #000;
   font-weight: bold;
   position: absolute;
   z-index: 5;
   top: 8px;
   left: 90px;
   white-space: nowrap;
   opacity: 0.8;
   display: block;
   }

/* ---------------------------------------------------
=Gallery
--------------------------------------------------- */

div.gallery {
   float: left;
   width: 900px;
   position: relative;
   }

h2.selectedworks {
   font-size: 100px;
   color: #ffc000;
   text-transform: uppercase;
   letter-spacing: -0.05em;
   position: relative;
   top: 200px;
   left: 50px;
   line-height: 20px;
   }

ul.projectlist {
   position: absolute;
   top: 0px;
   left: 50px;
   width: 900px;
   }

ul.projectlist li {
   font-size: 100px;
   color: #ffc000;
   text-transform: uppercase;
   letter-spacing: -0.05em;
   position: absolute;
   top: -300px;
   margin-top: -10px;
   }

div.viewport {
   height: 200px;
   width: 900px;
   position: relative;
   overflow: hidden;
   background: transparent 460px 350px no-repeat;
   }

div.showcase {
   position: relative;
   height: 500px;
   width: 900px;
   overflow: hidden;
   top: 40px;
   opacity: 0;
   z-index: 2;
   }

div.showcase ul {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 10000px;
   height: 500px;
   }

div.showcase ul li {
   position: relative;
   float: left;
   }

ul.projectnav {
   opacity: 0;
   clear: both;
   }

div.projectname {
   opacity: 0;
   margin-top: 15px;
   }

ul.projectnav li {
   float: left;
   padding: 5px 8px;
   font-weight: bold;
   cursor: pointer;
   background-color: #ffc000;
   color: #000;
   margin: 5px 5px 0px 0px;
   font-size: 16px;
   text-align: center;
   line-height: 100%;
   }

ul.projectnav li.active {
   background-color: #fff;
   }

ul.projectnav li:hover {
   color: #555;
   }

ul.projectnav,
div.projectname,
div.showcase {
   margin-left: 10px;
   }

.projectname p {
   color: #ffc000;
   font-size: 30px;
   display: block;
   clear: both;
   padding: 5px 10px;
   background-color: #000;
   float: left;
   font-weight: bold;
   }

.projectname p span {
   font-size: 16px;
   margin-left: 5px;
   }

.projecthovername {
position: absolute; 
color: #ffc000;
font-weight: bold;
font-size: 14px;
background-color: #000;
display: block;
top: 0px;
left: 90px;
z-index: 10;
white-space: nowrap;
padding: 5px;
opacity: 0.8;
}
