/* Size, position and type */
body {  
        text-align: left;
        padding: 0;
        font: 0.8em/1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
        margin: 17px auto 0px 12px;
        max-width: 1400px;
}

h1,
h2,
h3,
h4,
h5 {
        margin: 0 0 .5em 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

#topbar { 
        position: absolute;
        left: 0; top: 0;
        z-index: 0;
        width: 100%;
        height: 16px;
        overflow: hidden;
}

#topgrad { 
        position: absolute;
        left: 0;
        top: 16px;
        width: 100%;
        height: 348px;
        overflow: hidden;
        z-index: 0;
}

#container {
        margin: 0 auto;
        /*text-align: justify;*/
        position: relative;
        z-index: 1;
}

.clearer { clear: both; }

#pageHeader {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 5px;
        text-align: center;

        padding-right: 15px;
}

#pageHeader img {
        margin-left: auto;
        margin-right: auto;
}

#pageHeader h1 {
        margin: 0.2em 0;
        font-size: 1.6em;
        color: #FFF;
}

#pageHeader h2 {
        margin: 0.2em 0;
        font-size: 1em;
        font-weight: normal;
}

#pageLogo {
        width: 128px;
        height: 121px;
        padding: 15px 0px;
        margin-bottom: 15px;
        float: left;
}

#topContainer {
        position: relative;
        height: 121px;
        padding: 15px 0px;
        margin-bottom: 15px;
        margin-left: 128px;
        /*border: 1px solid;*/
}

#topContainer h1,
#topContainer h2,
#topContainer h3 {
        text-align: center;
}

#contentContainer {
        border-right: 4px solid;
        border-left: 4px solid;
}

#sidebarContainer {
        width: 18.5em;	/* the em size is relative to current font-size */
        font-size: 0.85em;
        line-height: 1.4;

        float: left;    /* left positioning */
}

.sidebar h1,
.sidebar h2,
.sidebar h3 {
        margin-top: 1em;
}

#content {
        padding: 5px;
        font-size: 0.85em;
}

#content h1,
#content h2,
#content h3 {
        text-align: center;
        margin: 0.8em 1.2em;
        line-height: 1.2em;
}

#footer {
        padding: 15px;
        clear: left;
}

#footer p {
        margin: 0;
}

#footer a:link,
#footer a:visited {
}

#footer a:hover,
#footer a:active {
}

#showartworks a {
        text-decoration: none;
}

/* COLORS */
body { 
        color: #F4F4F4;
        background-color: #1A1A1A;
}

#topbar { 
        background-color: #F3A424;
}

#topnavcontainer #current,
#topnavcontainer a:visited {
        color: #F3A424;
}

#topnavcontainer a:hover {
        border-color: #F3A424;
}

#topnavcontainer a:active {
        color: #F3A424;
}
#sidebarContainer,
#navcontainer a,
#pageHeader h1 {
        color: #CDCDCD;
}


#navcontainer {
        border-top-color: #1F1F1F;
}

#navcontainer a {
        border-bottom-color: #1F1F1F;
}

#pageHeader h2,
#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover,
h1,
h2,
h3,
h4,
h5 {
    color: #F3A424;
}

a:link,
a:visited {
    color: #F3A424;
}

#contentContainer {
    background-color: #1C1C1C;
    border-color: #1F1F1F;
}

.sidebar {
    border-color: #1F1F1F;
}

select {
    background-color: #F3A424;
}


/* Parent - Level 0 */
#topnavcontainer {
        text-align: center;
        line-height: 1.8em;
        position: relative;
        width: 100%;
        z-index: 100;
}

#topnavcontainer ul{
        list-style: none;
        margin: 0;
        padding-top: 0px;
        padding-bottom: .1em;
        z-index: 4;
        /*float: left;*/
        margin-bottom: 2px;
}

#topnavcontainer li {
        display: inline;
        margin: 0;
        padding: 0;
}

#topnavcontainer a {
        padding: 2px 10px;
        border-top: 1px dotted #fff;
        border-right: 1px dotted #aaa;
        border-bottom: 1px dotted #aaa;
        border-left: 1px dotted #fff;
        text-decoration: none;
        color: #fff;
}

#topnavcontainer a:hover {
}

#topnavcontainer a:active {
}

.sidebar h1 {
    text-align: center;
    font-size: 1.4em;
}
.sidebar h2 {
    font-size: 1.2em;
}

#resetselection {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
}

.sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

.sidebar ul li {
        margin: 0;
        padding: 0;
        margin-top: 1em;
        text-align: center;
}

.sidebar p {
    font-size: larger;
    text-align: center;
}

.sidebar a {
    text-decoration: none;
    border: thin solid #F3A424;
    padding: 2px 5px;
}

p.button {
    /*border: 2px solid #1f1f1f;*/
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px;
}

/*p.button button[type=button] {
    padding: 4px 15px; font-family: Helvetica, Arial, sans-serif;
}
p.button button[type=submit] {
    padding: 8px 15px; font-family: Helvetica, Arial, sans-serif;
}*/

p.button #browsing {
    padding: 8px 15px;
    width: 180px;
}

p.button button {
    padding: 8px 15px; 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; line-height: 1; color: #222; background-color: #f3a424;

    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9CC84), to(#F9BC5A), color-stop(.5,#F3A424));
    background-image: -moz-linear-gradient(19% 75% 90deg, #F9BC5A, #F9CC84, #F3A424 50%);
    -webkit-border-radius: 23px; -moz-border-radius: 23px; 
    -o-border-radius: 23px; border-radius: 23px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 2px solid #f9cc84;
}

p.button button:active {
    border-color: #F3A424;
}


#navcontainer {
	border-top: 1px solid;
	position: relative;
	z-index: 100;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background-image: url(images/menu_arrow_down.gif);
}

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 4;
	float: left;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 18px;
	border-bottom: 1px solid;
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */
#navcontainer ul ul {
	float: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background-image: none;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor{
    background-position: 15px center;
}



a:hover,
a:active {
}

#showartworks {
   position: relative;
}

#showartworks p {
    color: #f7f7f7;
}

#showartworks img {
    border: 1px #FFF dotted;
}
#showartworks .anartwork a:visited img {
        border-right: 1px #FA5 dotted;
        border-bottom: 1px #FA5 dotted;
}
#showartworks .anartwork a:hover img,
#showartworks .anartwork a:focus img {
        border: 1px #FA5 solid;
}
#showartworks .anartwork a:active img {
        border: 1px #1C1C1C solid;
}
#showartworks .anartwork a:link img {
        border: 1px #FFF dotted;
}

.sidebar { 
        border-style: solid;
        padding: 4px;
        clear: left;
}

div.description { 
        /*display: block;*/
        margin: 2em 2em;
}

div.description h1 {
    font-size: 1.2em;
}
div.description h2 {
    font-size: 1.4em;
}

#selectsequence {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #CDCDCD;
}

div.anartwork { 
        /*position: relative; */
        float: left;
        margin: 0.8em 0.5em 0.5em 0.1em;
        padding: 0.5em;

        border-bottom: 1px dotted #CDCDCD;
        border-right: 1px dotted #CDCDCD;
        border-top: 1px dotted #1F1F1F;
        border-left: 1px dotted #1F1F1F;
}

div.smallformat { 
    display: inline-block;
    width: 160px;
    height: 240px; }

div.largeformat { width: 500px; }

div.anartwork img { 
        display: block;
        margin: 1em auto;
        vertical-align: middle;
}

div.showartist img {
        /*display: block;*/
        margin: 1em;
        float: left;
}

div#overlayartistdetail {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 100;
    background-color: #374037; /* grey-green color */
}

img.artimage160w { width: 160px; }
img.artimage240w { width: 240px; }
img.artimage480w { width: 480px; }
img.artimage160h { height: 160px; }
img.artimage240h { height: 240px; }
img.artimage480h { height: 480px; }

label.noartimage,
label.noartistimage { 
        display: block;
        width: 10em;
        margin: 2em auto;
        border: medium solid #00FF00;
        padding: 0.5em;
        font-size: larger;
        text-align: center;
}

.artlabel {
        float: left;
        width: 7em;
        margin-right: 0.5em;
        margin-left: 2em;
        font-weight: 500;
}
 .artistlabel {
        float: left;
        width: 7em;
        margin-right: 0.5em;
        margin-left: 1em;
        font-weight: 500;
 }

.shortartfield {
        float: left;
        width: 12em;
}

.artistfield {
        float: left;
        width: 10em;
}

.arttitle { 
        text-align: center;
        margin-top: -0.2em;
        margin-bottom: 0em;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

p.arttitlestrong,
p.artiststrong,
#artistdetail p.artiststrong {
        color: #F3A424;
        text-align: center;
        margin-top: 0em;
        font-size: 1.4em;
        line-height: 1.4;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

span.separator { margin: 0 0.6em;}

.sidebar #authorid { font-size: 0.9em; }

div.showartist,
div#buyartwork,
div#shipping,
div#costsummary {
        margin: 0.8em 0.5em 0.5em 0.1em;
        padding: 0.5em;
        border-bottom: 1px dotted #CDCDCD;
        border-right: 1px dotted #CDCDCD;
        border-top: 1px dotted #1F1F1F;
        border-left: 1px dotted #1F1F1F;
        float: left;
}

/* Form style */

p#formbutton {
        text-align: center;
}

#formbutton button {
        font-size: 1.2em;
        background-color: #F3A424;
        margin: 1em;
}

p#filebutton {
    text-align: left;
    padding-left: 1em;
    background-color: #CDCDCD;
    color: #1F1F1F;
    width: 90%;
}

#shipping {
    position: relative;
}
#shipping .field label,
#shipping .output label {
    position: absolute;
    font-size: 90%;
    padding-top: 0.5em;
    left: 2em;
}
#shipping .field select,
#shipping .field input {
    margin-left: 6em;
    margin-bottom: 0.2em;
    line-height: 1.0em;
}

#shipping .field input {
    background-color: #CDCDCD;
}

#shipping .output {
    clear: right;    
}

#artworkdetail table {
    line-height: 1.2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#artworkdetail table col.labels {
    width: 18%;
}
#artworkdetail table col.values {
    width: 27%;
}
#artworkdetail table td.label {
    text-align: right;
    padding-right: 0.5em;
    background-color: #272727;
}
#artworkdetail table td.value {
    text-align: left;
    padding-left: 0.5em;
}

#costsummary table {
    line-height: 1.5em;
    width: 100%;
    border: 1px solid #F3A424;
    margin: 0;
    padding: 0.5em;
}

#costsummary table td {
}

#costsummary table col.costs {
    width: 7em;
}

#costsummary table td.cost {
    text-align: right;
    vertical-align: middle;
    border-bottom: 1px dotted #f3a424;
}

#shipping #shipbutton {
    font-size: 1.2em;
    margin: 1em;
}

#buyartwork form {
    color: #CDCDCD;
    padding-right: 2em;
}

#buyartwork form input,
#buyartwork form textarea {
        background-color: #CDCDCD;
}

#buyartwork form #from {
        margin-bottom: 2em;
}
#buyartwork form legend {
    color: #FFF;
}

#buyartwork form textarea {
        margin-top: 0.5em;
}

#buyartwork label.name {
        position: absolute;
        margin-top: 0.4em;
}
#buyartwork input.name {
        margin-left: 8em;
        margin-bottom: 0.2em;
        line-height: 1.4em;
}

#buyartwork span.torelabel {
        display: block;
        position: absolute;
        margin-bottom: 0.4em;
}
#buyartwork span.tore {
        display: block;
        margin-left: 2.5em;
        margin-bottom: 0.4em;
}

#buyartwork input.error {
        border: medium solid #00FF00;
}

div.successreply {
    border: thin dotted #F3A424;
    padding: 0.5em;
    margin: 0.3em;
}

div.errorreply {
    border: thin solid #FF0000;
    padding: 0.5em;
    margin: 0.3em;
}

#addform form {
    position: relative;
    color: #CDCDCD;
    padding-right: 2em;
}

#addform form .field label {
    position: absolute;
    font-size: 90%;
    padding-top: 0.5em;
    left: 2em;
}

#addform form .field input,
#addform form .field select {
    margin-left: 10em;
    margin-bottom: 0.2em;
    line-height: 1.0em;
}

#addform form .field input,
#addform form .field textarea {
    background-color: #CDCDCD;
}

#addform form textarea {
    margin-top: 2.5em;
    margin-left: 2em;
    font-size: 1.0em;
}

#addform form p#filebutton {
    margin-top: 1.5em;
    margin-left: 2em;
}

div#updateartist {
    margin: 2em;
    padding: 4px;
    border: 4px solid;
    border-color: #1F1F1F;
}

p#artimage {
    text-align: center;
}