/* Cascading Style Sheet - www.artfolionow.com */
/* $Id: basic.css,v 1.1 2007/08/10 01:54:07 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: left;
	margin: 0 0 0 20px;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-size: 12pt;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 2px 0 12px 0;
	padding: 0;
	color: #000;
}

h1.sitename {
	display: none;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

.nodisp {
	display: none;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td, div.vcard {
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	margin: 2px 0 10px 0;
	padding: 0;
	line-height: 130%;
}

table#artist td {
	margin: 0;
	padding: 0 15px 15px 0;
}

table#artistblocks td {
	border-top: 1px #ccc solid;
}

table#artistblocks tr.last td {
	border-bottom: 1px #ccc solid;
}

table#artistblocks td {
	padding: 2px 0;
	font-size: 12px;
}

p.artistname {
	font-size: 12px;
	padding-right: 25px;
	margin-bottom: 20px;
}

p.artistbio {
	font-size: 11px;
	padding-right: 25px;
}

p.largetitle {
	margin-top: 20px;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ol {
	margin-left: 20px;
}

div.vcard {
	padding: 5px 0 2px 0;
}

#footer p {
	font-size: 10px;
	margin: 0 0 16px 0;
	color: #333;
}

acronym, abbr {
	border-width: 0;
}

.hmeta {
	display: none;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	margin: 12px 0;
	border: none 0; 
	border-top: 0px dashed #666;
	border-bottom: 1px dashed #666;
	height: 1px;
}


/* ******************************************************************************* */
/* nav */

/* mainnav */

a.mainnav:link {
	color: #666;
	text-decoration: none;
}

a.mainnav:visited {
	color: #666;
	text-decoration: none;
}

a.mainnav:active {
	color: #909;
	text-decoration: none;
}

a.mainnav:hover {
	color: #909;
	text-decoration: none;
}

#nav ul {
	list-style-type: none;
	font-size: 13px;
	text-align: left;
	padding: 0;
	margin: 48px 0 0 0;
}

#nav li {
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	display: inline;
	padding: 0;
	margin: 0 48px 0 0;
}


#nav ul li a {
	text-decoration: none;
	color: #666;
}

#nav ul li a:link, ul li a:visited {
	text-decoration: none;
}


#nav ul li a:hover {
	color: #000;
}

#nav ul li a.current {
	color: #000;
}



/* sidenav */

ul#sidenav {
	list-style-type: none;
	font-size: 13px;
	text-align: left;
	padding: 0;
	margin: 70px 0 0 0;
}

#sidenav li {
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}


ul#sidenav li a {
	text-decoration: none;
	color: #666;
}

ul#sidenav li a:link, ul li a:visited {
	text-decoration: none;
}


ul#sidenav li a:hover {
	color: #000;
}

ul#sidenav li a.current {
	color: #000;
}



/* ******************************************************************************* */
/* links in content area */

div#content a:link {
	color: #333;
	text-decoration: underline;
}

div#content a:visited {
	color: #666;
	text-decoration: underline;
}

div#content a:active {
	color: #000;
	text-decoration: none;
}

div#content a:hover {
	color: #999;
	text-decoration: underline;
}


/* links for artist list page */

artistblocks
div#content a:link {
	color: #333;
	text-decoration: underline;
}

div#content a:visited {
	color: #666;
	text-decoration: underline;
}

div#content a:active {
	color: #000;
	text-decoration: none;
}

div#content a:hover {
	color: #999;
	text-decoration: underline;
}


/* ******************************************************************************* */
/* links */

table#artistblocks td a:link, 
table#artistblocks td a:visited, 
table#artistblocks td a:active {
	color: #000;
	text-decoration: none;
}

table#artistblocks td a:hover {
	color: #888;
	text-decoration: none;
}


/* ******************************************************************************* */
/* forms */

label {
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin: 3px 0 2px 4px;
	padding: 2px;
	color: #000;
}

label.radio {
	margin: 2px 8px 0 -2px;
}

input.formtxt {
	width: 90%;
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin: 3px 0 2px 4px;
	padding: 2px;
	color: #000;
	background-color: #fff;	
	border-width: 0;
	border-bottom: 1px #000 solid;
}

textarea.formtxt {
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin: 3px 0 2px 4px;
	padding: 2px;
	color: #000;
	background-color: #fff;	
	border: 1px #000 solid;
}

input.formbttn {
	font-family: Helvetica, Arial, "Helvetica Neue", Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 6px 0 8px 4px;
	padding: 3px 8px;
	color: #000;
	background-color: #ddd;
}

