/******************************************************************************
 * your css
 ******************************************************************************/
 
	body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	}
	#nss{
	width:272px;
	margin:1px;
	height: 309px;
	}

	
/******************************************************************************
 * Colors
 ******************************************************************************/

	.nss-item{
	background-color:#090804;
	}
	.nss-item a{
	color:#708BFF;
	}
	.nss-created, .nss-facebook-comment-created, .nss-facebook-description, .nss-facebook-count-comments, .nss-facebook-count-likes, .nss-facebook-name{
	color:#b3b3b3;
	padding: 2px;
	font-size: 8px;
	line-height: 8px;
	font-family: Calibri, Arial, Sans-Serif;
	}
		
	
/******************************************************************************
 * Base
 ******************************************************************************/
	 
	.nss-item{
	font-size:11px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Calibri;
	line-height: 11px;
	color: #CCC;
	}
	.nss-item a{
		text-decoration:none;
	}
	.nss-item a:hover{
		text-decoration:underline;	
	}		
	.nss-author-avatar{
		font-weight:bold;
		font-size:16px;
		float:left;
		display:block;
		margin-right:10px;
	}
	.nss-author-avatar img{
		border:0;	
	}
	.nss-head{

	}
	.nss-body{
	}
	.nss-author-name{
	font-size:13px;
	display:-moz-inline-stack;
	display:inline-block;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #74a5e7;
	line-height: 15px;
	}
	.nss-created{
	clear:right;
	font-size:9px;
	display:block;
	line-height: 8px;
	color: #CCC;
	}
	.nss-content{
		margin:0;
	}
	.nss-info, #nss-ad{
	background-color:#090804;
	color:#FFF;
	padding:10px;
	font-size:11px;
	margin-bottom:10px;
	}
	
/* Comments */
	
	.nss-actions{
		
	}
	.nss-comment-form{
	background-color:#090804;
	margin:2px 0;
	padding:5px;
	}
	.nss-comment-form-textarea{
	width:300px;
	height:20px;
	resize:vertical;
	}
	.nss-comment-form-submit{
		margin-left:3px;
		font-size:11px;
	}
	.nss-comment-form-error{
		color:#990000;
		font-size:11px;
		padding:5px;	
	}
	
/* User */
	
	.nss-user{
		background:#D7FFF0;
		margin:10px;
		padding:10px;	
		font-size:11px;
		display:none;
	}
	.nss-user .nss-content{
		margin-top:5px;	
	}
	.nss-user .nss-content a{
		margin-right:5px;
	}

	
/******************************************************************************
 * Facebook
 ******************************************************************************/
	
	.nss-facebook{
	background-color: #090804;
	background-image: url(facebook.png);
	background-repeat: no-repeat;
	background-position: 392px 10px;
	}
	.nss-facebook-content{
	
	}
	.nss-facebook-message{
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 50px;
	padding: 0px;
	position: relative;
	width: 175px;
	}  
	.nss-facebook-picture{
	border:0;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	height: 46px;
	}
	.nss-facebook-caption{
		margin:5px 0;
	}
	.nss-facebook-story{
		margin:5px 0;
	}
	.nss-facebook-description{
	font-size:11px;
	display:block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	}
	.nss-facebook-name{
	font-weight:bold;
	float: left;
	margin-top: 37px;
	margin-left: 20px;
	}
	.nss-facebook-media-name{
		font-weight:bold;
	}
	.nss-facebook-video{
		margin:10px 0;
		border:0;
	}
	.nss-facebook-comments{
	}
	.nss-facebook-comment, .nss-facebook-count-comments, .nss-facebook-count-likes{
		clear:left;
		background-color:#EDEFF4;
		margin:2px 0;
		padding:5px;
	}
	.nss-facebook-comment-head{
		float:left;
	}
	.nss-facebook-comment-avatar img{
		width:32px;
		height:32px;
	}
	.nss-facebook-comment-body{
		margin-left:37px;
	}
	.nss-facebook-comment-name{
		margin-right:5px;
		font-weight:bold;
	}
	.nss-facebook-comment-created{
		display:block;	
		margin-top:5px;
		font-size:11px;
	}
	.nss-facebook-like{
		font-size:11px;
		margin-left:5px;
	}
	.nss-facebook-count-likes{
		font-size:11px;
		margin-top:10px;
	}
	.nss-facebook-count-comments{
		font-size:11px;	
	}
	
/******************************************************************************
 * Twitter
 ******************************************************************************/
	
	.nss-twitter{
		background:url(twitter.png) no-repeat 392px 10px #FFF;
	}
	.nss-twitter .nss-content{
		margin:10px 0;
	}
	
/******************************************************************************
 * Custom
 ******************************************************************************/
	
	.nss-custom{

	}
	.nss-custom .nss-content{
		margin:10px 0;
	}

/******************************************************************************
 * Extras
 ******************************************************************************/
	
	#nss-ad{
		font-size:11px;
		text-align:center;}
	
	.nss-clean, .nss-head:after, .nss-facebook-content:after, .nss-facebook-comment:after{
		content:'.';
		display:block;
		visibility:hidden;
		height:0;
		clear:both;
		line-height:0;
	}
.wrap9602 {
	background-image: url(../../../../bgbot.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
