/* 
    Document   : blog
    Created on : Jul 7, 2009, 12:43:30 PM
    Author     : pygorex1
    Description:
        Styling for blogs.
*/


.orderbyheader {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	background-color: #94ccdb;
	color: #fff;
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: default;
}
.orderbyheader SPAN {
	display: inline-block;
	padding: 5px 10px;
}
.orderbyheader.other {
	background-color: #ccc;
}

.blogHeader, .blogEntryContainer {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.blogEntryContainer {
    margin-bottom: 20px;
}
.blogEntry {
    float: left;
    width: 100%;
}
.blogHeadline {
    width: 100%;
    float: left;
    border-bottom: solid #ccc 1px;
    margin-bottom: 5px;
}
.blogEntryTitle {
    width: 60%;
    float: left;
}
.blogEntryTitle H2 {
    font-size: 12pt;
    margin:0px;
    padding: 0px;
    color: #000;
}
.blogEntryDate {
    width: 30%;
    float: right;
    color: #999;
    font-size: 10pt;
    text-align:right;
	visibility: hidden;
}
.blogEntryPreview {

}
.blogEntry {

}
.blogOptions {
    clear: both;
    width: 100%;
    background-color: #ccc;
    text-align: right;
    float: left;
    padding: 10px 0px;
	margin-bottom: 20px;
}
.blogOptions .separator {
    color: #666;
}
.blogOptions UL {
    float: right;
    list-style: none;
}
.blogOptions UL LI {
    display: block;
    float: left;
    padding: 0px 5px;
    border-right: solid #999 1px;
}

.blogShareWidget {
    float: right;
    padding-left: 8px;
}

.blogHeader {
    padding-bottom: 3px;
}
.blogHeaderLeft {
    float: left;
    width: 60%;
}
.blogHeaderLeft H1 {
    font-size: 16pt;
    color: #666;
}
.blogHeaderRight {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 0.9em;
}

.blogHeadlinesContainer {
    width: 100%;
    float: left;
    clear: both;
}

.blogHeadline {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 25px;
    border-width: 0;
}

.blogHeadlineTitle {
    width: 100%;
    float: left;
    border-bottom: dotted #ccc 1px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}


.blogHeadlineTitle H2 {
    font-size: 14pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.blogHeadlineTitle2 {
    font-size: 10pt;
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
.blogHeadlineTitle2_col1 {
    float: left;
    width: 80%;
    color: #999;
	visibility: hidden;
}
.blogHeadlineTitle2_col2 {
    float: right;
    width: 15%;
    text-align: right;
}

.blogHeadlineSummary {
    display: none;
}


