/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.well.categories {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 3px #999999;
}

.well.search {
    background: #fff;
    box-shadow: 0px 0px 3px #999999;
    border: none;
}

.grid-item, .grid-sizer {
    width:48%;
    margin-bottom: 15px;
}

.grid-item.featured {
    width:100%;
}

.grid-item {
    box-shadow: 0px 0px 6px #999999;
    background-color: #ffffff;
}

.grid-item .border {
    width: 100%;
    height: 5px;
  /*  background-color: #337ab7;*/
    margin:0;
    padding:0;
}

.grid-sizer {
    height:0px;
    display:hidden;
    margin:0;
}
.gutter-sizer {
    width:4%;
    display:hidden;
    height:0px;
}

.grid-item p, .grid-item h2 {
    padding-left: 10px;
    padding-right: 10px;
}



.grid-item time {
        float: right;
    text-transform: uppercase;
    color: #999;
}

.grid-item .tags {
    text-transform: uppercase;
/*    color: #3361b7;*/
    margin-top: 4px;
    font-size: 20px;    
}

.grid-item h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.grid-item h2 a {
    color:#777777;
}

.previous {
    visibility: hidden;
}

.next {
    visibility: hidden;
}

.previous.show {
    visibility: visible;
}

.next.show {
    visibility: visible;
}

.post-count {
float: right;
    width: 35px;
    text-align: center;
    background-color: rgba(39, 128, 227, 0.97);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 2px;
}

/*
    From main page
*/

.top-head
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #f7f7fa;
    border-bottom: 1px solid #dddddd;
    z-index: 999;
}

.top-head img
{
    margin-left: 30px;
    max-width: 130px;
    padding-top: 16px;
}

header#top h1
{
    font-weight: 500;
}

header#top
{
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

header#top .overlay
{
    background-color: rgba(0,0,0,0.3);
}

body
{
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 80px;
    background-color: #fafafa;
}

.top-head .yl-blog {
    font-size: 18px;
    position: relative;
    top: 14px;
    left: 5px;
    font-weight: 200;
    text-transform: uppercase;
    color: #333;
}

.post p time {
    float: right;
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
    line-height:30px;
}

.post p.author {
    margin-top:12px;
}
/*
 -------------------
 end main page
 */
 
 
 /* Tag colors */
 
 p.tag-yourlaw-blog {
     color:#3fb618;
 }
 
 .tag-yourlaw-blog-bg, .tag-yourlaw-blog .border {
     background-color:#3fb618;
 }
 
p.tag-yourlaw-guides {
    color:#c68c53;
} 

.tag-yourlaw-guides-bg {
    background-color: #c68c53;
} 

p.tag-yourlaw-for-lawyers {
    color: #3361b7;
}

.tag-yourlaw-for-lawyers-bg {
    background-color: #3361b7;
}

p.tag-yourlaw-news {
    color: #ff575a;
}

.tag-yourlaw-news-bg {
    background-color: #ff575a;
}

p.tag-yourlaw-fundraiser {
    color:#cc99ff;
}

.tag-yourlaw-fundraiser-bg {
    background-color:#cc99ff;
}