/*
Delicious Template for Pixelpost

Author: JaySoto
Site: http://www.sotolicious.com/delicious
E-mail: jason.m.soto@gmail.com

Modified by: Olivier De Rycke
http://www.saltycom.net

*/

/* ========== Universal Elements ========== */

body {
	background-color:black;
	font: 10px/20px verdana, helvetica, arial, sans-serif;
	color:#acacac;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main_frame {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
}

a:link {
	color: #eee;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #eee;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #eee;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	text-align: center;
	position: absolute;
	top: 5px;
	width: 100%;
	display: block;
	z-index: 1;
	font-size: 10px;
	color: gray;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#fff;
}

h5 {
	font-size:12px;
	color:#3F7795;
	color:#9dd5ed;
	padding-top: 0;
	margin:0px 0 10px 0;
}

.separation {
	clear: both;
	visibility: hidden;
}	

#header {
	width: 100%;
	height: 70px;
}

#logo {
	position: relative;
	left: -200px;
}

#menu {
	position:absolute;
	right:0px;
	top: 5px;
}


#menu a {
	padding:2px;
	color:white;
}

#menu a:hover {
	background-color:#333;
}

a:hover {
	color: gray;
}

.current {
	color:white;
	font-weight:bold;
}
/* ========== IMAGE Page Specific ========== */

#image_wrapper {
	width: 750px;
	margin: 0 auto 0 auto;
}

#photobox {
	text-align:center;
	background:#151515 url(images/loading_d_dark.gif) no-repeat center;
	width: 750px;
	height: 500px;
	margin-bottom:20px;
}

#photo {
	background: black;
	position: relative;
	z-index: 5;
}

#image_footer {
	text-align:center;
	float:none;
	margin-top:7px;
}

#info {
	width: 750px;
	background-color: black;
	text-align: left;
	position: absolute;
	top:70px;
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: #9dd5ed;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom:15px;
}

#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#description {
	margin-bottom:15px;
	background:#151515;
	padding:15px;
}
#notes {
	text-align: left;
}

#image-border {
    position:relative;
	margin:0;
}

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 750px;
	height: 500px;
}
#menu_browse a{
	outline: none;
}

#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.gif') no-repeat center center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('images/nextImage.gif') no-repeat center center;
	cursor: pointer;
}

#browse_thumbnails {
	text-align: center;
	position: absolute;
	top: 70px;
	right: 0px;
	width: 100px;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.exif {
	color: #9dd5ed;
}

.comment-button {
	border:1px solid #CCC;
}

.input {
	border:1px solid #CCC;
	width:100%;
}

.textarea {
	border:1px solid #CCC;
	width:100%;
}

.formfield {
	width:250px;
	padding:2px;
	margin:0px auto;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#444;
	border:1px solid #464646;
	background: white;
}
.formfield:hover, .formfield:focus{
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
	background:#464646;
	color:yellow;
}
.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#7D7D7D;
	background:#272727;
	border:1px solid #464646;
}
.formbutton:hover{
	color:#2CCBE9;
	background:#272727;
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
}


/* ========== BROWSE Page Specific ========== */

#browse_wrapper {
	width: 750px;
	margin-right:auto;
	margin-left:auto;
}

#browse_thumbs {
	width: 540px;
	float: right;
	}

#browse_categories {
	margin-left: 10px;
	text-align:left;
	background:#222;
	padding: 10px;
	width: 170px;
}

#browse_thumbs .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

.viewing {
	font-size:14px;
	font-weight:bold;
	color:white;
}

/* ========== ABOUT Page Specific ========== */

#about_wrapper {
	width:750px;
	margin-right:auto;
	margin-left:auto;
}

#portraits {
	text-align: center;
	clear: both;
	width: 620px;
	margin: 0 auto 0 auto;
	height: 100%;
}

#about_box {
	text-align: justify;
	padding:0px;
	margin:0px;
	position:absolute;
	top:60px;
}

#about_box h3 {
	color:white;
}
#about_box img {
	margin:0 10px 5px 0;
	border:3px solid #444;
}

#footer {
	width:100%;
	margin-top:12px;
	text-align:center;
}

.contact_form {
	margin-left: 100px;
}

.contact_form  em{
color: red;
}

#title {
  position:absolute;
	bottom:0;
	padding-bottom:5px;
	font-size:24px;
	letter-spacing: -.05em;
}

#about{
	text-align: justify;
	padding:0px;
	margin:0px;
}
#about h3 h4 {
	color:white;
}

#about h3 {
	font-size: 1.6em;
	font-weight: bold;
}

#about .about {
margin:0 10px 5px 0;
float:left;
border:5px solid #333;
}

#about {
	font-size: 1.4em;
}

.announce {
	background-color: #232221;
	padding: 8px;
	border-top: 1px solid #003957;
	border-bottom: 1px solid #003957;
	color:#3F7795;
	text-align: justify;
	margin-bottom:10px;
}

#top-nav{
	height:60px;
	position:relative;
	right:0px;
	z-index:1000;
	text-align: right;
	font-weight: normal;
	letter-spacing: -.5px;
}
#top-nav a {
	padding:2px;
}
#top-nav a:hover {
	background-color:#333;
}
#top-nav .current {
color:white;
}

.error {
	color: #ff0000;
}

.success {
	color: #00ff00;
}

#form_tirages {
	display: inline;
}

#tirages {
	border: 1px solid rgb(204, 204, 204); 
	padding: 0px; 
	background: rgb(63, 63, 63) url(http://www.jingoo.com/img/btn-pstd_bck3.gif) repeat scroll 0%; 
	text-indent: 0px; 
	color: rgb(255, 255, 255); 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 9px; 
	font-size-adjust: none; 
	font-stretch: normal; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;
	height: 14px;
	cursor:pointer;
}

#albums {
	text-indent : 0px; 
	color : #FFFFFF; 
	font : normal 9px Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #CCCCCC; 
	background: #636363; 
	background-image: url(http://www.jingoo.com/img/btn-pstd_bck4.gif);
	cursor:pointer;
}

#banque_images {
	text-indent : 0px; 
	color : #FFFFFF; 
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #CCCCCC; 
	background: #636363; 
	background-image: url(http://www.jingoo.com/img/btn-pstd_bck4.gif);
	cursor:pointer;
}

#private_albums {
	font-size: 9px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#identifiant {
	border: 1px solid rgb(153, 153, 153); 
	background-color: rgb(88, 89, 90); 
	padding: 2px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size : 10px;
}

#pass {
	border: 1px solid rgb(153, 153, 153); 
	background-color: rgb(88, 89, 90); 
	padding: 2px; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size : 10px;
}

#submit {
	text-indent : 0px; 
	color : #FFFFFF; 
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #CCCCCC; 
	background: #636363; 
	background-image: url(http://www.jingoo.com/img/btn-pstd_bck4.gif);
	cursor:pointer;
}

#pub {
	margin: 30px 0 5px 0;
}

/* ========== END OF FILE ========== */

