/*
Theme Name: TechAlum Newsletter IssueM
Author: University Marketing and Communication
Author URI: http://www.mtu.edu/umc/
Description: Theme for Michigan Tech's TechAlum Newsletter
Version: 1.0
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,600,700);

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
.skip-link {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background-color: #f2f2f0;
	color: #333;
	line-height: 1.4;
	margin: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
}

a {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #63C;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.3;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: right;
	margin: 8px 0 20px;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 18px;
	margin: 25px 0;
}

h5 {
	font-size: 16px;
	margin: 30px 0;
}

h6 {
	font-size: 14px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 1.3em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #bababa;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
}

td, tbody th {
	border-top: 1px solid #bababa;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat-x center top;
	border: 0;
	height: 3px;
	margin: 0 0 24px;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
	background-color: #e7e7e4;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	margin: 0 auto;
	overflow: hidden;
	max-width: 1280px;
	width: 100%;
}

#main {
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.8);
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	overflow: auto;
	padding: 1px 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
	#main .wrapper {
		margin: 0 auto;
		max-width: 960px;
	}
	#primary {
		float: right;
		margin: 0 0 40px -330px;
		width: 100%;
	}
		#content {
			margin-left: 330px;
		}
	#navbar,
	#secondary,
	#tertiary {
		width: 310px;
		overflow: auto;
	}
		#navbar {
			padding-top: 15px;
			position: static;
			top: 0;
			-webkit-transform: translateZ(0);
		}
#feature,
section.techalum-category {
	overflow: auto;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {
	position: relative;
	min-height: 250px;
	min-width: 960px;
	max-width: 1280px;
}
	#techalum-logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -480px;
	}

/**
 * 4.2 - Navigation
 * ----------------------------------------------------------------------------
 */
.navigation .menu-toggle {
	font: 700 2.6em 'Open Sans', Arial, sans-serif;
	text-align: center;
}
	.navigation .menu-toggle:after,
	.nav-menu ul:after,
	.sidebar-container:before {
		content: '';
		background: url(images/nav-ornament.png) no-repeat center center;
		display: block;
		height: 14px;
	}
.nav-menu ul {
	margin: -16px 0 20px;
	padding: 0;
}
	.nav-menu li {
		padding-left: 40px;
	}
	.nav-menu a {
		color: #333;
		font: 600 1.8em 'Open Sans', Arial, sans-serif;
		display: block;
		margin: 12px 0;
		position: relative;
	}
		.nav-menu a:hover,
		.nav-menu a:active,
		.nav-menu li.active a,
		#social-networks a:hover,
		#social-networks a:active {
			color: #c90;
			text-decoration: none;
		}
		.nav-menu li.active a:before {
			content: '';
			background: url(images/nav-active.png) no-repeat;
			position: absolute;
			top: 5px;
			left: -27px;
			width: 19px;
			height: 17px;
		}
#social-networks ul {
	overflow: visible;
	padding-left: 80px;
}
	#social-networks a {
		color: #666;
		font: 600 1.5em/32px 'Open Sans', Arial, sans-serif;
		display: block;
		position: relative;
		margin: 5px 0;
	}
	#social-networks a:before {
		content: '';
		background: #4e4e4e url(//www.mtu.edu/mtu_resources/images/sharing/32/sprite-mono.png) no-repeat left top;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: block;
		position: absolute;
		left: -40px;
		width: 32px;
		height: 32px;
	}
		#social-networks a.facebook:before { background-position: -32px 0; }
		#social-networks a.youtube:before { background-position: -128px 0; }
		#social-networks a.linkedin:before { background-position: -160px 0; }
		#social-networks a:hover:before,
		#social-networks a:active:before {
			background-color: #c90;
		}

	
/**
 * 5.0 - Content
 * ----------------------------------------------------------------------------
 */
 
/**
 * 5.1 - Entry Header
 * ----------------------------------------------------------------------------
 */
.techalum-category .entry-header,
.entry-header.ribbon,
#feature .entry-header {
	background: #bd9939;
	margin: 20px 1em 3px;
	position: relative;
}
	#feature .entry-header { margin-bottom: 22px; }
	.entry-header h1 {
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 2.6em;
		font-weight: 600;
		text-align: left;
	}
	h2.entry-title,
	.entry-header.ribbon h1 {
		color: #fff;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 2.6em;
		font-weight: 600;
		line-height: 34px;
		text-align: left;
		margin-bottom: 3px;
		padding: 0 10px;
	}
		h2.entry-title a {
			color: #fff;
		}
	.techalum-category .entry-header:before,
	.techalum-category .entry-header:after,
	.entry-header.ribbon:before,
	.entry-header.ribbon:after,
	#feature .entry-header:before,
	#feature .entry-header:after {
		content: '';
		border: 17px solid #bd9939;
		display: block;
		position: absolute;
		bottom: 0;
	}
		.techalum-category .entry-header:before,
		.entry-header.ribbon:before,
		#feature .entry-header:before {
			left: -1em;
			border-left-width: 6px;
			border-right-width: 0.5em;
			border-left-color: transparent;
		}
		.techalum-category .entry-header:after,
		.entry-header.ribbon:after,
		#feature .entry-header:after {
			right: -1em;
			border-left-width: 0.5em;
			border-right-width: 6px;
			border-right-color: transparent;
		}
h1 + .entry-header {
	margin-top: 20px;
}

.entry-sub-header {
	text-align: center;
	background: url(images/sub-header-dots.png) repeat-x center 17px;
	margin: 40px 0 15px;
	padding: 0 0 25px;
}
	.entry-sub-header h2 {
		color: #fff;
		font-size: 24px;
		font-weight: 300;
		background: url(images/sub-header-ribbon-bg.png) repeat-x top center;
		display: inline;
		padding: 4px 1px 10px;
		position: relative;
	}
	.entry-sub-header h2:before,
	.entry-sub-header h2:after {
		content: '';
		position: absolute;
		top: 0;
		width: 58px;
		height: 53px;
	}
		.entry-sub-header h2:before {
			background: url(images/sub-header-ribbon-left.png) no-repeat;
			left: -57px;
		}
		.entry-sub-header h2:after {
			background: url(images/sub-header-ribbon-right.png) no-repeat;
			right: -58px;
		}
 
/**
 * 5.2 - Entry Images
 * ----------------------------------------------------------------------------
 */
.entry-image,
img.alignleft,
img.alignright,
img.aligncenter {
	background: #fff;
	border: 15px solid #fff;
	float: left;
	margin: 0 15px 10px 0;
}
	.multiple-posts .entry-image {
		border-width: 9px;
	}
	.entry-image-small img {
		width: 135px;
		height: auto;
	}
	.entry-image-large,
	.entry-image-large img {
		width: 280px;
		height: auto;
	}
	.entry-image .attachment-caption {
		color: #333;
		font-size: 1.3em;
		text-align: center;
		margin: 5px 0 -5px;
	}
img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
img.aligncenter {
	display: block;
	float: none;
	margin: 15px auto;
}
 
/**
 * 5.2 - Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.3;
	word-wrap: break-word;
}
	.multiple-posts .entry-image-link ~ .entry-content {
		margin-left: 168px;
	}
.post-title h3 {
	color: #000;
	margin-bottom: 8px;
}
	.post-title h3 a {
		color: #000;
	}
	.multiple-posts .post-title h3 { margin-top: 0; }
a.moretag {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.94em;
	font-weight: 600;
	white-space: nowrap;
}
.ellipses {
	white-space: nowrap;
}

#alumni-profiles {
	overflow: auto;
}
.alumni-profiles {
	overflow: hidden;
}
.alumni-profile {
	float: left;
	font-size: 1.5em;
	background: #cfcfc9;
	margin: 0 0 -500px 2%;
	padding-bottom: 500px;
	width: 49%;
}
	.alumni-profile.full-width {
		width: 100%;
	}
	.alumni-profile:first-child {
		margin-left: 0;
	}
	.alumni-profile h3 {
		color: #fff;
		font-size: 1.1em;
		font-weight: 700;
		text-align: center;
		background: #c90;
		margin: 0;
		padding: 9px 0;
	}
		.alumni-profile h3 a {
			color: #fff;
		}
	.alumni-profile img.wp-post-image {
		border: 5px solid #fff;
		float: left;
		margin: 0 8px 4px 0;
		width: 110px;
		height: 110px;
	}
		.alumni-profile-content {
			padding: 15px 10px 0 15px;
		}
	/**
	* 5.2.1 - Social Media
	* ----------------------------------------------------------------------------
 	*/
	#social-links {
		margin: 0 auto;
		text-align: center;
		width: auto;
	}
		#social-links > span {
			font-size: 1.8em;
			line-height: 2em;
		}
		#social-links a, .social-profile a, ul.social-small a {
			width: 35px;	
			min-height: 35px;
			display: inline-block;
			border-radius: 10%;
			-webkit-border-radius: 10%;
			-moz-border-radius: 10%;
			border: none;
			box-shadow: none;
			padding: 0px;
			position: relative;
			margin-left: .5em;
			text-indent: -9999em;
		}
		#social-links a span { display: none; }
		#social-links a.facebook { background: #3b5998 url(//www.mtu.edu/mtu_resources/images/n/facebook.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.twitter { background: #55acee url(//www.mtu.edu/mtu_resources/images/n/twitter.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.linkedin { background: #0077b5 url(//www.mtu.edu/mtu_resources/images/n/linkedin.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.instagram { background: #125688 url(//www.mtu.edu/mtu_resources/images/n/instagram.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.youtube { background: #e52d27 url(//www.mtu.edu/mtu_resources/images/n/youtube.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.flickr { background: #ff0084 url(//www.mtu.edu/mtu_resources/images/n/flickr.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.email { background: #ccc url(//www.mtu.edu/mtu_resources/images/n/mail.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.print { background: #ccc url(//www.mtu.edu/mtu_resources/images/n/printer.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.rss { background: #ee802f url(//www.mtu.edu/mtu_resources/images/n/rss.svg) no-repeat; background-size: 70%; 
		background-position: center; }
		#social-links a.pinterest { background: #bd081c url(//www.mtu.edu/mtu_resources/images/n/pinterest.svg) no-repeat; background-size: 70%; 
		background-position: center; }
 
/**
 * 5.3 - Post Formats
 * ----------------------------------------------------------------------------
 */
.multiple-posts article.post {
	padding-top: 22px;
}
.multiple-posts .issuem_article {
	border-top: 3px dotted #666;
	clear: both;
	margin-bottom: 20px;
}
	.multiple-posts .issuem_article:first-child {
		border-top: none;
	}
 
/**
 * 5.3 - Attachments
 * ----------------------------------------------------------------------------
 */
.alignnone {
    margin: 5px 15px 10px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 10px 15px;
}

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

.aligncenter {
    display: block;
    margin: 5px auto;
}

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

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

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

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

.wp-caption {
    background: #fff;
    border: 10px solid #fff;
	border-top-width: 15px;
    max-width: 90%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 15px 10px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
	padding: 3px 0 0;
}

/**
 * 5.5 - Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-sub-footer {
	color: #666;
	font-size: 1.5em;
	text-align: center;
	border-top: 3px dotted #666;
	border-bottom: 3px dotted #666;
	margin: 25px 0 15px;
	padding: 2px 0;
}
	.entry-sub-footer a {
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: 600;
		margin: 0 5px;
		white-space: nowrap;
	}

/**
 * 5.9 - Archives
 * ----------------------------------------------------------------------------
 */
.techalum-archives {
	overflow: auto;
}
.techalum-archives ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
	li.issuem_archive {
		font-size: 1.6em;
		line-height: 1.4;
	}
		li.issuem_issue_draft:after {
			content: ' (draft)';
		}
	
/**
 * 6.0 - Sidebar
 * ----------------------------------------------------------------------------
 */
 
/**
 * 6.1 - Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	color: #666;
	font-size: 1.5em;
	line-height: 1.5;
	margin-left: 40px;
}
	.widget-title {
		color: #333;
		font: 600 15px 'Open Sans', Arial, sans-serif;
		margin: 12px 0 0;
	}
	.widget a img.aligncenter {
		background: none;
		border: none;
		position: relative;
		left: -20px;
	}

	
/**
 * 7.0 - Footer
 * ----------------------------------------------------------------------------
 */
#footer {
	color: #999;
	background: #171717;
	padding: 1px 20px 40px;
	overflow: hidden;
}
	#footer .column {
		float: left;
		margin-left: 5%;
		width: 20%;
	}
	#footer p {
		font-size: 1.3em;
	}
	#footer a {
		color: #999;
		text-decoration: underline;
	}
	#footer a:hover,
	#footer a:focus {
		color: #fff;
	}

/*  
 *   5.4 - Galleries
 */
 .gallery-item {
	 margin: 0;
 }
 
/*   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite*/
 
 #colorbox { outline: none; }