html,body {
    font-family: sans-serif;
    font-size: 14px;
}

body.article {
    background-color: lightgray;
}

body.title {
    width: 100%;
    height: 100%;
    margin: 0 0;
    background-color: white;
}

div.header {
   margin-top: 35px;
   margin-left: 35px;
   float: left;
}

div.header h1 {
    font-weight: normal;
    text-align: left;
    font-size: 3.0em;
    margin: 0 0;
}

div.header h2 {
    font-weight: normal;
    text-align: left;
    margin: 0 0;
}

h1 {
    font-size: 28px;
}

#container {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
}

#announce {
  margin: 4em auto;
  width: 600px;
}

.desc {
  margin: 0 4em 3em 4em;
  color: #2c2c2c;
  font-size: 0.9em;
  border: 1px solid gray;
  background-color: #fcfcfc;
  padding: 1em;
}

.desc p {
  margin: 0.2em;
  text-align: left;
}

.desc a {
  color: #1240ab;
}

#stripe {
    position: relative;
    background-image: url(../img/tile-stripe.png);
    height: 150px;
    width: 100%;
    color: white;
    text-align: center;
    clear: both;
}

#stripe img {
    vertical-align: bottom;
}

img#art {
    /*
    width: 205px;
    height: 150px;
    */
    position: relative;
    top: 8px;
    float: left;
    border: 1px solid white;
}

#text {
    width: 354px;
    float: left;
}

#links {
    font-size: 1.4em;
}

#links a {
    color: gray;
}

a h1 {
    color: white;
    font-size: 28px;
}

.title #footer {
    margin-top: 5px;
}

.title #footer span, .title #footer a {
    color: gray;
}

.article #footer {
    color: white;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-image: url(../img/top-stripe.png)
}

.article #footer a {
    color: silver;
}

.title #footer-clear {
    display: none;
}

.title #nav {
    padding-left: 20px;
    margin-left: 20px;
    height: 100px;
    margin-top: 30px;
    border-left: 1px solid white;
    color: #bbb;
    float: right;
    text-align: left;
    list-style-type: none;
}

.title #nav a {
    color: #eee;
    font-size: 1.3em;
    line-height: 1.4em;
}

.title #nav a:hover {
    color: #bbb;
}

/* --- */

#media h2, #artist h2 {
    font-size: 1.4em;
    margin-top: 1.0em;
}

#header {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background-image: url(../img/top-stripe.png)
}

#header h1 {
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 28px;
}

#header h1 a {
    text-decoration: none;
    color: white;
}

.article #nav {
    border-left: 1px solid white;
    margin-left: 227px;
    padding-left: 10px;
    position: relative;
    height: 25px;
    line-height: 25px;
    top: 25%;
}

.article #nav, .article #nav a {
    color: #eee;
    font-size: 1.05em;
}

/* --- */

#wrapper {
    border-left: 1px solid black;
    border-right: 1px solid black;
    /*min-height: 100%;*/
    width: 850px;
    margin: 0 auto;
    background-color: white;
}

#content {
    padding: 20px 50px 20px 50px;
}

p:first-letter {
    font-size: 1.3em;
}

p {
    line-height: 1.6em;
    text-align: justify;
}

/* -- /artist -- */

img#photo {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

/* -- /galleries -- */

body#galleries ul {
    list-style-type: none;
}

body#galleries li {
    margin-bottom: 1em;
    float: left;
    display: block;
    width: 50%;
}

#galleries a {
    color: #1240AB;
}

address {
    line-height: 1.5em;
}

/* -- /art -- */

.artbox {
    width: 250px;
    height: 200px;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.artbox .title {
    font-weight: bold;
}

.artbox .image {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0.4em auto;
}

#filtering {
    /*background-color: lightyellow;*/
    background-color: #E0E0E0;
    padding: 10px;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 15px;
}

#filtering input {
    margin-left: 10px;
}

