@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	margin: 0 0 0 0;
}

/*  ********************  DIV TAGS START HERE  ********************  */

#leftbanner	{
	position: absolute;  /* This is for the left-side banners on each page */
	top: 0px;
	left: 0px;
	width: 100px;
	height: 683px;
	z-index:0;
	border: none;
	}
	
#madison-graphic	{
	position: absolute;  /* This is for Madison's picture on the home page */
	top: 0px;
	left: 100px;
	width: 224px;
	height: 301px;
	z-index:0;
	border: none;
	}

#header {
	position:absolute;  /* Use this id for the headers on each page */
	left:324px;
	top:46px;
	width:476px;
	height:90px;
	z-index:2;
	}
	
#madison-bio2 {
	position:absolute;  /*  This is for Madison's picture on the bio page */
	left:100px;
	top:0px;
	width:224px;
	height:224px;
	z-index:1;
	}

#page-graphic {
	position:absolute;  /*  This is for the graphics on each page just right of the banner */
	left:100px;
	top:0px;
	width:224px;
	height:224px;
	z-index:1;
	}
	
#atlas	{
	position: absolute;  /* This is for the "atlas" drawing on the home page */
	top: 130px;
	left: 400px;
	width: 359px;
	height: 472px;
	z-index: 0;
	border: none;
	}
	
#specializing-in	{
	position: absolute;  /* This is for the graphic that says "Specializing in ..." */
	top: 300px;
	left: 300px;
	width: 300px;
	height: 202px;
	z-index: 0;
	border: none;
	}
	
#atlas-text	{
	position: absolute;  /* Text below the "atlas" drawing on the home page.  Probably should change this to just text */
	top: 602px;
	left: 400px;
	width: 359px;
	height: 137px;
	z-index: 0;
	border: none;
	}

#bio-text1 {
	position:absolute;  /* This is for the first paragraph on the bio page */
	left:324px;
	top:200px;
	width:440px;
	height:66px;
	z-index:3;
	}
	
#bio-text {
	position:absolute;  /* This is for the main paragraph on the bio page */
	left:100px;
	top:265px;
	width:640px;
	height:120px;
	z-index:4;
	}
	
#contact-text	{
	position: absolute;	/* This is for the contact information on the contact page */
	left: 240px;
	top: 280px;
	width: 400px;
	height: 200px;
	z-index: 4;
	}

#italic-text	{
	position: absolute; /* This is for the "click any image to enlarge" text on the drawings, mixed media, paintings, and t-shirts page */
	left: 350px;
	top: 203px;
	width: 200px;
	height: 21px;
	z-index: 4;
	padding-top: 0px;
	}
	
#drawings-table	{
	position: absolute;  /* This is for positioning the tables that hold the artwork */
	left: 100px;
	top: 225px;
	}

/*  ********************  DIV TAGS END HERE  ********************  */

/* *****************  CLASSES START HERE  ***************** */

.biotext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-weight: normal;
	padding-left: 34px;
	padding-top: 4px;
	padding-right: 34px;
	text-align: justify;
	}
	
.biotext2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 34px;
	text-align: justify;
	}

.lightgraytext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ccc;
	}
	
.mediumgraytext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-align: right;
	padding-right: 17px;
	}
	
p.mediumgraytext	{
	position: absolute;
	top: 170px;
	left: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-align: center;
	padding-right: 17px;
	}
	
.mediumgraytext2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color:#999999;
	text-align: right;
	padding-right: 17px;
	padding-left: 40px;
	}
	
.whitetext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	}
	
.titles {
	font-size: 14px;
	font-style: italic;
	color: #fff;
	}
	
.italic-text {
	font-size: 12px;
	font-style: italic;
	color: #999;
	padding-top: 0px;
	}

.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-position: center;
	text-align: center;
	}
	
.title-descriptions	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	background-position: center;
	text-align: center;
	}

.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2F2F2F;
	}
	
.contact	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D5D5D5;
	text-align: center;
	}
	
.contact a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D5D5D5;
	text-align: center;
	}
	
.contact2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #66FF00;
	text-align: left;
	}
	
.contact2 a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #66FF00;
	text-align: center;
	text-decoration: none;
	}
	
.contact2 a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #66FF00;
	text-align: center;
	text-decoration: underline;
	}	
	
.close-window-bkgrd	{
	background-color:#969696;
	}

/* *****************  CLASSES END HERE ******************** */

/* *****************  THE HORIZONTAL MENU STARTS HERE  ***************** */

div#listmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:600px; 	/* makes the div 550px width */
	height:21px;	/* makes the div 21px height */
	float:left; /*makes the div enclose the list */
	font-size:.645em;	/* SET FONT-SIZE HERE */
	background-color:#000; /* colors the div */
	}
	
div#listmenu ul {
	position: absolute;
	left: 260px;
	width: 550px;
	height: 21px;
	top: 14px;
	z-index: 1;
	}
	
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000; /*sets the background of the menu items */
	border-left:1px solid #ccc; /* creates dividing lines between the li elements */
	}
	
div#listmenu li:first-child {
	border-left:0;  /*This is supposed to take the pipe off the left side of the first nav link, but doesn't work in IE */
	}
	
div#listmenu li:hover { 
	background-color:#000; /*sets the background of the menu items */
	}
	
div#listmenu a {
	padding:0 5px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ccc;	/* sets the type color */
	font-weight:bold;
	}
	
div#listmenu a:hover {
	color: red;
	}
	
/* *****************  THE HORIZONTAL MENU ENDS HERE  ***************** */

/* *****************  FOOTER MENU STARTS HERE  ***************** */

div#footer {
	position: absolute;
	left: 100px;
	top: 739px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	width:700px; 	/* makes the div 800px width */
	height:38px;	/* makes the div 38px height */
	float:left; /*makes the div enclose the list */
	font-size:.6em;	/* SET FONT-SIZE HERE */
	background-color:#000; /* colors the div */
	border-top: 1px solid #2f2f2f;
	}
	
div#footer a {
	padding:0 5px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ccc;	/* sets the type color */
	}
	
div#footer a:hover {
	color:red;
	}
	
div#footer2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	width:700px; 	/* makes the div 800px width */
	height:38px;	/* makes the div 38px height */
	float:left; /*makes the div enclose the list */
	font-size:.6em;	/* SET FONT-SIZE HERE */
	background-color:#000; /* colors the div */
	border-top: 1px solid #2f2f2f;
	}
	
div#footer2 a {
	padding:0 5px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ccc;	/* sets the type color */
	}
	
div#footer2 a:hover {
	color:red;
	}

/* *****************  FOOTER MENU ENDS HERE  ***************** */

