/*
Theme Name: Twenty Twelve - Child
Author: Hygiea Rubio
Description: Custom theme based on the Twenty Twelve theme
Template: twentytwelve
*/

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

#brandbar{
	background: url('../twentytwelve-child/images/un-logo-brand.png') no-repeat 0 50%;
	font-size:0.9em;
	padding-left: 2.0em;
	padding-bottom:1.0em;
}
#brandbar a:link, #brandbar a:visited, #brandbar a:active{
	color:#757575;
	text-decoration:none;
	position:relative;
	left:0px;
	top:6px;
}
#brandsearch{
	float:right;
	position:relative;
	left:0px;
	top:-5px;
}
#brandsearch label{
	display:none;
}
#brandsearch #searchfrm {
	padding:0;
	margin:0;
}
#brandsearch input[type=text]{
    color:#757575;
}
/*.widget-area .widget {
	margin-bottom: 1.0em !important;
}
*/
button, input, textarea
{
    border:1px solid #CDCDCD;
}
.main-navigation 
{
    margin-top:1.0rem;
}

/*Remove border on the banner*/

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: 0px !important;
	box-shadow: 0px !important;
}

/*Remove border from header image and widget image*/
img.header-image, .widget img {
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Assistive text - modifications to make the Skip to Content link visible at the top of the page */
/* J Alagno - September 2015 */
.assistive-text,
.site .screen-reader-text {
	position: relative !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.assistive-text,
.site .screen-reader-text a {
	text-decoration: none;
	vertical-align: top;
}

.meteor-slides{
	margin: 0 auto !important;
}
/* Remove border from the SDG image on the homepage*/
img.wp-image-569, img.wp-image-4360 {
	box-shadow: none;
}