/*
 Theme Name: ASUW-2
 Theme URI: http://asuw.org/
 Author: Geoffrey Liu, et. al.
 Author URI: http://g-liu.com/
 Description: Description
 Version: 1.0
 License: GNU General Public License
 License URI: license.txt
 Text Domain: asuw-2
 Domain Path: /languages/
 Tags:

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.

 ASUW-2 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/** FONTS **/
body {
	font-family: 'Lato', Verdana, sans-serif;
	background-image: url('img/stripe.png');
	background-repeat: repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

h1, .h1
h2, .h2
h3, .h3
h4, .h4
h5, .h5
h6, .h6 {
	display: block;
	font-family: 'Lato', 'Helvetica Neue', Gotham, Helvetica, 'Trebuchet MS', sans-serif;
	color: initial;
}

h1, .h1 {
	font-weight: bold;
}

.h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

a {
	color: #196d8d;
	text-decoration: none;
}
a:active,
a:focus {
	color: #0770c0;
}
a:visited {
	color: #0f5875;
}

abbr, acronym {
	border-bottom: 1px dotted #555;
}

blockquote {
	border-left: 3px solid #bbc;
	padding-left: 1em;
}

code, kbd {
	border: 1px solid #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f6f6f6;
	padding: 0.1em 0.25em;
}

pre {
	overflow-x: scroll;
}

#main {
	max-width: 960px;
	margin: 0 auto;
}

/** Reset grid.css styles */
.row section.col {
	background-color: initial;
}
.col {
	padding: 0;
}
.row .row {
	margin: 0;
}

.inner {
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 0 1em;
	margin-bottom: 0.5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.06);
}

@media screen and (min-width: 960px) {
	.row > .col .inner {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.row > .col:last-child .inner {
		margin-left: 0;
		margin-right: 0;
	}
	.row > .col:first-child .inner {
		margin-left: 0;
		margin-right: 0.5em;
	}
	.row > .col:only-child .inner,
	.row > .col:only-of-type .inner {
		margin-left: 0;
		margin-right: 0;
	}
}

header.site-header nav ul.menu {
	display: inline-block;
	text-align: center;
	width: 100%;
}
header.site-header nav ul {
	margin: 0;
	text-indent: 0;
}
header.site-header nav li a, 
header.site-header nav li {
	display: inline-block;
	text-decoration: none;
}
header.site-header nav li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
	padding: 0 20px;
	white-space: nowrap;
	transition: .3s ease 0s;
}
header.site-header nav li a:hover {
	color: #fff;
}
header.site-header nav li {
	position: relative;
	padding: initial !important;
}
header.site-header nav ul.menu > li.menu-item-has-children > a:after {
	content: '\25BE';
	display: inline-block;
	padding-left: 0.5em;
	opacity: 0.9;
}
/*header.site-header nav ul.sub-menu > li.menu-item-has-children > a:after {
	content: '\25B8';
	display: inline-block;
	padding-left: 0.5em;
}*/

header.site-header nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1;
	box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.15);
}
header.site-header nav li ul ul {
	top: 0;
	left: 100%;
}
header.site-header nav ul li:hover > ul {
	border-left: 0;
	display: block;
}
header.site-header nav li ul li a {
	background-color: #555;
	color: white;
	display: block;
	font-size: 90%;
	line-height: 1.4;
	padding: 8px 10px;
	width: 217px;
	white-space: normal;
}
header.site-header nav li ul li a:hover {
	background: #39275b;
	color: white;
}
header.site-header nav li ul li.menu-item-has-children > a:after {
	content: '\25B8';
	display: inline-block;
	padding-left: 0.6em;
	opacity: 0.9;
}

.entry-content {
	overflow: hidden;
}

#mission-title {
	text-transform: uppercase;
}
@media screen and (min-width: 960px) {
	#mission-title {
		text-align: right;
		padding-right: 1em;
		font-size: 18px;
		margin-bottom: 0;
	}
}
#mission-content {
	font-size: 90%;
}

#events hr {
	border: 0;
	height: 3px;
	background: #111;
	margin: 1em 0;
}
#events ul.event-listing {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
#events ul.event-listing li {
	overflow: hidden;
	clear: both;
	margin-bottom: 0.5em;
}
#events ul.event-listing li:last-child {
	margin-bottom: initial;
}
#events p.more {
	text-align: right;
}
.event-pair {
	display: block;
}
.event-date {
	text-align: center;
	float: left;
	clear: both;
	margin-right: 1em;
}
#events .event-date {
	width: 3em;
	height: 3em;
}
#events .event-time {
	font-size: 90%;
}
.event-date .month {
	background-color: indianred;
	color: white;
	font-size: 90%;
}
.event-date .day {
	background-color: #e2e2e2;
	font-size: 150%;
	color: black;
}
#events .more-link {
	clear: both;
}
.post .event-date {
	margin: 1em 1em 1em auto;
	width: 4em;
	display: table;
	overflow: hidden;
}
.post .event-date .month {
	font-size: initial;
	display: block;
	padding: 2px 0;
}
.post .event-date .day {
	display: block;
	font-size: 200%;
}

/** Genericon styling */
.social a {
	text-decoration: none;
}
.social a span {
	width: 48px;
	height: 48px;
	font-size: 48px;
	margin-right: 1em;
}
.social a span:last-child {
	margin-right: initial;
}
.social a .genericon {
	color: white;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-o-transition: -o-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}
.social a .genericon:hover {
	-o-transform: scale(1.10, 1.10);
	-ms-transform: scale(1.10, 1.10);
	-moz-transform: scale(1.10, 1.10);
	-webkit-transform: scale(1.10, 1.10);
	transform: scale(1.10, 1.10);
}
.social a .genericon-twitter {
	color: #9AE4E8;
}
.social a .genericon-facebook, .social a .genericon-facebook-alt {
	color: #3B5998;
}
.social a .genericon-youtube {
	color: #cd201f;
}
.social a .genericon-linkedin, .social a .genericon-linkedin-alt {
	color: #0977B5;
}
#news .news-list {
	float: left;
	padding-left: 0;
	margin-top: 0;
	list-style: none;
}

.site-title {
	margin: 0;
}
.site-title img {
	width: auto;
	max-height: 128px;
}
/** PRINT MEDIA AMENDATIONS */
@media only print {
	#social {
		display: none;
	}
}
/**
 * IMAGES and FRAMES
 */
img {
	max-width: 100%;
	height: auto;
}
img.thumbnail-small {
	max-width: 100px;
}
img.thumbnail-medium {
	max-width: 300px;
}
img.thumbnail-large {
	max-width: 400px;
}
img.right,
.alignright {
	float:right; margin:0 0 1em 1em
}
img.left,
.alignleft {
	float:left; margin:0 1em 1em 0
}
img.center,
.aligncenter {
	display: block; margin-left: auto; margin-right: auto
}
.wp-caption .wp-caption-text {
	margin-top: 0.2em;
	font-style: italic;
}
.wp-caption img {
	vertical-align: top;
}
iframe, embed {
	width: 100%;
	border: none;
}

#colophon .col:last-child .inner {
	margin-bottom: inherit;
}

/**
 * Comments
 */
.comment-list {
	list-style-type: none;
	padding-left: 0;
}
.comment-list .comment .comment-body {
	margin-bottom: 1em;
}
.comment-list .children {
	list-style: none;
}
p.comment-notes, p.form-allowed-tags {
	font-size: small;
	color: #444;
}

/**
 * Single posts
 */
.type-post, .type-page,
.type-event,
.taxonomy-description {
	margin-bottom: 1em;
}
.entry-header, .entry-footer,
.taxonomy-description {
 	background-color: #f1f1f1;
}
.entry-header {
	border-bottom: 1px solid #e7e7e7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
 	margin-bottom: 0;
}
.entry-footer,
.taxonomy-description {
	margin-top: 0;
	border-top: 1px solid #e9e9e9;
}
.post .entry-content,
.page .entry-content,
.post .entry-summary,
.page .entry-summary,
.page-header {
	margin-top: 0;
	margin-bottom: 0;
}
.taxonomy-description,
body.search .page-header {
	margin-bottom: 1em;
}

.entry-content table,
.entry-summary table {
	border-spacing: 0;
}
.entry-content table tbody tr:nth-child(even),
.entry-summary table tbody tr:nth-child(even),
.entry-content table thead tr:nth-child(odd),
.entry-summary table thead tr:nth-child(odd) {
	background-color: #ededf2;
}
.entry-content table td,
.entry-summary table td,
.entry-content table th,
.entry-summary table th {
	padding: 3px 0.33em;
}

/**
 * Navigation posts
 */
.navigation .nav-links > * {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #999;
	border-radius: 15px;
	background-color: #f9f9f9;
	text-decoration: none;
}
.navigation .nav-links > *:hover {
	background-color: #ececec;
}
.navigation .nav-links > * a {
	padding: 1em;
	display: block;
}
.navigation .nav-links .nav-previous {
	float: left;
	text-align: left;
}
.navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}
@media print {
	.navigation .nav-links > * {
		border: none;
		border-radius: 0;
		text-align: initial;
		text-decoration: initial;
		background-color: initial;
	}
	.navigation .nav-links > * a {
		padding: initial;
		display: initial;
	}
}

/**
 * 404 page
 */
.error-404 {
	background-color: #fff0f2 !important;
}

/** 
 * Footer
 */
.site-footer {
	width: 100%;
	margin-top: 1em;
}

/** 
 * Helper classes
 */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/**
 * Required, temp
 */
.sticky, .gallery-caption, .bypostauthor {

}