@import  "https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/***** Default Google Fonts *****/
h1, h2, h3, h4, h5, h6, .mh-footer, .widget-list li, .cat-item, .page_item, .menu-item, .button, .commentlist .vcard, .pagination {
	font-family: 'Ubuntu', 'Oswald', Helvetica, Arial, sans-serif;
}

pre, code {
	font-family: "Consolas", Courier New, Courier, monospace;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	background: #f7f7f7;
	border: 1px solid #ebebeb;
}

p, li {
	font-family: 'Open Sans', 'Consolas', helvetica, sans-serif !important;
	font-size: 120%;
	font-size: 1.1rem;	
}

p a { color: #0000ff !important; }

blockquote p { color: #444444;
	background-color: #f7f7f7;
	font-family: "Consolas", Courier New, Courier, monospace;
	font-style: normal;
	padding: 10px;
	font-size: 1.1em;	
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 14px;
	font-size: .875rem;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-weight: 500;
	color: #1f1e1e;
}

.logo-title {
	font-size: 42px;
	font-size: 2.625rem;
	letter-spacing: 2px;
	color: #005a8c;
	font-weight: 700;
	text-transform: uppercase;
}

.logo-tagline {
	font-size: 16px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget-title {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 400;
	color: #fff;
	background: #ccdee8;
	padding: 20px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}

.side-center {
	text-align: center;
}

.entry-tags > ul {
  text-indent: 0%;
  white-space: nowrap;
  overflow: hidden;
	padding-bottom: 5px;
}

.fa-link {
	padding-right: 5px;
  color: blue; }

.fa-red {	color: #FF0000; }

.fa-blue { color: #0000FF; }

.fa-green {	color: #008000; }

.fa-silver { color: #c0c0c0; }

.mh-header-title, .mh-header-tagline, .mh-widget-title-inner, .page-title {
	font-weight: 700;
	letter-spacing: 1px;
}

.mh-header-tagline {
	font-size: 1.8em;
	color: #606060;
}

img.alignright {
	padding: 10px
}

.menu-item-object-page > a {
	font-weight: normal;
	letter-spacing: 0.6px;
}

.mh-copyright {
	display: none;
}

.mh-comment-content {
	font-size: 0.7em;
}

#moon-phase-widget {
	padding-left: 35px;
	padding-bottom: 7px;
}

p.ctf-tweet-text {
	font-size: 0.9rem;
}

.mh-footer {
	background-color: #191919;
}

.tag-cloud-link {
	color: white !important;
	font-weight: 400 !important;
	letter-spacing: 0.2em;
	background-color: #737373 !important;
}

.tag-cloud-link:hover {
	color: black !important;
	background-color: #d0d0d0 !important;
}

.tagcloud { padding-left: 25px !important; }