body {
    background: #eeeeee;
}

#branding {
    background: url(../images/gradient.png) center bottom repeat-x;
}

h1 {
    text-align: center;
}

.nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.nav li {
    display: inline;
    margin: 0 5px;
    padding: 10px 10px 3px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav li.current {
    border-width: 1px;
    border-color: #eeeeee #eeeeee #ffffff #eeeeee;
    border-style: solid;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    background: #ffffff;
}

#content {
    background: #ffffff;
}

#content_inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}

.drawingbox {
    position: relative;
    float: left;
    width: 270px;
    height: 550px;
    margin: 24px;
}

    .drawingbox a.art {
        display: block;
        text-align: center;
        margin-top: 1.4em;
        margin-bottom: 10px;
        padding: 5px 0;
        line-height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-width: 1px;
        border-style: solid;
        border-color: rgba(200, 200, 200, 0.5);
        -moz-box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
        -webkit-box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
        box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .drawingbox img {
        margin: 0 auto;
    }
    
    #unrated .drawingbox {
        width: 170px;
        height: 450px;
        margin: 8px;
    }
    
    #single .drawingbox {
        width: 330px;
        float: none;
    }
    
        #single .drawingbox img {
            padding: 5px;
            line-height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-width: 1px;
            border-style: solid;
            border-color: rgba(200, 200, 200, 0.5);
            -moz-box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
            -webkit-box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
            box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.5);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        }
    
.date,
.time,
.notice,
.title,
.untitle,
.artists,
.x_mark,
.starbox,
.stars,
.comments {
    margin: 0 auto;
    text-align: center;
}

.title,
.untitle {
    position: absolute;
    text-align: center;
    width: 270px;
}

.title {
    position: absolute;
    height: 1.4em;
    overflow: hidden;
}

  .title:hover {
      height: auto;
      background: #ffffff;
  }

.untitle {
    font-style: italic;
}

.comments {
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}

.page_nav {
    clear: both;
    text-align: center;
}

#footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
}


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px) {

body {
    -webkit-text-size-adjust: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 5px;
}

#container {
    width: 100%;
}

.drawingbox {
    float: none;
    margin: 10px auto;
}

    #single .drawingbox {
        width: auto;
        float: none;
    }

        #single .drawingbox img {
            padding: 0;
            line-height: 0;
            border: none;
            background: transparent;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

}

a:link,
a:visited {
    color: #2e9560;
}

.nav a:link,
.nav a:visited {
    text-decoration: none;
}

