#menu {
    /*left sidebar for listing and article*/
    position: absolute;
    width: 200px;
    margin-top:100px;
}

#menu a {

    float:left;
    margin-left: 20px;
    width: 120px;
    padding: 10px 0 10px 2px;
    border-bottom: 1px dotted #9a9a9a;
    font: 300 1em/150% news-gothic-std, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'myriad pro', 'myriad web pro', 'myriad web', myriad, helvetica, sans-serif;
}

#content_listing {
    /*used in listing page*/
    margin-left: 200px;
    overflow: auto;
}

/* --------------------------- Article Page Style----------------------------------- */

#content_article_wrapper {

    margin-left: 200px;
    overflow:hidden;
}

#content_article {
    /*used in article page*/
    width:780px;
    margin: 0 auto;
    overflow:hidden;
    margin-top: 70px;
    -moz-box-shadow:    -5px 0px 4px 1px #CCCCCC, 5px 0px 4px 1px #CCCCCC;
    -webkit-box-shadow: -5px 0px 4px 1px #CCCCCC, 5px 0px 4px 1px #CCCCCC;
    box-shadow:         -5px 0px 4px 1px #CCCCCC, 5px 0px 4px 1px #CCCCCC;
}

#content_article .scrollgallery .scrollGalleryHead {
    
    width: 780px;
    height: 420px;
}

#content_article img.ngg-singlepic {
    
    width: 780px;
    height: 420px;
    padding: 0;
}

#content_article .scrollgallery .scrollGalleryFoot {
  
    position:absolute;
    right: 90px;
    margin-top: 100px;
    text-align: right;
    z-index: 99;
    width: 53%;
}

#content_article .works-slider.prev {
    
    cursor: pointer;
}

#content_article .works-slider.next {
    
    cursor: pointer;
}

#content_article .scrollgallery .thumbareaContent img {
    
   opacity: 0.5; 
   border-bottom: none;
}

#content_article .scrollgallery .thumbareaContent img.active {
    
    opacity: 1;
    border-bottom: none;
}

#related-article-post .related-posts ul {
    
    margin: 10px 0 58px 0;
}

#related-article-post .related-posts li {
    
    clear: none;
    float: right;
}

#related-article-post .related-posts li a {
    
  margin: 10px 3px 0 7px; 
}

#related-article-post .related-posts li a span {
    
    top: 30px;
    font-size: 11px;
}

#related-article-post .related-posts li:first-child a {
    
 /*   margin-right: 3px; */
}

#related-article-post .related-posts li a img {
    
/*    width: 95px; */
/*    height: 75px; */
}

#content_article #article-post-title  {

    float:left;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    background-color: #111111;
    margin-top: -6px;
}

#content_article #article-post-title h2 {

    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
}

#article-post-content-wrapper {

    float:left;
    position: relative;
    width: 100%;
    padding-top: 50px;
}

#article-post-author {

    float: left;
    width: 160px;
    min-height: 90px;   
}

#article-post-author #author-image {
    
    padding-left: 20px;
}

#article-post-author #author-image img {
    
    width: 75px;
    height: 90px;    
}

#article-post-author #author-image span {
    
    display: inline-block;
}

#article-post-author #author-image span a {
    
    color: #1DB3D6;
}

#article-post-content-wrapper #social-button {

    position: absolute;
    right: 0;
    top: 29px;
    right: 60px;
}

#social-button .sociable ul li {
    
    padding: 0;
}

#article-post-content-wrapper #social-button a{

/*
    float: left;
    width: 20px;
    height: 20px;
    line-height: 17px;
    background: #000000;
    text-align: center;
*/
    margin-right: 4px;
}

#article-post-content-wrapper #social-button a i {
/*
    color: #ffffff;
    font-size: 13px;
*/
} 

#article-post-content-wrapper #article-post-date {
    
    position: absolute;
    left: 160px;
    top: 30px;
}

#article-post-content-wrapper #article-post-date  h2 {
    
    font-weight: bold;
}

#article-post-content-wrapper #article-post-content {

    position:relative;
    padding: 20px 60px 40px 0;
    overflow:hidden;
}


#article-post-content-wrapper #article-post-content  div  p  a{

  font-weight: bold;

}

#related-article-post .related-posts h2:first-child {
    
    font-weight: bold;
    border-bottom: 1px solid #4e4e4e;
    line-height: 35px;
}

#article-post-pagenav{

    float: left;
    width: 100%;
}

#article-post-pagenav #article-previous  {

    float: left;
    position: relative;
}

#article-post-pagenav #article-previous a {

    padding-left: 40px;
    color: #1db3d6;
    display:inline-block;
}

#article-post-pagenav #article-previous a span {
    
    color: #4e4e4e;
}

#article-post-pagenav #article-previous a:before {

    position:absolute;
    content: "";
    background:url("../images/works-l-arrow.gif") no-repeat;
    width: 24px;
    height: 46px;
    left:0;
    top: 0;
}

#article-post-pagenav #article-next {

    float: right;
    position: relative;
}

#article-post-pagenav #article-next a {

    padding-right: 40px;
    color: #1db3d6;
    display:inline-block;
}

#article-post-pagenav #article-next a span {
    
    float: right;
    color: #4e4e4e;    
}

#article-post-pagenav #article-next a:before {

    position:absolute;
    content: "";
    background:url("../images/works-r-arrow.gif") no-repeat;
    width: 24px;
    height: 46px;
    right:0;
    top: 0;
}

.item {
    /*width: 300px;*/
    float:left;
    margin: 0 25px 25px 0;
    /* padding:0px 25px 25px 0px;*/
}

.item #boxtitle font {

    padding-left: 10px;
}