/*

	Zen Photo Default 1.0

*/

/* Basics
------------------------------ */
html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	text-align: center;
}
#main {
	text-align: left;
	margin: 0px auto 0px;
	width: 480px;
	
}
#credit {
	margin: 30 0px 0;
	width: 520px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	margin-bottom: 12px;
	text-align: left;
}
#gallerytitle a:link, #gallerytitle a:visited {
	text-decoration: none;
	color: #000000;	
	
	
}
#gallerytitle a:hover {
	text-decoration: none;
	color: #7E6956;	
	
	
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

/* Text Styles
------------------------------ */
body {
	font: normal 12px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

.subtitle {
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	
}
.subtitle a:link, h2 a:visited, h2 span {
	color: #A39689;
	text-decoration: none;
}
h3 {
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;	
}

a:hover {
	color: #FBDF73;
	text-decoration: none;
}
 

/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border-top: 0px;
	margin: 0 0 12px 0;
	padding: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	float: right;
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
	
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}

ul.pagelist li a:link {
	text-decoration: none;
	color: #000000;
}

ul.pagelist li a:visited{
	text-decoration: none;
	color: #000000;
}
ul.pagelist li a:hover{
	text-decoration: none;
	color: #736459;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #000000;
}

ul.pagelist li.prev {
	margin-right: 12px;
	font-weight: normal;
}
ul.pagelist li.prev a:link{
	
	font-weight: bold;
}
ul.pagelist li.prev a:visited{
	
	font-weight: bold;
}
ul.pagelist li.next {
	margin-left: 12px;
	font-weight: normal;
}
ul.pagelist li.next a:link{

	font-weight: bold;
}
ul.pagelist li.next a:visited{

	font-weight: bold;
}
.disabledlink {
	color: #000000;
	cursor: default;
	font-weight: normal;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
	margin-top: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;

	border: 1px solid #A39689;
	background: #A39689;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #CCC2B5;
	background: #CCC2B5;
}
.imagethumb a:hover {
	border: 1px solid #A39689;
	background: #FFFFFF;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 3px solid #A39689;
	background: #F4EFE3;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0 0 0 5px;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100px;
	padding: 3px 0 6px;
}
.album h3 a:link, .album h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
 
.album h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #836F5C;
	text-decoration: none;	
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: left;
	width: 400px;
	padding-left: 10px;
}
.albumdesc small {
	margin-top: 20px;
	line-height: 130%;
	width: 150px;
	float: right;
	color: #A39689;
	padding-left: 30px;
}


/* Individual Image
------------------------------ */
.image {
	border: 0;

}
#image {
	text-align: center;
	line-height: 0;
	padding-top: 10px;
	}

.imgnav {
	width: 210px;
	text-align: center;
	border: 1px solid #CCC2B5;
	background: #CCC2B5;
	margin-bottom: 5px;
	margin-left: 135px;
	margin-top: 2px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	
	padding: 3px 0;
	font-size: 12px;
	text-decoration: none;
	line-height: 200%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #F4EFE3;
	text-decoration: none;
	color: #000000;
}
.imgnav .imgprevious a:visited, .imgnav .imgnext a:visited {

	text-decoration: none;
	color: #000000;
}
.imgnav .imgprevious a {
	float: left;
	text-decoration: none;
}
.imgnav .imgnext a {
	float: right;
	text-decoration: none;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#commentaires {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 15px;
	text-align: center;
}
#comments {
	clear: both;
}
.error {
  color: #C33;
  font-weight: bold;
}
.comment {
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #FF0033;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #000000;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
