/*
Theme Name: twentytwelve gallery
Description: Thème enfant pour twentytwelve
Author: Olivier
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

div.nav-menu {
  display:none;
}

div.site-info {
  display:none;
}

h1.entry-title {
  text-align:center;
  margin-bottom:20px;
  color:white;  
}

#page {
    background-color: black;
    border:none;
    box-shadow:none;
}

.page {
    margin-top: -30px;    
}

.site-header {
    display: none;
}

.paging-input_0 span {
  color:white;
}
 
#colophon {
  display:none;
}

a:focus {
outline:0;
} 

.site-content article {
	border-bottom: none;/*4px double #ededed;*/
	margin-bottom: 52px;
	margin-bottom: 3.714rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
