/*
DC.Title       = Home Page Style Sheet
DC.Subject     = Bob Barron Artist
DC.Description = a style sheets for only the home page of this site
DC.Publisher   = Audrey Barron
DC.Creator     = David Neil
DC.Date        = 2007-05-20
DC.Identifier  = http://www.BobBarron.com/css/index.css
DC.Language    = en
DC.Relation    = common style for BB site's home page
DC.Coverage    =
DC.Rights      = All rights reserved
					  No license exists to permit others to use this software
Version 1-01-01 May 2009: add announcement block and update to BB domainNM
Version 1-01-00 May 2007: add buttons to replace bald links
Version 1-00-00 Nov 2006: modify page content and format, and to use CSS
*/

html, body {
	height:100%;
	width:100%;
	margin:0px;
	border:0px;
	padding:0px;
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:black;
	background:rgb(205,203,154); /* pale khaki */
	}
a {
	color:black;
	background:rgb(205,203,154); /* pale khaki */
	}
p { 
	text-align:center;
	}
#announceBlock {
	float:left;
	margin-top:1em;
	text-decoration:none;
	}
#artistFace {
	float:left;
	margin-top:1em;
	}
#artistName {
	float:right;
	margin:4em 0 2em 0;
	}
#buttonBar {
	float: left;
	width:100%;
	margin: 2em 0 2em 0;
	padding: 0;
	}
#buttonBar ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#buttonBar li {
	float: left;
	width:23.3%;
	margin: 0 5%;
	margin-bottom:0.5em;
	padding:0;
	}
#buttonBar a {
	display: block;
	padding:0.5em 0;
	text-decoration: none;
	}
#buttonBar a:link {
	background-color: rgb(197,193,131);
	border: 3px solid rgb(197,193,131);
	}
#buttonBar a:visited {
	background-color: rgb(189,183,107);
	border: 3px solid rgb(189,183,107);
	}
#buttonBar a:hover {
	border: 3px solid rgb(205,203,154);
	}
#buttonBar a li {
	width:100%;
	padding:0;
	}
#criticQuote {
	margin:1em 0 1em 0;
	}
.exhibList { list-style:none;margin-top:0.5em;text-align:center; } 
.indexBlock {
	float:left;
	width:100%;
	margin:/*3*/ 2em 0 0 0;
	}
#indexContent {
	position:relative;
	width:800px;/*729px;*/
	margin:auto; margin-top:0; /*4em;*/
	}
#updateBlock {
	float:left;
	width:100%;
	margin:0.5em 0 0 0;
	}
