@import url(headings.css);

body {
	line-height: 1.4em;
}
/*links*/
a {
	color: black;
}

/*type*/
h1, h2, h3, h4 {
	color: rgb(255,50,0);
	font-size: 1em;
	margin: 0;
}
h1.header {
	font-size: 2em;
	color: black;
}
h2, h3, h4 {
	margin-left: 1.4em;
}
h2 {
	margin-top: 1.4em;
}
h3 {
	margin-top: 0.4em;
}
h2 + h3 {
	margin-top: 0;
}
/* IE javascript expression equivalent to the previous rule */
h3 {
	margin-top: expression(this.previousSibling && this.previousSibling.nodeName == 'H2' ? "0" : "0.4em");
}

h4 {
	margin-top: 0.4em;
	font-weight: normal;
}
h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0;
}
/* IE javascript expression equivalent to the previous rule */
h2, h3, h4 {
	margin-top: expression(!this.previousSibling && "0");
}



p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
}
p + p {
	text-indent: 1.4em;
}
/* IE javascript expression equivalent to the previous rule */
p {
	text-indent: expression(this.previousSibling && this.previousSibling.nodeName == 'P' ? "1.4em" : "0");
}
#footer p + p{
	text-indent: 0;
} 
/* IE javascript expression equivalent to the previous rule */
#footer p {
	text-indent: expression(this.previousSibling && this.previousSibling.nodeName == 'P' ? "0" : "0");
}
ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 1em;
}

u
{
background-color: yellow;
text-decoration: none;
font-style: italic;
}

/*overrides: by class*/
.bulletless {
	text-indent: -1em;
	list-style-type: none;
}

.commissionsbulletless
{
text-indent: -1em;
	list-style-type: none;
	margin-bottom: 15px;}
	
	
.tools {
	list-style-type: none;
}
.synopsis {
	font-style: italic;
	color: rgb(255,50,0);
}
a.artwork {
	/*font-weight: bold;*/
	font-style: italic;
}
a.current {
	color: rgb(255,50,0);
}
.fullh2 h2 {
	margin-left: 0;
	margin-bottom: 1em;
}
.hanging h1 {
	margin-left: 4em;
}
.hanging h2 {
	margin-left: 7em;
	margin-left: 6em;
}

/* this class unsets the hanging h2 but we might not want to use it 
.noindent
{
margin-left: 0 !important;
}

*/


.hanging h3 {
	width: 5em;
	margin-left: 0;
	margin-top: -1em;
	text-indent: 0;
	text-align:  right;
	font-weight: normal;
	color: black;
	position: relative;
	top: 1.4em;
}
.hanging p {
	margin-left: 6em;
}
.hanging.outdent p {
	margin-left: 7.4em;
	text-indent: -1.4em;
}
.intro {
	margin-bottom: 1em;
}
.caption {
	margin-bottom: 2em;
	margin-left: 0;
	text-indent: 0;
	/*font-size: 0.9em;*/
}

.caption2 {
	margin-bottom: 2em;
	margin-left: 0;
	text-indent: 0;
	
}

.regular
{
font-weight: normal;
}

.lineafter
{
margin-bottom: 1em;
}

p.copyrightlink 
{
margin-top: 1.8em;
font-size: 0.9em;
}



p.copyrightlink a
{
/*text-decoration: none; */
}

#copyright p
{
margin-top: 0.5em;
font-size: 0.9em;
}

.rightindent p
{
margin-right: 150px;
text-indent: 0;
font-size: 1em;
}




/*overrides: by id*/
#header h1 {
	color: black;
	font-size: 1.4em;
	text-indent: -1000px;
	background-repeat: no-repeat;
	height: 20px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;	
	list-style-type: none;
	font-size: 1.2em;
}
/* see also nav.css */
#navigation a {
	text-decoration: none;
}
#footer p {
	font-style: italic;
}

sup
{
vertical-align: baseline;
font-size: 100%;  
}