/*
Theme Name: Modularity Lite
Theme URI: http://graphpaperpress.com/themes/modularity-lite/
Version: 1.3
*/
@import url(library/styles/screen.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
    font-family:logo-k;
    src:url(/logo-k.woff);
}
body {
	color:#fff;
	font-family:'Open Sans',sans-serif;
	background-color: #014d60;
	background-image: url("/wp-content/uploads/bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none;
}
.container {
	width:720px;
	position:relative;
}
.container-inner {
	width:680px;
	margin:0 auto;
	padding:30px 20px 30px 20px;
}
.span-8 {
	width:170px;
}
h1,h2,h3,h4,h5,h6 {
	color:#ff8000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#ff8000;
}
h3.sub,h2.sub {
	margin:0 0 7px 0;
	padding:0 0 5px 0;
	font-size:16px;
	line-height:135%;
	color:#ff8000;
	width:130px;
}
a {
	color:#fff;
	text-decoration:none;
	transition:color 0.2s; -webkit-transition:color 0.2s;
}
a:hover,
a:focus {
	color:#ff8000;
}
#header-image a {
	position:relative;
	display:inline-block;
	width:660px;
	height:88px;
	margin-left:10px;
}
#header-image a img {
	width:660px;
	height:88px;
	border-radius:16px;
	box-shadow:0 0 0 3px #fff;
	transition:box-shadow 0.2s;	-webkit-transition:box-shadow 0.2s;
}
#header-image a:hover img {
	box-shadow:0 0 0 0 transparent;
}
#header-image a svg {
	position:absolute;
	top:0;
    left:0;
	width:660px;
	height:88px;	
}
#header-image a svg text {
	font-family:logo-k,sans-serif;
	font-size:90px;
	fill:#fff;
	text-anchor:middle;
}
.content {
	overflow:hidden;
	margin-bottom:40px;
}
.entry a img {
	vertical-align:middle;
	max-width:200px;
	max-height:200px;
	margin:0 0 16px 16px;
	border-radius:10px;
	box-shadow:0 0 0 0 transparent;
	transition:box-shadow 0.2s;	-webkit-transition:box-shadow 0.2s;
}
.entry a:hover img {
	box-shadow:0 0 0 3px #fff;
}
.socbut-1 {
	margin-bottom:34px;
}
.socbut-1 a:first-of-type img {
	width:50px;
	height:50px;
}
.socbut-1 a:last-of-type img {
	width:49.23px;
	height:40px;
}
.socbut-2 a:last-of-type img {
	width:46px;
	height:46px;
}
.socbut-1 a:last-of-type {
	margin-left:32px;
}
.socbut-2 a:last-of-type {
	margin-left:31px;
}
.socbut-1 a img,
.socbut-2 a img {
	vertical-align:middle;
}
.content h2 {
	font-size:23px;
	margin-bottom:25px;
	margin-left:16px;	
}
.post,
.page {
	display:block;
	clear:both;
}
.postmetadata {
	color:#ff8000;
	font-size:14px;
	margin-bottom:5px;
	margin-left:16px;	
}
.page a.post-edit-link {
	display:block;
	clear:both;
}
.blogroll {
	margin-left:0;
	padding-left:0;
}
#sidebar {
	margin:0;
}
#sidebar h3 {
	padding:0 0 .6em 0;
}
#sidebar .item {
	margin:0 0 50px 0;
}
#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
	font-size:14px;
}
#sidebar ul li a,
ul.txt li {
	color:#fff;
	line-height:14px;
	display:block;
	padding:5px 0;
	width:180px;
}
#sidebar ul li a:hover {
	color:#ff8000;
}
#sidebar ul li a:active {background-color:transparent;}   /*due to IE*/
#sidebar ul ul {
	margin:0;
	list-style:none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.middle {
	margin:0 auto;
	float:left;
}
.clear {
	clear:both;
}
.alignleft {
	float:left;
}
.navigation .alignleft {
	margin-left:16px;
}
.navigation .alignright {
	margin-right:27px;
}
.alignright {
	float:right;
}
.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
}
.navigation {
	clear:both;
	margin:0;
	overflow:hidden;
	width:100%;
}
.navigation a,
.single_home a {
	font-size:16px;
	display:inline-block;
	background-color:#012630;
	border-radius:9px;
	padding:6px 18px;
}
.whlinks-home {
	margin-top:20px;
	margin-bottom:60px;
	margin-left:10px;
	text-align:center;
	width:660px;
}
.whlinks-home div:first-of-type {
	margin-right:50px;
	display:inline-block;
}
.whlinks-home div:last-of-type {
	display:inline-block;	
}
.whlinks-home a {
	font-family:logo-k,sans-serif;
	font-size:28px;
	line-height:50px;
	color:#fff;
	transition:color 0.2s; -webkit-transition:color 0.2s;
}
.whlinks-home a:hover {
	color:#ff8000;
}
.Annual_Archive_Widget select {
	font-family:'Open Sans',sans-serif;
	font-size:14px;
}

@media not all and (hover: hover) {
a:hover,
a:focus {
	color:#fff;
}
#header-image a:hover img {
	box-shadow:0 0 0 3px #fff;
}
.entry a:hover img {
	box-shadow:0 0 0 0 transparent;
}
#sidebar ul li a:hover {
	color:#fff;
}
.whlinks-home a:hover {
	color:#fff;
}
}

@media only screen and (max-width:719px) {
.container {
	width:460px;
	position:relative;
}
.container-inner {
	width:428px;
	padding:30px 16px 30px 16px;
	margin:0 auto;
}
#header-image a {
	width:420px;
	height:56px;
	margin-left:4px;
}
#header-image a img {
	width:420px;
	height:56px;
	box-shadow:0 0 0 3px #fff;
	transition:box-shadow 0.2s;	-webkit-transition:box-shadow 0.2s;
}
#header-image a svg text {
	font-size:55px;
}
#header-image a svg {
	width:420px;
	height:56px;
}
.whlinks-home {
	margin-top:20px;
	margin-bottom:60px;
	margin-left:4px;
	width:420px;
}
.whlinks-home div:first-of-type {
	margin-right:40px;
}
.whlinks-home a {
	font-size:26px;
	line-height:50px;
}
.span-15 {
	width:428px;
	margin-right:0;
}
.colborder {
	padding-right:0;
	margin-right:0;
}
.content h2 {
	margin-left:4px;	
}
.postmetadata {
	margin-left:4px;	
}
.entry a:nth-of-type(odd) img {
	margin:0 16px 16px 4px;
}
.entry a:nth-of-type(even) img {
	margin:0 0 16px 0;
}
.navigation .alignleft {
	margin-left:4px;
}
.navigation .alignright {
	margin-right:4px;
}
.span-8 {
	clear:both;
	width:428px;
	margin-top:80px;
}
#sidebar {
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	-webkit-align-items:flex-start;
	-webkit-align-content:flex-start;
	-webkit-flex-direction:column;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	align-content:flex-start;
	flex-direction:column;
	height:1080px;
}
#sidebar .item {
	width:162px;
	margin:0 0 25px 4px;
}
#sidebar ul li a,
ul.txt li {
	width:160px;
}
#linkcat-5 {
	-webkit-order:1;
	order:1;
}
#linkcat-6 {
	-webkit-order:4;
	order:4;
}
#sidebar .item#linkcat-6 {
	margin:0 0 25px 97px;
}
#linkcat-7 {
	-webkit-order:2;
	order:2;
}
#linkcat-8 {
	-webkit-order:6;
	order:6;
}
#sidebar .item#linkcat-8 {
	margin:0 0 25px 97px;
}
#linkcat-10 {
	-webkit-order:7;
	order:7;
}
#sidebar .item#linkcat-10 {
	margin:0 0 25px 97px;
}
#custom_html-2 {
	-webkit-order:5;
	order:5;
}
#sidebar .item#custom_html-2 {
	margin:0 0 45px 97px;
}
#annual_archive_widget-2 {
	-webkit-order:3;
	order:3;
}
#sidebar .item#annual_archive_widget-2 {
	margin:0 0 0 4px;
}
#custom_html-3 {
	-webkit-order:8;
	order:8;
}
#sidebar .item#custom_html-3 {
	margin:0 0 0 97px;
}
}

@media only screen and (max-width:460px) {
.postmetadata {
	font-size:15px;
}
#sidebar {
	height:1150px;
}	
#sidebar ul {
	font-size:15px;
}
#sidebar ul li a {
	line-height:16px;
}
.Annual_Archive_Widget select {
	font-size:15px;
}
}