/*
	Minimaxing 2.0 by HTML5 Up!
	html5up.net | @nodethirtythree
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

/* Basic */

	body {
		font-size: 13.0pt;
		background-color: #e3e9ed;
		font-family: 'Ubuntu Condensed', 'Dosis', sans-serif;
		color: #878e83;
	}

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

	h1,h2 {
		/* text-transform: lowercase; */
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

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

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

	h4 {
		font-size: 1em;
	}

	ul {
		margin-bottom: 1.25em;
		margin-left: 20px;
		line-height: 125%;
	}

	ul li {
		margin-left: 20px;
		margin-bottom: 5px;
		list-style-type: none;
	}

	p {
		line-height: 1.8em;
		margin-bottom: 1.25em;
	}

	strong {
		color: #474e43;
	}

	.shadow {
		-moz-box-shadow: 3px 3px 4px #303030;
		-webkit-box-shadow: 3px 3px 4px #303030;
		box-shadow: 3px 3px 4px #303030;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#303030');
	}

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

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

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

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

	blockquote {
		background: #e0e0e0;
		color: #404040;
		padding: 5px 5px 5px 5px;
		border-left: 1px dashed #808080;
	}

	.note {
		background: #ffffff;
		width: 700px;
		color: #404040;
		padding: 5px 5px 5px 5px;
		border: 2px dashed #ff0000;
		background-image: url(/screenshots/rbf.jpg);
		background-repeat: no-repeat;
		background-position: top right;
	}

	.center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		
	}

	.hoverright {
		align: center;
		float: right;
		border: 1px #a0a0a0;
		background-color: #f0f0f0;
		padding: 5px;
		border-radius: 13px;
		-moz-border-radius: 13px;
	}

	hr {
		border: none;
		border-top: 1px solid #808080;
		color: #808080;
		background-color: #FFFFFF;
		height: 1px;
	}

	code {
		color: #008000;
		font: 15px consolas, "courier new", courier;
   		/* font-style: normal; */
	}

	tr.colora td, tr.colora th {
		align: left;
		background-color: #ffffff;
		padding: 3px;
	}

	tr.colorb td, tr.colorb th {
		align: left;
		background-color: #f8f8f8;
		padding: 3px;
	}

	abbr {
		border-bottom: 1px dotted #ff0000;
	}

/* 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 {
		white-space: nowrap;
	}

		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: #007b9d;
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 10px;
		/* text-transform: lowercase; */
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

	.button:hover {
		background-color: #118eb1;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}
