
/*
 * blog anchor
*/
.blog_anchor {
    background: #F5F5F5;
    line-height: 150%;
    margin-bottom: 20px;
}

.blog_anchor p {
    font-size: 18px;
    margin-bottom: 0.1em;
}

.blog_anchor .anchor_content {
    padding: 2px 0px;
}

.blog_anchor li{
    text-indent: 20px;
    font-size: 14px;
    list-style-type: none;
}

#anchor_content_toggle {
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    display: inline-block;
    line-height: 20px;
    background: rgb(180, 180, 180);
    font-style: normal;
    padding: 1px 8px;
    margin: 10px;
}

.blog_anchor a {
    text-decoration: none;
}

.copy_right {
    border: 1px dashed #e0e0e0; 
    margin-bottom: 15px; 
    padding: 10px 10px 10px 10px; 
    background-color: #fffeee; 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: 1% 50%; 
    -moz-background-size: auto auto; 
    -moz-background-clip: -moz-initial; 
    -moz-background-origin: -moz-initial; 
    -moz-background-inline-policy: -moz-initial;
}

/*
* Links
*/
.link_box {
    width: 33%;
    float: none;
    overflow: auto;
    height: auto;
    margin-left: 5px;
}

@media (max-width: 600px) {
  .link_box {
    width: 100%;
  }
}
