/***************************************************************************
*	Very Simple News System
*	Version: 3.2.0
*	Filename: print.css
*	Description: CSS information for VSNS when printing
****************************************************************************
*	Build Date: February 16, 2006
*	Author: Tachyon
*	Website: http://tachyondecay.net/
****************************************************************************
*	Copyright (c) 2006 by Tachyon
*
*	This program is free software; you can redistribute it and/or modify
*   it under the terms of the GNU General Public License as published by
*   the Free Software Foundation; either version 2 of the License, or
*   (at your option) any later version.  A copy of the GPL version 2 is
*	included with this package in the file "COPYING.TXT"
*
*   This program is distributed in the hope that it will be useful,
*   but WITHOUT ANY WARRANTY; without even the implied warranty of
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*    GNU General Public License for more details.
*
*   You should have received a copy of the GNU General Public License
*   along with this program; if not, write to the Free Software
*   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
****************************************************************************/

div#vsns-footer
{
	background: transparent;
	border: 0;
}

div#vsns-nav, div.vsns_view_articles, span.prevlink, span.nextlink, ul.editlinks, div.vsns_form
{
	display: none;
}

div.news_pinned
{
	background: transparent;
	border: 0;
}

