@charset "utf-8";

body {
	font-size: 10.5pt;
	background-color: #222;
}

a {
	color: #1B9AB8;
}

a:hover {
	color: #126275;
}

.navbar-warp {
 position: absolute;
 width: 100%;
}

.navbar {
	background-color: #222;
	height: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-brand {
	padding: 5px 15px 5px 0;
}

.navbar-brand img {
	height: 30px;
	vertical-align: middle;
}

.navbar-collapse-toggle {
	border: 1px solid #333;
}

.navbar-collapse-toggle:hover {
	background-color: #333;
}

@media (max-width: 767px) {
	
	.navbar-collapse {
		border-top: 1px solid #111;
	}

	.navbar-right {
		border-top: 1px solid #222;
	}
}

@media (min-width: 768px) {

 .navbar {
  min-height: 40px;
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 20px;
 }

 .navbar a {
  cursor: pointer;
 }

 .navbar-brand {
  text-align: center;
  margin-top: -20px;
  width: 80px;
  height: 80px;
  display: block;
  padding: 10px;
  font-size: 14pt;
  line-height: 60px;
  background-color: #222;
  border-radius: 40px;
 }

 .navbar-brand img {
  height: 40px;
 }

 .navbar-nav > li > a {
  margin: 4px;
  position: relative;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
 }

 .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > .dropdown.open > a {
  border-top-color: #333;
  border-left-color: #444;
  border-right-color: #444;
  border-bottom-color: #555;
  -webkit-box-shadow: inset 0 1px 20px 8px #000;
  -moz-box-shadow: inset 0 1px 20px 8px #000;
  box-shadow: inset 0 1px 20px 8px #000;
 }

 .navbar .dropdown-menu {
  padding: 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 }
}

.navbar-nav > li > a {
	background-color: #333;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > .dropdown.open > a {
	color: #eee;
	background-color: #222;
}

.navbar .dropdown-menu {
	background-color: #111;
}

.navbar .dropdown-menu > li > a {
	padding: 3px 20px;
}

.navbar .dropdown-menu > li > a:hover {
	color: #eee;
	background-color: #333;
}

.navbar .dropdown-menu > li.divider {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
}

header {
	height: 200px;
	background-color: #1B9AB8;
 padding-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

header h1 {
	font-size: 36pt;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .45);
}

header .description {
	font-size: 18pt;
	color: #FFF;
}

header .header-brand {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 20px;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #FFF;
	font-size: 24pt;
	line-height: 42pt;
	background-color: #222;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

@media (min-width: 768px) {
	header {
		height: 260px;
  padding-top: 90px;
	}

	header .header-brand {
		bottom: 10px;
	}
}

footer {
	padding-top: 20px;
	margin-top: 40px;
	min-height: 80px;
	color: #fff;
	background-color: #1B9AB8;
}

footer a,footer a:hover {
	color: #fff;
}

.icon-bar {
	position: relative;
	text-align: right;
}

.icon-bar a[class^="ico-"], .icon-bar a[class*=" ico-"] {
	padding: 5px;
	font-size: 18px;
	line-height: 18px;
	color: #1B9AB8;
	background-color: #fff;
	border-radius: 25px;
	border: 1px solid transparent;
}

.icon-bar a[class^="ico-"]:hover, .icon-bar a[class*=" ico-"]:hover {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

article {
	margin-bottom: 25px;
	margin-left: -5px;
	margin-right: -5px;
	padding: 15px;
	background-color: #FCFCFC;
	border-radius: 4px;
}

.article-title:hover {
	text-decoration: none;
}

section {
	margin-bottom: 15px;
	margin-left: -5px;
	margin-right: -5px;
	padding: 15px;
	color: #eee;
	background-color: #333;
	border-radius: 4px;
}

.search {
	position: relative;
	margin-bottom: 25px;
}

.search input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 11.5pt;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 40px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding-right: 35px;
}

.search input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.search [class^="ico-"], .search [class*=" ico-"] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.widget ul {
	padding-left: 18px;
}

.widget-title {
	margin-top: 0;
	margin-bottom: 10px;
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
}


.page-navigator {
	padding: 0;
	list-style: none;
}

.page-navigator > li {
	display: inline-block;
}

.page-navigator > li + li {
	margin-left: 5px;
}

.page-navigator > li:first-child {
	margin-left: 0;
}

.page-navigator > li > a {
	display: block;
	padding: 2px 10px;
	border-radius: 5px;
}

.page-navigator > .current > a, .page-navigator > li > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1B9AB8;
}

.archive-title {
	color: #eee;
}

.page-header a:hover {
	text-decoration: none;
}

.page.page-header {
	color: #1B9AB8;
	border-bottom: 1px solid #333;
}

.post-content > p {
 text-indent: 2em;
}

.post-content img {
 width: 100%;
 max-width: 420px;
}

.viewer {
 padding: 25px;
 position: fixed;
 z-index: 9999;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(34, 34, 34, 0.85);
}
.viewer img {
 margin-left: auto;
 margin-right: auto;
 display: block;
 max-height: 100%;
 max-width: 100%;
 -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
 box-shadow: 0 5px 15px rgba(0,0,0,.5);
}