/* Styles used in content */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Elegant overrides */

.site-name {
	font-family: 'Istok Web';
}

body {
	background-image: url('/images/2017/12/asteroid.jpg');
	background-color: black;
	background-position: left top; 
	background-size: auto; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

hr {
	border-bottom-width: 1px;
	border-bottom-color: black;
}

.navbar-static-top {
	margin-bottom: 10px;
}

.navbar-inner {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.4));
	background-image: none;
	background-color: transparent;
	border-bottom: none;
}

.navbar .brand {
	color: #dadada;
	text-shadow: inherit;
}

.navbar .nav > li > a {
	color: #dadada;
	text-shadow: inherit;
}

/*
div#content > div:nth-child(2) {
	background-color: rgba(256,256,256,0.90);
	border-radius: 7px;
}
*/
article {
	background-color: rgba(256,256,256,0.90);
	border-radius: 7px;
	padding: 25px;
}

code {
	color: inherit;
}

cite {
	font-style: italic;
}

/* Make a section extend vertically to fit all floating images. */
section.item {
	float: inline-end;
}

article div.article-content ul:not(.articles-timeline):not(.related-posts-list) a, article ol a:not(.ampl), article p:not(#list-of-translations):not(#post-share-links) a:not(.ampl), blockquote a:not(.ampl) {
	color: #11327f;
	text-decoration: none;
}

article div.article-content ul:not(.articles-timeline):not(.related-posts-list) a:after, article ol a:not(.ampl):after, article p:not(#list-of-translations):not(#post-share-links) a:not(.ampl):after, blockquote a:not(.ampl):after {
	background-color: transparent;
}

.article-content {
	max-width: none;
	font-family: 'Lora',Serif;
}

div.centerimage {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.olympics {
	text-align: center;
	background-color: #ddd;
	padding: 7px;
	margin: 3px;
	border: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Istok Web', sans-serif;
	font-weight: 700;
}

h1, h2, h3 {
	border-bottom: 0;
}

h1, h1#my-projects, h1#recent-posts {
	font-size:1.75rem;
}

h2 {
	font-size:1.5rem;
}

h3 {
	font-size:1.25rem;
}

h4 {
	font-size:1rem
}

h5 {
	font-size:0.875rem
}

h6 {
	font-size:0.8125rem
}

table {
	border: 0;
}

td.center {
	text-align: center !important;
}

table td, table th {
	border-left: 0;
}
table.data th:first-child {
	text-align: left;
}
table.data th {
	text-align: center;
}
table.data td:first-child {
	text-align: left;
}
table.data td {
	text-align: right;
	white-space: nowrap;
}

blockquote {
	border-left-color: rgba(0,0,0,0.15);
	background: rgba(0,0,0,0.05);
}

blockquote p {
	font-family: 'Lora','PT Serif',Georgia,'Times New Roman',Times,Serif;
}

blockquote:before, blockquote:after {
	font-family: 'PT Serif',Georgia,'Times New Roman',Times,Serif;
}

.article-content, div.recent-posts p {
	text-align:start;
}

.article-content img {
	border: 0;
	padding: 0;
}

.article-content img.LT_cover {
	padding: 0;
}

.page-header {
	padding-left:0;
}


img[data-align="right"] {
	float: right;
	margin-left: 10px;
}

img[data-align="left"] {
	float: left;
	padding-right: 10px;
}

#allcategories, #alltags {
	color: #999;
	float: right;
	font-size: 75%;
	font-weight:400
}

a#allcategories:hover, a#alltags:hover {
	color:#333
}

article div.article-content ul:not(.articles-timeline):not(.related-posts-list) a, article ol a:not(.ampl), article p:not(#list-of-translations):not(#post-share-links) a:not(.ampl), blockquote a:not(.ampl)  {
	display: inline;
}

.list-of-tags a {
	background: #999;
	color: #fff;
}

div.LT_content {
	font-family: 'Lora','PT Serif',Georgia,'Times New Roman',Times,Serif;
	font-size: 0.9rem;
}

img.LT_cover {
	margin-left: auto !important;
	margin-right: auto !important;
}

span.LT_title {
	font-style: italic;
}

/* Styles for recommendations */
div.appsection{} 
div.appsection h3 {padding-top: 10px;} 
div.application {overflow: auto;  width: 100%;} 
div.appicon {float: left;  width: 130px; margin-left: -100%;  height: 130px;} 
div.wrapapp {float: left;  width: 100%;} 
section.appdesc {margin-left: 138px;} 
section.appdesc p {margin-top: 7px;margin-bottom: 0px;} 
section.appdesc ul {margin: 0; list-style-type: none;} 
section.appdesc ul li { display: inline; margin: 0;} 
span.cost{font-weight: bold;}

