/* CSS Document */

/* ======GENERAL ELEMENTS====== */

html, body {
	font-family: Arial Narrow bolder, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px; 
	height: 100%;
}

.email a {
	color: #000000;
	text-decoration: none;
}

.email a:hover {
	color: #FF0000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#container {
	min-height: 100%;
   	position: relative;

}




/* ======SPECIFIC DIVS====== */


#masthead {
	height: 100px;
	width: 100%;
	padding-left: 30px;
	padding-top: 50px;
}

/* ------Main Navigation------ */

#mainNav {
	font-size: 90px;
	line-height: 60pt;
	width: 510px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#mainNav a {
    color: #000000;
	text-decoration: none;
	display: block;
}

#about a:hover {
	color: #FF0000;
	background-color: #FF0000;
}

#artists a:hover {
	color: #0000FF;
	background-color: #0000FF;
}

#exhibition a:hover {
	color: #FFFF00;
	background-color: #FFFF00;
}

#links a:hover {
	color: #00FFFF;
	background-color: #00FFFF;
}

#contact a:hover {
	color: #FF00FF;
	background-color: #FF00FF;
}

/* ------Main Content------ */

#content {
	font-size: 11px;
	line-height: 14px;
	padding-left: 30px;
	width: 700px;
	padding-bottom: 20px;
	padding-top: 15px;
}

.links a {
	color: #000000;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}


.heading {
	font-size: 35px;
	margin-top: 0px;
}


/* ------Artist Navigation------ */

#artistNav {
	font-size: 35px;
	line-height: 31px;
	padding-left: 30px;
	padding-right: 30px;
	width: 410px;
	height: 80%;
	padding-top: 10px;
}

#artistSelected {
	font-size: 35px;
	line-height: 31px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px;
	width: 410px;
	float:left;
	height: 70%;
	overflow: auto;
}

#artistSelected a {
    color: #000000;
	text-decoration: none;
	display: block;
}

#artistSubnav {
	font-size: 11px;
	padding-left:40px;
	line-height: 1.5em;
	margin-top: 4px;
	margin-bottom: 7px;
}

#artistSubnav a:hover {
	text-decoration: underline;	
}

#artistNav a {
    color: #000000;
	text-decoration: none;
	display: block;
}


#abraham a:hover {
	color: #FF6D00;
	background-color: #FF6D00;
}

#clough a:hover {
	color: #0000FF;
	background-color: #0000FF;
}

#dzenis a:hover {
	color: #C9FCC8;
	background-color: #C9FCC8;
}


#kastner a:hover {
	color: #FF00FF;
	background-color: #FF00FF;
}


#mansour a:hover {
	color: #00FF00;
	background-color: #00FF00;
}


#sandison a:hover {
	color: #FFDF99;
	background-color: #FFDF99;
}


#shawcross a:hover {
	color: #FF0000;
	background-color: #FF0000;
}


#siu a:hover {
	color: #FFFF00;
	background-color: #FFFF00;
}


#thomson a:hover {
	color: #00FFFF;
	background-color: #00FFFF;
}


#wallace a:hover {
	color: #96932C;
	background-color: #96932C;
}

/* ------Artist Content------ */

#artistContent {
	height: 75%;
	overflow: auto;
	font-size: 11px;
	line-height: 14px;
	padding-right: 30px;
}

#artistContent img {
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}


.cv td {
	vertical-align:top;
	text-align: left;
	height: auto;
	line-height: 15px;
}

#cvName p {
	margin-top: 0px;
}

#cvName h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}


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

#footer {
	height: 20px;
	width: 100%;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	bottom: 0px;
	position: absolute;
	background-color: #FFFFFF;
}

