/* 1 =UNIVERSAL
-----------------------------------------------------------------------------*/


/* Remove padding and margin, list style none and borders */
*	{
	font-size:100%;
	margin:0;
	padding:0;
	list-style:none;
 	border:0;
	}

/* Remove border around linked images */
img { border: 0; }

body {
	text-align:center; /* this centers the wrappers in older IEwin versions */
	padding: 0 450px 0 450px; /* these side paddings together determine the natural min-width */
	font-family: "Lucida Sans", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-color: #cc9;
	color: #333;
	}
	
#sizer {
	width: 50%; /* here is the critical value for customizing the Jello behavior */
	margin: 0 auto; /* standard centering method */
	}	
	
div#wrapper {
	text-align:left;
	margin: 0 -400px 0 -400px; /* these side margins should be the same or slightly less than body paddings */
	position: relative;
	min-width: 850px; /* This prevents Safari from losing the negative margins in narrow windows */
	}
	
/* Holly hack for IE Must be zero, not the usual 1% value, due to IE bug  \*/
* html body,
* html #sizer,
* html #wrapper { height: 0; }
/* */

/* helps IE get the child percentages right. */
div#inner {	width: 100%;}
	
/* Classes for clearing floats */
.clear { clear:both; }	

.clearboth{
	display:block;
 	clear:both;
 	margin:0;
 	padding:0;
	}

.clearleft{
	display:block;
	clear:left;
	margin: 0;
	padding:0;
	}

.clearright{
	display:block;
	clear:right;
	margin:0;
	padding:0;
	}
	
/* Classes for left and right floats */	
	
.floatleft {float:left; margin: 0 10px 10px 0; }
.floatright {float:right; margin: 0 0 10px 20px;  }

/* skipnav */
#skipnav
	{ position:absolute;
	margin-left: -1000px;
	}

#skipnav a:focus, #skipnav a:active 
	{
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}


/* =container
-----------------------------------------------------------------------------*/	
div#container {
	background-color: #fff;
	border-top: solid 5px #663;
	border-bottom: solid 5px #663;
	height: 1%;
	}	
	
body#home div#container {
	background-image: url(../images/architecture/cloth.jpg);
	background-repeat: no-repeat;
	}	
	
body#books div#container {
	background-image: url(../images/corners/thistle.jpg);
	background-repeat: no-repeat;	
	}	
	
body#links div#container {
	background-image: url(../images/corners/yurt.jpg);
	background-repeat: no-repeat;	
	}	
	
body#introducing div#container {
	background-image: url(../images/corners/jewels.jpg);
	background-repeat: no-repeat;	
	}	
	
body#collaborations div#container {
	background-image: url(../images/corners/mosaic.jpg);
	background-repeat: no-repeat;	
	}	
	
body#latest div#container {
	background-image: url(../images/corners/stainedglass.jpg);
	background-repeat: no-repeat;	
	}	
	
body#articles div#container {
	background-image: url(../images/corners/linda.jpg);
	background-repeat: no-repeat;	
	}	
		
body#contact div#container {
	background-image: url(../images/corners/house.jpg);
	background-repeat: no-repeat;	
	}					
						
		

/* =Navigation
-----------------------------------------------------------------------------*/

ul#mainNav, ul#bottomNav {width: 100%; text-align: center; }
ul#mainNav li, ul#bottomNav li {
	display:inline;
	padding: 0 15px 0 30px;
	background-image: url(../images/architecture/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
ul#mainNav li.first, ul#bottomNav li.first {
	background-image: none;
	padding: 0 15px 0 15px;}	
	
ul#mainNav a, ul#bottomNav a {font-weight: normal; }

/* mainnav list */
ul#mainNav { margin: 20px auto 5px auto; }

/* bottomnav list */
ul#bottomNav {margin: 5px auto 20px auto;	}

ul#homeNav	{
	float: left;
	width: 240px; 
	}
	

	
/* =Header
-----------------------------------------------------------------------------*/
div#header {
	margin: 40px 0 50px 200px;
	background-image: url(../images/architecture/dottedline.gif);
	background-repeat: no-repeat;
	padding-top: 30px
	}
	

/* =Main Content
-----------------------------------------------------------------------------*/	
div#mainContent {
	float: left;
	width: 80%;
	margin: 10px 0 60px 70px; 
	display: inline;
	}
	
body#introducing div#mainContent, 
body#books div#mainContent,
body#latest div#mainContent {
	float: left;
	width: 55%;
	margin: 10px 20px 60px 70px; 
	display: inline;
	}
	
body#subarticles div#mainContent {
	float: right;
	width: 60%;
	margin: 10px 50px 60px 0; 
	display: inline;
	}			
	
	
/* =Sub Content
-----------------------------------------------------------------------------*/

div#subContent {
	float: right;
	width: 185px;
	margin: 10px 50px 60px 0;
	display: inline;
	border-left: 1px solid #ccc;
	}
	
div#subContent p, 
div#subContent ul, 
div#subContent h3, 
div#subContent h4, 
div#subContent blockquote,
div#subContent object {padding-left: 10px}	

div#subContent img {border: 3px solid #ccc}
	
body#subarticles div#subContent {
	float: left;
	width: 185px;
	margin: 10px 0 60px 70px; 
	border-left: none;
	}	
	
body#subarticles div#subContent p, 
body#subarticles div#subContent ul, 
body#subarticles div#subContent h3, 
body#subarticles div#subContent h4 {padding-left: 0}	






	
/* =Footer
-----------------------------------------------------------------------------*/

div#footer {
	position: relative;
	width: 94%;
	height: 100px;
	}
	
div#footer p {margin-right: 10px; text-align: right; float: left;}	
	

/* =PAGES
-----------------------------------------------------------------------------*/

/* =home page */

body#home div#container {
	margin-top: 44px;
	background-color: #fff;
	border-top: solid 5px #663;
	border-bottom: solid 5px #663
	}

body#home div#headerimage {
	background-image: url(../images/architecture/homedotline.gif);
	background-repeat: no-repeat;
	background-position: 320px 18px;
	position: relative;
	height: 1%;
	}	

body#home div#mainContent {
	float: left;
	width: 250px;
	margin: 120px 40px 80px 130px; 
	display: inline;
	}

body#home div#subContent {
	float: none;
	margin: 0;
	border-left: none;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	position: absolute;
	top: 250px;
	left: 630px;
	text-align: center;
	padding-bottom: 35px;
	background: url(../images/pages/popupbook.gif) no-repeat 95% 100%;
}
	
body#home div#subContent p {padding: 1em 0 0 0; margin: 0}	

ul#homeNav {
	width:140px; 
	height: 317px;
	margin: 71px 0 0 32px; 
	list-style-type:none;
	display: inline;
	}
	
ul#homeNav li a { display:block; position: relative; border: none }

ul#homeNav li a#books, 
ul#homeNav li a#articles, 
ul#homeNav li a#collaborations  { width: 236px; height: 79px; }
ul#homeNav li a#links {width: 236px; height: 80px; }			
	
ul#homeNav li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}	
	
ul#homeNav li a:link#books span, ul#homeNav li a:visited#books span {background: url(../frontpage/books.jpg) no-repeat;}
ul#homeNav li a:link#articles span, ul#homeNav li a:visited#articles span {background: url(../frontpage/articles.jpg) no-repeat;}	
ul#homeNav  li a:link#collaborations span, ul#homeNav  li a:visited#collaborations span {background:url(../frontpage/collab.jpg) no-repeat;}
ul#homeNav  li a:link#links span, ul#homeNav  li a:visited#links span  {background:url(../frontpage/links.jpg) no-repeat;}	

ul#homeNav li a:hover#books span {background: url(../frontpage/books_over.jpg) no-repeat; }
ul#homeNav li a:hover#articles span {background: url(../frontpage/articles_over.jpg) no-repeat; }	
ul#homeNav  li a:hover#collaborations span {background:url(../frontpage/collab_over.jpg) no-repeat; }
ul#homeNav  li a:hover#links span {background:url(../frontpage/links_over.jpg) no-repeat; }	


/* =books page */
div.book {
	padding: 3em 0 0.5em 0;
	clear: left;
	margin: 0.5em 0 1em 0;
	border-top: 1px solid #ccc;
	}

body#books div#mainContent img {margin-bottom: 2em}


ul#buy {
	width:360px; 
	padding: 0 0 30px 5px;
	margin: 1em 0; 
	list-style-type:none; 
	}
	
ul#buy li {display:inline;}
ul#buy li a {
	float:left; 
	display:block; 
	height: 40px; 
	padding-right: 1em;
	position: relative;
	border: none;
	}
	
ul#buy li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	}
	
ul#buy li a#read, ul#buy li a#review {width: 166px}	
ul#buy li a#buy {width: 124px}

a:link#read span, a:visited#read span	{
	background-image: url(../images/architecture/read.jpg);
	background-repeat: no-repeat;
	}
a:link#review span, a:visited#review span	{
	background-image: url(../images/architecture/review.jpg);
	background-repeat: no-repeat;
	}	
a:link#buy span, a:visited#buy span {
	background-image: url(../images/architecture/buy.jpg);
	background-repeat: no-repeat;
	}
	
a:hover#read span {
	background-image: url(../images/architecture/read_over.jpg);
	background-repeat: no-repeat;
	}
a:hover#buy span {
	background-image: url(../images/architecture/buy_over.jpg);
	background-repeat: no-repeat;
	}
a:hover#review span {
	background-image: url(../images/architecture/review_over.jpg);
	background-repeat: no-repeat;
	}				

/* =links page */
body#links div#mainContent dd {
	height: 10em;
	}

body#links div#mainContent dt { 
	float: left; 
	width: 140px;
	height: 7em; }


/* =introducing page */
body#introducing div#subContent ul {margin-bottom: 1em;}

body#introducing div#subContent li {
	list-style-type:circle;
	list-style-position: inside;
	}	
	
body#introducing div#mainContent img, body#latest div#mainContent img {border: 3px solid #ccc}	
	
/* =articles page =collaborations page */	
body#articles div#mainContent li, 
body#subarticles div#subContent li, 
body#collaborations div#mainContent li {margin-bottom: 1em;}

body#articles div#mainContent img,
body#collaborations  div#mainContent img {border: 3px solid #ccc}

body#articles div#mainContent li a, 
body#subarticles div#subContent li.active a {font-weight: bold}

/* =latest page */
object {float: left; padding: 0 10px}
body#latest div#mainContent h3 {padding-top: 2em; margin-top:1em; border-top: 1px dotted #999;}
body#latest div#mainContent h3.top {padding-top: 0; margin-top: 0; border: none}

/* =contact page */
div.centre {text-align: right}
div.centre img {margin: 2em 0 1em 0}


	
/* =LINKS
-----------------------------------------------------------------------------*/
ul#mainNav a:link, ul#bottomNav a:link, ul#mainNav a:visited, ul#bottomNav a:visited  { 
	color: #606; 
	border-bottom: none; 
	}
ul#mainNav a:hover, ul#bottomNav a:hover { 
	color: #663; 
	border-bottom: 1px dotted #663; 
	}
	
div#header a:link, div#header a:visited { 
	color: #606; 
	border-bottom: none
	}
div#header a:hover { 
	color: #663;
	border-bottom: 1px dotted #663; 
 	}



/* general
-----------------------------------------------------------------------------*/
a { text-decoration: none; }
a:link, a:visited { 
	color: #606; 
	}
a:hover { 
	color:#663 ;
	border-bottom: 1px dotted #663; 
	}

/*mainContent links purple */
div#mainContent p a:link, div#mainContent p a:visited,
div#subContent p a:link, div#subContent p a:visited {
	color: #606;
	border-bottom: 1px dotted #606; }
div#mainContent p a:hover, div#subContent p a:hover { 
	color:#663 ;
	border-bottom: 1px dotted #663; 
	}
	
/* change links to green these pages */	
body#collaborations div#mainContent p a:link, 
body#collaborations div#mainContent p a:visited,
body#introducing div#mainContent p a:link, 
body#introducing div#mainContent p a:visited,
body#latest div#mainContent p a:link, 
body#latest div#mainContent p a:visited,
body#collab	p a:link, body#collab p a:visited,
body#collaborations div#mainContent li a:link,
body#collaborations div#mainContent li a:visited,
body#home div#subContent a:link,
body#home div#subContent a:visited {
	color: #663;
	border-bottom: 1px dotted #663; 
	}	
body#collaborations div#mainContent p a:hover, 
body#introducing div#mainContent p a:hover,
body#latest div#mainContent p a:hover,
body#collaborations div#mainContent li a:hover,
body#collab p a:hover,
body#home div#subContent a:hover  { 
	color:#606 ;
	border-bottom: 1px dotted #606; 
 	}
	
/* turn off border on navigational <li> or manually */	
body#collaborations div#mainContent li strong a:link, 
body#collaborations div#mainContent li strong a:visited, 
div#mainContent p.nolinkline a {border-bottom: none; }	

	
/*subarticles links*/	
body#subarticles li.active a:link, body#subarticles li.active a:visited {
	color:#663 ;
	border-bottom: 1px dotted #663;
	}
	
body#subarticles div#subContent li a {font-weight: bold}


/*turn off bottom border on images <dt>, turn on on dd links - but not <dd> strong (navigation)  */
body#links div#mainContent dt a {border: none}
body#links div#mainContent dd a:link, 
body#links div#mainContent dd a:visited {border-bottom: 1px dotted #606; }	
body#links div#mainContent dd a:hover {border-bottom: 1px dotted #663; }	
body#links div#mainContent dd strong a:link, 
body#links div#mainContent dd strong a:visited {border: none}




/* 8 =TYPOGRAPHY
-----------------------------------------------------------------------------*/
p, li, dt, dd, blockquote  { font-size: 1.2em; }
p {padding: 0 0 1em 0; }
.last {padding: 0}
blockquote 
	{
	margin: 0 0 1em 0; 
	color: #666;
	font-style:italic	}
h1 { 
	font-size: 2em; 
	color: #663; 
	display: inline;
	}
h2 { 
	font-size: 3em; 
	color: #666; 
	display: inline  
	}
h3 { 
	font-size: 1.6em; 
	color: #606;
	padding: 1.5em 0 0.5em 0; 
	clear: left 
	}
h4 {
	font-size: 1.3em; 
	color: #000 ;
	} 
h5 {
	font-size: 1.2em; 
	color: #606;
	} 
	
body#latest div#mainContent h3, body#introducing div#mainContent h3 {color: #663}		


/* CLASSES
-----------------------------------------------------------------------------*/
.grey {color: #333; }
.green {color: #663; }
.purple {color: #606;}
.firstwords {color: #333; text-transform:uppercase; font-weight:bold }
.quoteby {color: #663; font-weight: normal}
.image {	
	float: right; 
	margin: 0 0 10px 20px; 
	}
.image img {border: 3px solid #ccc}
		
.image p {
	margin-top: 5px;
	padding-right: 6px;
	text-align: right;
	color: #666;
	}	

body#subarticles div#mainContent .grey, body#subarticles div#mainContent .purple {font-weight: bold;}

.top {padding-top: 0; border: none}

.indent { text-indent: 20px; }


/* =pop-up
-----------------------------------------------------------------------------*/	

body#poem, body#collab {
	padding: 0;
	width: 410px;
	text-align: center;
	}
	
div#poemcontainer {
	background-color:#fff;
	border: 4px solid #663;
	padding-bottom: 20px;
	}
	
div#collabcontainer {
	background-color:#fff;
	border: 4px solid #ccc;
	padding-bottom: 20px;
	}		
	
body#poem p, body#poem h3, body#poem object, body#collab p, body#collab h3 {
	text-align: left; 
	padding: 5px 15px
	}
		
body#poem h3 {color: #606; margin-top: 10px}
body#collab h3 {color: #663; margin-top: 10px}
body#poem strong {color: #663}
body#poem object {float: left}