/*
Theme Name: Shaarp
Theme URI: http://lancehub.com
Description: A theme developed for shaarpmanagement.com by lancehub.com/
Version: v1.0
Author: qiang
Author URI: http://qzhao.me
*/


/* layout */

*
{
    margin: 0;
    padding: 0;
}

html
{
    overflow-y: scroll;
}

a, span
{
    display: inline-block;
}

.clear
{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: 0 !important;
    clear: both !important;
}

.content
{
    position: relative;        
    margin: 0 auto;
    width: 950px;
    z-index: 10;
}

#header
{
    background-color: #FFFFFF;
}

#header .content
{
    z-index: 20;
    padding-top: 25px;
    height: 86px;
}

#header-info a
{
    float: left;
    width: 202px;
    height: 44px;
    background: url("images/shaarp-logo.png") no-repeat;
}

#header-info span
{
    float: right;
    margin-top: 20px;
}

#header-info span input[type="text"]
{
    display: inline-block;
    padding: 1px 0;
    width: 166px;
    height: 15px;
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
}

#header-info span a
{
    float: none;
    padding: 5px 10px;
    width: 41px;
    height: 10px;
    border: 1px solid #D5D5D5;
    background: #EBEBEB url("images/bg-search-button.png") repeat-x 0 0;
    vertical-align: middle;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#menu
{
    position: absolute;
    left: 65px;
    top: 80px;
    list-style: none;
}

#menu li
{
    float: left;
    margin-right: 14px;
}

#menu li a
{
    padding: 10px 2px 10px 1px;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

#menu li a:hover span
{
    padding-bottom: 1px;
    border-bottom: 2px solid #DF7840;
}

#menu li.dropdown p.main a
{
    padding-left: 5px;
    padding-right: 17px;
    background: url("images/bg-css-sprite.png") no-repeat 98% -226px;
    cursor: pointer;
}

#menu li a span
{
    cursor: pointer;
}

#menu li.dropdown div.sub
{
    position: absolute;
    z-index: 30;
    top: 28px;
    left: 0;
    display: none;
    padding: 26px 0 26px 40px;
    border-top: 5px solid #DF7840;
    max-width: 834px;
    min-width: 500px;
    min-height: 100px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 4px 6px #444444;
    -webkit-box-shadow: 0px 4px 6px #444444;
    box-shadow: 0px 4px 6px #444444; 
    color: #666666;
}

#menu li.dropdown div.sub ul
{
    list-style: none;
    float: left;
    padding-right: 35px;
    margin-right: 40px;
    border-right: 1px dotted #7F7F7F;
    width: 202px;
    color: #000000;
}

#menu li.dropdown div.sub ul.last
{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

#menu li.dropdown div.sub ul li
{
    float: none;
    margin: 0 14px 8px 0;
    padding: 0;
    padding-left: -2px;
}

#menu li.dropdown div.sub ul li a
{
    margin: 0 0 0 -3px;
    padding: 0 0 0 8px;
    background: url("images/bg-css-sprite.png") no-repeat 0 -77px;
    color: #0073E8;
    text-transform: none;
    font-size: 12px;
}

#menu li.dropdown div.sub ul li a:hover
{
    text-decoration: underline;
}

#menu li.dropdown div.sub ul li
{
    float: none;
}

#menu li.dropdown:hover p.main a
{
    background: #DF7840 url("images/bg-dropdown-arrow.png") no-repeat 95% -16px;
    color: #FFFFFF;
}

#menu li.dropdown:hover p.main a span
{
    border-bottom: none;
}

#menu li.dropdown:hover div.sub
{
    display: inline-block;
}

#main
{
    min-height: 500px;
}

#background-strip
{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #DF7840;
}

#main.index #background-strip
{
    top: 227px;
    height: 282px;
}

#main.page #background-strip
{
    top: 184px;
    height: 52px;
}

#main.index .content
{
    padding-top: 116px;
}

#main.page .content
{
    padding-top: 74px;
}

#page-title
{
    position: relative;
}

#page-title p.image
{
    position: absolute;
    top: -100px;
    right: 0;
}

#page-title p img
{
    width: 300px;
}

#page-title div.text
{
    margin-bottom: 17px;
}

.content.with-quotation #page-title div.text
{
    width: 650px;
}

#page-title div.text h1
{
    width: 100%;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 27px;
    font-family: helvetica, arail, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

#page-title div.text h2
{
    margin-top: 31px;
    color: #000000;
    text-transform: uppercase;
    font-family: helvetica;
    font-size: 17px;
}

#page-title div.text p
{
    margin-right: 20px;
    padding: 18px 0 7px 0;
    line-height: 18px;
}

#page-title div.text p.quotation-from
{
    padding: 0;
    text-align: right;
}

#inner-content
{
    position: relative;
    z-index: 20;
    margin-top: 20px;
    padding-top: 20px;
    background-color: #FFFFFF;
}

.content.with-quotation #inner-content
{
    border-top: 1px solid #CCCCCC;
}

#footer
{
    margin-top: 30px;
    background-color: #00275D;
    color: #A9A9A9;
    padding: 11px 0 50px 0;
}

#footer .content ul
{
    list-style: none;
    float: left;
}

#footer li
{
    float: left;
    margin-right: 27px;
}

#footer li a
{
    color: #A9A9A9;
}

#footer .content div
{
    float: right;
    color: #A9A9A9;
}

/* basic style */

body
{
    font-size: 12px;
    font-family: arial, "Helvetica Neue", helvetica, sans-serif;
    color: #666666;
    line-height: 1em;
    vertical-align: baseline;
}

a
{
    font-family: arial, "helvetica neue", helvetica, sans-serif;
    text-decoration: none;
    color: #0073E8;
}

a:hover
{
    color: #0073E8;
    text-decoration: underline;
}

a.more
{
    padding-left: 13px;
    background: url("images/bg-css-sprite.png") no-repeat 0 1px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

a.more.no-arrow
{
    background: none;
}

a.bread-crumb
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

a.button
{
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #D5D5D5;
    background: #EBEBEB url("images/bg-search-button.png") repeat-x 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

p
{
    margin-bottom: 10px;
    line-height: 16px;
}

h2
{
    color: #666644;
    font-family: tahoma, arial, helvetica;
    font-size: 20px;
    font-weight: normal;
}

h2.headline
{
    margin: 25px 0;
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 18px;
}

h3
{
    color: #003366;
    font-family: tahoma, arial, helvetica;
    font-size: 12px;
    font-weight: normal;
}

h4
{
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 18px;
    text-transform: uppercase;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.post-content
{
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.post-content.no-border
{
    padding-top: 0;
    border-top: none;
    width:80%;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6
{
    margin: 15px 0;
    color: #000000;
    font-weight: bold;
}

.post-content h1
{
    font-size: 20px;
}

.post-content h2
{
    font-size: 18px;
}

.post-content h3
{
    font-size: 16px;
}

.post-content h4
{
    margin: 10px 0;
    font-size: 14px;
    font-weight: normal;
}
.post-content h5
{
    font-size: 12px;
    font-weight: normal;
}

.post-content h6
{
    font-size: 10px;
    font-weight: normal;
}

.post-content p, .post-content div
{
    line-height: 1.5em;
    margin: 10px 0;
}

.post-content img
{
    border: none;
}

.post-content ul, .post-content ol
{
    margin: 10px 0;
    list-style-position: inside;
}

.post-content li
{
    margin: 5px 0;
}

div.navigation div
{
    float: left;
    margin-right: 20px;
}

/* Content Styles */

ul#customers
{
    list-style: none;
    clear: both;
    position: relative;
}

div#customers div.customer-row
{
    overflow: hidden;
    padding-bottom: 1px;
    background: url("images/bg-product-rows.png") no-repeat left bottom;
}

div#customers div.customer
{
    float: left;
    width: 283px;
    height: 100%;
    margin-right: 24px;
    padding: 0 24px 23px 0;
    border-right: 1px solid #B2B2B2;
    padding-bottom: 300px;
    margin-bottom: -300px;
}

div#customers div.customer.last
{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

div#customers p.padding-bottom
{
    width: 100%;
    height: 30px;
}

div#customers div.customer p.customer-image
{
    padding-top: 35px;
}

div#customers div.customer p.customer-text
{
    margin: 22px 0 18px 0;
    color: #878787;
    line-height: 1.2em;
}

div#customers div.customer p.customer-text strong
{
    color: #000000;
}

div#customers div.customer ul.customer-links
{
    list-style: none;
}
div#customers div.customer ul.customer-links li
{
    padding-left: 14px;
    background: #FFFFFF url("images/bg-css-sprite.png") no-repeat 0 3px;
    color: #878787;
    line-height: 1.5em;
}

div#customers div.customer ul.customer-links li a
{
    display: inline-block;
    margin: 0 2px;
}

div#customers div.customer ul.customer-links li a.main
{
    margin: 0;
    font-weight: bold;
}

div#customers-filter
{
    display: inline-block;
    margin-bottom: 35px;
    padding-left: 100px;
    height: 31px;
    background: url("images/bg-filter-div.png") no-repeat left top;
}

div#customers-filter ul
{
    list-style: none;
    display: inline-block;
    padding: 0 9px;
    height: 31px;
    background: url("images/bg-filter-ul.png") no-repeat right top;
}

div#customers-filter li
{
    float: left;
    margin-top: 10px;
    padding-right: 10px;
}

div#customers-filter li.all
{
    font-weight: bold;
}

div#customers-filter li input
{
    display: inline-block;
}

div#customers-filter li label
{
    display: inline-block;
}

.opacity-3
{
    *filter: alpha(opacity=30);
    *zoom: 1;
    opacity: 0.3;
}

#client-objectivew
{
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

#client-objectives
{
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

#client-objectives h2
{
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
    font-family: helvetica;
    font-size: 17px;
}

#client-objectives div#objectives-wrapper
{
    overflow: hidden;
}

#client-objectives ul
{
    list-style: none;
    float: left;
    margin-right: 25px;
    border-right: 1px solid #B2B2B2;
    width: 308px;
    padding-bottom: 300px;
    margin-bottom: -300px;
}

#client-objectives ul.last
{
    margin-right: 0;
    border-right: none;
    width: 280px;
}

#client-objectives ul li
{
    margin-bottom: 11px;
    width: 200px;
}

#solutions
{
    margin: 37px 0 47px 0;
}

.items-row
{
    background: url("images/bg-custom-solutions-row.png") no-repeat left bottom;
    overflow: hidden;
}

.items-row .item
{
    float: left;
    margin-right: 24px;
    padding-top: 25px;
    border-right: 1px solid #B2B2B2;
    width: 308px;
    padding-bottom: 300px;
    margin-bottom: -300px;
}

.items-row.first-row .item
{
    padding-top: 0;
}

.items-row .item.last
{
    margin-right: 0;
    border-right: 0;
    width: 284px;
}

.items-row .item ul
{
    list-style: inside;
    margin: 5px 0;
    color: #999999;
}

.items-row .item li
{
    /*margin: 2px 6px 2px 0;*/
    list-style:disc outside none;
    margin:10px 15px 10px 15px;
    line-height: 1.3em;
}

.items-row .item h3
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
    font-family: "Gotham", "Helvetica Neue", arial, sans-serif;
}

.items-row .item h4
{
    text-transform: none;
}

.items-row .item p
{
    color: #999999;
    line-height: 16px;
    padding-right: 25px;
}

.items-row .item p.padding-bottom
{
    padding-bottom: 30px;
}

#introduction-carousel
{
    position: relative;
    width: 950px;
}

.carousel-controller
{
    position: absolute;
    z-index: 100px;
    top: 40px;
    width: 17px;
    height: 33px;
    background: url("images/bg-about-carousel-controls.png") no-repeat;
    cursor: pointer;
}

.carousel-controller.left
{
    left: -17px;
    background-position: left top;
}

.carousel-controller.right
{
    right: -17px;
    background-position: right top;
}

.carousel-items-wrapper
{
    border-bottom: 1ps solid #CCCCCC;
    width: 950px;
    height: 128px;
    overflow: hidden;
}

.carousel-items
{
    list-style: none;
    width: auto;
    height: 128px;
}

.carousel-items li
{
    float: left;
    padding: 0 10px;
    width: 170px;
    height: 128px;
    overflow: hidden;
    color: #000000;
    line-height: 1.3em;
    text-align: center;
}

.carousel-items li span{
    font-size:40px;
    margin:10px;
    width:140px;
}

.about-details
{
    border-top: 1px solid #CCCCCC;
}

ul.post-list
{
    list-style: none;
    line-height: 1.8em;
    width:80%;
}

ul.post-list li
{
    margin-bottom: 26px;
}

ul.post-list li h3
{
    font-weight: normal;
}

ul.post-list li h3 a
{
    font-family: inherit;
}

ul.post-list li p
{
    margin-bottom: 0;
}

ul.post-list li p.dateline
{
    font-weight: bold;
}

#inner-content.media
{
    margin-top: 0;
    padding-top: 0;
}

#inner-content.media p.back
{
    margin: 20px 0 30px 0; 
}

#inner-content.media .post-content p
{
    margin-bottom: 20px;
}

#main.index .inner-content h2
{
}

#browse-search
{
    float: left;
    width: 475px;
}

#browse-search div.search
{
    margin-bottom: 20px;
}

#browse-search div.search input[type="text"]
{
    display: inline-block;
    padding: 1px 0;
    width: 166px;
    height: 15px;
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
}

#browse-search div.search a
{
    float: none;
    padding: 5px 10px;
    width: 41px;
    height: 10px;
    border: 1px solid #D5D5D5;
    background: #EBEBEB url("images/bg-search-button.png") repeat-x 0 0;
    vertical-align: middle;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#browse-search ul.browse
{
    list-style-position: inside;
    float: left;
    width: 270px;
}

#browse-search ul.browse li
{
    margin-bottom: 7px;
    color: #000000;
}

#browse-search ul.browse.right
{
    width: 180px;
}

#top-news
{
    float: left;
    width: 475px;
}

#browse-search h2, #top-news h2
{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    font-family: helvetica;
    font-size: 17px;
    text-transform: uppercase;
}

#top-news ul
{
    list-style: none;
}

#top-news ul li p.link
{
    margin-bottom: 0;
}

#top-news ul li div
{
    margin: 4px 0 16px 0;
    line-height: 1.2em;
}

#index-main
{
    position: relative;
    z-index: 10;
    padding-bottom: 15px;
}

#main.index #inner-content
{
    margin-top: 0;
}

#index-carousel
{
    position: relative;
    left: 0;
    width: 950px;
    height: 282px;
    background-color: white;
    overflow: hidden;
}

#index-carousel ul
{
    position: relative;
    z-index: 20;
    list-style: none;
    width: auto;
    height: 282px;
}

#index-carousel ul li
{
    position: relative;
    float: left;
    padding-top: 31px;
    width: 950px;
    height: 251px;
    background: transparent url("images/bg-homepage-carousel-2.png") no-repeat;
    line-height: 1em;
    color: white;
}

#index-carousel ul li h1
{
    width: 750px;
    height: 134px;
    font-size: 72px;
    font-family: helvetica,arail,sans-serif;
    line-height: 0.9em;
    text-transform: uppercase;
}

#index-carousel ul li h4
{
    margin-top: 11px;
    margin-bottom: 25px;
    width: 550px;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    line-height: 16px;
    color: white;
    text-transform: none;
}

#index-carousel ul li a
{
    clear: both;
    display: inline-block;
    padding-left: 13px;
    max-width: 540px;
    height: 1.5em;
    overflow: hidden;
    background: transparent url("images/bg-css-sprite.png") no-repeat 0 -160px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#index-carousel ul li a:hover
{
    text-decoration: underline;
}

#index-carousel ul li div.signature
{
    position: absolute;
    left: 650px;
    bottom: 30px;
    width: 250px;
    height: 103px;
    overflow: hidden;
}

#index-carousel ul li div.signature img
{
    width: 250px;
    height: 103px;
    border: none;
}

#index-carousel #index-carousel-controller
{
    position: absolute;
    z-index: 30;
    right: 50px;
    top: 30px;
}

#index-carousel #index-carousel-controller span
{
    display: inline-block;
    margin-right: 7px;
    width: 17px;
    height: 34px;
    background: transparent url("images/bg-carousel-controls.png") no-repeat left top;
    cursor: pointer;
}

#index-carousel #index-carousel-controller span.right
{
    margin-left: 7px;
    background-position: right top;
}

#main-introduction
{
    padding-top: 25px;
}

#main-introduction h2
{
    height: 21px;
    margin-top: 3px;
    width: 400px;
    text-transform: uppercase;
    color: #000000;
    font-family: helvetica, tahoma, arial;
    letter-spacing: 0.5px;
}

#main-introduction h4
{
    margin-top: 5px;
    margin-bottom: 10px;
    width: 440px;
    line-height: 18px;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    font-family: arial;
    text-transform: none;
}

#main-introduction a
{
    clear: both;
    display: inline-block;
    padding-left: 13px;
    background: url("images/bg-css-sprite.png") no-repeat 0 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#main-introduction p
{
    margin-bottom: 0;
}

#hero-avatar
{
    position: absolute;
    z-index: 11;
    right: 0;
    bottom: 0;
    width: 460px;
    overflow: hidden;
}

#hero-avatar img
{
    border: none;
    width: 460px;
}

/* Our Relationships */

#inner-content.our-relationship p
{
    padding-right: 30px;
    line-height: 1.5em;
}

#inner-content.our-relationship h2
{
    color: #000000;
    font-family: helvetica;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#inner-content.our-relationship .core-values p.summary
{
    margin-bottom: 20px;
}

#inner-content.our-relationship .core-values ul
{
    list-style: none;
    float: left;
    margin-right: 25px;
    border-right: 1px dotted #B2B2B2;
    width: 475px;
}

#inner-content.our-relationship .core-values ul.right
{
    margin-right: 0;
    border-right: none;
    width: 449px;
}

#inner-content.our-relationship .core-values ul li
{
    margin-bottom: 27px;
}

#inner-content.our-relationship .core-values ul li h3
{
    color: #333333;
    font-weight: bold;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#inner-content.our-relationship .relationship-info
{
    margin-top: 33px;
    padding-top: 32px;
    border-top: 1px solid #CCCCCC;
}

#inner-content.our-relationship .relationship-info div
{
    float: left;
    margin-right: 25px;
    width: 475px;
}

#inner-content.our-relationship .relationship-info div.right
{
    margin-right: 0;
    width: 450px;
}

#inner-content.our-relationship .current-openings
{
    margin-top: 33px;
    padding-top: 32px;
    border-top: 1px solid #CCCCCC;
}

#inner-content.our-relationship .current-openings table
{
    margin-bottom: 66px;
    margin-left: -20px;
    position: relative;
    width: 990px;
    border-collapse: collapse;
    border-spacing: 0;
}

#inner-content.our-relationship .current-openings table colgroup col.col1
{
    width: 164px;
}

#inner-content.our-relationship .current-openings table colgroup col.col2
{
    width: 388px;
}

#inner-content.our-relationship .current-openings table colgroup col.col3
{
    width: 215px;
}

#inner-content.our-relationship .current-openings table colgroup col.col4
{
    width: 97px;
}

#inner-content.our-relationship .current-openings table th
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 10px;
    font-family: tahoma, arial, helvetica;
    font-weight: bold;
    padding: 7px 0 6px 20px;
    text-align: left;
    text-transform: uppercase;
}

#inner-content.our-relationship .current-openings table td
{
    border-right: 1px solid #CCCCCC;
    padding: 18px 0 19px 20px;
}

#inner-content.our-relationship .current-openings table td.last
{
    border-right: none;
}

#inner-content.position h2.title
{
    padding-bottom: 15px;
    color: #000000;
    font-size: 18px;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-variant: normal;
    line-height: 1em;
}

#inner-content.position p.date
{
    padding-bottom: 20px;
    color: #000000;
    line-height: 1.5em;
}

#inner-content.position .post-content
{
    border-top: none;
    padding-top: 0;
}

#inner-content.position .position-conditions
{
    margin: 20px 0;
}

#inner-content.position .position-conditions h4
{
    margin: 40px 0 20px 0;
    font-weight: bold;
    text-transform: none;
    text-decoration: underline;
}

#inner-content.position .position-conditions ul
{
    list-style-position: inside;
}

#inner-content.position .position-conditions ul li
{
    margin: 10px 0;
}

#inner-content.position #back-email
{
    margin: 50px 0;
}

#inner-content.position #back-email p
{
    margin: 20px 0;
}

/* post category */

#post-category
{
    list-style: none;
    position: absolute;
    top: 0;
    right: 50px;
}

#post-category li
{
    margin: 5px 0 5px 0;
}

/* Sitemap */

#main.sitemap #inner-content
{
    padding-top: 10px;
}

ul.sitemap
{
    list-style: none;
    text-transform: capitalize;
    line-height: 1.5em;
}

ul.sitemap ul.sitemap
{
    margin-left: 30px;
}

ul.sitemap a.disabled
{
    color: #000000;
    text-decoration: none;
    cursor: default;
}

ul.sitemap li
{
    margin-top: 5px;
}
