/* ======================================================= */
/*                     Reset Containers                    */
/* ======================================================= */

.wsc_postit_feed_container .head_title *,
.wsc_postit_feed_container *,
.wsc_postit_list_container *
{
	vertical-align: baseline;
	text-shadow: none;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-family: Arial;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* ======================================================= */
/*               Default Document                          */
/* ======================================================= */


.c_head{padding:0; margin-bottom:20px;text-align:left;}

/*---------- To align the Actions, Icon and Title ---------*/
.c_actions, .head_title h1{float:left;}
.c_icon img { float:left; padding-right:10px; }
.head_title h1{margin:0; padding:0;}
.icn img{margin-right:5px;}

.head_title{margin:0; float:left;width:100%;}
.title_vis{margin:0; float:right;}

.c_content{clear:both;}
.c_contentpane{padding:8px 0 0 0; text-align:left; *padding-top: 0px; *zoom: 1;}
.c_footer {clear:both;margin-bottom:0px;padding:0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px; margin-bottom: 10px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}

/*-----------Custom-------------*/

.c_title,
.c_head.no_title_container  {padding-top: 15px;}

/*-----------IE7 Fix-------------*/
.wsc_top_section_wrapper .c_content 
{
    zoom: 1;
}

/* ======================================================= */
/*               Headers                                   */
/* ======================================================= */

.wsc_postit_container h1.c_title, .wsc_postit_container h1.c_title a {
    color: #444444;
    font-family: Helvetica,Arial;
    font-size: 28px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

.wsc_postit_container h1.c_title:hover, .wsc_postit_container h1.c_title a:hover
{
    text-decoration: underline;
}


.wsc_postit_container h2.c_title, .wsc_postit_container h2.c_title a {
    color: #444444;
    font-family: Helvetica,Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}

.wsc_postit_container h2.c_title:hover, .wsc_postit_container h2.c_title a:hover
{
    text-decoration: underline;
}


.wsc_postit_container h3.c_title, .wsc_postit_container h3.c_title a 
{
    color: #444444;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


.wsc_postit_container h4.c_title, .wsc_postit_container h4.c_title a {
    color: #444444;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0 #FFFFFF;
    text-transform: uppercase;
}


/* ======================================================= */
/*               PosIT List, View Post                     */
/* ======================================================= */

/* Post Headers
---------------------------------------------------------- */
.wsc_posts_common .wsc_title 
{
    margin-bottom: 10px;
}

.wsc_posts_common .wsc_title,
.wsc_posts_common .wsc_title a 
{
    color: #444444;
    font-family: Helvetica,Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.wsc_posts_common .wsc_title a:hover
{
    text-decoration: underline;
}

.wsc_posts_common .wsc_pi_add_this 
{
    margin-top: 10px;
}

/* Images
---------------------------------------------------------- */
.wsc_posts_common .wsc_image_frame img {
    border: 1px solid #C8C8C2;
    padding: 3px;
}

.wsc_posts_common .imgLeft 
{
    margin: 2px 10px 3px 0px;
    float: left;
}

/* Content
---------------------------------------------------------- */
.wsc_posts_common .wsc_post_item 
{
    margin-bottom: 20px;
}

.wsc_posts_common .Normal,
.wsc_posts_common .NormalDisabled,
.wsc_posts_common blockquote,
.wsc_posts_common pre,
.wsc_posts_common .SubHead,
.wsc_posts_common .SkinObject,
.wsc_posts_common .NormalTextBox,
.wsc_posts_common p 
{
    color: #444;
    line-height: 21px;
    font-family: Arial;
}

/* Controls
---------------------------------------------------------- */
.wsc_posts_common .wsc_pi_post_controls 
{
    margin-top: 7px;
}

/* ReadMore Button
---------------------------------------------------------- */
.wsc_posts_common a.wsc_readmore,
.wsc_posts_common a.wsc_readmore span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wsc_posts_common 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_posts_common a.wsc_readmore::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.wsc_posts_common 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_posts_common 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_posts_common 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_posts_common a.wsc_readmore,
.wsc_posts_common a.wsc_readmore:hover,
.wsc_posts_common a.wsc_readmore:active  {
	background-color: #666;
}


/* Tags on the botton of the post
---------------------------------------------------------- */
.wsc_posts_common .wsc_tag_cloud 
{
    clear: both;
    margin: 10px 0px;
}

.wsc_posts_common .wsc_tag 
{
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #7D7D91;
    font-size: 11px;
    margin-bottom: 5px;
    margin-right: 1px;
    padding: 3px 6px;
    text-decoration: none;
}

.wsc_posts_common .wsc_tag:hover
{
    background: none repeat scroll 0 0 #666;
    border-color: #666;
    color: white;
}




/* ======================================================= */
/*               CommentIT Container                       */
/* ======================================================= */



/* Container's Header
---------------------------------------------------------- */
.WebSitesCreative_CommentItContent .c_title,
.WebSitesCreative_CommentItContent .c_title a 
{
    color: #444444;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

/* CommentIt DisqUS Styles
---------------------------------------------------------- */
.WebSitesCreative_CommentItContent #dsq-content h3 
{
    color: #444444;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;   
}

.WebSitesCreative_CommentItContent .dsq-commenter-name 
{
    font-family: Arial;
}




/* ======================================================= */
/*               PosIT Feed Container                      */
/* ======================================================= */

/* Container's Header
---------------------------------------------------------- */
.wsc_posts_feed .c_title 
{
    padding-top: 8px;
}

.wsc_posts_feed .c_title,
.wsc_posts_feed .c_title a 
{
    color: #444444;
    font-family: Helvetica;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 9px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.wsc_posts_feed .c_title span {
    text-shadow: 1px 1px 0 #FFFFFF;  
}
/* PostIT Feed Styles
---------------------------------------------------------- */
.wsc_posts_feed .wsc_image_frame img {
    border: 1px solid #D5D5D5;
    padding: 2px;
}

.wsc_posts_feed .wsc_pi_feed_item 
{
    border-bottom: 1px dotted #D5D5D5;
    clear: both;
    margin-bottom: 6px;
    overflow: hidden;
    padding-bottom: 4px;
}

.wsc_posts_feed .wsc_pi_feed_item:last-child 
{
    border-bottom: none;   
}

.wsc_posts_feed .wsc_title,
.wsc_posts_feed .wsc_title a 
{
    color: #444444;
    font-size: 12px;
    margin-bottom: 3px;  
}

.wsc_posts_feed .wsc_pi_feed_info 
{
    color: #888;
    font-size: 11px;
    font-style: italic;
}

.wsc_posts_feed .wsc_pi_feed_content 
{
    padding-top: 4px;
}

.wsc_posts_feed .imgLeft 
{
    margin: 2px 6px 3px 0px;
    float: left;
}


/* ======================================================= */
/*               PosIT Tags and Archive Feed               */
/* ======================================================= */

.wsc_tags_view .wsc_tags_cloud,
.wsc_archive_view .wsc_archive_cloud
{
    padding-left: 0px;
}

.wsc_tags_view li,
.wsc_archive_view li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    border-bottom: 1px dotted #D5D5D5;
    list-style-position: inside;
}

.wsc_tags_view .wsc_tag,
.wsc_archive_view .wsc_date {
    text-decoration: none;
}

.wsc_tags_view .wsc_tag:hover,
.wsc_archive_view .wsc_date:hover  
{
    text-decoration: underline;
}


/* ======================================================= */
/*               Paging                                    */
/* ======================================================= */

.posts-paging .wsc_tag {
    font-size: 13px;
}
