/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Nicolas Arnaud and contributors. All rights
 * reserved.
 *
 * DotClear 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.
 *
 * DotClear 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 DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */

/* Général
******************************************/
#galleries {
}

#gallery {
	margin : 10px;
}

.gallery-thumbnail {
	float : left;
	margin : 2px;
	padding : 5px;
	width : 133px;
	height : 200px;
	text-align : center;
	border : 1px dashed #ccc;
	background : #FFF;
}

.gallery-thumbnail img {
	display : block;
	margin : 0px auto;
	border : 0;
}


.gallery-icone {
}

.gallery-landscape {
	padding-bottom: 35px;
}

.gallery-portrait {
}

.gallery-image-title {
	display:block;
	text-align: center;
}

.gallery-nb-comment {
	margin-top : 5px;
	display:block;
	text-align: center;
}

.gallery-thumbnail:hover {
	background : #EEE;
}

.gallery-description {
	float : left;
	width : 100%;
	line-height : normal;
}

.gallery-description ul {
	margin : 0;
	padding : 0;
	list-style : none;
}

.gallery-description li {
	float : left;
	margin : 5px;
	padding : 5px;
	width : 200px;
	height : 60px;
	border : 1px dashed #ccc;
	list-style : none;
}

.gallery-description img {
	float : left;
	margin : 10px 5px 5px 5px;
	height:40px;
	width:40px;
	border : 1px dashed #ccc;
}

.gallery-description a {
	float : left;
	display : block;
	color : #000;
	text-decoration : none;
}

.gallery-description li:hover {
	background : #EEE;
}

.gallery-enddescription {
	clear: both;
	margin-bottom: 10px;
	padding: 1px;
}

.gallery-navigation {
	font-size : 1.2em;
	clear : both;
	color : #666;
	margin : 10px;
	text-align : center;
}

.gallery-image img {
	display:block;
	margin : 5px auto;
	padding : 10px;
	border : 1px dashed #ccc;
}

.gallery-content blockquote {
	background: #EEE;
	border: 1px dashed #ccc;
	margin: 10px 0;
	padding: 10px;
	overflow: auto;
}

.gallery-content blockquote p{
	margin: 1ex 0;
}

/* Videos
******************************************/

object {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

embed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
