/*
 Theme Name:   Twenty Twelve Child
 Description:  Twenty Twelve Child Theme
 Author:       test
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/


/* =Theme customization
-------------------------------------------------------------- */

/* Footer info */
.footer a {
	padding:0 0 0 20px;
}
.footer { 
	text-align: center;
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 0px;
 }
/* END - Footer info */

/* Social Media icons */
.socialmedia { 
	float: right;
	margin-top: 8px;
	margin-top: 0.571428571rem;
	margin-bottom: 0px;
 }
.header-image {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* END - Social Media icons */


/* Remove text "HTML tags..." after comment textbox */
.form-allowed-tags { 
	display: none; 
}

/* show single author */
.single-author .entry-meta .by-author {
	display: inline;
}


/* Header banner location */
.headerbanner { 
	display:block;
	margin: 10px auto 0px;
	width: 728px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
}

/* Header - Galileo image*/
.site-header {
	padding: 0px 0;
	padding: 0rem 0;
}

/* distance: menu <-> header image Galileo */
.main-navigation {
	margin-top: 8px;
	margin-top: 0.571428571333rem;
	text-align: center;
}


/* search menu item created in functions.php (add_search_box). Move it way over to the right */
/* search menu item DELETION 
.menu-search-form { 
	float: right; 
	padding-top:5px; 
	width:250px; 
}
.main-navigation li.menu-search-form { 
	margin-right: 0; 
}
.menu-search-form input#searchsubmit { 
	background:#008; 
	color:#fff; 
	cursor:pointer; 
	float:right; 
	padding:2px; 
	margin-top: 4px; 
	text-transform:uppercase; 
}
END - search menu item DELETION */
/* distance: header image Galileo <-> Top page */
body .site {
		margin-top: 10px;
		margin-top: 0.714285714rem;
}

/* H1 color change */
h1.entry-title {
    color: #21759b;
}
h2.entry-title {
    color: #21759b;
}
/* H1, H2 color change */

/* Launch class - Multimedia page*/
/* lalala-global: is a global div containing 4 div for top margin */
/* launch-date-number-global is a global div containing 4 div with actual content*/ 
/* launch-description-global is a global div containing 6 div (3 pre for top margin + 3 for actual content)
/* colores */
/* azul: #21759b; */
/* gris-anterior: */
/* gris-nuevo (mas suave): #e2e9ec */
/* rosita (desc):#f1eacf */

.lalala-global { 
	float: left !important; 
	width: 100% !important;  
	height: 10px !important;
 }
.lalala1 { 
	float: left !important; 
	width: 3% !important; 
	background-color: #21759b !important;
	height: 10px !important;
 }
.lalala2 { 
	float: left !important; 
	width: 25% !important; 
	background-color: #21759b !important;
	height: 10px !important;
 }
.lalala3 { 
	float: left !important; 
	width: 3% !important; 
	background-color: #e2e9ec !important;
	height: 10px !important;
 }
.lalala4 { 
	float: left !important; 
	width: 69% !important; 
	background-color: #e2e9ec !important;
	height: 10px !important;
 }
.launch-date-number-global { 
	float: left !important; 
	width: 100% !important;  
	height: 40px !important;
 }
.launch-date-margin-left { 
	float: left !important; 
	width: 3% !important; 
	background-color: #21759b !important;
	height: 40px !important;
 }
.launch-date { 
	float: left !important; 
	width: 25% !important; 
	background-color: #21759b !important;
	height: 40px !important;
	color: #ffffff !important;
	font-size: 18px !important;
 }
.launch-number-margin-left { 
	float: left !important; 
	width: 3% !important; 
	background-color: #e2e9ec !important;
	height: 40px !important;
 }
.launch-number{ 
	float: left !important; 
	width: 69% !important; 
	background-color: #e2e9ec !important;
	height: 40px !important;
	font-size: 18px !important; 
	color: #21759b !important;
 }
.launch-description-global { 
	float: left !important; 
	width: 100% !important;  
	background-color: #f1eacf !important;
 }
.launch-description-margin-left-pre { 
	float: left !important; 
	width: 3% !important; 
	background-color: #f1eacf !important;
	height: 8px !important;
 }
.launch-description-pre { 
	float: left !important; 
	width: 94% !important; 
	background-color: #f1eacf !important;
	height: 8px !important;
 }
.launch-description-margin-right-pre { 
	float: left !important; 
	width: 3% !important; 
	background-color: #f1eacf !important;
	height: 8px !important;
 }
.launch-description-margin-left { 
	float: left !important; 
	width: 3% !important; 
	background-color: #f1eacf !important;
 }
.launch-description { 
	float: left !important; 
	width: 94% !important; 
	background-color: #f1eacf !important;
 }
.launch-description-margin-right { 
	float: left !important; 
	width: 3% !important; 
	background-color: #f1eacf !important;
 }

