/* CSS Document */
 
html, body, ul, ol, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3E2815;
	color: #484848; /*old: #8B460F;*/
	margin-top: 30px;
}

p {
	margin-bottom: 1em;
	line-height: 17px;
}

a {
	color: #ce6f00;
	text-decoration: underline;
}

a:hover {
	color: #874900;
	text-decoration: none; 
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D98A0E;
	margin: 15px 0;
	font-weight: normal;
}

h1 { font-size: 22px; margin-top: 0; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.panel-title a,
.panel-title a:active,
.panel-title a:hover,
.panel-title a:visited {
	color: white;
}

ul {
	padding: 0;
	margin: 1em 0 1em 2em;
}

.left-side {
	background-image: url(/images/border-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.right-side {
	background-image: url(/images/border-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.right-panel {
	background-color: #A52E04;
	border-left: 3px solid #762003;
}

.left-panel {
	background-color: #FFFCF4;
}

.panel-cell {
	padding: 15px;
}

.panel-title {
	background-color: #742003;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
}

.panel-divider {
	background-color: #762003;
	height: 8px;
	padding: 0px;
}

.notice {
	color: #5B4838;
	font-size: 11px;
}

.notice a {
	color: #78695C;
	text-decoration: none;
}

.notice a:hover {
	color: #8B7E73;
	text-decoration: underline; 
}

.j {
	text-align: justify;
	line-height: 17px;
}

.small {
	font-size: 11px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B460F;
	margin-bottom: 0px;
}

.negative-space {
	margin: -15px;
}

.panel-header {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #330000;
}

h2.header {
	padding-bottom: 7px;
	border-bottom: 10px solid #ffc510;
	font-size: 13px;
	font-weight: bold;
	color: #3e2815;
	margin-bottom: 0;
	text-transform: lowercase;
}
h2.header .more {
	float: right;
}

table.list {
	background-color: #f7f4eb;
	margin-bottom: 15px;
	font-size: 0.80em;
}

table.list tr.odd td {
	border-bottom: 1px solid #ede9e0;
	padding: 5px;
	background-color: transparent;
}

table.list tr.even td {
	border-top: 1px solid #fbfaf5;
	padding: 5px;
	background-color: transparent;
}

img.art-thumb {
	border: 1px solid white;
	margin: 15px 0;
}

img.art {
	border: 3px solid #e4e4e4;
	margin: 15px 15px 0 0;
}

.pageline {
	margin: 1em 3em;
	padding-top: 1em;
	border-top: 1px dotted #8b460f;
	text-align: center;
}

/* MENU */

.right-panel ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: white;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;	
}

.right-panel ul li a {
	display: block;
	padding: 7px;
	color: white;
	text-decoration: none;
	border-top: 1px solid #B52E04;
	border-bottom: 1px solid #852E04;
}

.right-panel ul li a:hover {
	background-color: #a55a40;
	text-decoration: none;
}

.hdiv {
	background-color: #D98A0E;
	color: #fff;
	border: 1px solid #CC6600;
	padding: 5px;
	display: block;
	font-weight: bold;
}

.hdiv a {
	color: white;
	text-decoration: underline;
	font-size: 11px;
}

.overline {
	border-top: 1px solid #8b460f;
	margin-top: 15px;
	padding-top: 15px;
}

.tbl td {
	padding: 10px 0;
	border-top: 1px solid #ebe7e0;
	font-size: 11px;
}

.randomPainting .rp_image .art {
	margin: 0 0 5px 0;
}

.randomPainting .rp_inspired {
	font-size: 10px;
}

.randomPainting .rp_title {
	font-size: 11px;
	font-weight: bold;
}

/* ADMIN AREA */

form {
	margin-bottom: 1em; 
}

.add {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

.add a {
	text-decoration: underline;
}

.mtxt-s {
	height: 75px;
	width: 300px;
}

.mtxt-m {
	height: 150px;
	width: 300px;
}

.mtxt-l {
	width: 520px;
	height: 400px;
}

.txt {
	width: 300px;
}

.even {
	background-color: #f3f0e9;
}

.odd {

}