/* formatting for community section */
/* NO GENERAL formatting here! */
/* put general formatting into sub.css or stylev2.css */
/* this is the right place for COLOR settings */

/* --------------------------------------------------------- */
/* general settings */
/* --------------------------------------------------------- */

/* colors etc. */
/* --------------------------------------------------------- */

body {
	background-image: url('/images/hg3.jpg');
	background-color: #FFD342;
}

/* font color */

body, td {
    color: #000000;
}

/* link color */

a         { color:#993205; }
a:visited { color:#993205; }
a:active  { color:#FFC000; }
a:hover   { color:#993205; }


/* nav bar bgcolor on subpages */

td.navi3 {
    background-color: #FFE493;
}

/* border color for tables */

table.border {
	border: 1px solid #771003;
}


/* special formatting for "new" announcement box */
/* --------------------------------------------------------- */

div#new {
	width:200px; 
	height:70px; 
	border:2px solid #F9DA0D;
}

div#new div {
	 padding:15px 15px;
}



/* --------------------------------------------------------- */
/* Flow Fine Art Gallery */
/* --------------------------------------------------------- */

/* special formatting for artwork presentation tables */

table.artwork {
	width: 650px;
	padding: 0;
	margin: 10px 0;
	border: 1px solid #771003;
	background-color: #FFFFFF;
}

ul.spacy li table.artwork {
	margin-bottom: 25px;
}

table.artwork td {
	padding: 10px;
	margin: 0;
	width: 50%;
}

table.artwork td img {
	margin: 0;
}

/* each td has a special alignment */

table.artwork td.a1 {
	vertical-align: bottom;
	text-align: right;
}

table.artwork td.a2 {
	vertical-align: bottom;
	text-align: left;
}

table.artwork td.a3 {
	vertical-align: top;
	text-align: right;
}

table.artwork td.a4 {
	vertical-align: top;
	text-align: left;
}

.darkred {
	color:#993205; 
}
.artist {
	color:#999999;
	font-weight:bold;
}
.grey {
	color:#AAAAAA;
}