@import 'reset-min.css';
@import 'fonts-min.css';

* { outline: 0; }

body {}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid;
}

#head {
  height: 136px;
  width: 100%;
}

.clear {
  clear: both;
}

#home #head {background: #f9a01b url(../images/head_home.png) no-repeat left top;}
#collectors_form #head {background: #3a5dab url(../images/head_collectors_form.png) no-repeat left top;}
#missing_work #head {background: #ed1c24 url(../images/head_missing_work.png) no-repeat left top;}
#about_the_artist #head {background: #fff200 url(../images/head_about_the_artist.png) no-repeat left top;}
#contact #head {background: #00a012 url(../images/head_contact.png) no-repeat left top;}

#nav {
  font-size:77%;
  background: black;
  height: 25px;
  line-height: 25px;
  margin-top: 3px;
}

#nav li {
  display: inline;
}

#nav li a{
  color: white;
  padding: 0 8px 0 26px;
}

#nav li a:hover {
  border: none;
}

#nav li a.home:hover, #home #nav li a.home {color: #f9a01b;}
#nav li a.collectors_form:hover, #collectors_form #nav li a.collectors_form {color: #3a5dab;}
#nav li a.missing_work:hover, #missing_work #nav li a.missing_work {color: #ed1c24;}
#nav li a.about_the_artist:hover,#about_the_artist  #nav li a.about_the_artist {color: #fff200;}
#nav li a.contact:hover, #contact #nav li a.contact {color: #00a012;}

#content {
  margin-top: 30px;
  padding-bottom: 40px;
  
}

#content-left {
  width: 280px;
  float: left;
  padding-left: 26px;
}

#content-right {
  margin-left: 336px;
  width: 612px;
  font-size: 77%;
  
}

#about_the_artist #content-right {
  margin-left: 531px;
  font-size: 100%;
  width: 280px;
}

#home #content-right img {
  display: block;
  padding-bottom: 14px;
}

#home #content-right .title{
  font-weight: bold;
  font-style: italic;
}

p {
  font-size: 86%;
  line-height: 16px;
  padding-bottom: 16px;
}

.description p {
  font-size: 100%;
}

em {
  font-style: italic;
}

/*H1*/
h1 {
  text-indent: -9999px;
  height: 35px;
  width: 200px;
}

#collectors_form h1 {
  background: url('../images/collectors_form.png') no-repeat;
}
#missing_work h1 {
  background: url('../images/missing_works.png') no-repeat;
}

#about_the_artist h1 {
  background: url('../images/about_the_artist.png') no-repeat;
}

#contact h1 {
  background: url('../images/contact.png') no-repeat;
}

/*form*/

form {
  padding-bottom: 40px;
}

form p {
  width: 570px;
  padding-bottom: 6px;
}

label {
  display: block;
}

input, textarea {
  border: none;
  background: #f1f2f2;
  padding: 5px;
}

input {
  height: 16px;
}

input.small {
  width: 33px;
}

input.medium {
  width: 200px;
}

input.large, textarea {
  width: 560px;
}

input#title, input#medium {
  width: 570px;
}
input#year {
  width: 43px;
}
input#dimensions {
  width: 210px;
}

.submit {
  background: black;
  padding: 3px 10px;
  height: auto;
  color: #fff200;
  font-weight: bold;
  cursor: pointer;
}

.submit:hover {
  color: red;
}

#fax {
  display: none;
}

/*Missing Works*/

.work {
  font-size: 111.7%;
  line-height: 16px;
  padding: 16px 0;
  width: 612px;
}

#home .work {
  padding: 0;
}

#missing_work .work-list .work {
border-bottom: 1px solid #c6c8ca;
}

.year{}
.title {color:#ed1c24; font-weight: bold; font-style: italic;}
.dimensions {}
.medium {}

.work img {
  margin-bottom: 5px;
}

#breadcrumb {
  font-size: 90%;
  height: 18px;
  color: #939598;
}

#breadcrumb a{
  color: #939598;
}

#detail-form {
  padding-top: 16px;
}

#missing_work #owned {
  padding-bottom: 300px;
}

#content-left #detail-form {
  font-size: 86%;
  line-height: 16px;
  
}

#missing_work #owned-form {
    font-size: 116.3%;
    display: none;
}

.work a {
  color: #ed1c24;
  border: 0;
}

.work a:hover {
  color: #CCC;
}

#detail-form a {
    color: #00aeef;
}

.work a.image-link {
  border: none;
}

.work a.image-link img{
  border: 1px solid white;
  padding: 0;
}

.work a.image-link:hover img{
  border: 1px solid #ed1c24;
}

/*About the Artist*/
.caption {
  font-size: 70%;
  color: #939598;
  width: 480px;
  text-align: right;
  padding-top: 5px;
}

.head-image img {
  padding-bottom: 6px;
}

.head-image {
  text-align: right;
  font-size: 73%;
  line-height: 12px;
}

#contact .head-image {
  width: 820px;
}

#collectors_form .head-image {
  width: 1062px;

}

.head-image em {
  font-weight: bold;
  display: block;
}

.random {
  display: none;
}

#footer {
  font-size: 86%;
  font-family: Verdana, 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
  color: #666666;
  line-height: 16px;
  padding: 10px 26px;
}

#footer span {
  margin: 0 12px;
}

#collectors_form #owned {
   display:none;
}
