@import url('work.css');

body {
	background-color: #FFFFFF;
	cursor: hand;
	/* background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
#main {
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
	max-width: 805px;
	min-height: 100%; height: auto !important; height: 100%;
	border: 1px solid #CCCCCC;
	position: relative;
	display: table;
}

#header {
	position: relative;
	margin:auto;
}
#frontBanner {
	position: relative;
	width: 100%;
	height: auto;
}

#content {
	min-height: 300px;
	height: auto !important;
	height: 450px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	position:relative;
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}
/*navigation */
#list-menu {
	width: 185px;
	max-width: 30%;
	display: table-cell;
	height: 100%;
	text-align: right;
	vertical-align: top;
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 1px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	z-index: 300;
}
#list-menu li {
	margin: 0px;
	padding: 0;
	/* height: 29px; */
} 
#list-menu ul a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
}
#list-menu ul a:link, #list-menu ul a:active, #list-menu ul a:visited {
	color: #990000;
}

#list-menu ul a:hover {
	color: #666666;
	background-color: #F0F0F0;
} 
#list-menu ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 1px;	
}
#list-menu ol li {
	margin: 0px;
	padding: 0;
	/* height: 29px; */
} 
#list-menu ol a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; */
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
}
#list-menu ol a:link, #list-menu ol a:active, #list-menu ol a:visited {
	color: #666666;
}

#list-menu ol a:hover {
	color: #666666;
	background-color: #F0F0F0;
} 

#maincontent {
	display: table-cell;
	width: auto;
	max-width: 75%;
	margin-left: 10px;
	padding: 0px 0px 5px 15px;
	position:relative;
	vertical-align: top;
	border-left: solid 1px #CCCCCC;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 5px 0px 0px 0px;
}
.paintingHead {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	margin: 25px 0px 0px 0px;
}

#maincontent p {
	line-height: 21px;
}

.sublinks2 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;	
}

#pCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	width: 100%;
	text-align: center;
	height: auto;
	padding-bottom: 15px;
	position: relative;
	margin-top: 45px;
}

#footer {
	margin: auto;
	width: 805px;
	max-width: 96%;
	text-align: center;
	
}
#bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 3px 0px 0px 0px;	
	
}
#bottomnav a, #bottomnav a:active, #bottomnav a:visited {
	color: #333333;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;	
	
}
#bottomnav a:hover {
	color: #990000;
	text-decoration: underline;	
	
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin: 65px 0px 0px 0px;
	
}
#copyright a, #copyright a:active, #copyright a:visited {
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	color: #999999;
	text-decoration: underline;
}
#copyright p {
	margin-top: 25px;
}
#translations p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;	
}
#translations a {
	color: #666666;
	text-decoration: underline;
}
#translations a:hover {
	color: #990000;
	text-decoration: none;
}
.picContainer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: visible;
	margin-bottom: 36px;
}	
.pic {
	border: solid 1px #333333;
	max-width: 96%;
	max-height: 465px;
}
.picFull {
	border: solid 1px #333333;
	max-width: 96%;
	max-height: 465px;
}
.picOverlay {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.0);
	vertical-align: middle;
	opacity: 1;
	cursor: pointer;
}
.picOverlay p {
	position:absolute;
	width: 100%;
	bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	text-align: center;
	opacity: 0.4;
	
}
.picOverlayFull {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.0);
	vertical-align: middle;
	opacity: 1;
	cursor: default;
}
.picOverlayFull p {
	position:absolute;
	width: 100%;
	bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	opacity: 0.3;
	
}
.picContainer:hover .picOverlay {
	opacity: 1;
}
.artlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #AF3838;
	text-decoration: none
}

.basic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #990000;
	text-decoration: none;	
}
.basic a:hover {
	color: #990000;
	text-decoration: none;	
}
#footprints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;	
}
#footprints a, #footprints a:visited, #footprints a:active {
	text-decoration: none;
	color: #666666;
}
#footprints a:hover {
	text-decoration: underline;
}
.arttable {
	margin: 10px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
}
.paintingTable {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 25px;
	text-align: center;
}
#paintingContainer {
	position: relative;
	width: 100%;
	min-height: 690px;
	overflow: visible;
}
.paintingData {
	position: relative;
	width: auto;
	vertical-align: top;
	display: inline-block;
	margin: 10px 15px;
}
.paintingData img {
	cursor: pointer;
	width: auto;
	max-height: 125px; 
}
.sublinks2 {
	margin: 15px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.sublinks2 a {
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}
.vsmall {
	font-size: 12px;
}
#mLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
	text-align:center;
	display: none;
	width: 80px;
	margin: auto;
	line-height: 50px;
	cursor: pointer;
	background-image: url(menu-link-black.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#mLink:hover {
	background-image: url(menu-link-ov.png);
	color: #DDDDDD;
}

#back2Top {
    width: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #BBBBBB;
    color: #EEEEEE;
}
#fullSize {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 46px;
	padding-bottom: 25px;
	display: none;
}
#fullSize .close {
  position: absolute;
  right: 32px;
  top: 2px;
  width: 22px;
  height: 22px;
  opacity: 1;
  cursor: pointer;
  z-index: 210;
}
#fullSize .close:hover {
  opacity: 0.8;
}
#fullSize .close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #666666;
}
#fullSize .close:before {
  transform: rotate(45deg);
}
#fullSize .close:after {
  transform: rotate(-45deg);
}
.current {
	opacity: 0.2;
}
#picNumbers {
	position: relative;
	margin: auto;
	width: 100%;
}
#picNav {
	float: right;
	width: 45%;
}
#pageNav {
	position: relative;
	width: 80%;
	margin: 25px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 280%;
}
#pageNav p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 280%;
}
.pageLink {
	padding: 5px 8px;
	color: #999999;
	text-decoration: none;
	border: solid 1px #999999;
	white-space:nowrap;
}
.pageLink:hover {
	color: #999999;
	text-decoration: none;
	border: solid 1px #999999;
	background-color: #FFFFFF;
}
.activePage {
	padding: 5px 8px;
	color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #999999;
	background-color: #999999;
}
#pageNav p a::after {
	content: '';
}
.arrow {
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 7px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 20px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 20px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 680px) {
	#bottomnav {
	display: none;
	}
	#content {
	display: block;
	}
	/*navigation */
	#list-menu {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
	text-align: center;
	vertical-align: top;
	}
	#list-menu ul {
	display: none;
	font-size: 18px;
	position: absolute;
	width: 100%;
	background-color:#FFFFFF;
	text-align: center;
	}
	#list-menu ol {
	font-size: 14px;
	text-align: center;
	}
	#maincontent {
	display:block;
	width: 96%;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
	position:relative;
	height: 100%;
	border-left: solid 0px #CCCCCC;
	}
	#mLink {
	display: block;
	}
	#maincontent h1 {
	font-size: 18px;
	text-align: center;
	margin: 15px 0px 0px 0px;
	}
	.pageLink, .activePage {
	margin: 7px;
	}
	.arrow {
	display: none;
	}
}