/*
Theme Name: Michigan Tech Theme
Theme URI: http://www.mtu.edu/
Description: Michigan Tech theme designed for use by University departments.
Author: University Marketing and Communications
Author URI: http://www.mtu.edu/umc/
Version: 2.0
Tags: yellow, teal, official, burgundy, green, blue, charcoal, orange, purple
*/

/*
 * Base Styles
 */
blockquote {
	color: #666;
	font-size: 1.3em;
	font-style: italic;
	padding: 9px 25px 9px 30px;
	position: relative;
	z-index:2;
}
	blockquote:before {
		color: #ddd;
		content: "\201C";
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120px;
		font-style: normal;
		line-height: 1em;
		position: absolute;
		top: -10px;
		left: 0;
		z-index: -1;
	}
	blockquote:after {
		color: #ddd;
		content: "\201D";
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 120px;
		font-style: normal;
		line-height: 1em;
		position: absolute;
		bottom: -0.5em;
		right: 0;
		z-index: -1;
	}
	blockquote cite {
		color: #333;
		font-style: normal;
		display: block;
		text-align: right;
	}
cite {
	font-style: italic;
}
abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}
code, pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
del {
	color: #767676;
	text-decoration: line-through;
}
ins {
	text-decoration: none;
	background: #fff9c0;
}
dl, dd {
	margin-bottom: 20px;
}
	dt {
		font-weight: bold;
	}
pre {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	max-width: 98%;
	overflow: auto;
	padding: 10px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

table, th, td {
	border: 1px solid rgba(0,0,0,0.1);
}
	table.striped th,
	table.striped td {
		border: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}
	th {
		font-weight: bold;
		border-width: 0 1px 1px 0;
		padding: 5px;
	}
	td {
		border-width: 0 1px 1px 0;
		padding: 5px;
	}


/*
 * Post Styles
 */
.post {
	border-bottom: 3px solid #757575;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
	.post:before,
	.post:after {
		content: ' ';
		display: table;
	}
	.post:after {
		clear: both;
	}
	.boxed-section .post {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
		.boxed-section + .boxed-section {
			margin-top: -30px;
		}
	.post h2 a {
		color: #757575;
	}
.entry-meta {
	font-size: 12px;
	border: 1px solid #e1e1e1;
	border-width: 1px 0;
	float: left;
	margin: 5px 0 15px;
	padding: 5px 0;
	width: 100%;
}
	.format-aside .entry-meta,
	.format-link .entry-meta {
		border-width: 0;
		margin-top: 0;
		margin-bottom: 5px;
		padding: 0;
	}
	footer.entry-meta {
		border: none;
		margin-bottom: 0;
	}
	.entry-meta a {
		color: #757575;
		font-weight: normal;
		text-decoration: none;
	}
		.entry-meta a:hover,
		.entry-meta a:active,
		.post h2 a:hover,
		.post h2 a:active {
			color: #369;
			text-decoration: none;
		}
		.entry-meta a:visited:hover,
		.post h2 a:visited:hover {
			color: #639;
			text-decoration: none;
		}
		.entry-meta span:before a,
		.entry-meta span:after {
			font: normal 16px/1 Genericons;
			vertical-align: text-bottom;
		}
	.entry-meta span {
		color: #757575;
		text-transform: uppercase;
		margin-right: 15px;
	}
		.entry-meta span:before,
		.entry-meta span:after,
		.entry-meta span a:before,
		.entry-meta span a:after {
			font: normal 16px/1 Genericons;
			vertical-align: -3px;
			margin-right: 1px;
		}
		.entry-meta span:after,
		.entry-meta span a:after {
			margin-right: 0;
			margin-left: 1px;
		}
			.entry-meta span.entry-date a:before {
				content: '\f303';
			}
			.entry-meta span.byline a:before {
				content: '\f304';
			}
			.entry-meta span.tag-links:before {
				content: '\f302';
			}
	.entry-meta span.cat-links {
		display: block;
		margin-top: 4px;
	}
			.entry-meta span.cat-links:before {
				content: '\f301';
			}
	.entry-meta span.edit-link,
	.entry-meta span.comments-link,
	.entry-meta span.post-format {
		float: right;
		margin-right: 0;
		margin-left: 15px;
	}
		.entry-meta span.edit-link a:after {
			content: '\f411';
		}
		.entry-meta span.comments-link a:after {
			content: '\f300';
		}
		.format-aside .entry-meta span.post-format a:after {
			content: '\f101';
		}
		.format-audio .entry-meta span.post-format a:after {
			content: '\f109';
		}
		.format-gallery .entry-meta span.post-format a:after {
			content: '\f103';
		}
		.format-image .entry-meta span.post-format a:after {
			content: '\f473';
		}
		.format-link .entry-meta span.post-format a:after {
			content: '\f107';
		}
		.format-status .entry-meta span.post-format a:after {
			content: '\f105';
		}
		.format-video .entry-meta span.post-format a:after {
			content: '\f104';
		}
	.format-status .entry-avatar {
		float: left;
		margin-right: 5px;
	}
		.format-status .entry-avatar img {
			display: block;
			width: 32px;
			height: 32px;
		}
.taxonomy-description {
	color: #757575;
	font-size: 1.2em;
	font-style: italic;
	margin-top: -10px;
}
	.entry-content {
		clear: both;
	}
		
/*
 * Post/Paging Navigation
 */
.paging-navigation {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
	.paging-navigation a.page-numbers {
		color: #757575;
		margin: 0 4px;
	}
		.paging-navigation a.page-numbers:hover,
		.paging-navigation a.page-numbers:active,
		.paging-navigation a.page-numbers:visited:hover {
			color: #369;
			text-decoration: none;
		}
	.paging-navigation .current {
		color: #369;
		font-weight: bold;
		margin: 0 4px;
	}
	.paging-navigation .next:after,
	.paging-navigation .prev:before {
		font: normal 32px/1 Genericons;
		vertical-align: -8px;
	}
		.paging-navigation .next:after {
			content: '\f429';
		}
		.paging-navigation .prev:before {
			content: '\f430';
		}
.post-navigation {
	border-bottom: 1px solid #e1e1e1;
	margin: -10px 0 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
	.post-navigation a {
		color: #757575;
		font-weight: normal;
		display: block;
		float: left;
	}
		.post-navigation a + a,
		.post-navigation a[rel="next"] {
			text-align: right;
			float: right;
			width: 50%;
		}
		.post-navigation a:hover,
		.post-navigation a:active,
		.post-navigation a:hover .meta-nav,
		.post-navigation a:active .meta-nav {
			color: #369;
			text-decoration: none;
		}
	.post-navigation .meta-nav {
		color: #454545;
		font: bold 18px 'Open Sans Condensed', Arial, sans-serif;
		text-transform: uppercase;
		display: block;
	}
	

/*
 * Comments
 */
article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before {
	font: normal 16px/1 Genericons;
	vertical-align: -3px;
	margin-right: 1px;
}
.comments-area {
	margin: 20px auto;
}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 30px;
	}
	.comment-list {
		list-style: none;
		padding: 0;
	}
		.comment-list .children {
			list-style: none;
			margin-left: 15px;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		border-top: 1px solid #e1e1e1;
		margin-bottom: 20px;
		padding-top: 20px;
	}
		.comment-author {
			font-size: 14px;
			line-height: 1.7142857142;
			position: relative;
		}
			.comment-author .avatar {
				border: 1px solid #e1e1e1;
				padding: 2px;
				position: absolute;
				top: 0;
				left: 0;
				width: 18px;
				height: 18px;
			}
			.comment-author .fn {
				font-weight: bold;
			}
				.bypostauthor > article .fn:before {
					content: "\f408";
					margin: 0 2px 0 -2px;
					position: relative;
					top: -2px;
				}
			.says {
				display: none;
			}
			.comment-author a {
				color: #2b2b2b;
			}
		.comment-list .reply,
		.comment-metadata {
			font-size: 12px;
			text-transform: uppercase;
			margin-bottom: 3px;
		}
			.comment-list .trackback a,
			.comment-list .pingback a,
			.comment-metadata a {
				color: #757575;
			}
				.comment-author a:hover,
				.comment-list .pingback a:hover,
				.comment-list .trackback a:hover,
				.comment-metadata a:hover {
					color: #369;
					text-decoration: none;
				}
			.comment-edit-link {
				margin-left: 10px;
			}
				.comment-edit-link:before {
					content: "\f411";
				}
		.comment-list > li:first-child > article,
		.comment-list > .pingback:first-child,
		.comment-list > .trackback:first-child {
			border-top: 0;
		}
		.comment-list .reply {
			margin-top: 20px;
		}
			.comment-reply-link:before,
			.comment-reply-login:before {
				content: "\f412";
				margin-right: 2px;
			}
	.comment-content {
		-webkit-hyphens: auto;
		-moz-hyphens:    auto;
		-ms-hyphens:     auto;
		hyphens:         auto;
		word-wrap: break-word;
	}
		.comment-content ul,
		.comment-content ol {
			margin: 0 0 24px 22px;
		}
			.comment-content li > ul,
			.comment-content li > ol {
				margin-bottom: 0;
			}
		.comment-content > :last-child {
			margin-bottom: 0;
		}
	.comment .comment-respond {
		margin-top: 20px;
	}
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.no-comments,
	.form-allowed-tags,
	.form-allowed-tags code {
		color: #757575;
	}
	.comment-form label {
		color: #666;
		display: block;
	}
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"],
	#comment,
	.form-allowed-tags {
		width: 100%;
		max-width: 479px;
	}
	.form-allowed-tags,
	.form-allowed-tags code {
		font-size: 10px;
		line-height: 1.5;
	}
	.required {
		color: #c0392b;
	}
	.comment-reply-title small a {
		color: #333;
		float: right;
		height: 24px;
		overflow: hidden;
		width: 24px;
	}
		.comment-reply-title small a:hover {
			color: #369;
		}
		.comment-reply-title small a:before {
			content: "\f405";
			font-size: 32px;
		}
	.no-comments {
		font-size: 16px;
		font-weight: 900;
		line-height: 1.5;
		margin-top: 24px;
		text-transform: uppercase;
	}
	.comment-navigation {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 40px;
		text-transform: uppercase;
	}
		.comment-navigation .nav-next,
		.comment-navigation .nav-previous {
			display: inline-block;
		}
		.comment-navigation .nav-previous a {
			margin-right: 10px;
		}
		#comment-nav-above {
			margin-top: 30px;
			margin-bottom: 0;
		}

/*
 * Attachments
 */
.attachment .entry-meta span.entry-date:before,
.attachment .entry-meta span.full-size-link a:before,
.attachment .entry-meta span.parent-post-link a:before {
	font: normal 16px/1 Genericons;
	vertical-align: -3px;
	margin-right: 1px;
}
	.attachment .entry-meta span.entry-date:before {
		content: '\f303';
	}
	.attachment .entry-meta span.full-size-link a:before {
		content: '\f474';
	}
	.attachment .entry-meta span.parent-post-link a:before {
		content: '\f100';
	}
	
/*
 * Images
 */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
figure,
.entry-content img {
	max-width: 98%;
	height: auto;
}
img.alignnone,
img.aligncenter,
img.alignleft,
img.alignright,
.wp-caption {
	border: 1px solid #ddd;
	background: #fff;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	margin-bottom: 8px;
	padding: 4px;
}
.alignnone {
    margin: 0 15px 8px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float:right;
    margin: 0 0 8px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 8px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

a img.alignright {
    float: right;
    margin: 0 0 8px 15px;
}

a img.alignnone {
    margin: 0 15px 8px 0;
}

a img.alignleft {
    float: left;
    margin: 0 15px 8px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption img {
	display: block;
	max-width: 100%;
}
	.wp-caption.alignnone {
		margin: 0 15px 8px 0;
	}
	.wp-caption.alignleft {
		margin: 0 15px 8px 0;
	}
	.wp-caption.alignright {
		margin: 0 0 8px 15px;
	}
	.wp-caption-text {
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		background: #3b5682;
		padding: 10px;
	}
		.wp-caption-text a {
			color: #ffce00;
		}

/* Galleries */
.gallery {
	float: left;
	margin: 0 auto 18px;
	width: 100%;
}
.gallery .gallery-item {
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	float: left;
	margin: 0 1% 2%;
	padding: 4px;
	position: relative;
	width: 29%;
}
.gallery-columns-2 .gallery-item { width: 45%; }
.gallery-columns-4 .gallery-item { width: 20%; }
.gallery img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.gallery .gallery-caption {
	display: none;
	color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 7px;
	position: absolute;
	left: 15%;
	top: 80%;
	width: 100%;
	z-index: 100;
}
	.gallery-item:hover .gallery-caption {
		display: block;
	}
.gallery-columns-2 .gallery-caption { padding: 10px; }
.gallery-columns-4 .gallery-caption { padding: 5px; }
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/*
 * Widgets
 */
#right_sidebar .widget,
.widget {
	list-style: none;
	margin-bottom: 30px;
}
#right_sidebar h2,
.widget h2 {
	font-size: 1.18em;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #666;
	padding: 0 5px;
	text-align: left;
	text-transform: none;
}
#right_sidebar ul,
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#right_sidebar li {
		margin: 0;
	}
		.widget li a,
		.widget li.recentcomments,
		.widget_recent_entries li,
		.widget_rss li,
		.widget_categories li,
		.widget_archive li {
			border-bottom: 1px solid #666;
			display: block;
			padding: 3px 0 3px 5px;
		}
		#right_sidebar .widget li.recentcomments,
		.widget li.recentcomments {
			text-indent: -15px;
			padding-left: 20px;
		}
			.widget li.recentcomments a,
			.widget_recent_entries li a,
			.widget_rss li a,
			.widget_categories li a,
			.widget_archive li a {
				border: none;
				display: inline;
				padding: 0;
			}
/*
 *	Request 202434
 *	2016-03-16
 *	lakeller
 *	begin
 */
			.widget ul.social-small li a {
				padding: 0;
			}
/*
 *      Request 202434
 *	end
 */
			#right_sidebar .widget_categories li ul,
			.widget_categories li ul,
			#right_sidebar .widget_archive li ul,
			.widget_archive li ul {
				border-top: 1px solid #666;
				margin: 3px 0 0 -5px;
			}
				#right_sidebar .widget_categories li li:last-child,
				.widget_categories li li:last-child,
				#right_sidebar .widget_archive li li:last-child,
				.widget_archive li li:last-child {
					border-bottom: none;
					padding-bottom: 0;
				}
			/*#right_sidebar .widget_categories li ul,
			.widget_categories li ul {
				border-top: 1px solid #666;
				margin: 3px 0 0 -5px;
			}
				#right_sidebar .widget_categories li li,
				.widget_categories li li {
					border-bottom: none;
					margin-bottom: 3px;
				}
					#right_sidebar .widget_categories li li + li,
					.widget_categories li li + li {
						border-top: 1px solid #666;
					}*/
	.widget span.post-date,
	.widget span.rss-date {
		display: block;
		color: #757575;
		font-size: 11px;
		margin-top: 2px;
	}
	.widget #cse-search-box,
	#content_body #cse-search-box {
		position: relative;
	}
	#content_body #cse-search-box #q {
		width: 420px;
	}
	
.widget select {
	font: 16px 'Open Sans', Arial, sans-serif;
	margin: 5px 0;
	width: 100%;
}

#wp-calendar,
.gce-calendar {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
	#wp-calendar caption,
	.gce-caption {
		color: #333;
		font-size: 1.18em;
		font-weight: bold;
		text-align: center;
	}
		.widgettitle + .gce-widget-grid,
		.widgettitle + #calendar_wrap {
			margin-top: 5px;
		}
	#wp-calendar thead th,
	.gce-calendar th {
		font-weight: bold;
		text-align: center;
		border: 1px solid #e1e1e1;
		border-width: 1px 0;
		width: 14.25%;
	}
		.gce-calendar th abbr {
			border: none;
		}
	#wp-calendar #prev {
		text-align: left;
	}
	#wp-calendar #next {
		text-align: right;
	}
	#wp-calendar td,
	.gce-calendar td {
		border: none;
		text-align: center;
		line-height: 2;
		padding: 0;
	}
		#wp-calendar a,
		.gce-has-events {
			color: #369;
			font-weight: bold;
			display: block;
		}
			#wp-calendar tbody a:hover,
			.gce-has-events:hover {
				color: #fff;
				background-color: #369;
				text-decoration: none;
			}
	.gce-event-info {
		display: none;
	}
	.gce-today {
		background-color: #e1dfd6;
	}
	.gce-day-past {
		color: #999;
	}
	.qtip {
		font-size: 12px;
		margin: -42px 0 0 12px;
	}
	.qtip-contentWrapper,
	.qtip-content {
		background: none !important;
	}
	.gce-event-info{
		background-color: #fff;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
		max-width: 300px;
		margin: 4px 6px 6px 4px;
	}
		.gce-event-info .gce-tooltip-title {
			margin:5px;
			font-weight:bold;
			font-size:1.2em;
		}
		.gce-event-info ul {
			padding: 8px;
			margin: 0;
			list-style-type: none;
		}
			.gce-event-info ul li {
				border-top: 1px solid #ccc;
				margin: 8px -8px 0 -8px;
				padding: 8px 8px 0;
			}
				.gce-event-info ul li:first-child {
					border: none;
					margin-top: 0;
					padding-top: 0;
				}
				.gce-event-info ul li p {
					margin:0;
				}
					.gce-event-info ul li p span,
					.gce-event-info ul li div span,
					.gce-list span {
						color:#888;
					}
	
		.gce-event-info .gce-tooltip-event,
		.gce-list-event {
			font-weight:bold;
		}
		.gce_list {
			-ms-word-break: break-all;
			 word-break: break-all;
			 word-break: break-word;
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
				hyphens: auto;
		}
		.gce-widget-grid  .gce-calendar .gce-next a,
		.gce-widget-grid  .gce-calendar .gce-prev a {
			cursor: pointer;
			padding-left: 10px;
			font-size: 20px;
			line-height: 12px;
		}
			.gce-widget-grid  .gce-calendar .gce-prev a {
				padding-left: 0;
				padding-right: 10px;
			}
.below-leftnav {
	font-size: 1.3em;
	width: 215px;
	overflow: hidden;
}

.flickr-photos a { margin: 4px; }
.entry img.reduce-size { width: 470px;height: auto; }
.flickr-sidebar-photos { text-align: center; }
.flickr-sidebar-photos img { margin: 4px; }
.flickr-sidebar-photos h2 { text-align: left; }
