/*
@AUTHOR:  Marc Nadeau, (*) La Pagerie, http://www.pagerie.com
@ABSTRACT: La Pagerie, Belisama CMS, dstyle sheet for the list_news module
@CONFORMSTO: css level 2
@CONTRIBUTOR:
@COPYRIGHT: Marc Nadeau, 2007
@CREATED:  2007-09-03
@DESCRIPTION:  La Pagerie, Belisama CMS, dstyle sheet for the list_news module
@FORMAT: text/css
@IDENTIFIER: belisama.pagerie.com/modules/list_news/module.css
@ISPARTOF: La Pagerie, http://pagerie.com
@ISREFERENCEDBY: http://pagerie.com
@LICENCE: GPL version 3
@MODIFIED: Marc Nadeau, 2008-05-14
@PUBLISHER: Marc Nadeau, La Pagerie, http://www.pagerie.com
@VERSION: 0.8.5-14

Copyright 2007, 2008, Marc Nadeau, droits@pagerie.com

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; version 3 of
the License.

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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/

a.thumbnail, a.to_full_size_image
	{
	cursor: crosshair;
	}

div.news_abstract
	{
	margin: auto;
	margin-bottom: 2.5ex;
	padding: 2ex;
	background-image: url( content_unit.jpg );
	border-top: #666 solid thin;
	}

div.news_content
	{
	margin-top: 1.5em;
	padding-bottom: 1ex;
	}

div.news_extra_content
	{
	margin-top: 1.5em;
	padding-bottom: 1ex;
	}

div.news_title
	{
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

div.resized_picture
	{
	text-align: center;
	padding: 0.5em;
	border: none;
	border: none;
	height: 480px;
	}

div.thumbnails_strip
	{
	text-align: center;
	padding: 0.5em;
	border: none;
	height: 110px;
	border: none;
	}

div#list_news_surf
	{
	margin-top: 1ex;
	border-top: #666 solid thin;
	}

img.main_picture
	{
	float: left;
	margin: 1ex;
	}

p.n_images_in_album
	{
	text-align: center;
	font-size: 90%;
	}

table#list_news_surf
	{
	border-top: #000 solid thin;
	width: 100%;
	}
td#next, td#previous
	{
	width: 50%;
	}

td#next
	{
	text-align: left;
	}

td#previous
	{
	text-align: right;
	}


