/*
Theme Name: DUL 2014 Theme
Description: child theme of twenty fourteen theme
Author: Michael Daul - Digital Projects Department
Template: twentyfourteen
*/
@import url("../twentyfourteen/style.css");


/* override smaller breakpoint */



@media screen and (min-width: 401px) {
  .list-view .site-content .hentry:first-of-type, .list-view .site-content .hentry.has-post-thumbnail {
      padding-top: 12px;
  }

}



@media screen and (max-width: 480px) {
	.list-view .site-content .post-thumbnail {
		background: none;
		width: auto;
		z-index: 2;
	}

	.list-view .site-content .post-thumbnail img {
		float: left;
		margin: 0 10px 3px 0;
		width: 84px;
	}

	.list-view .site-content .entry-header {
		background-color: transparent;
		padding: 0;
	}

	.list-view .content-area {
		padding: 0 10px;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		min-height: 60px;
		padding: 12px 0 9px;
	}

	.list-view .site-content .cat-links,
	.list-view .site-content .type-post .entry-content,
	.list-view .site-content .type-page .entry-content,
	.list-view .site-content .type-post .entry-summary,
	.list-view .site-content .type-page .entry-summary,
	.list-view .site-content footer.entry-meta {
		display: none;
	}

	.list-view .site-content .entry-title {
		clear: none;
		font-size: 15px;
		font-weight: 900;
		line-height: 1.2;
		margin-bottom: 6px;
		text-transform: none;
	}

	.list-view .site-content .format-aside .entry-title,
	.list-view .site-content .format-link .entry-title,
	.list-view .site-content .format-quote .entry-title {
		display: block;
	}

	.list-view .site-content .entry-meta {
		background-color: transparent;
		clear: none;
		margin: 0;
		text-transform: none;
	}

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}


@media screen and (max-width: 640px) {
  figure {
    width: 100% !important;
  }

  blockquote.alignright, figure.wp-caption.alignright, img.alignright,
  blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft  {
    margin: 7px 0 7px 0;
  }

  .wp-caption img[class*="wp-image-"] {
    margin-right: auto;
    margin-left: auto;
  }

  .wp-caption-text {
    text-align: center;
    border-top: 2px solid #eee;
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
  }

}


@media screen and (min-width: 481px) {
	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.list-view .site-content .hentry {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.list-view .site-content .hentry:first-of-type,
	.list-view .site-content .hentry.has-post-thumbnail {
		border-top: 0;
		padding-top: 0;
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}



/* +++ */


/* replacing green */
a {
	color: #225E9B;
}

.entry-content p,
.entry-content li,
.entry-content div {
	font-family: Libre Baskerville, serif;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a {
text-decoration: none;
}

.entry-content a:hover, .entry-summary a:hover, .page-content a:hover, .comment-content a:hover, .entry-header a:hover {
text-decoration: underline;
color: #225E9B;
}

.entry-meta a {
	color: #767676;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #225E9B;
}
.entry-meta .tag-links a:hover {
background-color: #225E9B;
}

.post-navigation a:hover,
.image-navigation a:hover,
.comment-metadata a:hover {
	color: #225E9B;
}

.paging-navigation .page-numbers.current {
border-top: 5px solid #999;
color: #777;
}

.paging-navigation a:hover {
border-top: 5px solid #999;
color: #777;
}

.site-info a:hover {
color: #eee;
}

.site-footer .textwidget ul li a {
color: #eee;
}

.site-footer .textwidget ul li a:hover {
text-decoration: underline;
}




/* +++ */

.site {
margin: 0 auto;
}

.primary-sidebar {
padding-top: 1.5em;
}

#primary-sidebar a {
	color: #ddd;
}

#primary-sidebar a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.sticky {
position:fixed; top:0;
}

#site-header {
border-bottom: 1px solid #0A1F4E;
}

.site-header {
background-color: #333;
}

#library_logo {
width: 19.8412%;
max-width: 250px;
text-align: center;
display: block;
float: left;
position: absolute;
z-index: 4;
margin: 0;
padding: 0;
top: 0;
}

#library_logo img {
	width: 100%;
	max-width: 250px;
}

.paging-navigation {
border-top: 5px solid #333;
}

.site-footer {
background-color: #444;
}

#secondary {
background-color: #444;
border-top: none;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

.socialMediaIconsBig a {
margin-right: 3px;
}

.site-footer .textwidget ul li {
padding-bottom: .5em;
}

.s2_form_widget input {
	color: #fff !important;
}

.s2_form_widget #s2email {
	color: #444 !important;
}


.entry-title {
	text-transform: none;
	font-size: 32px;
	font-weight: 400;
}

@media screen and (min-width: 1008px) {
	.entry-title {
		font-size: 40px;
	}
}

.cat-links a {
	color: #767676;
}

.site-description {
	display: none;
}

.st-tag-cloud a {
	color: #eee !important;
}

#wpstats {
	display: none;
}

#content ol li {
	padding-bottom: 1em;
}

.wp-caption-text {

	font-size: 15pt;
	line-height: 1.2;
	color: #767676;

}

.aligncenter .wp-caption-text {
	text-align: center;
	border-top: 2px solid #eee;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}


/* Hyphenation */

.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}


/* Bullets */

.entry-content ul li {
		margin-bottom: 1em;
}



/* Nav */

.primary-navigation {
float: left;
font-size: 11px;
width: 100%;
background: #fff;
margin: 0;
padding: 0;
text-transform: normal;
}

.site-navigation a {
	text-transform: normal;
	color: #666;
}


.primary-navigation li:hover > a,
.primary-navigation li.focus > a {
background-color: #ddd;
color: #333;
}


.primary-navigation ul ul {
background-color: #eee;
}

.primary-navigation ul li:hover > a,
.primary-navigation ul li.focus > a {
	background-color: #ddd;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #225E9B;
}


/* content padding */
.site-content .entry-header {
    padding: 0 20px 12px 20px;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
    padding: 12px 20px 0 20px;
}

#secondary {
	padding: 0 20px;
}

@media screen and (min-width: 1008px) {

	.site:before {
	background-color: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	float: right;
	left: auto;
	right: 0;
	width: 250px;
	}

	#secondary {
	float: right;
	width: 190px;
	}

	.site-content, .site-main .widecolumn {
	margin-left: 0;
	margin-right: 250px !important;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 620px;
	}

	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -25px;
	width: 25%;
	}

	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -25px;
	width: 25%;
	}


	#secondary {
	background-color: #fff;
	border-top: none;
	color: #444;
	}

	#primary-sidebar h1,
	#primary-sidebar h2,
	#primary-sidebar h3,
	#primary-sidebar h4,
	#primary-sidebar p {
		color: #444;
	}

	#primary-sidebar a {
		color: #225E9B;
		text-decoration: none;
	}

	#primary-sidebar a:hover {
		color: #225E9B;
		text-decoration: underline;
	}

	#primary-sidebar input,
	#primary-sidebar textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #444;
	padding: 8px 10px 7px;
	}


	.st-tag-cloud a {
		color: #225e9b !important;
	}

	.display-posts-listing .listing-item {
		padding: 0 10px 10px 10px;
		text-align: center;
		line-height: 1.2;
		margin-bottom: .5em;
	}

	.display-posts-listing .listing-item img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.widget ul, .widget ol {
	    list-style: none;
	    margin: 0;
	}


}



@media screen and (min-width: 1280px) {

	body {
		background: #f5f5f5 url("images/shadow_bg_1260.jpg") repeat-y center;
	}

	.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 760px;
	}

	.full-width .site-content blockquote.alignleft, .full-width .site-content img.size-full.alignleft, .full-width .site-content img.size-large.alignleft, .full-width .site-content img.size-medium.alignleft, .full-width .site-content .wp-caption.alignleft {
	margin-left: -100px;
	width: 35%;
	}

	.full-width .site-content blockquote.alignright, .full-width .site-content img.size-full.alignright, .full-width .site-content img.size-large.alignright, .full-width .site-content img.size-medium.alignright, .full-width .site-content .wp-caption.alignright {
	margin-right: -100px;
	width: 35%;
	}

}

#content .entry-content table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#content .entry-content table th {
    background-color: rgba(0,0,0,0.15);
    text-align: left;
}

#content .entry-content table.data th,
#content .entry-content table.data td {
    text-align: center;
}

#content .entry-content table td.row-header {
    background-color: rgba(0,0,0,0.05);
    font-weight: 700;
    padding: 8px;
    text-align: right;
}


