/*

Theme Name: Child_Twenty

Version: 1.0
Author: mhb numerik
Author URL: http://www.mhb7.info

Description: A child theme of Twenty Twelve

Template: twentytwelve

*/

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

.su-posts-default-loop .su-post-comments-link { display:none;}

element.style {
}

a, a:link, a:visited	{ color: #0b73cb; text-decoration: none; }
a:hover	{ color: #0b73cb; }

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid #ededed;
    border-top: 0px solid #ededed;
    display: inline-block !important;
    text-align: left;
    width: 100%;
}

.site-header h1 {
	line-height: 0;
      }
.site-header {
    padding: 0px 0;
    padding: 0rem 0;
}

.portfolio-entry-title a {

   border: 0px none;

   text-decoration: none;

   font-size: 11px; 
 }

.page-id-page hgroup {
  padding-left: 300px ;
  background: URL('images/Logo_Poutan1.png') no-repeat left;

}

#signature {
    background:URL(images/signature.gif);
    width:200px;
    height:35px;
}

#colophon a{
  font-size: 12px; 
  text-transform: none;
}


    a {color: #000000 !important;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 0px;
		margin-top: 0rem;
		margin-bottom: 0px;
		margin-bottom: 0rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-size: 1rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #0d9aca;
}

.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1rem;
}

.widget-area .widget {
    hyphens: auto;
    margin-bottom: 1.9rem;
    word-wrap: break-word;
}

.site-content article {
	border-bottom: 1px double #fff;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	hyphens: none;
}

.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 18px;
    font-size: 1.285714286rem;
    line-height: 1.2;
}

.site-content article {
    border-bottom: 1px double #fff;
	}
}

 /* ombres supprimées sur images */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0);
}