/********************************************************************
Project:		5 Ways Artists Group web site
Page:			css/default.php
Decsription:	Style sheet
Change Log:		2007-12 PAN Original version
********************************************************************/

/* General styles */

html {
	background-color: #999;
}
body {
	border: 0;
	margin: 0 auto;
	width: 750px;
	padding: 0; 
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	position: relative;
	font-size: 100%;
}
a {
	text-decoration: none;
	color: #141499;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	margin: 0 0 10px 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}

/* structural divs */
#page {
	font-size: .9em;
	width: 100%;
	overflow: hidden;
}
.col125 {
	float: left;
	width: 125px;
}
.col125right {
	float: right;
	width: 125px;
}
.col500 {
	float: left;
	width: 500px;
}
.col625 {
	float: left;
	width: 625px;
	margin-top: 10px;
}
.indexpage {
	float: left;
	width: 500px;
	border-left: 125px solid #eee;
	border-right: 125px solid #eeeecd;
}

/* header */
#header {
	float: left;
	width: 100%;
}
#header img {
	display: block;
}
.slogan {
	position: absolute;
	z-index:5;
	top: 0px;
	left: 140px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	line-height: 125px;
	font-weight: bold;
}

div#logo {
background-image: url("/img/5wayslogo.jpg");
height: 125px;
}

div#logo p {
	color: #FFFFFF;
    font-size: 18px;
    left: 73px;
    margin: 0;
    position: relative;
    top: 101px;
	font-family: Arial, sans-serif;
}

/* footer */
#footerout {
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	width: 750px;
}
#footerin {
	border-top: 1px solid #666;
	margin: 20px auto 5px auto;
	width: 450px;
	text-align: center;
}
#footerin p {
	margin: 4px 0;
	font-size: 0.7em;
	color: #141499;
}

/* fiveways facts */
#facts {
	padding: 10px 5px;
	margin: 0;
	background-color: #eee;
	float: left;
	width: 110px;
	margin-left: -125px;
}
#facts p {
	font-size: .85em;
	margin: 0;
	padding: 0;
}
#facts h3 {
	font-size: .85em;
	font-weight: bold;
}
#facts hr {
	margin: 8px 0;
	padding: 0;
	border: 1px solid #ccc;
}

/* styles for news headlines */
#newsheadlines {
	float: right;
	width: 115px;
	margin-right: -125px;
	background-color: #eeeecd;
	padding: 10px 5px;
}
#newsheadlines p.headline {
	font-size: 1em;
	line-height: 1em;
	margin: 5px 0;
}
#newsheadlines p.blurb {
	font-size: .9em;
	margin: 0 0 5px 0;
}
#newsheadlines p.readmore {
	font-size: 0.8em;
	margin: 5px 0 15px 0;
}

/* index page */
#indexbody {
	padding: 10px 5px;
}

/* news page */
#newsitem {
	padding: 10px 5px;
}
#newsindex {
	padding: 10px 5px;
}

/* group pages */
#group {
	padding: 10px 5px;
}
.sponsorlink {
font-size:.8em;
padding-top:10px;
padding-right:5px;
}
.sponsorlink h3 {
font-weight:bold;
}
/* sponsors styles */
.sponsor {
	margin: 0 0 20px 110px;
}
.sponsorlogo {
	float: left;
	margin-top: 5px;
	width: 100px;
	text-align: right;
}
.sponsorlogo img {
	max-width: 100px;
}
* html .sponsorlogo img { /* ie6 hack */
	width: expression(this.width > 100 ? "100px" : true);
}
.sponsorname {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}
.sponsordetail {
	font-size: 0.8em;
	margin: 0;
}

/* links styles */
#links dt {
	clear: left;
	float: left;
	width: 200px; 
	text-align: right;
}
#links dd {
	margin: 0 0 0 210px;
	padding: 0 0 0.3em 0;
}
#links dt.heading {
	font-weight: bold;
}
#links .heading {
	padding: 1em 0 0.3em 0;
}

/* committee styles */
#artistsposition dt {
	clear: left;
	float: left;
	width: 200px; 
	text-align: right;
	font-weight: bold;
}
#artistsposition dd {
	margin: 0 0 0 210px;
	padding: 0 0 0.3em 0;
}

/* contact styles */
.contacts {
	margin-left: 50px;
	font-family: inherit;
}

/* downloads styles */
#downloads .title {
	font-weight: bold;
	font-size: 1.1em;
}

/* books styles */
#books img {
	margin-right: 15px;
	margin-bottom: 4px;
}
#books .quote {
	margin-left: 40px;
	font-style: italic;
}
#books pre {
	margin-left: 20px;
}

/* download buttons */
#books span a, #downloads span a {
	border: 1px outset #999;
	background: #eee;
	cursor: pointer;
	color: #000;
	text-align: center;
	padding: 3px;
	width: 90px;
	font-size: 0.7em;
	font-weight: normal;
	margin: -10px 10px 0 0;
}
#books span a:hover, #downloads span a:hover {
	background: #cce;
	text-decoration: none;
	border: 1px inset #999;
}


/* artists list table */
table.artiststable {
	width: 100%;
	clear: both;
	font-size: .8em;
	border-collapse: collapse;
}
table.artiststable thead td {
	border-bottom: 1px solid #000;
}
table.artiststable tr.row0 {
	background-color: #eee; 
}
table.artiststable tr.row1 {
}
table.artiststable td {
	padding: 2px 2px 2px 0;
	width: 30%;
	white-space: nowrap;
}
table.artiststable td.left {
	font-size: .8em;
	font-weight: bold;
	color: #f00;
	padding-left: 2px;
	width: 1%;
}
table.artiststable td.narrow {
	width: 1%;
}
#explainlist {
	color: #666;
	font-size: .8em;
	padding: 80px 8px 0 8px;
}

/* trailmap styles */
#trail p {
	margin: 0 0 0 24px;
}
.trailcol {
	width: 240px;
	float:left;
}
.trailcolright {
	width: 240px;
	float:right;
	margin-right:125px;
}
#trailmapcanvas {
	width: 500px;
	height: 560px;
	display: block;
	position: relative;
}
.trailnumber {
	padding-top: .2em;
	float: left;
	width: 24px;
	color: #f00;
	font-size: .8em;
	font-weight: bold;
	margin-left:-24px;
}

/* tooltip styles */
a.tooltipsmall {
	cursor: default;
}
a.tooltip b, a.tooltipsmall b {
	display: none;
}
a.tooltip:hover, a.tooltipsmall:hover {
	border: 0; 
	position: relative; 
	z-index: 500; 
	text-decoration: none;
}
a.tooltip:hover b, a.tooltipsmall:hover b {
	display: block; 
	position: absolute; 
	top: 20px; 
	left: -25px; 
	padding: 5px; 
	font-weight: normal; 
	color: #fff; 
	border: none; 
	background: #666; 
	width: 250px;
}
a.tooltipsmall:hover b {
	width: 100px;
	white-space: normal;
}
a.tooltip:hover b em.outer, a.tooltipsmall:hover b em.outer  {
	position: absolute; 
	left: 20px; 
	top: -8px; 
	width: 0; 
	height: 0; 
	display: block; 
	background: none; 
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent; 
	border-bottom: 7px solid #666; 
	overflow: hidden; 
	z-index: 100;
}
a.tooltip:hover b em.inner, a.tooltipsmall:hover b em.inner {
	position: absolute; 
	left: 20px; 
	top: -7px; 
	width: 0; 
	height: 0; 
	display: block; 
	background: none; 
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent; 
	border-bottom: 7px solid #666; 
	overflow: hidden; 
	z-index: 100;
}

/* artists maintenance menu */
#artistsmenu ul {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
#artistsmenu li a {
	text-align: center;
	color: #000;
	display: block;
	width: 90px;
	margin: 5px auto;
	padding: 3px;
	border: 1px outset #999;
	background: #eee;
	cursor: pointer;
}
#artistsmenu li a:hover {
	border: 1px inset #999;
	background: #cce;
	text-decoration: none;
}

/* artist page menu */
#artistpages {
	padding-top: 5px;
}
#artistpages ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 125px;
	background: #bbb;
}
#artistpages ul li {
	margin: 0;
}
#artistpages li a {
	display: block;
	background: #bbb;
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 6px 0 6px 20px;
	font-size: .9em;
	text-align: left;
	font-weight: bold;
}
#artistpages li a:hover {
	background: #666;
	text-decoration: none;
	border: none;
}

/* artist page */
#artistimage {
	float: left;
	margin: 0;
	padding: 0;
	width: 84px;
	min-width: 84px;
	text-align: center;
}
#artistimage img {
	width: 78px;
}
#artisthouse {
	float: left;
	width: 38px;
	height: 50px;
	background: url(../img/house.png) top left no-repeat;
	text-align: center;
}
#artisthouse p {
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
	padding: 0;
	margin: 4px;
}
#artistmedia p, #artisttimes p, .artistinfowide p, .artistinfonarrow p {
	font-size: 10px;
	padding-left: 4px;
	line-height: 1.6em;
	margin: 0;
}
#artistmedia {
	background: #58635d;
	color: #fff;
}
#artisttimes {
	background: #eee;
	margin: 4px 0 0 0;
}
.artistinfowide, .artistinfonarrow {
	float: left;
	background: #eee;
	margin: 4px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
.artistinfowide {
	width: 275px;
}
.artistinfonarrow  {
	width: 225px;
}
.artistbody {
	padding: 5px;
}
#symbols {
	text-align: center;
	padding-top: 10px;
}
#symbols img {
	max-width: 33px;
	padding: 4px;
}
#artistcontent {
	background-color: #eee;
	width: 625px;
	margin-top: 4px;
	float: left;
}
#artistcontent p {
	padding: 0;
	margin-top: 0;
}
#artistprofileimage {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	background: #fff;
	max-width: 220px;
}
#artistprofileimage img {
	max-width: 220px;
	display: block;
}
* html #artistprofileimage img { /* IE6 hack */
	width: expression(this.width > 220 ? "220px" : true);
}
.gallerypic {
	float: left;
	width: 160px;
	height: 220px;
	margin: 0;
	padding: 0;
}
.gallerypic .thumb {
	height: 168px;
	display: block;
	padding-right: 4px;
}
.gallerypic p {
	margin: 0;
	font-size: .8em;
	line-height: 1em;
}
.gallerypic p.media {
	font-style: italic;
}
.gallerypic p.title {
	font-weight: bold;
}
.gallerypic img {
	max-width: 152px;
}
#catfilter {
	margin: 0 4px 4px 0;
	padding: 0;
	float: right;
	font-size: 10px;
}
#picture img {
	max-width: 680px;
	max-height: 450px;
}
#paginate {
	background: none; 
	font-size: 1em;
	border: none;
	padding: 0;
	float: left;
	margin: 0 0 4px 0;
}

/* artist maintenance page styles */
#artistphoto {
	margin: 0 0 0 10px;
	float: right;
}
#artistphoto img {
	width: 81px;
}
#profimg {
	float: right;
	margin: 0 0 0 10px;
	min-width: 220px;
	min-height: 250px;
}
#profimg img {
	max-width: 220px;
}
#bannerimg img {
	max-width: 100%;
}
#editimg {
	width: 400px;
	text-align: center;
}
#editimg img {
	max-width: 400px;
}
.medialeft {
	float: left;
}
.mediaright {
	float: left;
	padding-left: 40px;
}

#homeimages {border: 1px solid #999; width:480px; height: 160px; margin:0 auto 0 auto;}
.homeimage {width:80px; height: 80px; float:left;}
.homeimage img {width:80px; height: 80px;}

/* errors */
.error {
	position: fixed;
	font-size: 1em;
	text-align: left;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 200px;
	height: 200px;
	overflow: auto;
	padding: 0 5px;
	border: 8px ridge #ff0000;
	background-color: #ffff00;
}

