/* primary scheme */

/*
define('DARK', '#010');
define('GREEN', '#4b0');
define('YELLOW', '#df0');
define('LIGHT', '#eff');
define('BLUE', '#28e');
*/


body {
	background: #111;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 12px;
}


/* main page fonts */

p {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #683;
	background: transparent;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: transparent;
}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	background: transparent;
}

/* Header fonts */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, "Trebuchet MS", Trebuchet, Lucida, sans-serif;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 32px;
	text-transform: lowercase;
	color: #ffe;
}

h2 {
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20;
	margin-bottom: 0;
}

h4 {
	font-size: 13px;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}



.artistname {
	margin: 0px 0px 0px 148px;
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 12px;
	border: 0px dotted #f00;
	font-weight:bold;
}

.artworkinfo {
	margin: 0px 0px 0px 148px;
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 12px;
	border: 0px dotted #f00;
	font-weight:bold;
}

.bio {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 12px;
}

.info {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #000000;
	font-size: 12px;
}

.exhibitinfo {
	margin: 0px 0px 0px 148px;
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 14px;
	border: 0px dotted #f00;
	font-weight:bold;
}

.exhibitname {
	margin: 0px 0px 0px 148px;
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 16px;
	border: 0px dotted #f00;
	font-weight:bold;
}
/*****************************************************************************/
/*** main layout divs ********************************************************/


/*** container ***************************************************************/

#container {
	background: #aaa;
	border: 1px dotted #000;
	margin: 10px;
	padding: 10px;
	width: 722px;           /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 700px;           /* real value for compliant browsers */
}

html>#container {
	width: 700px;           /* be nice to Opera */
}


/*** banner ******************************************************************/

#banner {
	padding: 2px 2px 2px 2px;
	background-color: #223;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.33em;
	text-align: left;
}

banner img {
    border: 0px dotted #fff;
    padding: 0px;
    margin:7px;
}


/*** sidebar *****************************************************************/

#sidebar {
    border: 0px dotted #0f0;
	float: left;
	padding: 0 0 0 0;
	margin-right: 2px;
	padding: 2px;
	background-color: #223;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	width: 149;             /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 145px;           /* real value for compliant browsers */
}

html>#sidebar {
	width: 145px;           /* be nice to Opera */
}

#sidebar img {
    display: inline;
    border: 1px solid #fff;
    margin: 10px;
}


/*** navcontainer ************************************************************/

#navcontainer
{
    border: 0px dotted #fff;
	padding: 0 0 0px 0;
    
}

#navcontainer ul
{
	margin: 0;
	padding: 0 0 210px 10px;
	list-style-type: none;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer li {
	margin: 0 0 3px 0;
}

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 20px;
	border: 1px solid #888;
	height: 20px;
	background-color: #223;
/*	background-image: url(images/roll_down.jpg); */
	width: 124;             /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 100px;           /* real value for compliant browsers */
}

html>#navcontainer a {
	width: 100px;           /* be nice to Opera */
}

#navcontainer a:link, #navlist a:visited
{
	font-size: 10px;
	color: #aaa;
	text-decoration: none;
}

#navcontainer a:hover
{
	font-size: 10px;
	border: 1px solid #888;
	background-color: #683;
/*	background-image: url(images/roll_over.jpg); */	
	color: #aaa;
}


/*** active links ************************************************************/

#active a:link, #active a:visited, #active a:hover
{
	font-size: 10px;
	border: 1px solid #fff;
	background-color: #683;
	color: #fff;
}


/*** the style selector buttons **********************************************/

#styletool {
	border: 0;
	margin: 10px 0 15px 0;
	padding: 0 0 0 9px;
}

#styletool img {
	display: inline;
	border: 0;
	padding: 2px;
}


/*** html validation buttons *************************************************/

#valid {
	border: 0;
	margin: 10px 0 15px 20px;
}

#valid img {
	display: inline;
	border: 0;
	padding: 2px 2px 2px 10px;
}


/*** content *****************************************************************/

.content {
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #010;
	font-size: 12px;
}

#content p {
	color: #222;
	font-size: 12px;
}

#content p:first-letter {
    font-size:larger
}

#content img, #contentLeft img, #contentRight img {
    display: block;
    border: 0px dotted #fff;
    padding: 0 0 0 0px;
}

#content td {
    padding: 20px;
}

#input_button {
	width: 70;              /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 70px;            /* real value for compliant browsers */
}

html>#input_button {
	width: 70px;           /* be nice to Opera */
}

#media_msg_red {
    color: #c00;
}

#media_msg_blue {
    color: #00c;
}

#contentLeft {
    float: left;
    padding: 10px 5px 10px 5px;
    margin: 0;
    border: 0;
    background: transparent;
	width: 260;             /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 250px;           /* real value for compliant browsers */
}

html>#contentLeft {
	width: 250px;           /* be nice to Opera */
}

#contentRight {
    float: right;
    padding: 10px 5px 10px 5px;
    margin: 0;
    border: 0;
    background: transparent;
	width: 260;             /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 250px;           /* real value for compliant browsers */
}

html>#contentRight {
	width: 250px;           /* be nice to Opera */
}

#content td {
    padding-top: 1px;
}


/*** art *********************************************************************/

#art {
    /*display: block;*/
    border: 2px dotted #cdd;
	padding: 5px;
	background-color: #cff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #102;
	font-size: smaller;
	height: 150px;
	width: 170;             /* false value for IE4-5.x/Win, like so: */
	voice-family: "\"}\"";  /*     real width + l,r border + l,r padding = false value */
	voice-family: inherit;  /* end false value for IE4-5.x/Win */
	width: 156px;           /* real value for compliant browsers */
}

html>#art {
	width: 156px;           /* be nice to Opera */
}


/*** error message text ******************************************************/

#errormsg {
    color: #f00;
}


/*** footer ******************************************************************/

#footer {
	clear: both;
	padding: 2px;
	margin-top: 2px;
	background-color: #223;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: lowercase;
	color: #fff;
	text-align: right;
}

