@charset "UTF-8";
html {margin:0;}
    
article, aside, details, footer, section { 
    display: block;
}
    
body {
    margin: 0 auto;
    width: 100%;
    background-color: #022a2f;
}
p {
    font-family: verdana, ariel,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .025em;
    padding: 0 2.8em;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	 -ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
header {
    width: 100%;
    margin: 2% 0 2% 3%;
}
img {
    max-width: 100% !important;
    border: none;
    height: auto;
    width: auto\9; /* ie8 */	
}

.auction img{
    max-width: 90% !important;
    height: auto;
    padding: 10px;
    text-align: center;
}
.auction p {
    letter-spacing: normal;
    font-size: 1.0em;
    font-weight: 400;
    line-height: normal;
}

.event-note {
    max-width: 40%;
    border: 1px solid #999;
    height: auto;
}
.event-note p {
    text-align: left;
    font-size: 1.2em;
    padding: 10px;
}

h1 {
    display: inline-flex;
    margin-left: 5.0%;
    padding: 1.0em 0 0 6.5em;
    text-overflow: wrap;
    color: #fbefd0; /*header off-white*/
    font-family: Georgia, Times, serif;
    font-size: 2.0em;
    letter-spacing: .06em;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
h2 {
    color: #022a2f; /*background color*/
    font-family: Georgia, Times, serif;
    font-size: 1.8em;
    padding: 0 2.5em;
    letter-spacing: normal;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
h3 {
    color: #bd6e36; /*darker rust*/
    font-family: Georgia, Times, serif;
    font-size: 1.3em;
    padding: 0 2.5em;
    letter-spacing: normal;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
.subtitle {
    text-align: center;
	font-size: .9em;
    margin-top: 1.0%;
    margin-bottom: -1.5%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #e58f53;
    font-weight: 300;
    line-height: 1.5em;
    text-overflow: wrap;
    letter-spacing: .05em;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
small {
    text-align: center;
	font-size: .9em;
    margin-top: 1.5em;
    margin-bottom: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #666;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5em;
    text-overflow: wrap;
    letter-spacing: normal;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}

    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
.clearfloat { 
    clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.red {
	color: #F00;
}
.red-med {
	color: #C00;
}
.blue {
    color: #009;
}
.navy {
    color: #006;
}
.darkgreen {
	color: #022a2f;
}
.rust {
	color: #e58f53;
}
.cream {
    color: #f9f5e2;
}
.gray {
    color: #999;
}
.gray-light {
    color: #ddd;
}
.gray-med {
    color: #666;
}
.gray-dark {
    color: #333;
}

.border {
	border: 1px solid #999 !important;
    -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
    box-shadow: 1px 2px 4px rgba(0,0,0,.2);
}
.noborder {
	border: 0;
}

#painting-logo {
    float: left;
    margin-top: 1%;
    margin-bottom: 2%;
    margin-left: 6.8%;
    position: absolute;
}
a:link {
	color: #009;
	text-decoration: none; 
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* keyboard navigator the same hover experience as using a mouse. */
	text-decoration: underline;
    color: #c00;
}

#content {
	width: 80%;
	max-width: 1800px;
	min-width: 255px;
    min-height: 650px;
    padding-bottom: 2%;
	background-color: #f9f5e2;
	margin: 3% auto;
    border-radius: 12px;
    border: solid 1px #e58f53;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.floatnone {
    float: none;
    padding: 0 auto;
}
footer {
    margin: 0 auto;
    padding-bottom: 3%;
    width: 90%;
}
footer p {
    font-family:"Trebuchet MS", Arial, sans-serif;
    color: #777;
    font-size: .9em;
    line-height: .5em;
    font-weight: 400;
    text-overflow: wrap;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
}
footer a:link {
	color: #999;
	text-decoration: none; 
}
footer a:visited {
	color: #999;
	text-decoration: none;
}
footer a:hover, a:active, a:focus { /* keyboard navigator the same hover experience as using a mouse. */
	text-decoration: none;
    color: #e58f53;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e58f53;
    margin: 1em 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

nav {
	width: 100%;
    margin-top: .5em;
    padding-left: 6.5%;
	border-top: solid 1px #e58f53;
	border-bottom: solid 1px #e58f53;
    color: #f9f5e2;
    text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 110%;
  	-moz-text-size-adjust: 110%;
 	-ms-text-size-adjust: 110%;
	text-size-adjust: 110%;
    /*background-color: #f9f5e2;*/
}
    
ul.topnav {
  min-width: 255px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(2,42,47,.8);
  position: relative;
  z-index: 1000;
}

ul.topnav li {
    padding-left: .5em;
    float: left;
    list-style-type: none;
    }

ul.topnav li a {
  display: inline-block;
  color: #f9f5e2;
  text-align: center;
  margin-left: 26px;
  padding-bottom: 4px;
  border-bottom: 1px solid #022a2f;
  line-height: 30px;
  font-family: verdana, ariel,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .025em;
  text-decoration: none;
  transition: 0.3s;
}
    
ul.topnav li a:hover {color: #e58f53;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:890px){
#lundeen {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
}
#judy {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
}
}

@media screen and (max-width:720px) {
  h1 {
    margin-top: .5em;
    padding: 1.3em 1.5em 0 7.5em;
    font-size: 1.6em;
    letter-spacing: .05em;
}

#painting-logo {
    margin-top: 2.5%;
}

#news {
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
}
    

nav {
    margin-bottom: 1.3em;
}
.subtitle {
        display: none;
}
  ul.topnav li:not(:first-child) {
      display: none;
    }
  ul.topnav li.icon {
    float: right;
    padding-right: 18%;
    line-height: 30px;
    display: inline-block;
    position: relative;
  }
}

@media screen and (max-width:720px) {
   header {
        min-height: 7.5em; 
    }
   p {
        padding: 0 1.5em;        
    }
  
  ul.topnav.responsive {
      position: relative;
    }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    font-size: 14px;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
  }
}
@media screen and (max-width:620px) {
#lundeen {
    margin: 0 auto;
    width: 80%;
    height: auto;
    float: none;
    text-align: center;
}
#judy {
    margin: 0 auto;
    width: 80%;
    height: auto;
    float: none;
    text-align: center;
}
#news {
    margin: 0 auto;
    width: 90%;
    height: auto;
    float: none;
    text-align: center;
}
}

@media screen and (max-width:487px) {
h1 {
    margin-top: .8em;
    margin-bottom: 0;
    padding: .3em 1.5em 0 8.3em;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    } 
#painting-logo img {
    float: left;
    max-width: 120px !important;
    height: auto;
    margin-top: 5%;
    margin-bottom: 2%;
    margin-left: 7.0%;
    position: absolute;
}
#news {
    margin: 0 auto;
    width: 80%;
    height: auto;
    float: none;
    text-align: center;
}
nav {
    padding-left: 4.5%;
}
ul.topnav li.icon {
    padding-right: 15%;
  }
}
@media screen and (max-width:376px) {
h1 {
    margin-top: 1.0em;
    margin-bottom: 0;
    padding: .3em 1% 0 55%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    } 
#painting-logo img {
    float: left;
    max-width: 25% !important;
    height: auto;
    margin-top: 5%;
    margin-bottom: 1%;
    margin-left: 2.0%;
    position: absolute;
}
p {
   padding:  0 1.0em; 
   line-height: normal;
   letter-spacing: normal;
}
nav {
    padding-left: 2.0%;
}
ul.topnav li.icon {
    padding-right: 12%;
  }
}
@media screen and (max-width:320px) {
h1 {
    margin-top: 1.0em;
    margin-bottom: 0;
    padding: .3em 1% 0 60%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    } 
#painting-logo img {
    float: left;
    max-width: 25% !important;
    height: auto;
    margin-top: 5%;
    margin-bottom: 1%;
    margin-left: 1.0%;
    position: absolute;
}
p {
   padding:  0 1.0em; 
   line-height: normal;
   letter-spacing: normal;
  }
}