/*
 Theme Name:     2016 NASA Blogs Child Theme
 Theme URI:      http://blogs.nasa.gov/
 Description:    NASA child theme for use with Twenty Sixteen Theme
 Author:         J.J. Toothman
 Author URI:     http://blogs.nasa.gov
 Template:       twentysixteen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */



/* NASA starfield background */
body {
	background-image: url('images/starfield-logo-background-335x195.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;

}

img.custom-logo {
	height: 100%;
}

/* Typography */

.entry-title, .widget .widget-title, .comments-title, .post-navigation .post-title {
	
	font-family: "Titillium Web", "Helvetica Neue", Helvetica, Arial, sans-serif
}



/* Theme Header */
.site-header {
	padding-top: 0px;
	padding-bottom: 12px;
	background-image: url('images/starfield-logo-background-335x195.png') !important;
}

.site-branding h1.site-title {
	text-align: center;
}

.site-branding .site-title a, .main-navigation a{
	color: #fff
}

.site-main {
	margin-top: 3.0em;
}
.site-inner {

margin: 0 0;
max-width: none;
}

.menu-toggle {
	color:#ffffff;
}


/* Author Gravator hide */
body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: none;
}




/* top menu alignment */
.site-header-menu {
		margin: auto 0;
}

h1.site-title, .site-title {
	text-align: center;
}


/* hyperlink stylings */
.site-branding .site-title a {
    text-decoration: none;
}
.site-branding .site-title a:hover, .primary-menu li.menu-item a:hover {
    text-decoration: underline;
}


.site-main {
		margin-top: 1.5em;
}

h2.entry-title a {
    color: #1a1a1a;
    text-decoration: none;
}

h2.entry-title a:hover {
    text-decoration: underline;
}

/* add this widget in sidebar */
#addthis_bar {
	margin-top: 3.5em;
}

/*NASA Footer styles */



#status .site-title {
    text-align: left;
}

footer.entry-footer a {
color: #686868;
text-decoration: none;
}

.site-footer .site-title:after {
    display: none;
}

#nasa-footer-info #status>span {
    display: block;
    font-weight: 600;
    margin: 0;
    font-size: .95em;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.site-footer ul {
		margin:0;
}
#nasa-footer-links li {
    margin-left: 0px;
	margin-right: 30px;
    display: inline-block;
    width: auto;
}

#nasa-footer-links li a {
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
/*color: #5d7fb9;*/
font-weight: 700;
font-size: .9em;
}


