/***
 * Pt.net styles
 * Created: Pt, Design Less Better (http://www.designlessbetter.com/)
 * Updated: 2008-05-28 @Pt
 ***/
 
/***
  * GLOBALS
  ***/
 
body 
{
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-color: white;
}

p
{
	line-height: 1.65em;
}
	
a 
{
	color: #000;
	text-decoration: underline;
}
	
a:hover
{
	color: white;
	background-color: #000;
	text-decoration: none;
}
	
h2 
{
	font-family: Times New Roman, times, serif;
	font-size: 3.1em;
	font-weight: normal;
	margin: 35px 0 10px;
	padding: 0 0 10px;
}
	
h4 
{ 
	font-family: Times New Roman, times, serif;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
}

ol 
{ 
	list-style-type: none;
	padding-left: 0;
	line-height: 1.5em;
}

div.border
{
	height: 1px;
	border-bottom: 1px #000 dotted;
	width: 428px;
	text-align: center;
	margin: 0;
}

/***
 * WRAPPER
 ***/
 
div.wrap 
{
	margin: 0px auto 0 auto;
	width: 970px;
	text-align: left;
}

/*** 
 * FOOTER
 ***/
 
p.credit 
{
	font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helevetica, sans-serif;
	font-size: .6em;
	text-align: right;
	margin: 10px 35px 0 35px;
	padding-top: 10px;
	color: #ccc;
	clear: both;
}
	
/*** 
 * HOMEPAGE 
 ***/
 
div.content, td 
{
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 1px 15px;
	font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helevetica, sans-serif;
	font-size: .8em;
}
 
div.content img.frontimg
{
	float: right;
	margin: 0 0 0 50px;
}

/***
 * ART VIEWER
 ***/

div.artcontent 
{ 
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 1px 15px;
	font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helevetica, sans-serif;
	font-size: .8em;
	background-image: url('../img/dine-arcangel.jpg');
	background-repeat: no-repeat;
	background-position: 580px 200px;
}

div.artcontent table 
{ 
	margin-top: 20px;
	font-size: 1.3em;
	width: 620px;
}
	
div.artcontent table td 
{ 
	text-align: center;
	vertical-align: top;
	padding: 8px;
}
 	
div.artcontent table td img 
{ 
	border: 1px #ccc solid;
	padding: 2px;
}
 	
div.artcontent table td a:hover img 
{ 
	border: 1px black solid;
	background-color: white;
}

h4 a.biolink
{
	color: black; 
	text-decoration: none; 
	border-bottom: 1px black dotted;
}

h4 a.biolink:hover
{
	color: white;
}

/***
 * WRITING ARCHIVE 
 ***/

div.writingcontent 
{ 
	margin: 0 auto 0 auto;
	width: 900px;
	padding: 1px 15px;
	font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helevetica, sans-serif;
	font-size: .8em;
	background-image: url('../img/coley.jpg');
	background-repeat: no-repeat;
	background-position: 520px 105px;
}
 
ol.writingol 
{ 
	width: 480px;
}
 	
ol.writingol li 
{ 
	padding-top: 15px;
}

div.writingcontent h4 
{
	margin: 15px 0;
}
 
 /***
  * ERROR PAGES
  ***/
  
div.errorcontent 
{ 
	margin: 0 auto 0 auto;
	width: 900px;
	height: 360px;
	padding: 1px 15px;
	font-family: Lucida Sans, Lucida Sans Unicode, Arial, Helevetica, sans-serif;
	font-size: .8em;
	background-image: url('../img/404.jpg');
	background-repeat: no-repeat;
	background-position: 520px 105px;
}
  
div.errorcontent p 
{ 
	width: 480px;
}
  
 /** 
  * NOTES ON THE IMAGES
  * 
  * Index - Unknown Marcel Dzama drawing
  * 404 - Maurizio Cattelan, "A perfect day"
  * Art - Jim Dine "Image of (A Tool Box, portfolio) (Untitled)" & Cory Arcangel "Super Mario Clouds"
  * Writing - Nathan Coley "There Will Be No Miracles Here" (2006)
  * 
  **/   