body {
	margin: 0;
	font-family: verdana, arial, sans-serif;
    background-color: #F8F8F8;
}
a {
	color: #417505;
}
.popup {
	width: 900px !important;
	max-width: 70%;
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    padding: 25px;
    display: none;
    margin-top: 50px;
}
.button.b-close, .button.bClose {
    border: 1px solid white;
    font: bold 131% sans-serif;
    padding: 6px 2px 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
    min-width: 35px;
    z-index: 100;
}
.button {
    background-color: #417505;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
}
#body-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -200px;
}
.container {
	max-width: 1040px;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	background-color: #172B00;
	color: #FFF;
	font-size: 18px;
	height: 36px;
}
#logo {
	float: left;
	margin-top: 7px;
	font-weight: bold;
}
#menu {
	text-align: right;
	margin-top: -20px;
    padding-top: 9px;
    display: inline-block;
    float: right;
}
#menu li {
	list-style: none;
	display: inline;
    padding-right: 15px;
    padding-left: 15px;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	margin-top: 7px;
}
#menu a.active {
	font-weight: bold;
}
#menu li#logout {
	background-color: #86B154;
    padding-top: 7px;
    padding-bottom: 7px;
}
#menu li#logout a {
    padding-top: 7px;
    padding-bottom: 7px;
	background-color: #86B154;
}
#sub-header {
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    background-color: #FFF;
}
#sub-header-image {
	float: none;
}
#sub-header-text {
	text-align: right;
	margin-top: -20px;
    display: inline-block;
    float: right;
}
#main-content {
	margin-top: 220px;
}
#main-content h1 {
	width: auto;
	float: left;
}
#main-content h2 {
	clear: both;
}
#ad1 {
	float: right;
	text-align: right;
}
.column {
	width: 32%;
    margin-right: 1.5%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #979797;
}
.column a {
	color: #417505;
}
.column p {
	margin-left: 10px;
	margin-right: 10ox;
}
.column1 {
	clear: both;
}
.column3 {
	margin-right: 0;
}
.image-holder {
	height: 278px;
	background-size: cover;
}
.entry-title {
	background-color: #FFF;
	padding: 10px;
	opacity: .7; 
	font-size: 18px;
}
#new-entry {
	margin-bottom: 10px;
	clear: both;
}
#new-entry input[type="text"] {
	width: 98.5%;
	height: 24px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #979797;
}
#new-entry input[type="submit"], a.primary-button {
	width: 150px;
	margin-top: 5px;
    margin-right: 5px;
    height: 36px;
	-webkit-appearance: none;
	background-color: #417505;
	border: none;
	font-size: 18px;
	color: #FFF;
}
.primary-button {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
}
#new-entry a {
	color: #417505;
	text-decoration: none;
	margin-left: 5px;
}
textarea {
	width: 98.5%;
	height: 80px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #979797;
	margin-top: 10px;
	margin-top: 15=0px;
	font-family: verdana, arial, sans-serif
}
.options {
	float: right;
	color: #FFF;
	background-color: #417505;
	border: 2px solid #FFF;
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 100;
	font-size: 24px;
}
.options a {
	color: #FFF;
}
.options i {
	margin-left: 5px;
}
.date {
	font-size: 14px;
	color: #417505;
}
.entry-text {
	height: 65px;
    padding: 10px;
    overflow: hidden;
}
.entry-text-max {
	height: 65px;
    padding: 10px;
    overflow: visible;
}
#footer-ad {
	text-align: center;
}
label {
	display: inline-block;
	width: 200px;
	color: #172B00;
}
input[type="text"], input[type="email"], input[type="password"] {
	width: 50%;
	height: 24px;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #979797;
}
input[type="submit"] {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
    margin-right: 5px;
    height: 36px;
	-webkit-appearance: none;
	background-color: #417505;
	border: none;
	font-size: 18px;
	color: #FFF;
}
.category {
	background-color: #A1BD96;
    padding: 3px 20px 3px 20px;
    font-weight: bold;
    color: #FFF;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 50px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 6px;
}
#new-entry .category a:link, #new-entry .category a i {
	color: #FFF;
}
#categories, #categoriesedit {
	font-size: 18px;
	padding: 5px;
	border: 1px solid #979797;
}
select {
	height: auto;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #979797;
    margin-bottom: 10px;
    margin-right: 20px;
}
#plant-form {
	clear: both;
}
#plant-form input[type="text"] {
	width: 98.5%;
	margin-bottom: 10px;
}
#load-image {
	margin-top: 5px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-size: 18px;
    color: #417505;
    display: inline-block;
    width: auto;
    padding: 0;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
table {
	font-size: 16px;
}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
  margin-left: 10px;
}
.taskitem {
	display: grid;
	grid-template-columns: 40px auto 120px;
	margin-bottom: 20px;
}
.completed {
	
}
.taskdetails {
	
}
.taskdate {
	text-align: right;
	float: right;
}
table#tasks {
	clear: both;
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}
table#tasks td {
	border-top: 1px solid #979797;
	line-height: 30px;
	vertical-align: top;
}
table#tasks td:first-child {
	border-left: 1px solid #979797;
	width: 40px;
}
table#tasks td:last-child {
	border-right: 1px solid #979797;
	width: 60px;
	text-align: right;
}
table#tasks td.date-cell {
	width: 150px;
	text-align: right;
	padding-right:  10px;
}
.due-date {
	font-size:  12px;
}
.overdue {
	color: #F11818;;
}
table#tasks tr:last-child td {
	border-bottom: 1px solid #979797;
}
#new-entry input#task {
	width: 73%;
	margin-right: 5px;
}
#new-entry input#date {
	width: 15%;
}
#edit-task {
	width: 20px;
	background-color: #86B154;
    height: 26px;
    line-height: 24px;
    padding-right: 6px;
	border: 1px solid #FFF;
	display: inline-block;
	margin-right: -4px;
}
#delete-task {
	width: 20px;
	background-color: #D0011B;
    height: 26px;
    line-height: 24px;
    padding-right: 6px;
	border: 1px solid #FFF;
	display: inline-block;
    margin-right: 2px;
    margin-bottom: 2px;
}
#edit-task a, #delete-task a {
	color: #FFF;
	font-weight: bold;
}
table#tasks em {
	color: #172B00;
}
#page-holder {
	min-height: 200px;
	clear: both;
}
#footer {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.copyright {
	font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    color: #666666;
}
@media (max-width: 800px) {
	
	#catfilter {
		display: block;
	}
	.column {
		width:48%;
	}
	.column2 {
		float: right;
    	margin-right: 0;
	}
	.column3 {
		width: 100%;
	}
}
@media (max-width: 700px) {
	input[type="text"], input[type="email"], input[type="password"] {
		width: 95%;
		margin-top: 5px;
	}
}
@media (max-width: 650px) {
	.column {
		width:100%;
	}
}