/*
 Theme Name:   Child Theme
 Description:  Olivier's Child Theme
 Author:       Olivier Esslinger
 Template:     customizr
 Version:      1.0.0
 Text Domain:  child
*/

/* Responsive grid system */

.grid_section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.grid_col {
	display: block;
	float:left;
	margin: 1% 0 1% 5%;
}
.grid_col:first-child { margin-left: 0; }

.grid_group:before,
.grid_group:after { content:""; display:table; }
.grid_group:after { clear:both;}
.grid_group { zoom:1; /* For IE 6/7 */ }

.grid_span_1_of_2 {
	width: 48% !important;
}

.grid_span_1_of_3 {
	width: 32% !important;
}

.grid_span_2_of_3 {
	width: 64% !important;
}

@media only screen and (max-width: 480px) {
	.grid_col { 
		margin: 1% 0 1% 0%;
	}

	.grid_span_1_of_2, .grid_span_1_of_3, .grid_span_2_of_3 { 
		width: 100% !important; 
	}
}

/* Left-align navigation */

ul.list-pages-shortcode {
	margin-left: 0px;
	padding-left: 0px;
}

ul.updates {
	margin-left: 0px;
	padding-left: 0px;
}

table.astro, th.astro {
	border: none;
	text-align: center;
}

td.astro {
	border: none;
	width: 50%;
	vertical-align: middle;
}

/*
 Carte du ciel
*/

table.sky {
	border: none;
}

tr.sky {
	border: none;
}

td.sky {
	border: none;
}

p.sky {
	margin-bottom: 2px;
}

button.sky {
	font-size: 62.5%;
	text-transform: none;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

fieldset.sky {
	display: inline;
	margin-bottom: 0px;
}

legend.sky {
	margin: 1px;
	padding: 0;
	font-size: 62.5%;
	display: inline;
	margin-bottom: 2px;
	line-height: 20px;
}

label.sky {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-right: 5px;
}

select.sky {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
}

input.sky {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px;
}

input.sky_3digits {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}

input.sky_4digits {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}

input.sky_7digits {
	font-size: 62.5%;
	display: inline;
	width:auto;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
}