/**
 * Theme Name: Le Blog Auto ZenPhoto Theme
 * Theme URI: http://www.leblogauto.com/
 * Description: Thème pour le site Le Blog Auto
 * Version: 0.1.0
 * Author: Sonny Beaumont
 * Author URI: http://www.sbwd.dyndns.org/
 */

.breadcrumb
{
	padding-bottom: 1em;
}




/**
 * Zone dédiées à Zenphoto
 */
#zp-area
{
	clear: both;
	font-size: 1.2em;
	padding: 0 10px 30px 10px;
	width: 950px;
}



/**
 * albums
 */
#albums .album
{
	float: left;
	height: 143px;
	overflow: hidden;
	padding: 0 0 0 9px;
	text-align: center;
	width: 96px;
}

.index #albums
{
	padding-bottom: 1em;
}

.index #albums .album
{
	height: 126px;
	padding: 0;
}

#albums .album .album-title
{
	font-size: 1em;
	line-height: 1.3;
	overflow: hidden;
	padding: 0.2em 0 0 0;
	text-transform: capitalize;
}

#albums .album img
{
	border: 1px solid #ccc;
	padding: 4px;
}

#albums .album a:hover img
{
	border-color: #000;
}



/**
 * Images
 */
#images
{
	padding-bottom: 1em;
}

#images .image
{
	float: left;
	padding: 0 0 0.5em 9px;
	text-align: center;
	width: 96px;
}

#images .image img
{
	border: 1px solid #ccc;
	padding: 4px;
}

#images .image a:hover img,
#images .image .current img
{
	border-color: #000;
}


/**
 * Grande image
 */
#image-full
{
	text-align: center;
}

.image-navigation
{
	padding: 1em 0;
}

.image-navigation .next,
.image-navigation .prev
{
	width: 49%;
}

.image-navigation .next
{
	float: left;
}

.image-navigation .prev
{
	float: right;
	text-align: right;
}


/**
 * Navigation per page
 */
.pagelist
{
	position: relative;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 85%;
	font-weight: bold;
}

.pagelist li,
.pagelist li a,
.pagelist li span
{
	display: inline;
	margin-right: 2px;
}

.pagelist li a,
.pagelist li span
{
	border: 1px solid #5ca6d4;
	padding: 2px 3px 1px 3px;
}

.pagelist li a:hover
{
	background-color: #498cb5;
	border-color: #498cb5;
	color: #fff;
	text-decoration: none;
}

.pagelist .current a,
.pagelist .current a:hover
{
	background-color: #fff;
	border-color: #eee;
	color: #262626;
	cursor: default;
}

.pagelist .disabledlink
{
	border-color: #eee;
	color: #aaa;
}

