/*
This CSS adapts the original homepage layout into a tableless design.
Some styles from the "Splatter" kids layout remain here as well, in case of future use.
E. Scull - June 2008
*/

body 
{
	margin:0;
	padding:0;
	text-align: center; /* center in IE */
}

.clear {clear:both;}

.padding { padding:10px; }

.error { color:#f00; }
ul.error li {margin:0;}

#ajaxWorking {
	/* make the same height as spinner.gif */
	height:16px;
}

#wrapper 
{
	width: 850px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	border:solid #2C337B;
	border-width: 0 1px 1px 1px;
	font-family: Arial, Geneva, Helvetica, sans-serif; /* ADDED BY ESCULL -- 6/10/08 */
	font-size: 100%;
	background:#eaeaea url(../web_images/main-bg.gif) repeat-y;
}

#header {
	position:relative;
	height:162px; /* 167px total */
	border-bottom:5px solid #213857;
	background:#3A6E96 url(../web_images/header-new-650.jpg) 200px 0 no-repeat;
}

#header h1, #header h2 {
	position:absolute;
	top:0;
	left:-999em;
}

#header .flash-box {
	/* float:left; */
	position:absolute;
	top:1px;
	left:0;
	width:200px;
	/* border-top:20px solid #2D327F; */
}

#header #logo {
	position:absolute;
	left: 202px;
	top: 42px;
	padding:0;
	margin:0;
}

#header #painting {
	position:absolute;
	left: 291px;
	top: 41px;
	padding:0;
	margin:0;
}

#navbar
{
	width: 850px;
	height: 50px;
	background-image:url(../web_images/red_header.jpg);
	background-repeat: repeat-x;
}

#nav {
	float:left;
	display:inline;
	width:200px; /* 200px total */
	font-size:85%;
}

#nav select, #nav input {
margin-top: 10px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li li {
	margin-left: 30px;
	padding: 0;
	list-style: none;
	font-size: 90%;
	color:#666666;
}

#nav ul li a {
	display:block;
	text-decoration:none;
	padding-left:10px;
}

#nav ul li a:hover {
	text-decoration:none;
	background:#eaeaea url(../images/bullet.gif) 0 50% no-repeat;
}

#nav ul li.hot a, #nav ul li.hot a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #3A6E96;
	background:#eaeaea url(../images/bullet.gif) 0 50% no-repeat;
}

#content {
	margin-left:200px;
	/* border-left:1px solid #000; */
	/* background-color:#fff; */
}

/* was causing some layout problems */
/*
#content select, input{
margin-top: 10px;
margin-bottom: 10px;
}
*/

#loggedinas {
	text-align:right;
	font-size:x-small;
}

.activity-box {
	margin:0 auto 20px auto;
	padding:1em;
	width:80%;
	border:1px solid #bababa;
	background-color:#F8F8F1;
}

.activity-box a {
	font-weight:bold;
}

.activity-box p {
	margin:1em 0 0 0;
}


#footer {
	clear:both;
	padding:1em;
	background-color:#A1CC58;
	border-top:25px solid #2D3281;
}

#footer p {
	margin:0;
	padding:0;
	text-align: center;
	font-size: small;
	color:#333333;
}


/*------- Header Login Info Button ----------*/
#login {
	text-align:right;
	font-size:small;
	margin:0;
	margin-top: 5px;
}

#login form {
	margin:0;
	padding:0;
}

#login label {
	margin:0;
	margin-left:0.3em;
	padding:0;
}

#login input {
	color:#000000;
	font-size: 9px;
	background: #eaeaea;
	width: 100px;
	margin:0;
	margin-left: 0.1em;
	
}

#login input.btn {
  width: 50px;
  color:#050;
  font: bold 'trebuchet ms',helvetica,sans-serif;
  font-size: 9px;
  background-color:#ea;
  border:1px solid;
  border-color: #696 #363 #363 #696;
	margin:0;
  margin-left:0.3em;
}

#login input.btnhov {
  border-color: #c63 #930 #930 #c63;
}

/*---------- Header Search Button ---------------*/
#search {
	text-algin: left;
	font-size: small;
}

#search input {
	color: #0000000;
	font-size: 9px;
	background: #FFFFFF;
	width: 100px;
	marin-left: 0.3em;
}

#search input.btn {
  width: 50px;
  color:#00000;
  font: bold 'trebuchet ms',helvetica,sans-serif;
  font-size: 9px;
  background-color:#FFFFFF;
  border:1px solid;
  border-color: #696 #363 #363 #696;
  margin-left:0.3em;
}

#search input.btnhov {
  border-color: #c63 #930 #930 #c63;
}


/*---- Popup styles ----------------------------------*/

#popwrapper 
{
	margin:5px;
	border:5px solid #000;
	padding:10px;
	text-align:left;
	font-family: Arial, Geneva, Helvetica, sans-serif; /* ADDED BY ESCULL -- 6/10/08 */
	font-size: 100%;
}

#popheader 
{
	height: 160px;
	background-image:url(../web_images/pop_header.jpg);
}

ul.imagedetails {
	list-style:square;
}

ul.imagedetails li {
	margin:0;
	padding:0;
}

ul.fordiscussion {
	
}


/*---- General Formatting ----------------------------*/

img {display:block;}
img.border {
	padding:5px;
	border:1px solid #888;
	margin:5px;
}


ul {	
	list-style-image: url("images/bullet.gif");
}

ul.plain {
	list-style:none;
	margin:0;
	padding:0;
}

li {
	margin:.5em 0;
}

h1 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 140%; 
	COLOR: #028390; 
}

h2{
	clear:none;
	FONT-SIZE: 120%; 
	COLOR: #44423d; 
	BORDER-BOTTOM: 1px solid #5b99a4; 
	margin:0 0 8px 0;
	padding:0;
}

h3{
	
	FONT-SIZE: 100%; 
	COLOR: #44423d; 
	margin:0 0 8px 0;
	padding:0;
}


.smalltext {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.smallheaders {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

a {
	color: #3A6E96; 
	text-decoration: none;
}

a:hover {
	color: #28A8CE; 
	text-decoration: underline
}

a.buttonLink {
	width:8em;
	display:block;
	margin:3px;
	padding:2px;
	border:2px solid #888;
	background-color:#F0F4F3;
	text-align:center;
}

a.buttonLink:hover {
	text-decoration:none;
	border:2px solid #555;
}

a.pdflink {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}


.lines {
	BORDER-BOTTOM: #ffffff 1px thin dotted; 
}

table.basic {
	width:100%;
	font-size:80%;
	border-collapse:collapse;
	border:1px solid #ddd;
}

table.basic th {
	text-align:left;
	font-weight:bold;
}

table.basic th, table.basic td {
	border:1px solid #ddd;
	border-width:1px 0 1px 0;
	background-color:#F5F5EB;
	padding:5px;
}

/*------------------------------------------------------------------*/



















div#flash
{
	width:660px;
	height:465px;
	background-color:#FFFFFF;
	position:relative;
	top: -20px;
	left: 10px;
	border: solid;
	border-width: 5px;
	z-index: 1;
}

div#green
{
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	bottom: 0px;
	height: 30px;
	z-index: 0;
	background-image:url(../web_images/green.jpg);
}

div#bottom
{
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	bottom: 0px;
	height: 34px;
	z-index: 1;
	background-image:url(../web_images/bottom.jpg);
}

a img
{
border-style:none;
}

.navlinks
{
margin-top:10px;
margin-right:45px;
}

.logo
{
position:relative;
top: -3px;
left: 75px;
}

.splatter1
{
position:absolute;
left: 665px;
top: 50px;
}



.splatter2
{
position:absolute;
left: 665px;
top: 204px;
}



.splatter3
{
position:absolute;
left: 665px;
top: 351px;
}


.splatter4
{
position:absolute;
left: 725px;
top: 350px;
}

.splatter5
{
position:absolute;
left: 150px;
top: 470px;
}

.splatter6
{
position:absolute;
left: -45px;
top: 200px;
}

.splatter7
{
position:absolute;
left: 150px;
top: -28px;
}


.table
{
/*
position:absolute;
left: 5px;
top: 5px;
*/
}

.arttitle
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.artheadings
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.artdatabase
{

}

.arrowright img, .arrowleft img
{
	display:inline;
}

span#gallerytext
{
	position:relative;
	top:5px;
	font-size:12px;
	font-weight:bold;		
}

.galleryselect
{
	position:relative;
	top:5px;
	font-size:18px;
	font-weight:bold;		
}

.kidsnickname
{
	position:relative;
	top:5px;
	font-size:16px;
	font-weight:bold;		
}
