.navbar-header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-default {
	background-color: #333;
	border-color: none;
}
.navbar {
	border-radius: 0;
}
.navbar {
	position: none;
	min-height: 0;
	margin-bottom: 0;
	border: none;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #333;
}

.navbar-toggle {
	border: 0px solid transparent;
	border-radius: 0px;
}

#header a:visited > a.dropdown-toggle {
	background-color: rgba(0,0,0,.5);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: initial;
}

@media screen and (max-width: 825px) {
	.navbar-form.navbar-left .btn {
		width: 100%;
	}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

body {
	background: #fff none repeat scroll 0% 0%;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(0,0,0,.5);
}

body {
	width: 100%;
	background: #fff none repeat scroll 0% 0%;
}
body:before,
body:after {
	content: "";
	display: table;
}
body:after {
	clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
a img {
	border: none;
}
button {
	margin: 0;
	padding: 0;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
html,
body,
#container {
	height: 100%;
}
body {
	color: #565a5f;
	background: #fff;
	font-family: "Optima",sans-serif;
}
a {
	color: cyan;
	text-decoration: none !important;
}
a:visited {
	color: cyan;
}
.outer {
	margin: 0 auto;
}
.outer:before,
.outer:after {
	content: "";
	display: table;
}
.outer:after {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
#container {
	position: relative;
	margin-bottom: 30px;
}

.archive-article-header a,
.layout-wrap-inner.tag-cloud a,
.archive-article-header a:visited,
.layout-wrap-inner.tag-cloud a:visited {
	color: #565a5f;
	transition: 0.2s ease;
	font-size: 0.8em;
}
.archive-article-header a:hover,
.layout-wrap-inner.tag-cloud a:hover,
.archive-article-header a:visited:hover,
.layout-wrap-inner.tag-cloud a:visited:hover {
	color: cyan !important;
}
.article-date,
.article-category-link,
.archive-year,
.widget-title {
	text-decoration: none !important;
	color: #333;
	line-height: 1em;
}
.article-entry h1,
.widget h1 {
	font-size: 2em;
}
.article-entry h2,
.widget h2 {
	font-size: 1.5em;
}
.article-entry h3,
.widget h3 {
	font-size: 1.3em;
}
.article-entry h4,
.widget h4 {
	font-size: 1.2em;
}
.article-entry h5,
.widget h5 {
	font-size: 1em;
}
.article-entry h6,
.widget h6 {
	font-size: 1em;
	color: #999;
}
.article-entry hr,
.widget hr {
	border: 1px dashed #eceff2;
}
.article-entry strong,
.widget strong {
	font-weight: bold;
}
.article-entry em,
.widget em,
.article-entry cite,
.widget cite {
	font-style: italic;
}
.article-entry sup,
.widget sup,
.article-entry sub,
.widget sub {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.article-entry sup,
.widget sup {
	top: -0.5em;
}
.article-entry sub,
.widget sub {
	bottom: -0.2em;
}
.article-entry small,
.widget small {
	font-size: 0.85em;
}
.article-entry acronym,
.widget acronym,
.article-entry abbr,
.widget abbr {
	border-bottom: 1px dotted;
}
.article-entry ul,
.widget ul,
.article-entry ol,
.widget ol,
.article-entry dl,
.widget dl {
	margin: 0 20px;
	line-height: 1.6em;
}
.article-entry ul ul,
.widget ul ul,
.article-entry ol ul,
.widget ol ul,
.article-entry ul ol,
.widget ul ol,
.article-entry ol ol,
.widget ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

.article-entry ul p,
.article-entry ol p{
	font-size: .9em;
}

.article-entry ul,
.widget ul {
	list-style: disc;
}
.article-entry ol,
.widget ol {
	list-style: decimal;
}
.article-entry dt,
.widget dt {
	font-weight: bold;
}
#header {
	background: #fff;
	position: relative;
}
#header a,
#header a:visited {
	white-space: nowrap;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
	color: #565a5f;
}
#header a:hover {
	color: #38b7ea;
}

.header-inner {
	height: 100%;
	position: relative;
	background: #232323;
}

.article {
	margin: 40px 0;
}
.article-inner {
	overflow: hidden;
	padding-top: 15px;
}
.article-date {
	float: left;
	margin-top:2px;
}

.article-header {
	padding: 5px 5px 0;
}

.article-header .article-title {
	display: block;
	margin-bottom: 14px;
}

.article-title {
	text-decoration: none !important;
	font-size: 2em;
	color: #fff !important;
	line-height: 1.1em;
	transition: color 0.2s;
}
.article-title a:visited {
	color: #fff !important;
}
.article-title a:hover {
	color: cyan !important;
}
.article-entry {

	color: #292929;
	line-height: 1.6em;
}
.article-entry:before,
.article-entry:after {
	content: "";
	display: table;
}
.article-entry:after {
	clear: both;
}
.article-entry p,
.article-entry table {
	line-height: 1.6em;
	margin: 1.6em 0;
	font-size: 16px;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
	font-weight: bold;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
	line-height: 1.1em;
	margin: 1.1em 0;
}
.article-entry a {
	color: cyan;
	text-decoration: none;
}
.article-entry a:hover {
	text-decoration: underline;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
}

.article-entry table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.article-entry th {
	font-weight: bold;
	border-bottom: 3px solid #eceff2;
	padding-bottom: 0.5em;
}
.article-entry td {
	border-bottom: 1px solid #eceff2;
	padding: 10px 0;
}
.article-entry blockquote {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}
.article-entry blockquote footer {
	font-size: 14px;
	margin: 1.6em 0;
	font-family: "open sans", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
.article-entry blockquote footer cite:before {
	content: "â€”";
	padding: 0 0.5em;
}
.article-footer {
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.6em;
	padding-top: 1.6em;
	margin: 0 20px 20px;
}
.article-footer:before,
.article-footer:after {
	content: "";
	display: table;
}
.article-footer:after {
	clear: both;
}
.article-footer a {
	color: cyan;
	text-decoration: none;
}
#article-nav {
	position: relative;
}
#article-nav:before,
#article-nav:after {
	content: "";
	display: table;
}
#article-nav:after {
	clear: both;
}

.article-nav-link-wrap {
	text-decoration: none;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	text-align: left;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}

.article-nav-link-wrap:hover {
	color: #07b;
}

.article-nav-caption {
	letter-spacing: 2px;
	line-height: 1em;
	font-weight: bold;
	color: #565a5f;
	text-transform: uppercase;
}
#article-nav-newer .article-nav-caption {
	margin-right: -2px;
}
.article-nav-title {
	font-size: 0.85em;
	line-height: 1.6em;
	margin-top: 0.5em;
}

.archives:before,
.archives:after {
	content: "";
	display: table;
}
.archives:after {
	clear: both;
}
.archives .article:first-child {
	margin: 20px 0;
}
.archive-year-wrap,
.archive-category-wrap,
.archive-tag-wrap,
.layout-title {
	font-size: 1.4em;
	margin: 40px 0 20px 0;
}

.archive-year-wrap .fa,
.archive-category-wrap .fa,
.archive-tag-wrap .fa,
.layout-title .fa {
	margin-right: 3px;
}
.archive-year-wrap .archive-year,
.archive-category-wrap .archive-year,
.archive-tag-wrap .archive-year,
.layout-title .archive-year {
	color: #fff;
}
.archive-year-wrap .archive-year:hover,
.archive-category-wrap .archive-year:hover,
.archive-tag-wrap .archive-year:hover,
.layout-title .archive-year:hover {
	color: cyan;
}

.archive-article {
	page-break-inside: avoid;
	overflow: hidden;
	break-inside: avoid-column;
	padding: 0;
	margin-bottom: 15px;
}
.archive-article:before,
.archive-article:after {
	content: "";
	display: table;
}
.archive-article:after {
	clear: both;
}
.archive-article-title {
	font-size: 1em !important;
	line-height: 1.2em;
	color: #fff !important;
	padding-left: 15px;
}

.archive-article-date {
	display: block;
	margin-top: 8px;
	padding-left: 15px;
}
.layout-wrap-inner.list-categories ul {
	margin-left: 15px;
	list-style: none;
}
.layout-wrap-inner.list-categories ul li,
.layout-wrap-inner.list-categories ul .category-list-child {
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid border-color;
}

.layout-wrap-inner.list-categories ul .category-list-child a {
	color: #777;
}
.layout-wrap-inner.list-categories ul ul,
.layout-wrap-inner.list-categories ul ol {
	list-style: none;
}
.layout-wrap-inner.list-categories ul ul li,
.layout-wrap-inner.list-categories ul ol li {
	border: none;
}
.layout-wrap-inner.list-categories ul ul li:last-child,
.layout-wrap-inner.list-categories ul ol li:last-child {
	padding-bottom: 0px;
}
.layout-wrap-inner.list-categories li a {
	color: #fff;
}
.layout-wrap-inner.list-categories li a:hover:before {
	color: #333;
}
.layout-wrap-inner.tag-cloud a {
	margin-right: 8px;
}
.layout-wrap-inner.tag-cloud a:before {
	content: '#';
}
#page-nav {
	margin: 40px auto;
	text-align: center;
	color: #999;
	overflow: hidden;
}
#page-nav:before,
#page-nav:after {
	content: "";
	display: table;
}
#page-nav:after {
	clear: both;
}
#page-nav a,
#page-nav span {
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#page-nav a {
	color: #999;
	text-decoration: none;
}
#page-nav a:hover {
	color: #fff;
	background: #38b7ea;
}
#page-nav .page-number {
	display: inline-block;
}

#page-nav .current {
	color: #565a5f;
	font-weight: bold;
}
#page-nav .space {
	color: #eceff2;
}

#footer-center p{
	color: #888;
	font-size: 100%;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

.article-entry pre,
.article-entry .highlight {
	background: #34383d;
	margin: 0 -20px;
	padding: 15px 20px;
	border-style: solid;
	border-color: #eceff2;
	border-width: 1px 0;
	overflow: auto;
	color: #ccc;
	line-height: 22.400000000000002px;
}
.article-entry .highlight .gutter pre,
.article-entry  .line-numbers {
	color: #666;
	font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
	font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
	font-size: .9em;
}
code {
	background: #868686;
	color: inherit;
	padding: 0 0.3em;
}
.article-entry pre code {
	background: none;
	text-shadow: none;
	padding: 0;
}
.article-entry .highlight pre {
	border: none;
	margin: 0;
	padding: 0;
}
.article-entry .highlight table {
	margin: 0;
	width: auto;
}
.article-entry .highlight td {
	border: none;
	padding: 0;
}
.article-entry .highlight figcaption {
	font-size: 0.85em;
	color: #999;
	line-height: 1em;
	margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
	content: "";
	display: table;
}
.article-entry .highlight figcaption:after {
	clear: both;
}
.article-entry .highlight figcaption a {
	float: right;
}
.article-entry .highlight .gutter pre {
	text-align: right;
	padding-right: 20px;
}
.article-entry .highlight .line {
	height: 22.400000000000002px;
}

pre .comment,
pre .title,
pre .template_comment,
pre .header,
pre .javadoc {
	color: #999;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo,
pre .winutils,
pre .method,
pre .request,
pre .status,
pre .nginx .title,
pre .diff .change,
pre .special,
pre .attr_selector,
pre .important,
pre .subst,
pre .clojure .title,
pre .deletion {
	color: #f2777a;
}
pre .number,
pre .preprocessor,
pre .preprocessor .keyword,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command,
pre .lisp .body,
pre .parent,
pre .haskell .type {
	color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute,
pre .addition {
	color: #9c9;
}
pre .string,
pre .value,
pre .inheritance,
pre .ruby .symbol,
pre .symbol .string,
pre .xml .cdata,
pre .function .title {
	color: #9c9;
}
pre .css .hexcolor,
pre .phpdoc,
pre .tex .formula {
	color: #6cc;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title,
pre .localvars,
pre .chunk,
pre .decorator,
pre .identifier,
pre .vhdl {
	color: #69c;
}
pre .keyword,
pre .javascript .function {
	color: #c9c;
}

.widget {
	line-height: 1.6em;
	word-wrap: break-word;
	font-size: 0.9em;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
	margin: 0 20px;
}
.widget ul ul,
.widget ol ul {
	list-style: disc;
}
.widget ul ol,
.widget ol ol {
	list-style: decimal;
}
.category-list-count,
.tag-list-count,
.archive-list-count {
	padding-left: 5px;
	color: #999;
	font-size: 0.85em;
}
.category-list-count:before,
.tag-list-count:before,
.archive-list-count:before {
	content: "(";
}
.category-list-count:after,
.tag-list-count:after,
.archive-list-count:after {
	content: ")";
}
.widget-wrap {
	margin: 0px 10px;
}

.widget-title {
	margin-bottom: 0;
}
.widget {
	padding-bottom: 20px;
}
.widget a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover {
	color: cyan;
}
.widget ul ul,
.widget ol ul,
.widget dl ul,
.widget ul ol,
.widget ol ol,
.widget dl ol,
.widget ul dl,
.widget ol dl,
.widget dl dl {
	margin-left: 15px;
	list-style: disc;
}
.widget ul,
.widget ol {
	list-style: none;
}
.widget ul li,
.widget ol li,
.widget ul .category-list-child,
.widget ol .category-list-child {
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid border-color;
}
.widget ul li a,
.widget ol li a,
.widget ul .category-list-child a,
.widget ol .category-list-child a {
	color: #777;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
	list-style: none;
}
.widget ul ul li,
.widget ol ul li,
.widget ul ol li,
.widget ol ol li {
	border: none;
}
.widget ul ul li:last-child,
.widget ol ul li:last-child,
.widget ul ol li:last-child,
.widget ol ol li:last-child {
	padding-bottom: 0px;
}

code.has-jax {
	font: inherit;
	font-size: 100%;
	background: inherit;
	border: inherit;
	color: #515151;
}

.article-banner {
	width: 200px;
	height: auto;
}

h1.article-title {
	color: #000;
}

.container {
	width: 100% !important;
}
#header {
	border-bottom: solid 4px #428bca;
	height: 65px;
}
.container-fluid {
	width: 100%;
	padding-top: 7px;
	background: #232323;
}

.container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	padding-bottom: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #428bca !important;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 7px !important;
}


pre {
	border-radius: 0px !important;
}

.article-inner-first {
	margin:30px 10px 10px 10px;
	padding:10px;
	background: #ECF2F5 none repeat scroll 0% 0%;
	border: 1px solid #BCD;
}
.article-inner-first h2 {
	padding-top:0px;
	margin-top:0px;
	font-size:20px;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}


.widget-title {
	font-size: 1.3em;
}

.article-inner, .archive-article {
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
	padding-left: 15px;
	padding-right: 15px;
}

time{
	font-size: 0.9em;
	font-family: "Optima", sans-serif;
	color: #aaa;
	margin: 0;
}

.article-header .article-title {
	font-size: 30px;
}

.archive-article-header h1 {
	font-size:22px;
}

.archive-article {
	padding-left: 0px;
	padding-right: 0px;
}

.article-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.archive-article {
	padding: 0px;
	margin-bottom: 0px;
}

.archive-year-wrap, .archive-category-wrap, .archive-tag-wrap, .layout-title {
	padding-right: 15px;
	font-size: 1.8em;
	font-weight: bold;
}

.article-entry p, .article-entry table {
	margin: 0.5em 0px;
	margin-bottom: 1.2em;
	line-height: 1.5em;
	font-size: .9em;
}

.navbar-nav>li>a {
	font-weight: 500;
}

img {
	max-width: 100%;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: rgba(38, 87, 111, 0.69) !important;
}

.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover, .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
	background-color: rgba(0,0,0,.5) !important;
}

.navbar-nav > li > .dropdown-menu {
	background-color: rgba(0,0,0,.5) !important;
}
ul.dropdown-menu a:hover {
	color:#fff !important;
	background-color: rgba(51, 122, 183, 0.72) !important;
}

.widget ul li a, .widget ol li a, .widget ul .category-list-child a, .widget ol .category-list-child a {
	font-size: 16px;
}

.article-entry p a:hover{
	color: cyan;
}

h3.widget-title {
	font-size: 20px;
}

ul.nav.navbar-nav.navbar-right {
	margin-top: 3%;
}

td, th {
	padding: 20px !important;
}

#sidebar {
	margin-top: 20px;
}

#container > .outer {
	color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
}

ul.nav.navbar-nav.navbar-right > li > a > i.fa.fa-gitlab,ul.nav.navbar-nav.navbar-right > li > a > i.fa.fa-twitter, ul.nav.navbar-nav.navbar-right > li > a > i.fa.fa-github,ul.nav.navbar-nav.navbar-right > li > a > i.fa.fa-rss-square {
	font-size: 22px;
}
#container > .outer{
	width:980px;
}

.widget ul li, .widget ol li, .widget ul .category-list-child, .widget ol .category-list-child {
	padding: 7px 15px;
}

h3.widget-title {
	padding: 10px 0px;
	font-size:18px;
}
ul.category-list {
	border: solid 1px #ddd;
}

a > li.category-list-item, a > li.recent-posts-list-item {
	padding: 0.5em 0;
	margin: 0;
	border-bottom: 1px solid #454545;
	line-height: 1.4em;
	text-align: left;
	color: #ddd;
	font-weight: normal;
	font-size: 0.8em;
}
a > li.category-list-item:hover, a > li.recent-posts-list-item:hover {
	color: cyan;
}

a > li.category-list-item:hover > span.category-list-count {
	color: cyan;
}

.sidebar {
	width: auto;
}

.navbar-header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-default {
	background-color: #333;
	border-color: none;
}

.navbar {
	border-radius: 0;
}

.navbar {
	position: none;
	min-height: 0;
	margin-bottom: 0;
	border: none;
}

.navbar-toggle {
	border: 0px solid transparent;
	border-radius: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: initial;
}

@media screen and (max-width: 825px) {
	.navbar-form.navbar-left .btn {
		width: 100%;
	}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

body {
	background: #575757 none repeat scroll 0% 0%;
	max-width:1200px;
	position:relative;
	margin: 0 auto;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(0,0,0,.5);
}

.header-inner {
	background-color: #333;

}

#header a, #header a:visited {
	color: #fff;
	position:relative;
}

#header a:hover, #header a:hover {
	color:#38b7ea;
	position:relative;
}

.paginate-title{
	font-weight: bold;
	font-size: 1.8em;
}

.article-title{
	font-weight: bold;
	margin-top: 1%;
}

.recent_posts_sum p a{
	color: cyan;
}

.icon-nav{
	float: right;
}
.icon-nav a {
	color: cyan !important;
	font-family: "Optima",sans-serif;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: .1em;
	padding-left: 5px;
}

.nav-img img{
	width: 20px;
}

.category-list h3, .recent-posts-list h3, .tags-list h3{
	color: #ddd;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

a.tags-link {
	text-align: left;
	color: #ddd;
	font-weight: normal;
	font-size: 0.8em;
}

ul.tags-list{
	line-height: 1.2em !important;
}

.navbar-brand {
	float: left;
}

.panorama_img{
	height: 195px;
	background: url(/images/panorama.jpg) no-repeat;
}

#top-image {
	height: 195px;
}

#main {
	width: 100% !important;
}

#page-nav {
	position: relative;
	text-align: center;
}

.extend-next,
.archive-button,
.extend-prev {
	font-size: .9em;
}

.extend-prev {
	float: left;
}

.extend-next {
	float: right;
}

.archive-button:before{
	content: '\2014';
}

.archive-button:after{
	content: '\2014';
}

.footer_date:before,
.footer_cat:before,
.footer_tag:before{
	content: "\2022 ";
}

.archive-category{
	color: #fff;
}

.article-entry,
.recent_posts_sum{
	color: #fff;
	background: url(/images/pfeil_rechts2.gif) no-repeat scroll 2px 0;
	padding-left: 25px;
}
.titlelogo {
	width: 95%;
}

.category-list,
.recent-posts-list,
.tags-list {
	border: none !important;
}

.article-footer p{
	color: #fff;
	font-size: .85em;
	margin-bottom: 2%;
}

.move {
color: cyan !important;
}

.navbar-brand {
	padding: 6px !important;
	left: 15px;
}

.tweet-footer {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}