/*
Theme Name: Mossy
Theme URI: http://katemoss.com.au
Description: Modified from Starkers: The totally nude Wordpress theme (Based on Twenty Ten) by Elliot Jay Stocks (http://elliotjaystocks.com)
Version: 1.0
Author: Sam Morgan
Author URI: http://svmorgan.com
*/

/* RESET */
/* ----------------------------------------- */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */
/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
body {
	font-size: 12px;
	color: #444;
    font-family: "Helvetica","Arial",sans-serif;
    line-height: 18px;
}
/**** Front Page *****/
#bg {
	position: fixed;
	width: 100%;
	height: 100%;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
h1#home {
	display: none;
}

h2, h3, p { 
}
h1, h1 a {
    color: #444;
    font-size: 15px;
    margin: 0 0 18px;
}
h1, h1 a, p { margin: 0 0 25px; }
/*#header-menu h1 a {
    font-family: sans-serif;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}*/
h1 a:hover {
	text-decoration: none;
}
#header-menu h1 a {
	background: url(images/katemoss.png) no-repeat center center;
	width: 130px;
	height: 32px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
a {
	color: #444;
	text-decoration: none;	
}
#header-menu li a:hover, 
#header-menu li.current a {
	border-bottom: 1px solid #444;
}
#header-menu {
	position:fixed; 
	top:0;
	left:0;
	width:150px;
	height:100%;
	padding: 60px 0 0 20px;
	z-index: 999;
	font-size: 15px;
	
	 
}
#header-menu h3 {
	font-weight: normal;
}
#header-menu li a {
	font-size: 12px;
	line-height: 18px;
}
#header-menu li {}
#header-menu li.project a {
	font-weight: normal;
}
/*#header-menu li a {
	padding: 3px 5px;
	margin: 0 0 0 -5px;
}
#header-menu li a:hover, #header-menu li.current a {
	background: #000;
	color: #fff;
	text-decoration: none;
}*/
#header-menu.horizontal {
	background: #fff;
}
#header-menu ul {
	margin: 0 0 20px;
}
h3 {

}
#content {
	top:60px;
	left:200px;
	width: 900px;
	position: relative;
	padding: 0 0 50px;	
}
#content h1 {
	color: #444;
	margin: 18px 0 0;
}
.content-wrapper {
	padding: 25px 0 0;
	width: 450px;
}
#front-page-fullscreen {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/**** Lazy Load ****/
#content img { display: block; }
.img-placeholder {
	/*background: #bcbcbc;*/
	opacity: 1;
	display: inline-block;
}
a.img {display: inline-block; line-height: 0;}
/**** horizontal gallery ******/
table, .vert-gallery-wrapper {}
table tr { vertical-align: top; }
td.hoz-gallery-text {
    display: block;
    width: 400px;
}
table td { padding-right: 20px; }
.vert-gallery-img { padding-bottom:40px;}
#copy {
    bottom: 0;
    font-size: 9px;
    right: 20px;
    line-height: 14px;
    position: fixed;
}
/**** Vertical gallery ******/
.vert-gallery-text {
width:600px;
margin-bottom:20px
}
.artwork-image-wrapper {
	margin: 0 0 50px;
}
.artwork-info-wrapper {
	margin: 6px 0 0;
}
/**** Slideshow *****/
.slideshow-text {
	float: left;
	width:300px;
	padding: 0 20px 0 0;
}
#slideshow-wrapper {
	float: left;
	width: 600px;
}
#nav {
	margin-bottom: 20px;
}
#num {
	color: #bbb;
}
#num,#title,#caption {
	padding: 0 0 0 20px;
}
#title { 
	font-weight: bold;

}
#caption {

}
.content-inner {
	width: 600px;
	position: relative;
	top:57px;
}
.cv-content p {
	margin: 0 0 18px;
}
.artwork-info { margin: 0; }
.artwork-info.title { font-style: italic; }
/**** THUMBNAILS ****/
.project-thumbnail {
	float: left;
	margin: 0 12px 12px 0;
	position: relative;
}
.project-thumbnail:nth-child(3n+3){ margin: 0 0 12px;}
.thumb-hover {
    background: #000;
    color: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
}
.thumb-hover h2 {
	margin: 15px 20px;
}
.project-thumbnail a > .thumb-hover {
	display: none;
}
.project-thumbnail a:hover > .thumb-hover {
	display: block;
}