* {
    margin: 0;
}
html, body {
    color: #3d3d3d;
    height: 100%;
    /* background-color: #fafad2; */
	background-color: #FFF;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 0;
    margin-bottom:-4em;

    width: 804px ;
    margin-left: auto ;
    margin-right: auto ;
}
.footer, .push {
    text-align: center;
    height: 4em;
    color: #A48989;
}

a {
    color: #808080;
    text-decoration: none;
}

a:hover {
    color: #8F3A3A;
}



.header {
    height: 100px;
}

.logo {
    color: black;
    font-size: 40px;
    margin: 20px;

    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;

    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}
.logo p {
    cursor:default;
}
 #nav {
 }
#nav ul li{
    display: inline;

    padding-left: 10px;
}

.container {

}

#gallery_list{
}

#gallery_list ul {
    padding: 0;
    margin: 0;
}

#gallery_list ul li {
    display: inline-block;
    width: 394px;
    height: 250px;
    background: #d3d3d3;
    border: 1px solid #d3d3d3;
    margin: 2px;


    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

#gallery_list ul li:hover {
    border-bottom: 1px solid black;
    border-left: 1px solid gray;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #808080;



}

div.copyright {
    text-align: center;
    color: black;
    font-size: 20px;
}



.gallery_box {

    position: relative;
    height: 250px;
}

.gallery_title {
    font-size: 20px;
    color: white;
    width: 100%;
    margin-top: 190px;

    position: absolute;
    bottom: 0;

    text-shadow:
        1px 1px 0 #595959,
        -1px -1px 0 #595959,
        1px -1px 0 #595959,
        -1px 1px 0 #595959,
        1px 1px 0 #595959;


}


div.gallery_container_box{
    float:left;
    width:176px;
    margin:35px 0px 0px 0px;
    padding: 10px;

    border: 1px solid #d3d3d3;

}

div.gallery_container_box ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #d3d3d3;
    margin: 2px;
}

div.gallery_container_box ul li:hover {
    border: 1px solid black;
    -webkit-box-shadow: 0 2px 1px -1px black;
    -moz-box-shadow: 0 2px 1px -1px black;
    box-shadow: 0 2px 1px -1px black;
}

div.gallery_container_box img {
    width: 50px;
    height: 50px;
}

div.painting_container_box{
    color: #595959;
    padding: 10px;
    text-align: center;


    height:20em;
    margin:0px 0px 0px 176px;

}

div.painting_container_box img {
    max-width: 580px;
    max-height: 430px;
}

div.title{
    padding-bottom: 10px;
}
div.description {

}
div.description ul li{
    display: inline;
    padding-left: 10px;

}

div.content_container {
    width: 804px;
    background-color: white;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    padding: 10px;

    min-height: 500px;
}
div.contact {
    text-align: center;
}

table.bio td {
    padding: 10px;
}
div.admin_area img{
    float: right;
    height: 20px;
    width: 20px;
    opacity: 0.5;
}
#admin_list{

}

#admin_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#admin_list ul li {
    display: inline-block;
    width: 300px;
    background-color: white;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0 1px 3px;
    border: 1px solid #d3d3d3;
    margin: 10px;
}

.admin_painting {
}

.admin_painting img {
    float: left;
    padding-right: 10px;
}

.admin_series ul li {
    background: #d3d3d3;
    display: inline;

    position: relative;
    text-decoration: none;
    display: inline;
    list-style-type: none;
    border-right: 10px;
    border-style: solid;
    border-color: #fafad2;
    padding-left: 5px;
    padding-right: 5px;
}