/*

	Zen Photo Default 1.0
	
*/

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

/* Main Layout
------------------------------ */
body {
	background: #000000;
	margin: 0px;
	padding: 0px 0px 50px;
	text-align: center;
	color: #999999;
	font-size: 11px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	height:100%;
	max-width:1350px;
}

#main {
	text-align: left;
	margin: 20px auto;
	background: #000000;
	position: absolute;
	height: 70px;
	top: 100px;
	
}

#contenu {
	float:left;
	text-align: left;
	margin: 20px auto;
	background: #000000;
	padding: 20px 30px 70px;
	padding-top: 10px;
	position: absolute;
}
#credit, #sort {
	margin: 0 auto;
	width: 640px;
	font-size: 100%;
	color: #ffffff;
	text-align: center;
	clear: both;
}
#credit a, #sort a {
	text-decoration: none;
	color: #7d0f1a;
	
}
#credit a:hover, #sort a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
#gallerytitle {
	
}


/* Text Styles
------------------------------ */

h1 {
	font: 170% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: bold;
}
h2 a:link, h2 a:visited, h2 span {
	color: #7d0f1a;
	text-decoration: none;
	text-align: left;
}
h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h2 {
	font: 130% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin-top: 30px;
	border-bottom: 1px dashed #ffffff;
	margin-bottom:2px;
}



#head h1  {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	padding-left: 240px;
	color:#fff;
	padding-top: 20px;

}



/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: none; color: #666666; }
a:visited { text-decoration: underline; color: #CCCCCC; }
a:hover, a:focus { text-decoration: underline; color: #999999; }


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #999999;
	margin-left: 20px;
	padding-left: 20px;
	color: #999999;
}


/* Page Navigation
------------------------------ */
.enableSorting{
	float:left;
	clear:both
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}

ul.pagelist {
	float:left;
	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.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #660000;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #CCCCCC;
	cursor: default;
}
.pagenav {
	clear: both;
}


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

/* Image Thumbnails
------------------------------ */
.imagethumb a {

}
.imagethumb img {
	display: block;
	padding: 2px;
	margin: 6px;
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
	
}


.mini {
	padding: 2px;
	margin: 6px;
	width:85px;
	height:50px;

}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */


#albums {	
	
}

.album {
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #E7F0F5;
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;	
	height: 110px;
}
.album img {
	float: left;
	margin: 10px 5px -15px -4px;
	border: 1px solid #E7F0F5;
}

.album h2 {
	padding: 0;
	margin: 0;
}

.album h2 a {
text-decoration:none;
}

.album p {
	padding-top:1px;
	text-align:right;
}

.albumdesc {
	line-height: normal;
}

.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #999999;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	background: #000000;
	margin-top: 13px;
	margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #666666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #660000;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	clear: both;
	color:#FFFFFF;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor a:link, a:visited, span{
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.commentdate {
	margin-top: 12px;
	color: #999999;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	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;
}
#pub {
	position: relative;
	top: 15px;
	height: 100px;
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
hr {
	position: relative;
color:#000000;
	width: 10px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width:100%;
	background: url(http://www.sumatra.fr/photo/themes/default/gauche.gif) 30px 0px repeat-y !important;
	background: url(http://www.sumatra.fr/photo/themes/default/gauche.gif) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}

#menu_header {
	width:170px;
	height:100%;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
	padding-bottom:20px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(http://www.sumatra.fr/photo/themes/default/gauche.gif) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
    
	height: 100px;
	float:left;
	text-align: right;
}

#content {
	
	float: left;
	margin:20px;
	
}
content {
background-color:#33CCFF;
}

.clear {
	clear: both;
	height:30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

.login_box p {
	margin:10px;
	font-size:12px;
	color:#fff;
	text-align:left;
	height:1000px;
	
}
.content_box p {
	margin: 10px 0px 10px 0px;
	font-size:10px;
	
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size:11px;
	
}

.red {
	color:#7D0F1A;
}
