/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                                                                       */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		background-color: #e3e9dc;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #545952;
		letter-spacing: -1px;
	}
.center {text-align: center;}

	h1,h2,h3,h4 {
		color: #48553b;
		font-weight: normal;
	}

	h1,h2 {
		text-transform: none;
	}
    h1 {
		font-size: 2em;
        letter-spacing: -1px;
		margin-bottom: 1em;
	}
	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #283121;
		margin-bottom: 0.5em;
		line-height: 1.25;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

  .mission {
      font-weight:900;
      line-height: 1.8em;
    }

	h4 {
		font-size: 1em;
	}

	p, ul, li {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	.emphasis {
		text-decoration: underline;
		} 
	
	strong {
		color: #474e43;
	}
    .italic {
        font-style: italic;
    }
	.imgcaption {
		color: #a29c5d;
		font-size: 11pt;
		line-height: 1.6em;
		}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ol {
		padding: 0.25em 0 0 0;
		}
	ol li {
		margin-left: 3em;
		padding: 0.25em 0 0 1em;
		list-style:decimal-leading-zero;
		}	
	ol li ol {
		padding: 0.25em 0 0 0;
		}
	ol li ol li{
		padding: 0.25em 0 0 .5em;
		list-style:lower-alpha;
		}			
	ul {
		padding: 0.25em 0 0 0;
	}
	ul.bullets {
		list-style:disc !important;
		margin-left: 2em;

	}
    ul.bullets li {
		padding: 0.25em 0;
    }
	li {
		padding: 0.25em 0 0 0.75em;
		line-height: 1.8em;
	}

	a {
		color: #82a25d;
		text-decoration: none;
	}

	a:hover {
		color:#a29c5d;
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}
		

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #48553b;
		background-image: -moz-linear-gradient(top, #48553b, #48563f);
		background-image: -webkit-linear-gradient(top, #48553b, #48563f);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48553b, to#48563f));
		background-image: -ms-linear-gradient(top, #48553b, #48563f);
		background-image: -o-linear-gradient(top, #48553b, #48563f);
		background-image: linear-gradient(#48553b, #48563f);
		border-radius: 5px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #3a4430;
		box-shadow: inset 0px 0px 0px 1px #637451;
	}

	.button:hover {
		background-color: #a29c5d;
		background-image: -moz-linear-gradient(top, #505531, #4a4e2c);
		background-image: -webkit-linear-gradient(top, #505531, #4a4e2c);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#505531), to(#4a4e2c));
		background-image: -ms-linear-gradient(top, #505531, #4a4e2c);
		background-image: -o-linear-gradient(top, #505531, #4a4e2c);
		background-image: linear-gradient(#505531, #4a4e2c);
		box-shadow: inset 0px 0px 0px 1px #3a4430;
	}
	
	.clear-float {
		float:none;
		}
		
	.box100	{
		width: 100%;
		min-height: 50px;
		margin:10px 0 0 0;
		text-align:center;
		}
		
	#form {
		height: auto;
		width: auto;
		border: 1px solid #48553b;
		border-radius: 5px;
		padding: 10px;
		}	
		
	aside {
        background-color: #e3e9dc;
		/*background-color: #a29c5d;
		background-image: -moz-linear-gradient(top, #505531, #4a4e2c);
		background-image: -webkit-linear-gradient(top, #505531, #4a4e2c);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#505531), to(#4a4e2c));
		background-image: -ms-linear-gradient(top, #505531, #4a4e2c);
		background-image: -o-linear-gradient(top, #505531, #4a4e2c);
		background-image: linear-gradient(#505531, #4a4e2c);*/
		box-shadow: inset 0px 0px 0px 1px #3a4430;
        padding: 15px;
        border-radius:7px;
        }

/* --- Bugs --- */
.bug-count {
	z-index: 100; 
	position: absolute; 
	background-color: red; 
	border-radius: 50%; 
	height: 1.25em; 
	width: 1.5em; 
	color: #fff; 
	text-align: center; 
	margin:.5em 0 0 .5em; 
	font-size: 1.1em; 
	padding-top: 5px;
}

/* --- Lists --- */
ul.big-image-list li.highlight {
	border: 1px solid #a29c59; 
	border-radius: 5px;
	padding: 1em; 
	background-color: #fbfbfb;
}
ul.big-image-list li.highlight h3 {
	color: #a29c59;
}

