@charset "UTF-8";
body {
	background-color: #808b91;
	background-image: url(images/tile2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #303030;
	margin: 0px;
}
.paintinginfo {
	text-align: left;
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.category {
	font-size: 18px;
	color: #3c3f41;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.desc {
	position: relative;
	left: 180px;
	top: 25px;
	width:500px;
	margin-bottom: 50px;
}
.home {
	width: 200px;
	float: left;
	border: 0;
	padding: 7px;
	margin-left: 30px;
}
.home img {
	border: 0px solid #96a7ac;
}
.homegallery {
	max-width: 500px;
	float: left;
}
#options {
	position: fixed; 
	top: 10px; 
	right: 15px; 
	z-index: 6;
}
#searchBox {
	background-color: #dbe3e6;
	text-align: right;
	height: 190px;
	width: 280px;
	position: fixed;
	z-index: 5;	
	top: 0px;
	right: 0px;
	padding-right: 10px;
	visibility: hidden;
	border-left: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
#searchBox .searchtext {
	color: #666;
}
.copyright {
	font-size: 9px;
	color: #999999;
}
#options .copyright a:link {
	color: #999999;
	text-decoration: none;
}
#options .copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#searchBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#searchBox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#searchBox a:hover {
	background-color: #FFFFFF;
	color: #303030;
	text-decoration: none;
}
#searchBox a.imagelink:hover {
	background-color: transparent;
}
#searchBox hr {
	height:1px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
#menu {
	position: relative;
	left: 345px;
	font-size: 15px;
	top: 5px;
}
.gallery {
	float: left;
	width: 750px;
	text-align: left;
	position: absolute;
	z-index: 2;
	left: 180px;
	top: 140px;
}
#menubar {
	background-color: transparent;
	background:url("images/christerry1.png");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 190px;
}
#menubar a.imagelink:hover {
	background-color: transparent;
}
.painting {
	border-top-color: #96a7ac;
	border-right-color: #96a7ac;
	border-bottom-color: #96a7ac;
	border-left-color: #96a7ac;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
}
.worktitle {
	font-weight: bold;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.imagelink:hover {
	background-color: transparent;
}

.gallery a.imagelink:hover {
	background-color: transparent;
}

body a:link {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}
body a:visited {
	color: #303030;
	text-decoration: underline;
}
body a:hover {
	background-color: #FFFFFF;
	color: #303030;
	text-decoration: none;
}
#menubar a:link{
	background-color: transparent;	
	color: #565656;
	text-decoration: none;
}
#menubar a:visited {
	background-color: transparent;
	color: #565656;
	text-decoration: none;
}
#menubar a:hover {
	background-color: #FFFFFF;
	color: #565656;
	text-decoration: none;
}
.thumblist {
	width: 700px;
}
.thumb {
	border-top-color: #96a7ac;
	border-right-color: #96a7ac;
	border-bottom-color: #96a7ac;
	border-left-color: #96a7ac;
	border-top-width: 4px;
	border-right-width: 7px;
	border-bottom-width: 4px;
	border-left-width: 7px;
	height: 50px;
	vertical-align:middle;
}
.thumblist:hover{
	background-color: #bec5cd;
}
img.thumb:hover {
	border-color:#bec5cd;
}
.thumbtitle {
	display:inline-block;
	width: 155px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}
.thumbtitle a:link{
	color: #fff;
}
.thumbtitle a:visited{
	color: #797979;
	text-decoration: none;
}
.thumbtitle a:hover{
	color: #797979;
}
hr {
	height:1px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
.pagelinks {
	font-size: 10px;
}
.pagelinks a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.pagelinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.pagelinks a:hover{
	background-color: #FFFFFF;
	color: #303030;
	text-decoration: none;
}

a.highlighted:link, a.highlighted:visited, a.highlighted:hover {
	background-color: #FFFFFF;
	color: #303030;
	text-decoration: none;;
}
.lightprompt {
	font-size: 10px;
	color: #999;
}
.prompt {
	font-size: 10px;
	color: #666;
}
#mainText {
	position: absolute;
	left: 140px;
	width: 650px;
	line-height: 18px;
}
#mainText img {
	border: #96a7ac solid 7px;
	
}

/* NEWS styles*/
div {padding: 0; margin: 0 0 10px 0;}
p {padding: 0; margin: 0 0 10px 0;}
form {padding: 0; margin: 0;}
select {background-color: #eee;}
div.news {position: relative; left: 40px; margin-bottom:100px;}
div.newsentry { border: 0; width: 500px;}
div.newsdate {padding: 5px; margin: 0; color: #666;}
div.newstext {padding: 5px; margin-bottom: 40px; overflow: hidden;}
div.newstext h2 {position: relative; top: -12px; font-size: 18px;}
div.newserror {color: #fff;}
div.news img{border: #96a7ac solid 7px;}

/* doesn't affect the news*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #663333;
	text-decoration: none;
}
body.news #content {
	margin: 0 20px 0 0;
	padding: 0;
}
body.news #contentcontainer {
	top: 165px;
	width: 220px;
	height: 370px;
	position: absolute;
}
body.news #contentscroll {
	width: 220px;
	height: 360px;
	clip: rect(0,290px,360px,0);
	overflow: auto;
}
body.news #contentscroll a {
	text-decoration: none;
}
body.news #contentscroll select {
	background-color: #ECE9DF;
	border: solid 1px #C3B8A9;
	width: 80px;
}
body.news #contentscroll textarea {
	width: 200px;
	height: 50px;
}