/* GENERAL STYLES */
/* @group Reset styles */

/* Eric Meyer's CSS reset | http://meyerweb.com/eric/tools/css/reset/index.html | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}


ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/* End of reset styles */

/* @end */


/* Font declarations */

@font-face {
  font-family: Bolder;
  src: url(/media/148752/bldrfnt.ttf);
}


html
{
	height: 100%;
}

body 
{
	font-family : Bolder, Georgia, "Times New Roman", Times, serif;
	font-size: 85%/1.35em;
	font-weight: normal;
	color: #424243;
	background-color: #F1F0F0;	
	width : 100%;
	height : 100%;
}

a:link, a:visited, a:active
{
	color: #6D6E70;
	text-decoration: none;	
}

a:hover
{
	color: #424243;
	text-decoration: underline;
}


.current
{
	color : #424243;
}

ul#nav a.current
{
	background-position: left -100px;
}

div#ajax
{
	position: absolute;
	left : 30px;
	top: 410px;
	z-index : 255;
        font-size : 0.85em;
}

/* @group Header/Sidebar styles */

div#header 
{
	width : 140px;
	height : 600px;
	padding : 0 10px;
	position : fixed;
	z-index : 250;
	left : 20px;
	top : 0;
	background-color: #A9B18C;
	/*border-right: 2px solid #83896B;
	border-bottom: 2px solid #83896B;*/	
}

div#header a#logo
{
	display: block;
	margin-top: 90px;
	background: url(/media/120688/logo.gif) left top no-repeat;
	width: 140px;
	height : 33px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #D6D7BF;
}

div#header a#logo span
{
	position: absolute;
	left : -20000px;
	width: 200px;
	overflow: hidden;
}

ul#nav
{
	margin-top: 10px;
	list-style-type: none;
}

ul#nav a
{
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	height : 11px;
	width: 140px;
	margin-bottom: 4px;
}

ul#nav a:hover
{
	background-position: left -100px;
}

ul#nav a span
{
	position: absolute;
	left : -20000px;
}

ul#nav a#navhome
{
	background-image: url(/media/120710/home.gif);
}

ul#nav a#navabout
{
	background-image: url(/media/120696/about.gif);
}

ul#nav a#navlatest
{
	background-image: url(/media/120717/latest.gif);
}

ul#nav a#navwork
{
	background-image: url(/media/120731/work.gif);
}

/* Showreel - the id is different for js purposes*/
ul#nav a#navshowreel
{
	background-image: url(/media/120724/showreel.gif);
}

ul#nav a#navclients
{
	background-image: url(/media/120703/clients.gif);
}

div#header div#contact
{
	margin : 195px 0 0 0;
	border-top: 1px solid #D6D7BF;
	padding-top: 10px;
	color : #414142;
        font-size : 0.85em;
}

div#header div#contact span
{
	display: block;
}

/* @end */

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

div#home
{
	height: 100%;
	width : 100%;
	background: url(/media/120681/home.jpg) left top repeat-x;
}

div#home img
{
	display: block;
}

div#about, div#latest, div#work, div#showreel, div#clients, div#project
{
	height: 100%;
	padding-left: 210px;
}

h1
{
	height: 143px;
	border-bottom: 1px solid #333;
	position: relative;
}

div#about h1
{
	width: 440px;
}

div#latest h1, div#work h1, div#showreel h1, div#project h1
{
	width : 690px;
}

div#clients h1
{
	width: 790px;
}

h1 span, h2 span
{
	position: absolute;
	bottom : 6px;
	font-weight: normal;
	font-size: 10pt;
	width : 100%;
}

div#about h2
{
	height: 143px;
	width: 190px;
	border-bottom: 1px solid #333;
	position: absolute;
	top : 0;
	left : 670px;
}

div#aboutUs
{
	width: 440px;
	height : 400px;
	float: left;
	margin-top: 10px;
	color: #414142;
	font-size: 1em;
}

div#aboutUs p
{
	margin-bottom: 20px;
}

div#contactUs
{
	width: 190px;
	margin-left: 30px;
	margin-top: 10px;	
	float: left;
}

div#contactUs p
{
	margin-bottom: 20px;
}

ul#latestWork, ul#workArchive
{
	width: 720px;
	padding-bottom: 30px;
}

ul#latestWork li, ul#workArchive li
{
	width: 210px;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
	cursor : pointer;
}

ul#latestWork li span.workImage, ul#workArchive li span.workImage
{
	display: block;
	width: 210px;
	height: 118px;
	background-color: black;
	background-position: left top;
	background-repeat: repeat-y;
	margin-bottom: 3px;
}

li span.workTitle, li span.workClient
{
	display: block;
	margin: 2px 0 0 0;
	height: 1.1em;
	overflow: hidden;
	line-height : 1.1em;
        font-size : 0.85em;
}

li span.workClient
{
	margin-top : -4px;
}

div#flashPlaceholder
{
	margin-top: 20px;
}

ul#clientList
{
	width: 790px;
	height: 599px;
	margin-top: 20px;
}

div#clientListImage img
{
	width : 790px;
        height : 559px
}

div#clients ul, div#clients ul li
{
	position: absolute;
	left: -20000px;
}

div#flashPlaceHolder img
{
	display: block;
	margin-bottom: 10px;
}

div#project div.flash-replaced, div#showreel div.flash-replaced

{
	position: relative;
}

div#project div.flash-replaced div.alt, div#showreel div.flash-replaced div.alt
{
	display: block;
}

div#project div.flash-replaced embed, div#showreel div.flash-replaced embed
{
	position: absolute;
	left: 0;
	top : 0;
}

div#flvSource
{
	display: none;
}

div#credits{
  margin-top:95px;
  font-size:12px;
}


/* EDITOR PROPERTIES */
