/* ***** 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 *****
 */

/* General
******************************************/
#galleries {
}

#gallery {
	margin : 10px;
}

.gallery-thumbnail {
	float : left;
	margin : 3px;
	padding : 0px;
	padding-bottom: 0;
	text-align : center;
	background-color: #666;
	-moz-border-radius: 10px;
}
.gallery-thumbnail:hover {
	float : left;
	margin : 3px;
	padding : 0px;
	padding-bottom: 0;
	text-align : center;
	background-color: #999965;
}

.gallery-thumbnail-container {
	width: 150px;
	height: 130px;
	margin: 5px;
	border-bottom: 1px solid #777777;
}
.gallery-thumbnail-container img {
	display : block;
	margin : 0px auto;
	/*width: auto;
	height: 100px;*/
}
.gallery-thumb-landscape, .gallery-thumb-portrait  {
	display : block;
	margin : 0px auto;
	border : 1px solid #fff;
	/*width: 130px;
	height: 100px;*/
}



.gallery-thumbnail-desc {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
}

.gallery-portrait {
}

.gallery-image-title {
	display:block;
	text-align: center;
	font-size: 0.8em;
	color: #FF9933;
	font-weight: bold;
}

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

.gallery-nb-views {
	padding-bottom : 1px;
	display:block;
	text-align: center;
}



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

.gallery-description ul {
	margin : 0;
	padding : 10px;
	list-style : none;
	width: auto;
}

.gallery-description li {
	float : left;
	margin : 0px;
	padding : 5px;
	list-style : none;
	width: 100%;
	-moz-border-radius: 10px;
}

#contentRight .post-content .gallery-description a img {
	float: left;
	margin: 5px;
	padding: 0px;
	border: 1px solid #fff;
	text-decoration : none;
}
#contentRight .post-content .gallery-description a {
	text-decoration : none;
	border: 0;
}

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

/*************************************************************************/


.gallery-all-thumbnails {
	margin: 0px 2%;
	width: auto;
	padding: 0px;
	font-size: 0.8em;
	border: 0px solid red;
}

.gallery-spacer {
	display: block;
	clear:both;
}

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

.gallery-navigation {
	margin : 10px;
	text-align : center;
	font-size: 0.8em;
}

.gallery-image img {
	display:block;
	margin : 0 auto;
	padding : 5px;
	background: #fff;
	border: 1px solid #555;
}

.gallery-content blockquote {
	display:block;
	margin : 0 auto;
	width: 500px;
	padding : 5px;
	color: #fff;
	font-style: italic;
}

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

#gallery-last {
}

.gallery-last-block {
	border : 1px solid #ccc;
	border-top-width : 2px;
	padding : 0 0.5em;
	margin : 0 0 1.5em 0;
}

.gallery-last-title {
	background : #eceade;
	margin : 0 -0.5em;
	padding : 0.2em 0.5em;
}

.gallery-last-info {
	margin : 0;
}

.gallery-last-info img {
	float : left;
	margin : 2px 0 0 4px;
	position : relative;
}

#gallery-exif {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#gallery-exif dl {
	width: 39.1em;
	margin: 0 auto;
	padding: 0;
	/*clear: both;*/
}

#gallery-exif dt {
	background: #EEE;
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

#gallery-exif dd {
	float: left;
	background: #FFF;
	width: 21em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}


li.rss {
  font-size: 0.8em;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-image: url(../../../../themes/fr13-1/img/feed.png);
}