@charset "UTF-8";
/* CSS Document */

/*PAGE TITLE*/
h2 {
    color: #353432;
    font-family:Verdana, Helvetica, sans-serif;
    letter-spacing:-1px;
    margin-top: 0;
}

blockquote {
    background: url("/Websites/yourbcmd/images/bq-quote.png") no-repeat scroll 5px 0 transparent;
    color: #777;
    font-style: italic;
    margin: 25px 0;
    padding: 0 10px 0 65px;
    width: 85%
}

blockquote p {
    padding: 0;
}

/*POST WRAP*/
.blogList ul li {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 25px;
    position: relative;
    padding: 0;
    font-size: 12px;
    line-height: 1.5px;
    padding: 15px;
    background: #E4E4E4; /* old browsers */
    background: -moz-linear-gradient(top, #eaeaea 50%, #e1e1e1 50%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#E4E4E4), color-stop(50%,#DBDBDB)); /* webkit */
    background: linear-gradient(top, #eaeaea 50%, #e1e1e1 50%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url("/Websites/yourbcmd/templates/bcmd_design/PIE.htc");
}

.blogList .postBody {
    margin-bottom: 0;
    line-height: 1em;
    font-weight: normal;
}
.blogList .postBody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}

/*POST TITLE */
.blogList ul li h2.postTitle, .post h2 {
    color: #2790B0;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 0 0 10px 0;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.blogList ul li h2.postTitle a {
    color: #2790B0;
    text-decoration: none;
}

.blogList ul li h2.postTitle a:hover{
    text-decoration: underline;
}

/*POST INFO (Date/Comments) */
.blogList ul li .postInfo {
    color: #9F9F9F;
    font-size: 10px;
	margin-bottom: 25px;
    padding: 2px 0 0 1px;
    line-height: 1.5em;
    margin-top: -10px;
    position: relative;
    clear: both;
    float: right;
}

.blogList ul li .postDate {
    font-size: 10px;
    line-height: 1.5em;
    color: #9F9F9F;    
}

/*POST BODY*/
.postBody a {
    text-decoration: underline;
}

.postBody p {
    line-height: 1.5em;
    padding: 0;
}

a.more-link {
    font-weight: 700;
    float: right;
}

a.more-feature {
    font-weight: 700;
}

#element0_0 .post .postBody, #element0_0 .post .postBody p {
    line-height: 1.5em;
    font-weight: normal;
}

.post .postBody {
    margin-bottom: 20px;
}

.blogList ul li img.feature {
    float: right;
    margin: -35px 0 10px 10px;
    border: 1px solid #E3E3E3;
    padding: 5px;
}

.border {
    border: 1px solid #E3E3E3;
    padding: 5px;
}

.img {
    margin: 0;
}
