
	/* 
	
		// 
		// ----------------------------
	
	*/

@font-face {
	font-family: 'FunctionCapsMedium';
	src: url('http://www.janewithers.com/type/FunctionCaps-Medium-webfont.eot');
	src: local('?'), url('http://www.janewithers.com/type/FunctionCaps-Medium-webfont.woff') format('woff'), url('http://www.janewithers.com/type/FunctionCaps-Medium-webfont.ttf') format('truetype'), url('http://www.janewithers.com/type/FunctionCaps-Medium-webfont.svg#webfont7e7dZLmu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FunctionCapsBook';
	src: url('http://www.janewithers.com/type/FunctionCaps-Book-webfont.eot');
	src: local('?'), url('http://www.janewithers.com/type/FunctionCaps-Book-webfont.woff') format('woff'), url('http://www.janewithers.com/type/FunctionCaps-Book-webfont.ttf') format('truetype'), url('http://www.janewithers.com/type/FunctionCaps-Book-webfont.svg#webfont7e7dZLmu') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'FunctionCapsLight';
	src: url('http://www.janewithers.com/type/FunctionCaps-Light-webfont.eot');
	src: local('?'), url('http://www.janewithers.com/type/FunctionCaps-Light-webfont.woff') format('woff'), url('http://www.janewithers.com/type/FunctionCaps-Light-webfont.ttf') format('truetype'), url('http://www.janewithers.com/type/FunctionCaps-Light-webfont.svg#webfont7e7dZLmu') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	line-height: 12px;
	-webkit-font-smoothing: antialiased;
	font-smoothing : antialiased;
	text-rendering : optimizelegibility;
}

body, html {
	background-color: #a8a8a8;
}

a:active
{
  outline: none;
}

* html body{
	padding: 0 0 0 200px;
}

* html #content{
	height: 100%; 
	width: 100%; 
}

em {
	font-style: italic;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content{
	background-position: right top;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	position: fixed;
	top: 60px; 
	left: 240px;
	right: 20px;
	bottom: 0;
	overflow: auto; 
	background-color: #fff;
	min-width : 660px;
}

#frontpage{
	background-position: top left;
	background-image: url(/images/headings/home.png);
	position: fixed;
	top: 60px; 
	left: 240px;
	right: 20px;
	bottom: 0;
	overflow: auto;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 1;
}

#logo {
	margin: 20px auto;
	width: 188px;
	height: 20px;
}

#tagline {
	position:absolute;
	right:20px;
	top:20px;
}

.col {
	margin: 10px 0 10px 10px;
	width: 200px;
	float: left;
	clear: none;
}

.essay {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	background-color: #e7e7e7;
	float:left;
	font-size:13px;
	line-height:1.5;
	margin-top:10px;
	text-align:justify;
	width:410px;
}

span.essay {
	font-weight: bold;
	font-size: 100px;
	line-height: 80px;
	padding: 15px 0px;
}

span.pdf {
	display:block;
	margin-bottom: 6px;
}

span.pdf a img {
	margin-bottom:-3px;
	margin-left:0;
	margin-right:5px;
	margin-top:0;
}

span.pdf a:hover {
	text-decoration: none;
}

.col img {
	clear: both;
	margin-bottom: 12px;
}

.img {
	float: left;
	margin: 10px 0 10px 10px;
}

#image {
	float: left;
}

.numbers {
	clear: left;
	float: left;
}

.caption {
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}


.img a {
	float: left;
	margin-right: 3px;
}

span.heading {
	width: 200px;
	float: left;
}

#menu {
	position: absolute;
	top: 70px;
	bottom: 0; 
	left: 20px;
	width: 200px;
	height: 100%;
	overflow: hidden;
	color: white;
}

#menu a,
#menu a:visited {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: black;
}

#menu a:active {
	color: #ff32b4;
}

#menu ul li {
	margin-bottom: 0px;
}

#menu ul li a {
	height: 21px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#menu ul li ul li ul li {
	margin-left: 11px;
}

#menu ul li ul li a {
	height: auto;
}

#menu ul li ul li {
	margin-bottom: 1px;
}

#menu-about {
	background-image: url(/images/menu/about.png);
	width: 60px;
}

#menu-about:hover {
   background-position: -60px 0;
}

#menu-about:active {
   background-position: -120px 0;
}

#menu-water {
	background-image: url(/images/menu/1percentwater.png);
	width: 80px;
}

#menu-water:hover {
   background-position: -81px 0;
}

#menu-water:active {
   background-position: -161px 0;
}

#menu-books-and-writing {
	background-image: url(/images/menu/writing.png);
	width: 73px;
}

#menu-books-and-writing:hover {
   background-position: -73px 0;
}

#menu-books-and-writing:active {
   background-position: -146px 0;
}

#menu-clients {
	background-image: url(/images/menu/clients.png);
	width: 69px;
}

#menu-clients:hover {
   background-position: -70px 0;
}

#menu-clients:active {
   background-position: -138px 0;
}

#menu-contact {
	background-image: url(/images/menu/contact.png);
	width: 83px;
}

#menu-contact:hover {
   background-position: -83px 0;
}

#menu-contact:active {
   background-position: -168px 0;
}

#menu-blog	{
	background-image: url(/images/menu/blog.png);
	width: 46px;
}

#menu-blog:hover	{
	background-position : -46px 0px;
}

#menu-blog:active {
	background-position : -93px 0px;
}

#menu-design-collections {
	background-image: url(/images/menu/design-collections.png);
	width: 185px;
}

#menu-design-collections:hover {
   background-position: -185px 0;
}

#menu-design-collections:active {
   background-position: -370px 0;
}

#menu-exhibitions {
	background-image: url(/images/menu/exhibitions.png);
	width: 107px;
}

#menu-exhibitions:hover {
   background-position: -108px 0;
}

#menu-exhibitions:active {
   background-position: -214px 0;
}

#menu-links {
	background-image: url(/images/menu/links.png);
	width: 48px;
}

#menu-links:hover {
   background-position: -48px 0;
}

#menu-links:active {
   background-position: -96px 0;
}

#menu-news {
	background-image: url(/images/menu/news.png);
	width: 50px;
}

#menu-news:hover {
   background-position: -50px 0;
}

#menu-news:active {
   background-position: -100px 0;
}

#menu-projects {
	background-image: url(/images/menu/projects.png);
	width: 85px;
}

#menu-projects:hover {
   background-position: -84px 0;
}

#menu-projects:active {
   background-position: -169px 0;
}

#menu-one-percent
{
	background-image : url('/images/menu/1_water_blue.png');
	width: 90px;
}

#menu-one-percent:hover
{
	background-position: -88px 0;
}

#menu-one-percent:active
{
	background-position: -176px 0;
}

form {
	float: left;
	margin: 10px;
	width: 200px;
	clear: none;
}

input, textarea {
	border:1px solid #a8a8a8;
	margin-bottom:10px;
	padding:3px;
	width:192px;
}

p.error {
	background-color:#ff005d;
	color: white;
	float:left;
	padding: 4px;
	width:192px;
}

p.sent {
	color: green;
	float:left;
}

input.button {
	width: 46px;
	height: 21px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(/images/headings/send.png) #fff;;
	margin-bottom: 10px;
}

input.button:hover {
   background-position: -46px 0;
}

label {
	float: left;
	margin-bottom: 6px;
}

p.news {
	border-top-color:black;
	border-top-style:solid;
	border-top-width:3px;
	margin-top:10px;
	padding-top:10px;
	width:200px;
}

div.col {
	margin-top: 0px;
	margin-left: 10px;
	width: 200px;
	float: left;
	clear: none;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

span.quote {
	color: grey;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 11pt;
	line-height: 12pt;
}

	span.source
	{
		display: inline-block;
		padding-top: 3px;
	}
	
	.onepercent span.quote
	{
		color: #333;
	}

.year {
	height:21px;
	width:39px;
	display: block;
}

#ohten:link,
#ohten:visited
{
	background: url('images/menu/2010.png') no-repeat;
}

#ohnine:link,
#ohnine:visited {
	background: url(/images/menu/2009.png) no-repeat;
}

#oheight:link,
#oheight:visited {
	background: url(/images/menu/2008.png) no-repeat;
}

#ohseven:link,
#ohseven:visited {
	background: url(/images/menu/2007.png) no-repeat;
}

#ohsix:link,
#ohsix:visited {
	background: url(/images/menu/2006.png) no-repeat;
}

#ohnine:hover,
#ohnine:active,
#oheight:hover,
#oheight:active,
#ohseven:hover,
#ohseven:active,
#ohsix:hover,
#ohsix:active {
	background-position: -39px;
}

#unholyrelics {
	background: url(/images/menu/unholy-relics-pink.png) no-repeat;
	height: 21px;
	width: 134px;
	display: block;
}

#unholyrelics:hover {
	background-position: -134px;
}

#viktorandrolf {
	background: url(/images/menu/viktor-and-rolf-pink.png) no-repeat;
	height: 21px;
	width: 125px;
	display: block;
}

#viktorandrolf:hover {
	background-position: -125px;
}

#naturalhistory {
	background: url(/images/menu/natural-history-pink.png) no-repeat;
	height: 21px;
	width: 159px;
	display: block;
}

#naturalhistory:hover {
	background-position: -159px;
}

#zahahadid {
	background: url(/images/menu/zaha-hahid-pink.png) no-repeat;
	height: 21px;
	width: 107px;
	display: block;
}

#zahahadid:hover {
	background-position: -107px;
}

#home {
	background: url(images/headings/home.png) repeat rgb(168, 168, 168);;
	width: 100%;
	height: 100%;
	}
	
/*  */

.blog-content
{
padding: 10px 0px;
}

.onepercent
{
padding-top: 5px;
}

	.onepercent p.img	{
	padding-top: 0px;
	margin-top: 0px;
	}

.blog-content .col
{
padding-bottom: 15px;
margin-bottom: 10px;
width: 410px;
}

.onepercent p	{
padding-bottom: 12px;
}

	.onepercent p.no-padding	{
	padding-bottom: 0px;
	}

#onepercent ul li > a,
#onepercent ul li > a:active,
#onepercent ul li > a:visited
{
color: #02dff9;
}

#onepercent ul li > a:hover
{
color: #000;
}

#content.onepercent
{
}

/*
//    Updated Menu - Images
// --------------------------------- */


ul.main_nav .johnston {
font-family : 'P22JohnstonUndergroundRegular';
font-weight: 400;
text-transform: uppercase;
text-rendering : auto;
font-size: 19px;
line-height: 21px;
}

ul.main_nav .johnston a {
height : auto;
font-weight: normal;
-webkit-text-stroke: 3px black; 
}

#menu ul.main_nav li a.johnston.blue{
color: #00DFF8;
}

#menu ul.main_nav li a.johnston.blue:hover    {
color: #000;
}

#menu ul.main_nav li a.johnston.blue:active    {
color: #ff32b4;
}


#menu ul.main_nav li ul {
margin-bottom: 5px;
}


/*
//    Updated Titles - Images
// --------------------------------- */

h1.johnston, span.johnston,
a.johnston,
#contact_submit {
background : none;
width: auto;
font-family : 'P22JohnstonUndergroundRegular', Helvetica, Arial, sans-serif;
text-rendering : auto;
font-weight: 100;
font-size: 19px;
line-height: 21px;
text-transform: uppercase;
margin-bottom: 12px;
display: block;
}

a.johnston {
margin-bottom: 0px;
}
a.johnston:hover {
text-decoration: none;
color: #ff32b4;
}

a.johnston.active {
	color: #ff32b4;
}

