.main-navigation {
	background-color: lightskyblue;
}

.navbar-header img {
	display: none;
}

/*
.navbar-header a:after {
	color: black;
	font-size: 20pt;
	content: 'Picoe Software Solutions';
}*/

.site-content .entry-content {
	max-width: 600px;
}

#disqus_thread {
	max-width: 600px;
	margin: auto;
}

.main-navigation ul.nav-menu {
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
}

.downloads-4 li {
	width: 24%;
}

.downloads {
	display: table;
	border-spacing: 4px;
}

.downloads li {
	display: table-cell;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 0 0 #77beea, 0 1px 3px rgba(0,0,0,0.055);
	-webkit-box-shadow: inset 0 0 0 0 #77beea, 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: inset 0 0 0 0 #77beea, 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.downloads li:hover {
	-moz-box-shadow: inset 0 0 14px 0 #41a62a, 0 1px 3px rgba(0,0,0,0.055);
	-webkit-box-shadow: inset 0 0 14px 0 #41a62a, 0 1px 3px rgba(0,0,0,0.055);
	box-shadow: inset 0 0 14px 0 #41a62a, 0 1px 3px rgba(0,0,0,0.055);
	-webkit-transition: all .05s linear;
	-o-transition: all .05s linear;
	-moz-transition: all .05s linear;
	-ms-transition: all .05s linear;
	transition: all .05s linear;
}

.downloads .download-title {
	padding: 0;
	margin: 8px 0 4px;
	color: #555555;
	text-align: center;
	font-size: 14px;
}

.downloads .download-requirements {
	font-size: 10px;
}

.downloads li p {
	padding: 0;
	margin: 4px 0;
}

.downloads li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
}

.downloads li a:visited {
	color: #555;
}

.downloads li a:hover {
	text-decoration: none;
}

.downloads li a img {
	border: none;
	box-shadow: none;
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.buttons {
	list-style-type: none !important;
	display: block;
}

.buttons li {
	float: left;
	width: 120px;
	margin: 1em;
	text-align: center;
}

.buttons img {
	display: block;
	background-color: transparent !important;
	margin: .5em auto;
	padding: 8px;
	border: 1px solid #bbb;
}

.buttons a:hover img {
	background-color: #ddd !important;
}

.bbp-form input,.bbp-form textarea {
	padding: 5px;
	margin: 0 10px 10px 0;
	background: #F8F9FA;
	border: 1px solid #ddd;
	color: #555;
}

.big-button {
	background-color: #24890d;
	border-radius: 4px;
	text-indent: 0;
	border: 1px solid #24890d;
	display: inline-block;
	color: #fff !important;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding: 0 8px;
	line-height: 32px;
	text-decoration: none !important;
	text-align: center;
	text-shadow: 1px 1px 7px black;
}

.big-button:hover {
	background-color: #41a62a;
}

.big-button:active {
	position: relative;
	top: 1px;
}

#content {
	font-size: 14px;
}

#content .entry {
	margin: 20px;
}

#content table {
	font-size: 12px;
}

#content table > caption {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.wp-post-image {
	display: none;
}

/*
@media screen and (min-width: 810px) {
	.site-content img.size-medium.alignleft {
		margin-left: -108px !important;
	}
}*/