﻿/* ======================================================= */
/*                       Base Styles                       */
/* ======================================================= */


/* All Views Common Styles
---------------------------------------------------------- */
.wsc_clear
{
    clear: both;
    height: 0px;
}

.imgLeft
{
    float: left;
    margin: 0px 5px 0px 0px;
}

.wsc_posts_list .wsc_title a,
.wsc_pi_detailed_view .wsc_title
{

}

.wsc_posts_list .wsc_pi_feed_info,
.wsc_pi_detailed_view .wsc_pi_feed_info
{
    color: #777777;
    display: block;
    margin: 5px 0 10px;
    font-style: italic;
}

.wsc_posts_list .wsc_image_frame img,
.wsc_pi_detailed_view .wsc_image_frame img
{
    max-width: 300px;
}

/* Styles of Subscribe on RSS button
---------------------------------------------------------- */
.wsc_postit_subscribe
{
	clear:both;
}

.wsc_postit_subscribe a,
.wsc_postit_subscribe a:hover,
.wsc_postit_subscribe a:link,
.wsc_postit_subscribe a:visited
{
	float:right;
	overflow:hidden;
	border:none;
	background-color:transparent;	
	font-size:0;	
	padding:0;
	margin:0;
}

.wsc_postit_subscribe a img
{
	border:none;
	font-size:0;
	padding:0;
	margin:0;	
	border:none;
}

.wsc_postit_clear
{
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
	border:none;
}

/* Styles of Post-List View 
---------------------------------------------------------- */

.wsc_post_item 
{
    margin-bottom: 20px;   
	border-bottom: 1px solid #999999;
}

aside#footer_bar  .wsc_post_item 
{
    margin-bottom: 5px;   
	border-bottom: none;
}

.wsc_posts_list a.wsc_readmore,
.wsc_posts_list a.wsc_readmore:link
{
    float: right;
}

/* Styles of Full-Post View 
---------------------------------------------------------- */

.wsc_pi_detailed_view .wsc_pi_add_this 
{
    margin: 10px 0px;
}

/* Styles of Feed View
---------------------------------------------------------- */

.wsc_pi_feed_item 
{
    margin-bottom: 10px;
    overflow: hidden;
}

.wsc_pi_feed_content 
{
    overflow: hidden;
}

.wsc_pi_feed_content .wsc_pi_feed_info span 
{
    margin-right: 0px;
}

.wsc_posts_feed .wsc_tags_cloug, 
.wsc_posts_feed .wsc_info_author, 
.wsc_posts_feed .wsc_text_by 
{
    display: none;
}

/* Styles for Tags and Archive Feed View
---------------------------------------------------------- */
.wsc_tags_view li,
.wsc_archive_view li
{
    padding-bottom: 5px;
}
    

/* Styles of Controls 
---------------------------------------------------------- */
.wsc_pi_post_controls 
{
   float: right;
   padding-top: 5px;
}
h2.wsc_title {
display: none;
}

span.wsc_info_date {
color: #FFF;
font-style: normal;
font-weight: bold;
}

.wsc_pi_post_header {
float: left;
padding: 0px 20px;
background: #000046;
text-align: center;
color: #FFF;
margin-bottom:10px;
min-height:110px;
}
aside#footer_bar .wsc_pi_post_header {
float: left;
padding: 0px 10px;
background: #999999 !important;
text-align: center;
color: #FFF !important;
margin-bottom:10px;
min-height: 90px;
width:105px
}
p.wsc_post_summary {
margin-left: 20%;
text-align: justify;
font-size: 13px;
color: #999999;
}

aside#footer_bar p.wsc_post_summary {
margin-left: 44%;
text-align: left;
font-size: 12px;
color: #999999;
max-height: 90px;
overflow: hidden;
}

a.button.wsc_pi_button.wsc_readmore {
margin-top: 10px;
text-transform: uppercase;
margin-bottom:10px;
}

aside#footer_bar  a.button.wsc_pi_button.wsc_readmore {
margin-top: 0px;
text-transform: lowercase;
padding:0px;
margin-bottom: 0px;
}
span.postItYear {
font-size: 21px !important;
color: #FFF;
font-weight: normal;
display: block;
line-height: 30px;
}


aside#footer_bar  span.postItYear {
font-size: 18px !important;
color: #FFF !important;
font-weight: normal;
display: block;
line-height: 24px;
background: #999999 !important;
}

span.postItMonth {
font-size: 21px !important;
color: #FFF;
text-transform: uppercase;
font-weight: normal;
display: block;
line-height: 30px;}

aside#footer_bar span.postItMonth {
font-size: 18px !important;
color: #FFF !important;
text-transform: uppercase;
font-weight: normal;
display: block;
line-height: 24px;
background: #999999 !important;
}

span.postItDay {
    font-size: 21px !important;  color: #FFF;  text-transform: uppercase;  font-weight: normal;  display: block;  line-height: 30px;
}

aside#footer_bar span.postItDay {
    font-size: 18px !important;  color: #FFF !important; 
    background: #999999 !important;  text-transform: uppercase;  font-weight: normal;  display: block;  
    line-height: 24px;
}
