/* ======================================================= */
/*               PosIT List Container                      */
/* ======================================================= */

/* Post Headers
---------------------------------------------------------- */
.wsc_postit_list_container .wsc_title 
{
    margin-bottom: 10px;
}

.wsc_postit_list_container .wsc_title,
.wsc_postit_list_container .wsc_title a 
{
    color: #444444;
    font-family: Helvetica,Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.wsc_postit_list_container .wsc_title a:hover
{
    text-decoration: underline;
}

.wsc_postit_list_container .wsc_pi_add_this 
{
    margin-top: 10px;
}

/* Images
---------------------------------------------------------- */
.wsc_postit_list_container .wsc_image_frame img {
    border: 1px solid #C8C8C2;
    padding: 3px;
}

.wsc_postit_list_container .imgLeft 
{
    margin: 2px 10px 3px 0px;
    float: left;
}

/* Content
---------------------------------------------------------- */
.wsc_postit_list_container .wsc_post_item 
{
    margin-bottom: 20px;
}

.wsc_postit_list_container .Normal,
.wsc_postit_list_container p 
{
    color: #444;
    line-height: 21px;
    font-family: Arial;
}

/* Controls
---------------------------------------------------------- */
.wsc_postit_list_container .wsc_pi_post_controls 
{
    margin-top: 7px;
}

/* ReadMore Button
---------------------------------------------------------- */
.wsc_postit_list_container a.wsc_readmore,
.wsc_postit_list_container a.wsc_readmore span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wsc_postit_list_container a.wsc_readmore
{
	text-decoration: none;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
  
.wsc_postit_list_container a.wsc_readmore::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.wsc_postit_list_container a.wsc_readmore:hover {
	text-decoration: none;  
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}

.wsc_postit_list_container a.wsc_readmore:active {
	background: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, .1) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(0, 0, 0, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19000000', EndColorStr='#19FFFFFF')"; /* IE8 */
}
  
.wsc_postit_list_container a.wsc_readmore span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.5em 1.3em 0.6em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.wsc_postit_list_container a.wsc_readmore,
.wsc_postit_list_container a.wsc_readmore:hover,
.wsc_postit_list_container a.wsc_readmore:active  {
	background-color: #666;
}


/* Tags on the botton of the post
---------------------------------------------------------- */
.wsc_postit_list_container .wsc_tag_cloud 
{
    clear: both;
    margin: 10px 0px;
}

.wsc_postit_list_container .wsc_tag 
{
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #7D7D91;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 6px;
    text-decoration: none;
}

.wsc_postit_list_container .wsc_tag:hover
{
    background: none repeat scroll 0 0 #666;
    border-color: #666;
    color: white;
}