html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F6F8F8;
    font: 13px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    color: #fff;
    -webkit-font-smoothing:  antialiased;
}

input[type=text], input[type=password] {
    font-family: Arial sans-serif !important;
    border: 1px solid #ddd;
    padding:5px 4px;
}

input.visitor-name {
    border: 1px solid #ccc !important;
    font: 11px Arial;
    outline: none;
    margin:0;
}

input.size0 {
    width: 50px;
}

input.size1 {
    width: 300px;
}

input.size2 {
    width: 400px;
}

a {
    color: #dc6300;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

.clear {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
.clearfix {display:block;}

#wrapper {
    width: 100%;
    padding:0;
    margin: 0;
    position: relative;
}

#upper-wrap {
    display: block;
    margin: 0;
    padding: 0 0 0 5px;
/*#    background-color: #373737;*/
    background-color: #F6F8F8;
    border-bottom: 1px solid #484848;
    position: relative;
    height: 10%;
}

#lower-wrap {
    display: block;
    margin: 0;
    position: relative;
    height:80%;
    padding-top: 35px;
}

#upper-wrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;  
}

#content {
    position: relative;
    float: left;
    width:100%;
    margin-left:-33%;
    max-width: 98%;
    height:100%;
}

#column {
    margin-left:33%;
}

#sec-comment-wrap {
    width:33%;
    float:right;
    margin-right: 10px;
    position: relative;
}

#footer {
    clear:both;
    position:relative;
}

#mask {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

#notification {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #333;
    opacity: 0.9;
    z-index: 99;
    color:#fff;
    font-size: 16px;
    text-align: center;
    padding: 8px 0 0 0;
    font-weight:bold;
    border:1px solid #eee;
}

.tick-1 {
    background: url(../images/tick-2.png) 10px 10px no-repeat;
    padding-left: 30px;
}

#content:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#sec-photo-wrap {
    margin: 0 auto;
    height:100%;
}

#photo-show img {
    padding-top: 20px;
}

#photo-caption {
    position:absolute;
    top:10px;
    left:10px;
    z-index:99;
}

#photo-caption h3 {
    font-size:20px;
    color: #000000;
    text-shadow: 1px 1px 6px #fff;
    font-weight:bold;
    margin:0;padding:0;
}

.round-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow:0px 1px 1px rgba(0,0,0,0.31);
    -moz-box-shadow:0px 1px 1px rgba(0,0,0,0.31);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.31);
}

#comment-box {
    margin-top:5px;
    background:url(../images/white_texture.png) 0 0 repeat;
    color: #333;
    position: relative;
    height:100%;
}

#comment-content {
    position: relative;
    padding: 10px;
    overflow: hidden;
    height:100%;
}

#comment-list {
    clear:both;
    margin-top:0;
    padding-bottom: 50px;
}

.thumb .end, .thumb {
    background-color:#003d5d;
}

.scrollbar {
    position:relative;
    float:right;
    width:15px;
}

.track {
    background-color: #d8eefd;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

.thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.thumb .end {
    overflow: hidden;
    width: 13px;
    height: 5px;
}

.disable {
    display: none;
}

#comment-content h3 {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    background: #353C38 url(../images/window_close.png) 99% 50% no-repeat;
    margin:5px 0 0 0;
    padding: 3px 5px;
    clear:both;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#comment-content > div + h3 {
    margin-top: 10px;
}

#comment-content > div {
    padding-top: 5px;
    padding-left: 0px;
    font-size: 13px;
}

.comment {
    clear: both;
    position: relative;
    font-size:13px;
}

.comment.replying {
}

.comment:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;  
}

.comment {
    padding-top: 8px;
}

.comment-body {
    overflow:hidden;
}

.comment-body .comment-info {
    padding-bottom: 5px;
}

.author-hightlight {
    font-weight: bold;
    color: #22293F;
}

.comment-time-like {
    font-size:.9em;
    font-weight: normal !important;
    color: #999 !important;
}

.comment-time-like a {
    color: #5598F3;
    padding-left: 18px;
    background: url(../images/thumb_up.png) center left no-repeat;
}

.comment-first {
    position: relative;
    background-color: #e5e5e5;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comment p {
    margin:0;
    padding:0;
    position:absolute;
    right:3px;
    top:3px;
    display:block;
    text-indent:-9999px;
    cursor: pointer;
}

.comment p.reply {
    width:10px;
    height:7px;
    background:url(../images/reply.png) 0 0 no-repeat;
}

.comment p.cancel {
    width:10px;
    height:10px;
    background:url(../images/cross-10x10.png) 0 0 no-repeat;
    display: none;
}

.comment-reply {
    clear:both;
    padding-left:30px;
    padding-top:3px;
}

.comment-reply.comment-arrow {
    background: url(../images/arrow-right.png) 3px 16px no-repeat;
}

.comment-reply .comment-reply-body {
    overflow:hidden;
}

.comment-reply-body .comment-reply-info {
    padding-bottom: 5px;
}

.comment-reply-body .comment-reply-info {
    font-weight: bold;
    color: #22293F;
}

.comment-reply-body .comment-reply-info small {
    padding-left: 10px;
    font-weight: normal !important;
    color: #999 !important;
}

.comment-body .comment-message {
    clear:both;
}

#user-avatar {
}

#user-avatar:hover {
    cursor: pointer;
}

.comment-leave-body {
    padding-left: 5px;
}

#comment-hide {
    position: absolute;
    bottom:0;
    left:0;
    font-size: 10px;
    color: #999;
    cursor:pointer;
}

#comment-leave {
    position:relative;
    display:block;
}

#comment-list-wrap {
}

#paging {
    /*display:none;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 100;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #343434;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    -khtml-opacity:0.80;
    opacity:0.80;
    padding: 0;
    */
    float:right;
}

#paging a {
    display: inline-block;
    padding: 1px;
    line-height:.9em;
    text-decoration:none;
    border:1px solid #201A6C;
    color:#333;
}

#paging span + span {
    margin-left:2px;
}

#paging span.current-page a {
    font-weight:bold;
    border:0;
}

#footer > div {
    background-color:#F6F8F8;
    border-top: 1px solid #484848;
    padding: 5px 0;
    margin-top:5px;
}

.footer-category {
    padding-left: 20px;
    color: #000000;
}

.footer-category h3 {
    font-size: 15px;
    margin: 0;
    padding:0;
    color: #000000;
}

.column-1, .column-2, .column-3 {
    float: left;
}

.column-1 {
    width: 40%;
}

.column-2 {
    width: 21%;
}

.column-3 {
    width: 23%;
}


#signin-reg {
    position: absolute;
    right: 0;
    padding: 5px 10px 0 0;
    z-index: 11;
}

#signin-reg img {
    vertical-align:middle;
}

#register-content, #signin-content, #edit-content {
    display: none;
    color: #000;
    padding: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
    background: -ms-linear-gradient(top, #ffffff, #eee);
    background: -moz-linear-gradient(top, #ffffff 10%, #f8f8f8 100%);
    background: -webkit-gradient(linear, 0% 10%, 0% 100%, from(#ffffff), to(#eee));
    background: -o-linear-gradient(top, #ffffff, #eee);
    /*background-color: #fefefe;*/
    width:0;
    height:0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#register-content {
    margin-top: -200px;
    margin-left: -300px;
}

#edit-content {
    margin-top: -235px;
    margin-left: -350px;
}

#signin-content {
    margin-top: -130px;
    margin-left: -225px;
}


#register-content:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#register-content h2, #signin-content h2, #edit-content h2 {
    margin:0;
    padding:0;
}

/*
#signreg-left, #signreg-right {
    float:left;
}

#signreg-left {
    border-right: 1px solid #e5e5e5;
    padding-right: 10px;
    height:100%;
}

#signreg-right {
    padding-left: 10px;
    height:100%;
}
*/
.btn-cancel {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    text-indent: -9999px;
    background: url(../images/cross.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
}

.logo {
    position:absolute;
    top:50%;
    left: 10px;
    margin-top:-23px;
}

#nav {
    position:absolute;
    left: 0;
    top:40%;
    height: 30px;
    margin-top:-15px;
    width:100%;
}

#nav > span {
    display: block;
    font-weight: bold;
    padding-top: 5px;
}

#nav > ul {
    position:absolute;
    top: 0;
    left: 50px;
    margin:0;
    padding: 0;
    list-style: none;
}

#nav > ul li {
    float: left;
}

#nav > ul li a {
    display: block;
    color: #DC501A;
    padding: 5px 5px 7px 5px;
}

#nav > ul li a:hover {
    /*background: #272727;*/
}

#nav > ul li + li {
    padding-left: 10px;
    margin-left: 10px;
    background: url(../images/divider.png) center left no-repeat;
}

.field {
    clear: both;
    display: block;
}

.field + .field {
    margin-top: 10px;
}

.field:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;  
}

.field p {
    float: left;
    width: 27%;
    text-align: left;
    margin:0;
    padding:0;
}

.field p label {
    font-weight: bold;
    color: #000;
}

.field p small {
    color: #999;
    font-size: 9px;
    display: block;
}

.field span {
    float: left;
    width: 70%;
}

.btn-submit-reset {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 5px 6px;
    cursor: pointer;
}

.btn-submit {
    background-color: #0088CC;
    color:#fff;
    font-weight:bold;
    width: 140px;
    height: 40px;
}

.btn-reset {
    background-color: #565656;
    color:#fff;
    font-weight:bold;
    width: 80px;
    height: 40px;
}

#smilies-wrap {
    position: relative;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    z-index:11;
    background: url(../images/arrow-down-1.png) right center no-repeat;
    width: 30px;
    padding: 0 0 5px 0;
}

#smilies-wrap:hover {
    border:1px solid #1B334C;
    background: #fff url(../images/arrow-up-1.png) right center no-repeat;
    cursor: pointer;
}

#smilies-wrap:hover #smilies-list{
    display: block;
}

#smilies-list {
    position: absolute;
    left: 0;
    top: 16px;
    display: none;
    border:1px solid #1B334C;
    background-color: #fff;
}

#smilies-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100px;
}

#smilies-list ul li {
    float: left;
    padding-left: 2px;
    border: 1px solid #fff;
}

#smilies-list ul li:hover {
    border: 1px solid #333;
}

#artwork-description {
    height:100px;
    margin-bottom: 5px;
}

#author-avatar {
    float: left;
    width: 60px;
}

#author-avatar span {
    font-weight:bold;
    color: #22293F;
    display: block;
    width:50px;
    /*word-break: break-all;*/
    word-wrap:break-word;
}

#artwork-description-dialog {
    float: left;
    width:70%;
    position: relative;
    overflow-x:hidden;
}

#artwork-description-dialog p {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:0;
    padding:10px;
    background:#f5f6f7;
    border: 1px solid #e5e5e5;
    cursor:pointer;
}

#artwork-description-dialog p span {
}

#artwork-description:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;  
}

.jp-container{
    width:100%;
    position:relative;
    background:transparent;
    float:left;
}

#slide-comment-area {
    position: absolute;
    right:0;
    top: 0;
    height:101%;
    width:80px;
    cursor:pointer;
    display:none;
}

#slide-comment-area:hover {
    background: url(../images/toggle-bar.png) bottom left repeat-x;
}

#slide-comment-arrow {
    width:20px;
    height:20px;
    position:relative;
    top:50%;
    left:50%;
    margin-left:-10px;
    margin-right:-10px;
    background:url(../images/comment-expand.png) 0 0 no-repeat;
}

#rate-wrap {
    position:relative;
    overflow:hidden;
}

#rate-buttons .rate-brief {
    text-align:center;
    font-size:10px;
}
#rate-buttons li + li { margin-left: 5px; }

.note {
    background:#F9DAA5;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
    border:1px solid #E6B96F;
    padding:3px 0 3px 30px;
    margin-top: 5px;
}

#itsc-loading {
    display:none;
    color:#000;
    padding-right:5px;
}

#message-area {
    border:1px solid #ccc;
    background:#fff;
    font: 11px Arial;
    padding: 6px;
    color:#a9a9a9;
    margin-top:2px;
}

#message-area a {
    font-weight: normal !important;
    display: block;
    text-align:center;
    text-decoration:none;
}
