/*
  Maian Gallery v2.0+ CSS file
  Theme: Abstract
  Design by D.Carter
  http://www.dcarter.co.uk
  Adapted for Maian Gallery by David Ian Bennett   	#4F504A

  Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #C0C0C0 url('images/pattern.png') repeat fixed;
	color: #555;
}
h1, h2, h3 {
	color: #555555;
}
.left, .right {
	border-color: #F8F9F1;
}
blockquote {
	border-color: #E29C22;
}
#main, .sidebaritem {
	background: #FFF;
	color: #555;
}
#logo {
	background: #444 url('images/logo.jpg') no-repeat left center;
	border-color: #FFF;
}
#logo h1 {
	background: transparent;
	color: #988e90;
}
#menubar {
	background: #7B846E url('images/menu.png') repeat;
}
ul#menu li a {
	background: transparent;
	color: #FFF;
	border-color: #898977;
}
ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover {
	background: #646B5C url('images/menu_sel.png') repeat;
}
input.searchfield {
	background: #FFF;
	border-color: #888;
}
input.searchbutton {
	background: #333;
	border-color: #949C88;
	color: #FFF;
}
.sidebaritem ul, .sidebaritem li {
	border-color: #D6D9C9;
	font-weight: bold;
}
.sidebaritem li a, .sidebaritem li a:hover {
	background: transparent url('images/arrow.png') no-repeat left center;
	color: #555;
}
.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover {
	background: transparent url('images/arrow_select.png') no-repeat left center;
}
.sidebaritem ul.child, .sidebaritem li.children {
	border-color: #D6D9C9;
	font-weight: normal;
}
.sidebaritem li.children {
  background-image: none;
}
.c_link {
  font-weight: bold;
  font-size:14px;
}
h4, #content a, #content a:hover, #footer a, #footer a:hover {
	background: transparent;
	color: #555;
}
#footer {
	background: #FFF;
	color: #555;
	border-color: #CCD0BA;
	text-transform: lowercase;
}
/* sNews */
fieldset, .comment, .commentsbox {
	background: transparent;
	color: #444;
}
fieldset, .date {
	border-color: #D6D9C9;
}
.comment {
	background: #FFF;
	color: #444;
}

