/*
Theme Name: Axel Arno
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: wordpressdotorg
Author URI: http://wordpress.org/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

* CSS Screen pour axelarno.com
* version 1.0 - septembre 2014
* Auteur : Erwann Ser
*/

html {font-size: .625em; height: 100%} /*10px to make relative rem font-size calculations easier*/
body {
	font: 1.5em/1.5 Tahoma, Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif; 
	background:#000;
	display:table; 
	width: 100%; 
	height:100%;
	color: #ddd;
	-webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;  /* orientation iOS font-size fixes */
}
img { max-width: 100%; height:auto}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 45px;
	max-width: 980px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container {
	display:table-row; 
	height:100%;
	}

#container > div {
	position:relative;
}

header, main, footer {display: table-row !important}
main { height: 100%}

main > .wrapper {padding-bottom: 80px}




/*COMMON RULES
--------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block} /*Firefox & IE not définied display*/

h1,h2,h3, .slogan, .nimbus, nav {font-weight:100; font-family: "proxima-nova",sans-serif;}
 
button, input, optgroup, select, textarea {
	font: inherit; 
	margin: 0; 
}
textarea {overflow: auto} /* Remove default vertical scrollbar in IE */

.bio_versions {
	position: absolute;
	right: -40px;
	top: -130px;
	}
.btns {
	position:relative;
	display: block;
	font-size: .8em;
	margin-bottom: 5px;
	background:#333;
	padding: .4em 27px .4em .8em;
	border-radius: 3px;
	color:#ddd;
	border:0;
	-webkit-transition: all .1s;
	transition: all .1s;
	}
.btns:hover {
	color:#FFF;
	background:#333;
	}
.btns:hover > span {
	right: 10px;
	}
.btns > span {
	position:absolute;
	opacity: .8;
	right: 12px;
	top: 7px;
	width: 7px;
	height: 11px;
	background:url(../images/arrow_white.png);
	-webkit-transition: all .1s;
	transition: all .1s;
	}

.btns.ch > span { right: 10px}
.btns.ch:hover > span { right: 8px}

/*.btns.en  {background:#282828 url(../images/en.png) no-repeat 6px 6px}
.btns.ch  {background:#282828 url(../images/chine.png) no-repeat 6px 6px}*/

a {color:#d5c781; text-decoration:none; } 
p > a {border-bottom: 1px dotted rgba(213,199,129, .7);  } 
p > a:hover {border: none} 
a:active, a:hover {outline: 0;} /* Improve readability when focused and also mouse hovered in all browsers */
img {vertical-align: middle} /*Prevent space under*/
a img {border:0} /*remove borders in IE8>10*/
.img_resize {max-width: 100%; height:auto}

.clearfix:before, .clearfix:after { /*To contain float elements*/
	content: ""; 
	display: table;
	border-collapse:collapse;
	clear:both;
	}

.left {float: left}
.right {float:right}
.clear {clear: both}

.center {margin-left: auto; margin-right: auto}
.txtleft {text-align: left}
.txtright {text-align: right}
.txtcenter {text-align: center}
.txt_grey {color:#AAA}

div, p {
	font-size: 13px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}


.inbl { 
	display: inline-block;
	vertical-align: middle;
}

ul,ol,form,body {margin:0; padding:0;}
li {list-style:none}
p {margin: 0 0 1em}

.hidden {
	position:absolute;
	top:-2000em;
	left:-2000em;
	width:1px;
	height:1px;
	overflow:hidden;
	}

/*CHAMPS FORMULAIRES
--------------------------------------=*/
textarea {
	padding: 5px;
	-webkit-transition: all .15s;
	transition: all .15s;
}
input {
	font-size: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 5px;
	-webkit-transition: all .15s;
	transition: all .15s;
}
input[type=text]:focus, textarea:focus{
	background:#F3F3F3;
	outline:none
}
label {
	cursor: pointer;
	cursor: hand; /* pour IE */
}

/*=------------------------- HEADER -----------------------------*/
.banner {
	overflow:hidden
	}
.banner {
	position:relative;
	background:url(../images/header.jpg) no-repeat 50%; 
	background-size:cover;
	height: 240px; 
	}
#biographie .banner {margin-bottom: -190px}
.banner > .wrapper { height:100%}

header nav > ul {
	background: #000;
	padding: 0 8px;
	border-radius: 4px 4px 0 0;
	}
#biographie nav > ul {
	float: right;
	margin-top: -140px;
	}

#accueil nav > ul {float:right; font-size:0; position:static; margin-top: 10px}
	header nav li, #container nav li {display:inline-block}
	header nav li:after, #container nav li:after {
		content:"";
		display:inline-block;
		height: 15px;
		width:1px;
		background:#999
		}
		#container nav li:last-child:after, header nav li:last-child:after {content:none}
		#container nav a, header nav a {
			display:inline-block;
			padding: .5em 14px;
			color:#999;
			text-decoration:none;
			font-size: 20px;
			font-size: 2rem;
			font-weight: normal;
			-webkit-transition: all .15s;
			transition: all .15s;
			}
			#accueil nav li:last-child > a {padding-right:0}
			nav a:hover, nav .active > a {color:#fff}

#accueil #accu a, #contact #ctc a, #biographie #arti a, #bord #bdx a, #samos #sam a, #nice #nic a, #ciel #cie a, #pekin #pek a {
	color:#fff;
	cursor: default;
	}




/*=---------------------------- CONTENU --------------------------------*/


main nav { float:left}
main nav a { color:#999; font-size: 1.4em; font-weight: normal; line-height:1.25em; margin-bottom: .6em; display:block}

h1 { letter-spacing: -0.04em}

/*HOME*/
.news {
	width: 300px;
	line-height: 1.35;
	font-size: .85em;
	margin-top: 15px;
	}
.news > h2 {
	margin:0;
	font-size: 3.5em
	}
.slogan {
	font-size: 4.3em;
	font-weight:300
	}
.portrait {
	border: 1px solid rgba(255,255,255, .8); 
	border-radius: 1px; 
	box-shadow: 0 0 10px rgba(0,0,0, .7); 
	vertical-align:bottom;
	}


#biographie main > .wrapper {
	padding-top: 35px;
}

.bio_img > img {
	display:block;
	margin-bottom: 40px;
	border: 1px solid rgba(255,255,255, .6)
	}

.txt_column2 {
	-webkit-column-width: 16em;
	-webkit-column-gap: 40px;
	-moz-column-width: 15em;
	-moz-column-gap: 40px;
	column-width: 20em;
	column-gap: 40px;
	}

#biographie h1 {
	margin: 0 0 0 30px; 
	font-size: 5em;
	line-height:0.7;
	color:#EEE;
		}
#content {
	overflow:hidden; 
	padding-top: 25px; 
	padding-bottom: 12px;
	}
#accueil #content   {
	padding-top: 30px;
	padding-bottom: 25px;
	}
#content #texte {
	float:left;
	max-width: 40em; 
	width: 80%;
	margin-left:15%;
	font-size: 0.95em;
	padding-bottom:3em;
	}
#texte p {
	position:relative;
	z-index:1;
	background:#000;
	}
#content  #photos {
	float:right;
	margin-right: 13%;
	display: inline;
	}
	#photos img { display: block; margin-right: 18px; margin-bottom: 18px;
	}
#oeuvres {position:relative}
#oeuvres img {border: 1px solid #FFF}
#accueil #photos {
	float:none;
	overflow:hidden;
	max-width: 675px; 
	margin: 0 auto 15px;
	}
#accphotos {
	overflow: hidden;
	margin: 3em 0 3em 15%;
	margin-bottom: 15px;
	}
#accphotos img {
	float:left;
	margin-right: 20px;
	}
.block img { display:block}

/*EXPOS*/
.oeuvres { padding: 50px 0 0 100px; margin-left: 280px}
#oeuvres { margin-left: 280px}

.jacobins {font-size:0}
.jacobins img {
	border: 1px solid #AAA;
	margin: 0 30px 30px 0
}



/*=--------------------------- FOOTER -----------------------------*/

footer {
	text-align:center;
	background:#222;
	}
footer > p {
	padding: 0 20px;
	margin: .8em auto; 
	font-size: .85em;
	opacity: .7
	}
	footer .darken {color:#777; margin: 0 5px }
#accueil footer > p {
	margin: .6em 14px; 
	}
