/*
 Theme Name:     Belledordogne_2017
 Theme URI:      https:://belledordogne.jolisites.fr/themes/Belledordogne_2017/
 Description:    Thème enfant de twentyseventeen
 Author:         Les propriétaires
 Author URI:     https://belledordogne.jolisites.fr
 Template:       twentyseventeen
 Version:        1.0.0
*/
 
/* Layout modified from twentyseventeen */ 

/* to reduce size of sidebar */
@media screen {
	.has-sidebar:not(.error404) #primary {
		width: 65%; /* was 58% */
	}

	.has-sidebar #secondary {
		width: 31%; /* was 35% */
	}
}
/* Suppress displaying date of publications */
.entry-meta a time.entry-date.published {
		display: none;
}
/* Suppress displaying nav-links */
.post-navigation {
	display: none;
}
/* Supprimer l'affichage des liens de mots-clés dans le pied de page */
.entry-footer .tags-links {
	display: none;
}
/* Formatage des tables de posts */
#post-table  th {
	background-color:lightgrey;
}
#post-table th,  tr , td {
    border: 1px solid grey;
	border-collapse:collapse;
	font-family:verdana; font-size:11px;
}
/* Table css copied from HTML Table Generator */
.tg  {border-collapse:collapse;border-spacing:0;border-color:#999;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#039;background-color:#b9c9fe;}
.tg .tg{background-color:#D2E4FC;vertical-align:top}
.tg .tg-center{background-color:#D2E4FC;text-align:center;vertical-align:top}
.tg .tg-right{background-color:#D2E4FC;text-align:right;vertical-align:top}
.tg .tg-top{font-weight:bold;vertical-align:top}
.tg .tg-top-center{font-weight:bold;text-align:center;vertical-align:top}
.tg .tg-top-right{font-weight:bold;text-align:right;vertical-align:top}
.tg .tg-alt{vertical-align:top}
.tg .tg-alt-center{text-align:center;vertical-align:top}
.tg .tg-alt-right{text-align:right;vertical-align:top}
/* Ensure printing to correct size since no sidebar printed and space still there */
@media print {    
    /* Layout modified from parent style twentyseventeen */
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none%; /* Was "none" */
	}
	#primary {
		width: 100%; /* Correct the uphill modified sidebar spec */
	}
}
/* Justifier le style de tous les textes pages et articles pas vérifié que ça fonctionne */
p {
	text-align:justify;
}
