/*
Theme Name:V1VISION
Version: 1.0
*/

/* Global
-------------------------------------------------------- */

/* Reset */
html {
    color:#000;
    background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote,
th, td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset, img {
    border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}

li {
    list-style:none;
}
caption, th {
    text-align:left;
}

q:before, q:after {
    content:'';
}

/* General*/
body {
    background:url(images/bg_body.gif) repeat-x;
    /*border-top:12px solid #000;*/
    font:13px/1.538 "Microsoft YaHei",helvetica,arial,clean,sans-serif;
    color:#555;
    *margin-bottom:30px;
}

h1 {
    font-size:138.5%;  /* 18px */
}

h2 {
    font-size:123.1%;  /* 16px */
}

h3 {
    font-size:108%;  /* 14px */
}

/*
h1,h2,h3 {
    margin:1em 0;
}
*/
h1,h2,h3,h4,h5,h6,strong {
    font-weight:700;
    color:#000;
}

a, a:active, a:link {
    text-decoration: none;
    color: #555;
}

a:visited {
    color: #999;
    text-decoration: none;
}

a:hover {
    text-decoration:underline;

}


/* Main Layout
-------------------------------------------------------- */
#hd, #bd, #ft, #banner {
    clear:both;
    /*margin:0 auto;*/
    margin-left:auto;margin-right:auto;
    width:960px;
}

    #hp-col1, #hp-col2, #hp-col3 {
        float:left;
        
    }
    
/* Header
-------------------------------------------------------- */
#hd {
    position:relative;
    height:74px;
    background:url(images/bg_header.jpg) no-repeat;
}

#hd a {
    display:block;
    text-indent:-999em;
}

#hd h1 a {
    float:left;
    width:240px;
    height:38px;
    margin:36px 0 0 8px;
    background:url(images/logo.png) no-repeat;
    cursor:pointer;
}
#hd h3 {
    display:none;
}

#menu {
    float:right;
}

#menu li {
    display:inline;
}

#menu li a {
    float:left;
    width:72px;
    height:43px;
    margin:0 0 0 30px;
}

#menu li a:hover {
    text-decoration:none;
}

#m-home a, #m-home a:hover, #m-home .current,
#m-about a, #m-about a:hover, #m-about .current,
#m-service a, #m-service a:hover, #m-service .current,
#m-profile a, #m-profile a:hover, #m-profile .current,
#m-message a, #m-message a:hover, #m-message .current {
    background:url(images/bg_menu.png) no-repeat;
}

#m-home a{
    background-position:0 0;
}
#m-home a:hover,#m-home .current {background-position:0 -44px;}

#m-about a{
    background-position:-105px 0;
}
#m-about a:hover,#m-about .current {
    background-position:-105px -44px;
}

#m-service a{
    background-position:-207px 0;
}
#m-service a:hover,#m-service .current {
    background-position:-207px -44px;
}

#m-profile a{
    background-position:-309px 0;
}
#m-profile a:hover,#m-profile .current {
    background-position:-309px -44px;
}

#m-message a{
    background-position:-411px 0;
}
#m-message a:hover,#m-message .current {
    background-position:-411px -44px;
}

a.contact {
    position:absolute;
    right:0;
    bottom:0;
    width:72px!important;
    height:10px!important;
    background:url(images/bg_contact.gif) no-repeat;
}

a.contact:hover{
    background:url(images/bg_contact_on.gif) no-repeat;
}


#banner {
    height:384px;
    margin-top:21px;
}

/* Content - Home
-------------------------------------------------------- */
#hp-col1, #hp-col2{
    margin:30px 42px 0 0;
}

#hp-col1 {
    width:187px;
}
    #hp-col1 h3.service a{
        background:url(images/bg_bar_service.png) no-repeat left bottom;
    }
    #hp-col1 ul.latest-news {
        padding:0 0 0 8px;
    }
    #hp-col1 h3.for-more a{
    background:url(images/bg_bar_formore.png) no-repeat left bottom;
    }
    #hp-col1 ul.for-more {
    padding:0 0 0 5px;
    }


#hp-col2 {
    width:411px;
    border-bottom:1px dotted #000;
}
    #hp-col2 h3.profile a{
        background:url(images/bg_bar_profile.png) no-repeat left bottom;
    }
    div.latest-works-box{
        clear:both;
        padding:0 0 11px;
        overflow:hidden;
    }
    div.latest-works-box a.thumb {
        display:block;
        float:left;
        width:240px;
        height:109px;
        margin-right:14px;
        overflow:hidden;
    }
        div.latest-works-box a.thumb img {
            width:240px;
            height:109px;
        }
        div.latest-works-box h2 {
            font-size:107%;
        }
        div.latest-works-box p {
            font-size:92.3%;
        }
        .btn-more {
            display:block;
            float:right;
            clear:both;
            width:54px;
            height:16px;
            background:url(images/btn_more.png) no-repeat;
            text-indent:-999em;
        }
            .btn-more:hover {
            background:url(images/btn_more_on.png) no-repeat;
            }
  

#hp-col3 {
    width:278px;
    margin-top:30px;
    border-bottom:1px dotted #000;
}
    #hp-col3 h3.contact a{
        background:url(images/bg_bar_contact.png) no-repeat left bottom;
    }
    #hp-col3 h3.news a{
        background:url(images/bg_bar_news.png) no-repeat left bottom;
    }

/* Content - Normal Page
-------------------------------------------------------- */
#sidebar {
    float:left;
    width:249px;
    margin:77px 38px 0 0;
}
    #sidebar h3.contact a{
        background:url(images/bg_bar_contact2.png) no-repeat left bottom;
    }

    #sidebar h3.service a{
        background:url(images/bg_bar_service2.png) no-repeat left bottom;
    }
    #sidebar ul.latest-news {
        padding:0 0 0 23px;
        }
        #sidebar ul.latest-news li span {
            padding-right:6px;
        }

    #sidebar h3.news a{
        background:url(images/bg_bar_news2.png) no-repeat left bottom;
    }
    
    #sidebar h3.for-more a{
        background:url(images/bg_bar_formore2.png) no-repeat left bottom;
    }
    #sidebar ul.for-more {
        padding:0 0 0 36px;
    }
    
    
#main {
    float:right;
    width:673px;
    margin-top:77px;
}
    #main h3.service a{
        background:url(images/bg_bar_service3.png) no-repeat left bottom;
    }
    #main h3.news a{
        background:url(images/bg_bar_news3.png) no-repeat left bottom;
    }
    #main h3.profile a{
        background:url(images/bg_bar_profile2.png) no-repeat left bottom;
    }
    #main h3.none a{
        background:url(images/bg_bar_page.png) no-repeat left bottom;
    }
    #main h3.page, div.widget h3 {
        height:25px;
        margin:0 0 23px;
        padding-left:23px;
        font: 400 149%/16px "Lucida Sans Unicode","Lucida Sans",arial,helvetica,sans-serif;
        *line-height:20px;
        background:url(images/bg_bar_page.png) no-repeat left bottom;
    }
    .entry, .entry-profile, .comments {
        padding:0 0 0 23px;
    }
        .entry h2, .comments h2 {
            margin-bottom:20px;
            padding:10px 0 2px 0;
            border-bottom:1px solid #000;
        }

        .entry p {
            padding:5px 10px 5px 0; 
            text-indent:2em;
            text-align:justify;
        }
        
        .entry-profile h2.profile-title {
            margin-bottom:8px;
            padding:10px 0 2px 0;
            font-size:107%;
            border-bottom:0;
        }
        .entry-profile p.thumb {
            width:240px;
            height:109px;
            padding:10px;
            overflow:hidden;
            border:1px solid #ccc;
            text-indent:inherit;
        }

    .comments {
        margin-top:23px;
    }
        .comments span.num {
            padding-left:13px;
            font-style:italic;
        }
    div.navigation {
	float:left;
        clear:both;
        width:650px;
	height:23px;
        padding:43px 0 0 23px;
        /*margin:43px 0 0 23px;*/
        background:url(images/navigation.png) no-repeat right bottom;
	line-height:23px;
	color:#EAEAEA;
    }

        .navigation a {
            color:#eaeaea;
        }
            .navigation a:hover {
                color:#ccc;
            }
        .navigation .alignleft, .navigation .alignright{
            width:275px;
            white-space:nowrap;
            text-overflow:ellipsis;
            -o-text-overflow:ellipsis;
            overflow: hidden;
        }
        .navigation .alignleft {
            padding-left:28px;
            float:left;
            text-align:left;
        
        }
        .navigation .alignright {
            padding-right:28px;
            float:right;
            text-align:right;
        }

/* Content - Archive List
-------------------------------------------------------- */
div.doc {
    padding:10px 0 0 23px;
}
    div.entry-box{
        float:left;
        width:211px;
        height:183px;
        overflow:hidden;
        padding:10px 114px 13px 0;
    }
        div.entry-box a.thumb {
            display:block;
            width:240px;
            height:109px;
            padding:10px;
            overflow:hidden;
            border:1px solid #ccc;
        }
            div.entry-box a.thumb:focus,
            div.entry-box a.thumb:hover,
            div.entry-box a.thumb:active {
                border:1px solid #aaa;
                background:#ddd;         
            }
            div.entry-box a.thumb img {
                /*width:189px;
                height:86px;*/
            }
            div.entry-box h2 {
                font-size:107%;
                padding:5px 0;
            }
            div.entry-box p {
                font-size:92.3%;
            }
    div.entry-box2 {
        border-bottom:1px solid #ccc;
        margin-bottom:20px;
        padding-bottom:20px;
        padding-right:5px;
        overflow:hidden;
    }
        div.entry-box2 span.meta{
            font-size:90%;
        }
        div.entry-box2 div.excerpt {
            margin:10px 0 0;
        }
    div.doc div.clr{
        clear: both;
        line-height:1px;
        font-size:1px;
    }
/* Content - Moudule
-------------------------------------------------------- */
div.module,div.widget {
    margin:0 0 30px;
}
    div.module h3 a,h3.hd a {
        display:block;
        height:25px;
        margin:0 0 23px;
        text-indent:-999em;
    }
    
div.last {
    margin:0!important;
}

/* Widget Style */
/*div.widget h3 {
    height:25px;
    margin:0 0 23px;
}
*/
/* Service _最新活动 */
ul.latest-news {
    font-size:92.3%;
}
    ul.latest-news li {
        margin-bottom:14px;
        padding-left:22px;
        background:url(images/icon_arrow2.png) no-repeat left 5px;
    }

/* For More _浏览更多 */
ul.for-more {
    float:left;
    font-size:0;
}
    ul.for-more li {
        float:left;
        padding:0 5px 6px 5px;
    }
        ul.for-more li a img {
            width:41px;
            height:37px;
            padding:3px;
            border:1px solid #666;
        }
        ul.for-more li a:hover img{
            background:#e1e1e1;
        }
        ul.for-more li.last a img {
            width:108px;
            height:45px;
            padding:0;
            border:0;            
        }
        ul.for-more li.last a:hover img {
            background:none;
        }
/* Contact Us _联系我们 */
ul.contact {
    padding:0 0 0 23px;
}
    ul.contact li {
        margin-bottom:3px;
        padding:4px 0 4px 33px;
    }
        ul.contact li.qq {
            background:url(images/icon_qq.png) no-repeat left center;
        }
        ul.contact li.msn {
            background:url(images/icon_msn.png) no-repeat left center;
        }
        ul.contact li.mail {
            background:url(images/icon_mail.png) no-repeat left center;
        }
        
/* News _摄影故事 */
dl.latest-news {
    padding:0 0 0 23px;
    font-size:92.3%;
}
    dl.latest-news dt {
        display:inline;
        float:left;
        width:60px;
        padding-left:10px;
        background:url(images/icon_outline.gif) no-repeat left center;
        font-size:90%;
    }
    dl.latest-news dd {
        /* width:auto;*/
        width:170px; 
	margin:0 0 14px 76px;
    }

/* Content - Comments
-------------------------------------------------------- */
    
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;

/*
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
*/

}

.commentlist {
    padding:0;
    text-align: justify;
}

    .commentlist li {
        margin: 15px 0 3px;
        padding: 5px 10px 3px;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
    }
        .commentlist li .avatar { 
            float: right;
            border: 1px solid #ddd;
            padding: 2px;
            background: #fff;
        }

    .commentlist cite, .commentlist cite a {
        font-weight: 700;
        font-style: normal;
    }

    .commentlist p {
        margin: 10px 5px 10px 0;
    }

#commentform{
    width:400px;
}
    #commentform p {
        margin: 5px 0;
        text-indent:0!important;
    }

    #commentform label{
        padding-left:10px;
    }

    #commentform input, #commentform textarea  {
        padding:2px 5px;
        border:1px solid #ddd;
    }
    #commentform input {
        width: 170px;
    }

    #commentform textarea {
        width: 100%;
    }

    #commentform #submit {
        width: 150px!important;
        margin: 0;
        float: left;
        background-color: #f8f8f8;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

.commentmetadata {
    font-weight: 400;
}


/* Footer
-------------------------------------------------------- */
#ft {
    margin:30px auto;
    min-height:36px;
    border-bottom:1px solid #E1E1E1;
    border-top:1px solid #E1E1E1;
}
    #legal {
        float:left;
        padding:8px 5px;
        color:#999;
        font-size:90%;
        font-family: "Lucida Sans Unicode","Lucida Sans",arial,helvetica,sans-serif;
    }
    #ft ul{
        float:right;
        padding:8px 5px;
    }
        #ft ul li {
            /*display:inline;*/
            float:left;
            margin-left:37px;
            padding-left:8px;
            background:url(images/icon_arrow.gif) no-repeat left center;
        }



/* Section: Clearing 
-------------------------------------------------------- */
#bd:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* 3rd part plugins - WP-PageNavi
--------------------------------------------------------- */
.wp-pagenavi{
    clear:both;
    font-size:90%;
    font: 90%/1.538 "Lucida Sans Unicode","Lucida Sans",arial,helvetica,sans-serif;
    /*height:27px;*/
    /*text-align:center;*/
    padding-top:23px;
}
    .wp-pagenavi a, .wp-pagenavi span {
        display:block;
        float:left;
    }
    .wp-pagenavi a, .wp-pagenavi a:link {
        border:1px solid #DDD;
        margin-right:3px;
        padding:3px 7px;
            
    }
    .wp-pagenavi a:visited {
    }
    
    .wp-pagenavi a:hover {	
        background-color: #555;
        color: #FFF !important;
        text-decoration: none !important;
    }
    .wp-pagenavi a:active {
    }

    .wp-pagenavi span.pages {
        border:1px solid #DDD;
        margin-right:3px;
        padding:3px 7px;
    }

    .wp-pagenavi span.current {
        font-weight:700;
        margin:0pt 8px;
        padding:3px 0;
            
    }
    .wp-pagenavi span.extend {
        border:1px solid #DDD;
        margin-right:3px;
        padding:3px 7px;
    }

/* jQuery LightBox */
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px;}
#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0;}
#jquery-lightbox a img{border:none;}
#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;}
#lightbox-container-image{padding:10px;}
#lightbox-loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0;}
#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#lightbox-container-image-box > #lightbox-nav { left:0; }
#lightbox-nav a {outline:none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {width:49%;height:100%;zoom:1;display: block;}
#lightbox-nav-btnPrev{left:0;float:left;}
#lightbox-nav-btnNext{right:0;float:right;}
#lightbox-container-image-data-box{font:10px Verdana, Helvetica, sans-serif;background-color:#fff;line-height:1.4em;overflow:auto;width:100%;margin:0 auto;padding:0 10px;}
#lightbox-container-image-data{color:#666;padding:0 10px;}
#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left;}
#lightbox-image-details-caption{font-weight:700;}
#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em;}
#lightbox-secNav-btnClose{width:66px;float:right;padding-bottom:0.7em;}
