/*
Theme Name: 13itches v1.0
Description: Thirteen Itches 2010 Web Site
Authors: Andrew Paras (coding, graphics), KC Avila (graphics, text), Michael Collins (graphics, photography, stylist), Huon Lui (graphics, photography), 
Wesley Leung (photography, graphics), Vo Nguyen (photography, video, graphics), Karina Illovska (photography, graphics)
Author URL: http://www.thirteenitches.com.au/ | andrew.paras@thirteenitches.com.au | admin@thirteenitches.com.au
Contributors: Aaron Avila, Belynda Aguila, Chau Tran, Chris Garwood, Derek Chan, Erwin Guiterrez, Freddie Li, Gino de Castro, James Gyimah, Marika Sivertsen, Miguel Roxas, Novem Pascual
*/

/* STRUCT */

*
	{
	border:0px solid #eee;
	margin:0;
	padding:0;
	list-style:none;
	}

html, body, #bg, #bg table, #bg td, #cont
	{
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
	}

body 
	{
	font-family: Arial;
	font-size: 10px;
	}
	
h1,h2,.large,.left
	{
	font-family: Arial, sans-serif;
	font-size:40px;
	}
	
h2, .box div img
	{
	padding-bottom:10px
	}
	
a
	{text-decoration:none;
	color:#000;
	outline:0
	}
	
img
	{
	display:block
	}

#background
	{
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
	}

#img.source-image 
	{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}

#cont
	{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	}
	
#cont2
	{
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
	}
	
#menuStrip
	{
	position:absolute;
	bottom:20px;
	left:141px;
	z-index:80;
	width:100%;
	line-height:12px;
	}
	
#menuStrip div
	{
	height:56px;
	background:#090909;opacity:0.8;filter:alpha(opacity=80);
	padding:7px 0 0 7px;
	}	

h1
	{
	position:relative;
	left:-141px;
	margin-bottom:-63px;
	width:140px;opacity:0.99;
	}
	
h1 a
	{
	padding:3px 0px 4px 0;
	color:#fff;
	background:#000 url(go.gif) 0 -30px repeat-x;
	font-size:11px;
	text-align:right;
	display:block;
	}
	
h1 a:hover
	{
	background:#000 url(go.gif) 0 43px repeat-x;
	}
	
ul
	{
	float:left;
	width:110px;
	}
	
li a
	{
	height:12px;
	padding:0 5px;
	font-weight:bold;
	color:#999;
	display:block;
	}
	
li a:hover,li.cur a
	{
	color:#fff;
	}
	
#loading 
	{
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(../gfx/progress.gif);
	}
	
#supersize
		{
		position:fixed;
		}
		
#supersize img, #supersize a
		{
		height:100%;
		width:100%;
		position:absolute;
		z-index: 0;
		}
		
#supersize .prevslide, #supersize .prevslide img
		{
		z-index: 1;
		}
		
#supersize .activeslide, #supersize .activeslide img
		{
		z-index: 2;
		}

#description
			{
			background:#000;opacity:0.8;filter:alpha(opacity=80);
			}
		
.descriptor
	{
	font-family: Arial;
	font-size: 11px;
	color: #666;
	}
		
.box
	{
	position:absolute;
	top:15%;
	right:200px;
	width:500px;
	padding-bottom:100px
	}
	
.box div
	{
	line-height:1.5em;
	background:#fff;
	padding:20px 30px
	}
	
.box div a
	{
	text-decoration:underline
	}

.box2
	{
	position:absolute;
	top:15%;
	left:20px;
	width:524px;
	padding-bottom:100px
	}
	
.box2 div
	{
	line-height:1.5em;
	background:#fff;
	padding:20px 30px
	}
	
.box2 div a
	{
	text-decoration:underline
	}


.large
	{
	text-align:right;
	top:13%;
	right:13px;
	font-size:13px
	}

.left{text-align:left;right:auto;left:180px;font-size:13px}
.large h2{font-size:60px}
.white{color:#fff}





