@charset "utf-8";

/*
(C) SCRAPTURE.org - street_fashion.css, LastUpdate 080410

    Table of Content

    LOCAL NAVIGATION
    PICTURE
    DASHBOARD
    TAG CLOUD
    RECENTLY COMMENT
*/

div#post-a-picture div#post-title {
    float: left;
    width: 624px;
    margin-top: 10px;
}

div#post-a-picture div#post-title h2 {
    font-size: 32px;
    color: #000;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-style: italic;
    letter-spacing: -1px;
    text-transform: uppercase;
}

div#post-a-picture div#post-title h2 span.jp {
    font-size: 14px;
    color: #0099FF;
    margin-top: 8px;
    padding: 10px 0 0;
    display: block;
    background-image: url(../img/streetsnap/border_bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    border-top: 1px solid #DDD;
    font-style: normal;
}

div#post-a-picture div#post-rule {
    color: #000;
    border: 5px solid #EEE;
    background-color: #F5F5F5;
    padding: 10px;
    margin-top: 20px;
    width: 300px;
    float: left;
    display: inline;
}


div#post-a-picture div#post-rule h3 {
    color: #000;
    font-size: 16px;
}

div#post-a-picture div#post-rule ul {
    list-style-type:circle;
    line-height: 1.5;
    margin: 10px 0 10px 20px;
    color:#000;
    font-size:12px;
}

div#post-a-picture div#post-form {
    float: right;
    display: inline;
    width: 260px;
    margin: 20px 20px 0 0;
}

div#post-a-picture div#post-form p.attention {
    padding-bottom: 10px;
}

div#post-a-picture div#post-form input.text {
    font-size: 18px;
    width: 255px;
    margin: 10px 0;
}

div#post-a-picture div.swsAd {
    float: right;
    width: 300px;
    height: 270px;
    overflow: hidden;
    text-align: center;
    display: inline;
    padding: 15px 15px 0;
    background: #EEE url(../img/ad/adsbyglam_300.gif) center 272px no-repeat;
    margin: 10px 16px 0 0;
}

/*
-------------------------------------------------------------------------------
LOCAL NAVIGATION
-------------------------------------------------------------------------------*/

div#localNavBox ul#localNav li#localNavAddBtn {
    float: right;
    margin-right: 25px;
    display: inline;
}

div#localNavBox span.message {
    background:url(../img/posts/message.gif) 0 0 no-repeat;
    width: 302px;
    height: 50px;
    overflow: hidden;
    text-indent: -7777em;
    position: absolute;
    top: 10px;
    right: 130px;
    display: block;
}

* html div#localNavBox span.message { left: -10px; }

/*
-------------------------------------------------------------------------------
PIC
-------------------------------------------------------------------------------*/

div.wrapper {
    padding: 20px 0 10px;
    clear: both;
    float: none;
    width: auto;
    min-height: 1px;/*add 0430 :IE7 BUG*/
}

div.wrapper a {
    border: none;
    text-decoration: none;
}

div#wrapper div#sysMsg {
    padding: 10px;
    background: #0099CC;
    color: #FFF;
    text-align: center;
    margin: 0 0 20px;
}

div#wrapper div#errMsg {
    padding: 10px;
    background: #FF0066;
    color: #FFF;
    text-align: center;
    margin: 0 0 20px;
}

/*
PIC */

div.pic {
    width: 166px;
    height: 213px;
    overflow: hidden;
    margin: 0 26px 30px 0;
    border: 1px solid #666;
    float: left;
    position: relative;
    display: inline;
}

div.pic div.overview {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 156px;
    height: 32px;
    overflow: hidden;
    padding: 8px 5px;
    background: #000;
    opacity: 0.80; /* w3c */
    filter: alpha(opacity=80); /* ie */
    color: #FFF;
    margin-bottom: -1px;
}

div.pic div.overview span.title {
    color: #FFF;
    display: block;
    padding-bottom: 3px;
    font-size: 12px;
}

div.pic div.overview span.name {
    color: #999;
    display: block;
    font-size: 11px;
}

div.pic div.overview span.cCount {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 24px;
    height: 22px;
    padding-top: 3px;
    z-index: 99;
    display: block;
    text-align: center;
    background: url(../img/posts/comments_count_bg.png) 0 0 no-repeat;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1;
}

* html div.pic div.overview span.cCount {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comments_count_bg.png", sizingMethod="crop");
}

/*
div.pic div.overview span.cCountHot {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 24px;
    height: 22px;
    padding-top: 3px;
    z-index: 99;
    display: block;
    text-align: center;
    background: url(../img/posts/comments_count_hot_bg.png) 0 0 no-repeat;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 1;
}

* html div.pic div.overview span.cCountHot {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comments_count_hot_bg.png", sizingMethod="crop");
}
*/

div.pic div.zoom {
    position: absolute;
    left: 126px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: none;
}

div.pic div.zoom a {
    width: 30px;
    height: 30px;
    background: url(../img/posts/zoom.gif) 0 0 no-repeat;
    display: block;
    color: #FFF;
    overflow: hidden;
    text-indent: -7777em;
    opacity: 0.50; /* w3c */
    filter: alpha(opacity=50); /* ie */
}

div.pic div.zoom a:hover {
    opacity: 0.80; /* w3c */
    filter: alpha(opacity=80); /* ie */
}

/*
-------------------------------------------------------------------------------
PAGER
-------------------------------------------------------------------------------*/

/*div.pages { padding: 0 10px 25px 0; }*/

/*
-------------------------------------------------------------------------------
DETAILE
-------------------------------------------------------------------------------*/

div#detail {
    width: 320px;
    float: left;
    padding: 20px 0;
}

div#detail h2 {
    color: #333;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 5px 0 5px 20px;
    margin: 0 20px 10px 0;
    font-weight: bold;
    background: url(../img/streetsnap/border_bg.gif) 0 0 repeat-x;
}

div#detail div#sysMsg {
    padding: 10px;
    background: #00CCFF;
    color: #FFF;
    text-align: center;
    margin: 0 20px 20px 0;
}

div#detail div#errMsg {
    padding: 10px;
    background: #FF0066;
    color: #FFF;
    text-align: center;
    margin: 0 20px 20px 0;
}

div#detail div#postPic {
    width: 300px;
    height: auto;
    text-align: center;
    position: relative;
    background: url(../img/posts/postPic_bg.gif) 0 0 repeat;
    line-height: 1;
    margin: 0 0 30px;
    padding: 20px 0;
}

div#detail div#postPic div.said {
    position: absolute;
    width: 100px;
    height: auto;
    top: 10px;
    left: 220px;
    z-index: 10;
}

div.said span.saidHeader, div.said span.saidFooter {
    width: 100px;
    height: 10px;
    overflow: hidden;
    text-indent: -7777em;
    display: block;
}

div.said span.saidHeader { background: url(../img/posts/comment_bg_header.png) 0 0 no-repeat; }

div.said span.saidFooter {
    background: url(../img/posts/comment_bg_footer.png) 0 0 no-repeat;
    height: 15px;
}

* html div.said span.saidHeader {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comment_bg_header.png", sizingMethod="crop");
}

* html div.said span.saidFooter {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comment_bg_footer.png", sizingMethod="crop");
}

div#detail div#postPic div.said p {
    width: 80px;
    height: auto;
    background: url(../img/posts/comment_bg.png) 0 0 repeat-y;
    padding: 10px;
    color: #000;
    text-align: left;
    line-height: 1.5;
    font-size: 10px;
}

* html div.said p {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.scrapture.org/img/posts/comment_bg.png", sizingMethod="scale");
}

div#detail p.title {
    color: #333;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 5px 0;
    margin: 0 20px;
    font-size: 120%;
    background: url(../img/streetsnap/border_bg.gif) 0 0 repeat-x;
}

div#detail p.date {
    font-size: 100%;
    text-align: right;
    margin: 0 20px 20px;
    padding-top: 5px;
    color: #666;
}

div#detail p.date small {
    font: italic bold 80%/1 Georgia, "Times New Roman", Times, serif;
    color: #999;
    padding-left: 10px;
}

div#detail p.body {
    margin: 0 20px;
    color: #333;
    line-height: 1.8;
    padding: 0 0 30px;
}

div#detail p.attention {
    margin: 0 20px;
    padding: 0 0 10px;
}

div#detail form { margin: 0 20px; }

div#detail input#PostPassword {
    width: 100px;
    border: 2px solid #DDD;
    padding: 2px 1px;
    font-size: 120%;
}

/*
-------------------------------------------------------------------------------
FORUM
-------------------------------------------------------------------------------*/

div#forum, div#edit {
    width: 610px;
    padding-left: 30px;
    padding-top: 20px;
    float: right;
    text-align: left;
    background: url(../img/streetsnap/detail_bg.gif) 0 0 repeat-y;
    min-height: 800px;
}

* html div#forum, * html div#edit { height: 800px; }

div#forum p.attention { padding: 0 0 10px; }

div#forum h2, div#edit h2 {
    color: #333;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 5px 0;
    margin: 0 0 10px;
    font-weight: bold;
    background: url(../img/streetsnap/border_bg.gif) 0 0 repeat-x;
}

div#edit p {
    padding: 0 0 10px;
    color: #666;
    font-size: 120%;
}

div#edit div.box { padding: 0 0 20px; }

/*
CONTENT NAV
-------------------------------------------------------------------------------*/

div#nextprevNav { padding: 0 0 20px; }

div#nextprevNav #prevEntry {
    width: 100px;
    float: left;
    position: relative;
}

div#nextprevNav #nextEntry {
    width: 100px;
    float: right;
    position: relative;
}

div#nextprevNav div#prevEntry p#prevEntryBtn {
    position: absolute;
    width: 92px;
    height: 50px;
    top: 86px;
    left: 4px;
    z-index: 9;
}

div#nextprevNav div#nextEntry p#nextEntryBtn {
    position: absolute;
    width: 92px;
    height: 50px;
    top: 86px;
    right: 4px;
    z-index: 9;
}

div#nextprevNav #prevEntry #prevEntryBtn a {
    /*background: url(../img/common/spacer.gif) 0 0 no-repeat;*/
    background:url(../img/common/prevEntryBtn.gif) center 0 no-repeat;
    text-indent: -7777em;
    display: block;
    width: 92px;
    height: 50px;
    cursor: pointer;
    filter: alpha(style=1, opacity=50, finishopacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}

div#nextprevNav #nextEntry #nextEntryBtn a {
    /*background: url(../img/common/spacer.gif) 0 0 no-repeat;*/
    background:url(../img/common/nextEntryBtn.gif) center 0 no-repeat;
    text-indent: -7777em;
    display: block;
    width: 92px;
    height: 50px;
    cursor: pointer;
    filter: alpha(style=1, opacity=50, finishopacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}

div#nextprevNav #prevEntry #prevEntryBtn a:hover {
    filter: alpha(style=1, opacity=70, finishopacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

div#nextprevNav #nextEntry #nextEntryBtn a:hover {
    filter: alpha(style=1, opacity=70, finishopacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

div#nextprevNav #prevEntry img {
    padding: 3px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background: #FFF;
}

div#nextprevNav #nextEntry img {
    padding: 3px;
    border-top: 1px solid #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #EEE;
}

div#nextprevNav p {
    padding-top: 5px;
    line-height: 1.6;
    color: #999;
    font-size: 90%;
}

div#nextprevNav p.name {
    padding-top: 3px;
    color: #666;
    font-size: 100%;
}

div#nextprevNav div#ad300x250 {
    float: left;
    margin-left: 45px;
    border-top: 1px solid #E5E5E5;
    background: #F5F5F5;
    padding: 9px 10px 0 10px;
    width: 300px;
    overflow: hidden;
}

div#nextprevNav div#ad300x250 img { padding: 0 0 10px; }

/*
COMMENTS
-------------------------------------------------------------------------------*/

div#comments { padding: 0 0 20px; }

div#comments div.comment { min-height: 1px; }/*add 0430 :IE7 BUG*/

div#comments h2 { margin: 0 0 20px; }

div.commentOdd, div.commentEven {
    clear: both;
    float: none;
    margin: 10px 0;
    width: 610px;
    min-height: 10px;
}

div.commentOdd { background: #E5E5E5 url(../img/streetsnap/commentOdd_bg.gif) 0 0 no-repeat; }

div.commentEven { background: url(../img/streetsnap/commentEven_bg.gif) 0 0 no-repeat; }

div#comments div.status {
    float: right;
    width: 120px;
    padding: 10px 10px 10px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

div#comments div.status p.date {
    font-size: 100%;
    color: #999;
    padding: 5px 0 5px;
}

div#comments div.status p.date span.small, div.status p.date span.year {
    font-size: 80%;
    color: #CCC;
}

div#comments div.status p.name {
    font-size: 120%;
    color: #333;
}

div#comments div.status p.name span.said {
    font-size: 80%;
    color: #CCC;
}

div.commentOdd div.body, div.commentEven div.body {
    float: left;
    width: 400px;
    min-height: 10px;
    padding: 20px 30px 20px 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    position: relative;
}

div.commentOdd div.body { background: #F5F5F5; }

div.commentEven div.body { background: #EFF6FC; }

div.body p.commentIp,
div.body p.commentNumber {
    position: absolute;
    text-align: right;
    right: 10px;
    bottom: 5px;
    font-size: 10px;
}

div.body p.commentNumber {
    top: 10px;
    bottom: auto;
    font: bold italic 15px/1.0 Georgia, "Times New Roman", Times, serif;
}

div.commentOdd p.commentIp,
div.commentOdd p.commentNumber { color: #DDD; }

div.commentEven p.commentIp,
div.commentEven p.commentNumber { color: #D9E4F5; }

div#forum div.noComment {
    font-size: 130%;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    line-height: 1.8;
}

/*
ADD COMMENT
-------------------------------------------------------------------------------*/

div#addComment {
    padding: 0;
    float: right;
    width: 300px;
}

div#addComment p {
    color: #555;
    padding: 0 0 10px;
}

div#addComment input#CommentName {
    border: 2px solid #DDD;
    background: #FFF;
    padding: 3px 1px;
    width: 294px;
    font-size: 15px;
}

div#addComment textarea#CommentBody {
    border: 2px solid #DDD;
    background: #FFF;
    padding: 3px 1px;
    width: 294px;
    height: 100px;
    font-size: 16px;
}

button#comment-add {
    background: url(../img/streetsnap/addBtn.jpg) left center no-repeat;
    text-decoration: none;
    width: 130px;
    height: 40px;
    display: block;
    text-indent: -7777em;
    border: 0;
    font-weight: bold;
    margin: 10px 0 10px 170px;
    padding: 0;
    cursor: pointer;
    /*\*//*/
    letter-spacing : -999em;
    /**/
}

button#comment-add:hover {
    background: url(../img/streetsnap/addBtnHover.jpg) left center no-repeat;
}

#comment-add { margin: 10px 0 10px 170px; }/*add 0506*/

div#waitBtn {
    margin: 10px 0 10px 170px;
    width: 140px;
    height: 40px;
    overflow: hidden;
    display: none;
}/*add 0506*/

/*
-------------------------------------------------------------------------------
ADD A POST
-------------------------------------------------------------------------------*/

div#addWrapp h2 {
    color: #333;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #EEE;
    padding: 10px 20px;
    margin: 0 0 15px;
    font-weight: bold;
    background: url(../img/streetsnap/border_bg.gif) 0 0 repeat-x;
    line-height: 1;
}

div#addWrapp h2 span.jp { color: #FF9966!important; }

div#addWrapp div.error_message {
    color: #FF0000;
    padding: 10px 0;
}

div#addWrapp p.attention {
    color: #006699!important;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 20px!important;
}

div#addWrapp div.formBox {
    padding: 10px 0 0 20px;
    float: left;
    width: 460px;
}

div#addWrapp div.formBox p {
    padding: 0 0 10px;
    color: #333;
}

div#addWrapp div.formBox .text {
    border: 2px solid #FFF;
    background: #EEE;
    padding: 3px 1px;
    width: 450px;
    font-size: 15px;
}

div#addWrapp div.formBox .textarea {
    border: 2px solid #FFF;
    background: #EEE;
    padding: 3px 1px;
    width: 450px;
    height: 50px;
    font-size: 16px;
}

div#addWrapp div.formBox button.postBtn {
    font-size: 18px;
    margin: 10px 0 5px;
    padding: 5px 8px;
}

div#addWrapp div.ad {
    margin: 10px 0 0;
    float: right;
    width: 450px;
}

div#detail a {
    color: #000;
    border-bottom: 1px solid #000;
}

div#detail a:hover {
    color: #333;
    border: none;
}

#post-by-email {
    padding-top: 15px;
}

#post-by-email a {
    color: #0099FF;
    text-decoration: underline;
    font-size: 10px;
}

#post-by-email a:hover {
    text-decoration: none;
}

