/* @override http://dev.mezcalito.net/alpe-photo-contest/css/screen.css */

@import url("reset.css");

/* @group General */

body {
	background: #58585A url("images/bg.png") repeat-x;
/* 	text-align: center; */
	font-family:  Arial;
	font-size: 13px;
}

/* @end */

#presentation{
	background-color: #E0E7EF;
	margin: 10px 0;
	padding: 5px;
}
#presentation p{

}

/* @group Layout */


#wrap {
	width: 1048px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
}

#content {
	background: url("images/wrap-bg.png") repeat-y;
	text-align: left;
	border-bottom: 1px solid #58585A;
}

#content-top {
	background: url("images/head.png") no-repeat;
}

#content-bottom {
	padding-bottom: 20px;
	background: url("images/wrap-bottom.png") bottom left no-repeat;
}

#left {
/* 	background-color: red; */
	position: relative;
	width: 241px; /* 261 */
	float: left;
	padding: 0 10px;
	padding-top: 300px;
	padding-left: 34px;
}
#left h2{
	font-size: 18px;
}
#main {
/* 	background-color: blue; */
	float: left;
	width: 562px; /* 582 */
	margin-left: 3px;
	padding: 0 10px;
	padding-top: 50px;
}
#main a{ color: #0A3048; }
#main a:hover{ color: orange; }

#right {
/* 	background-color: green; */
	margin-left: 873px; /* 873 */
	position: relative;
	padding-top: 65px;
	padding-right: 2px;
}

#right p.pub {
	text-align: center;
	margin-bottom: 10px;
}


#foot {
clear: left;
	margin-top: 10px;
	background: url("images/foot.png") no-repeat;
	padding-top: 30px;
	float: left;
	width: 100%;
}

#foot h3 {
	display: none;
}

#foot .col {
	width: 235px;
	min-height: 20px;
	float: left;
	margin-left: 18px;	
}

#foot  ul {
	width: 235px;
}

#foot .first {
	margin-left: 38px;
}

#foot li{
	border-top: 1px solid #fff;
	padding: 4px 0;
}	
#foot a {
	text-decoration: none;
	color: #fff;
}



#legal {
	clear: left;
	background-color: #111;
	padding: 10px 0;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
}

#legal a {
	color: #fff;
	text-decoration: none;
}


#menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 174px;
}

#m1 {
	position: absolute;
	top: 40px;
	left: 10px;
}

#m2 a {
/* 	display: none; */
	position: absolute;
	background: url("images/btn-envoyer-ami.gif") no-repeat;
	top: 30px;
	right: 0;
	width: 59px;
	height: 34px;
	text-indent: -3000px;
	overflow: hidden;
	
}



.side-zone {
	background: url("images/photo-details.gif") top center repeat-x;
	margin-bottom: 10px;
	min-height: 50px;
	padding: 10px;
}

.side-zone .pictos {
	border-bottom: 1px dotted #fff;
}

.side-zone .pictos li a {
	display: block;
	border-top: 1px dotted #fff;
	padding: 10px 0;
	color: #fff !important;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 34px;
}


/* @end */

/* @group Icones */

.ico {
	background-repeat: no-repeat;
	background-position: center left;
}

.ico-flake {
	background-image: url("images/ico-flake.gif");
}

.ico-webcam {
	background-image: url("images/ico-webcam.gif");
}

.ico-montagne {
	background-image: url("images/ico-montagne.gif");
}


/* @end */




/* @group Typo */

h1 a {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 240px;
	height: 200px;
	text-indent: -3000px;
}

#left, #right {
	color: #fff;
}

#left li {
	padding: 3px 0;
}

#left p {
	margin: 10px 0;
}

#main {
	color: #0A3048;
}

.ariane {
	font-size: 1em;
	color: #aaa;
	border-bottom: 1px solid #ddd;
	padding: 3px 0 10px 2px;
	margin-bottom: 10px;
	margin-top: 0px !important;
}

.ariane a {
	color: #aaa;
}

.ariane a:hover {
	text-decoration: none;
}

.ariane strong {
	color: orange;
}

#main h2 {
	font-size: 1.3em;
	margin: 10px 0;
	margin-top: 20px;
}

#main h3 {
	font-size: 1.3em;
}

#main p {
	margin: 10px 0;
}

#main ul {
	list-style: disc;
	padding-left: 20px;
}

#main li {
	padding: 4px 0;
}

#main p strong {
	font-weight: bold;
}

#right a {
	color: lightblue;
}

#m1 a {
	color: lightblue;
}

#right h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#right h4 {
	border-top: 1px dotted #fff;
	padding-top: 8px;
	line-height: 1.3em;
	margin-top: 8px;
}

.orange {
	color: #C59A04;
}

#photo-edit em {
	font-style: italic;
	color: #888;
}


/* @end */



/* @group Photos */

/* @group Player */




.player, .player h3 a, .player div {
	display: block;
	width: 559px;
	text-align: center;
}

#photo-jour, #photo-jour h3 a, #photo-jour div {
	height: 246px;
}

.player {
	position: relative;
/* 	border: 1px solid yellow; */
	margin-bottom: 10px;
}

.player #player {
/* 	border: 1px solid green; */
	position: relative;
	margin-left: 0px;
	overflow: hidden;
}

.player .mask {
	background: url("images/photo-jour-bg.gif");
	z-index: 100;	
}

.player .mask-top {
	background: url("images/photo-jour-top.gif") no-repeat;
}

.player .mask-bottom {
	background: url("images/photo-jour-bottom.gif") bottom center no-repeat;
}

.player h3 a {
	z-index: 200;
	text-indent: -3000px;
}

.player h3 a, .player div {
	position: absolute;
	top: 0;
	left: 0;
}

.player .photo-label {
	z-index: 300;
	position: absolute;
	right: -12px;
	top: -18px;
}
.photos-list li .photo-label {
	z-index: 300;
	position: absolute;
	right: -2px;
	top: -10px;
}

.player .controls {
	width: 559px;
	position: absolute !important;
	bottom: 0 !important;
	height: 35px !important;
	top:auto!important;
/* 	background-color: red; */
	left: 0;
	z-index: 350;
}

.player .rating {
	top:8px;
	left: 10px;
}

.player a {
	color: #fff;
}


.player .btn-big {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 350;
}


#infos-top, #infos-bottom {
	position: absolute;
	background-color: #000;
/* 	opacity: .7; */
	color: #fff;
	text-align: left;
	z-index: 50;
	padding: 10px;
}

#infos-top {
	top: 0;
}

#infos-bottom {
	top:0;

}

#infos-top li span {
	/* display: none; */
}

#infos-top li {
	float: left;
	line-height: 1.3em;
	list-style-type: none;
	margin-left: 10px;
}

#infos-top ul {
	clear: left;
	padding: 0;
	list-style: none;
}

#id-photo {
	display: none;
}

/* @end */



/* @group Photo List */

.photos-list {
	float: left;
	width: 565px;
	margin-left: -5px;
	margin-bottom: 15px;
	list-style: none;
	padding: 0 !important;
}

.photos-list li {
	float: left;
	list-style-type: none;
}

.photos-list a {
	display: block;
	width: 131px;
	height: 133px;
	background-color: #0A3048;
	position: relative;
	margin: 5px;
	text-decoration: none;
}

.photos-list .image {
	position: absolute;
	top: 3px;
	left: 3px;
}

.photos-list .title {
	position: absolute;
	top: 113px;
	font-size: 0.8em;
	color: #fff;
	padding: 4px 5px;
}


/* @end */


.miniphotos-list {
	float: left;
	width: 162px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.miniphotos-list li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}


.miniphotos-list a {
	text-decoration: none;
}

.miniphotos-list a img {
	border: 1px solid #fff;
}

.photo-details a {
	color: orange !important;
}

/* @end */



/* @group Formulaires */

label {
	display: block;
	padding: 4px 0;
}

input.text, textarea {
	border: 1px solid #888;
	padding: 4px;
	width: 300px;
}

textarea {
	height: 100px;
}

input.problem, textarea.problem {
	border:1px solid #FF0000;
}


#form-upload-photo {
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

#form-upload-photo label {
	display: inline;
}

#connexion {
	/*background-color: green;*/
	float: left;
	margin-right: 20px;
	margin-left: 5px;
}

#inscription {
	/*background-color: red;*/
}

#connexion, #inscription {
	float: left;
	width: 245px;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid #ccc;
}

#connexion input.text,
#inscription input.text,
#connexion textarea,
#inscription textarea {
	width: 97%;
}

#photo-edit {
	width: 330px;
	float: left;
}

#photo-edit .date, #photo-edit .heure {
	text-align: center;
}

#photo-edit .date {
	width: 75px;
}

#photo-edit .heure {
	width: 60px;
}

.tag-selection {
	background: #eee;
	border: 1px solid #ddd;
	margin-left: 340px;
	margin-right: 4px;
	padding: 0 10px;
	margin-top: 40px;
}
.delete{ color: #EF4A4A; text-decoration: none;}

/* @end */

/* @group Buttons */

.btn-ete2009{
	display: block;
	background: url('images/pub-ete2009.jpg') no-repeat scroll top left;
	width: 252px;
	height: 250px;
	margin-bottom: 10px;
	text-indent: -3000px;
}

.btn-inscription {
	display: block;
	background: url("images/btn-inscription.png") no-repeat;
	width: 240px;
	height: 238px;
	margin-bottom: 10px;
	text-indent: -3000px;
}

.btn-participer {
	margin-left: -5px;
	display: block;
	width: 252px;
	height: 58px;
	background: url("images/btn-participer.png") no-repeat;
	text-indent: -3000px;
}

.btn-lot {
	background: url('images/btn-lot.png') no-repeat scroll top left;
	width: 252px;
	height: 149px;
	margin-left: -5px;
	text-indent: -3000px;
	display: block;
}
.btn-gros-lot {
	background: url('images/btn-gros-lot.png') no-repeat scroll top left;
	width: 555px;
	height: 213px;
	text-indent: -3000px;
	display: block;
}
/* @end */

.error, .small-error{ background-color: #EF4A4A; color: #fff;}
.small-error{ padding:10px 7px;}
.error{  font-size:1.5em; padding:26px 14px; }
.message{ background-color: orange; color: #fff; font-size:1.5em; padding:26px 14px;}
#main .error a, #main  .message a{color:#fff;}

.ajax_loader{
	background: url('images/ajax-loader.gif') no-repeat 0 5px;
	padding: 5px 0 5px 20px ;
	line-height: 16px;
}


.rss a{
	background: url('images/rss.gif') no-repeat scroll top left;
	display: block;
	text-indent: 20px;
	color: #fff;
}
/* @group Misc Classes */


hr.clear {
	visibility: hidden;
	height: 0px;
	width: 100px;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: right;
}

.align-right {
	text-align: right;
}

label.inline {
	display: inline;
}

.no-display {
	display: none !important;
}



/* @end */


#send-friend-success {
	text-align: center;
	padding: 20px;
	font-size:2em;
	color: #555;
	padding-top: 100px;
}

.pagination {
	clear: left;
}

.pagination a, .pagination strong {
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
	font-weight: normal !important;
}

.pagination strong {
	background-color: #E9B227;
	border-color: #D39A0F;
	color: #fff;
}

.pagination a {
	background: #22445B;
	border-color:#0A3049;
	color: #fff !important;
}

.pagination a:hover {
	background: #0A3049;
}