/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/

/* change title / tagline colors */
hgroup a {
    color: #0C1975;
    font-size: 42px;
}
hgroup .site-description {
    color: #CE1126;
    font-style: italic;
    font-size: 22px;
}

/* reduce space above and below top logo, erase borders */
.site-header{
    border-left: 0px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
    border-top: 0px solid #E9E9E9;
    border-bottom: 0px solid #E9E9E9;
    height: auto;
    margin-top: -24px;
    margin-bottom: -51px;
    text-align: left;
}

/* change color below menu bar */
.themonic-nav ul.nav-menu,
.themonic-nav div.nav-menu > ul {
    background:none repeat scroll 0 0 #F3F3F3;
	border-bottom: 3px solid #C0C0C0;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
	}

/* change menu selection color */
.themonic-nav .current-menu-item > a,
.themonic-nav .current-menu-ancestor > a,
.themonic-nav .current_page_item > a,
.themonic-nav .current_page_ancestor > a {
    background: none repeat scroll 0 0 #0C1975;
	color: #FFFFFF;
	font-weight: bold;
	}

/* change menu hover color */
.themonic-nav li:hover {
	display: inline-block;
	text-decoration: none;
	background:#0C1975;
	}

/* change search button color */
#searchsubmit {
    background: #CE1126;
    border: 0;
    color: #FFFFFF;
    min-width: 24%;
}

/* entry title heading color */
.entry-title {
    color: #0C1975;
}

/* change h1, h2, h3, h4 heading colors */
h1, h3 {color: #CE1126;}
h2, h4 {color: #0C1975;}

/* 2016-02-01: change h1, h2, h3, h4 font sizes and bottom margins*/
.entry-content h1, .comment-content h1, .mu_register h1 {
    font-size: 24px;
    margin-bottom: 6px;}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-size: 20px;
    margin-bottom: 6px;}
.entry-content h3, .comment-content h3, .mu_register h3 {
    font-size: 18px;
    margin-bottom: 6px;}
.entry-content h4, .comment-content h4, .mu_register h4 {
    font-size: 16px;
    margin-bottom: 6px;}
.entry-content h5, .comment-content h5, .mu_register h5 {
    font-size: 14px;
    margin-bottom: 6px;}
.entry-content h6, .comment-content h6, .mu_register h6 {
    font-size: 12px;
    margin-bottom: 6px;}

/* 2016-02-05: entry header color */
.entry-header .entry-title a {
    color: #0C1975;
}

/* 2016-02-05: entry header hover color */
.entry-header .entry-title a:hover{
	color: #CE1126;
}

/* 2016-02-05: change body text color */
body {
	color: #222222;
}

/* change blockquote colors */
.entry-content blockquote,
.comment-content blockquote {
	color: #0C1975;
	font-style: normal;
    	font-weight: bold;
	background: #DDDDDD;
    	border-left: 2px solid #CE1126;
	border-right: 0px solid #CE1126;
	border-top: 0px solid #CE1126;
	border-bottom: 0px solid #CE1126;
	border-radius: 24px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 24px;
}

/* change sticky post colors */
.site-content article.sticky  {
    background: #DDDDDD;
    border-color: #CCCCCC;
    box-shadow: 0.01em 0.1em 0.1em 0.1em #0C1975;
	clear: both;
    font-size: 13px;
    line-height: 1.19231;
    margin-bottom: 24px;
    padding: 17px;
    text-align: left;
}

/* 2016-02-03: change bullet shape: circle, disc or square */
.entry-content ul, .comment-content ul, .mu_register ul {
    list-style: disc;
}

/* 2016-03-02: change widget heading font to white with NASA blue background */
.widget-area .widget-title {
	background: #0C1975;
	color: #FFFFFF;
}

/* 2016-05-27: gallery caption: change line height from 2 to 1.23 and font color from #666666 to ? */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1.23;
        text-align: center;
	color: #666666;
}
/* 2016-05-27: gallery image: reduce bottom margin from 10 to 3 px */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	margin-bottom: 3px;
}