/*
 Theme Name:   Twenty Thirteen IU Branding Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme with IU header and footer
 Author:       Dale Wray
 Author URI:   http://www.soic.indiana.edu/
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:
*/

@import url("https://fonts.iu.edu/style.css?family=BentonSans:regular,bold|BentonSansCond:regular|GeorgiaPro:regular|SalvoSerifCond:regular,italic,bold");
/*
* I don't like the command * {font-family: "Benton Sans";}
*/

html,
button,
input,
select,
textarea {
    font-family: "Benton Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "BentonSansCondRegular", sans-serif;
}

a:hover {
     text-decoration: none !important;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

.site-footer {
	background: #FFFFFF
}

.site-header{
	background: url(images/headers/light.png) no-repeat scroll top !important;
	background-size: 1600px auto !important;
}

.site-title {
    font-family: "BentonSansBold", sans-serif;
}

.site-title:hover{
	text-decoration: none !important;
}

.site-description {
    font-family: "SalvoSerifCondItalic", serif;
}

/*Overwrite default negative margin imposed by twentythirteen theme. */
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: 5px !important;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: 5px !important;
}

.wp-caption-text {
    font-size: 12px !important;
    min-height: 36px !important;
}

.nan-project-image {
    height: 150px !important;
}

.nan-person-image {
    height: 80px !important;
}

.nan-talk-image {
    height: 106px !important;
    margin: 5px !important;
    border: 0 !important;
}

