/* CSS Document */

/* MAIN PHOTO AREA */

#image_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#photobox {
	background-color:#000;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	border-bottom:10px solid #aaafa4;
	margin-bottom:10px;
	}
	
#photo {
	background:#FFF;
	padding:10px;
	border:none;
	margin-bottom:10px;
	}
	
#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:0px;
	margin-left:10px;
	padding: 0px;
	top: 0px;
	left:0;
	z-index:10;
	width:750px;
	text-align:center;
}

#menu_browse a {
	outline:0;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}
#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prevImage.png') no-repeat left center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/nextImage.png') no-repeat right center;
	
}

body {
	background-color:#dae1d3;
	font-size:11px;
	line-height:16px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#666;
	text-align:center;
	}

html {
	min-height:100.1%;
	}

/* RESET */

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	text-align:left;
	}
	
h3 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#993300;
	text-decoration:none;
	outline:0;
	}

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

/* CUSTOM CLASSES */

.inside {
	width:740px;
	margin:0px auto;
	}

.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */

.titre_header {
	border-bottom:1px dashed #AAAFA4;
	}

#image-info {
	text-align:left;
	width:100%;
	background:#DAE1D3;	
	border-bottom:10px solid #aaafa4;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

#image-info .inside ul {
	}
	
/* IMAGE NOTES */

#image-info h2 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 10px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin:20px 0 10px 0;
	}

#image_notes, #image_comments {
	font-style:normal;
	line-height:16px;
	}

#image_notes p {
	font-size:10px;
	color:#666;
	margin:0px;
	padding-bottom:10px;
	}

#image_comments {
	width:45%;
	float:right;
	margin:20px 0px 10px 0px;
	border-left:1px dashed #999;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:10px;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	border-bottom:1px dashed #999;
	padding-bottom:5px;
	}
	
.comment_top {
	margin-top:5px;
	}

/* HEADER + NAVIGATION */

#header {
	width:100%;
	height:65px;
	background:#000000 url(../images/bg.jpg) repeat-x;
	border-bottom:5px solid #AAAFA4;
	}

#header .inside {
	height:65px;
	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#9b9b9b;
	padding-top:22px;
	font-weight:normal;
	display:block;
	font-size:18px;
	}

#header .inside ul {
	float:left;
	margin-top:25px;
	}

#header .inside li {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:10px;
	display:inline;
	}
	
#header .inside li a {
	color:#9b9b9b;
	padding-left:2px;
	padding-right:2px;
	}
		
#header .inside li a:hover {
	text-decoration:none;
	color:#FFF;
	}
	
.secondary a {
	color:#666 !important;
	}

/* IMAGE NAVIGATION */

#infobox {
	width:100%;
	text-align:left;
	}
	
#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	}

#image-navigate a {
	display:block;
	}

/* Pages */

#page {
	padding:20px 0px;
	text-align:left;
	width:740px;
	margin:0px auto;
	}

#page h2 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	}

#page p {
	font-size:10px;
	font-style:normal;
	margin: 0px 20px 20px 0px;
	}

#page ul {
	font-size:10px;
	font-style:normal;
	margin:0px 20px 20px 13px;
	}
	
#page ul li {
	line-height:18px;
	padding:0px 5px 0px 0px;
	list-style:square;
	}
	
#page a {
	}


#page img {
	background:#FFF;
    padding:3px;
    border:1px solid #CCC;
	}


.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:10px 10px 0px 0px;
	}

/* COLUMNS ON INFO PAGE */

#col1 {
	width:70%;
	float:left;
	}

#col3 {
	width:30%;
	float:right;
	}
	
#col4 {
	width:70%;
	float:left;
}

#col5 {
	width:30%;
	float:right;
}

/* Footer */

#footer {
	border-top:1px dashed #838d7a;
	clear:both;
	width:740px;
	margin:-10px auto 0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}

#footer li {
	text-align:center;
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
	}

#footer a {
	color:#666;
	}
	
#footer a:hover {
	color:#993300;
	}
