	*
	{
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	body
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		background: url('images/bg1.jpg');
		color: #999;
		text-shadow: -1px -1px 0px #000;
		line-height: 1.75em;
		font-weight: 400;
	}
	
	strong
	{
		color: #fff;
		font-weight: 600;
	}
	
	a
	{
		color: #ccc;
	}

		a:hover
		{
			color: #fff;
		}

	p, ul, ol, dl
	{
		margin: 0 0 1.75em 0;
	}
	
	h2, h3
	{
		color: #fff;
		font-weight: 400;
	}

	h2
	{
		margin: 0.25em 0 0.85em 0;
	}
	
	h3
	{
		margin: 0.5em 0 0.85em 0;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}
	
	img.image
	{
		width: 100%;
		border-radius: 10px;
		display: block;
	}
	
	ul.style1
	{
		list-style: disc;
		padding-left: 1em;
	}
	
	dl
	{
	}
	
		dt
		{
			width: 8em;
			float: left;
			font-weight: 600;
			color: #fff;
		}
		
		dd
		{
			margin-left: 8em;
		}
	
	br.clear
	{
		clear: both;
	}
	
	.byline
	{
		display: block;
		font-size: 0.8em;
		color: #555;
		font-style: italic;
	}
	
	.license
	{
		text-align: center;
		background: #0a0a0a;
		border-radius: 8px;
		padding: 1.5em;
		box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.075);
		font-size: 1.25em;
	}
	
		.license .icon
		{
			display: block;
			margin: 0 0 1em 0;
		}
	
	.content
	{
		padding: 0 0 0 1.25em;
	}
	
	.inset
	{
		border-radius: 8px;
		background: #111;
		background: rgba(0,0,0,0.25);
		padding: 2.5em;
		box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75), 0px 1px 2px 0px rgba(255,255,255,0.075);
	}

		.inset section
		{
			margin: 0 0 3em 0;
		}

		.inset section:last-child
		{
			margin-bottom: 0;
		}

	.bordered
	{
		border: solid 1px #252525;
		border-left: 0;
		border-right: 0;
		box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.5), 0px -1px 0px 0px rgba(0,0,0,0.5);
		padding: 2em 3em 2em 3em;
		margin: 1em 0 1em 0;
	}

	.button
	{
		display: inline-block;
		padding: 0.9em 1.25em 0.9em 1.25em;
		font-size: 1.25em;
		font-weight: 600;
		text-decoration: none;
		letter-spacing: -0.075em;
		border-radius: 6px;
		box-shadow: inset 0px 1px 1px 0px #ffe6d6, inset 0px 0px 1px 1px #e7ad9c, 0px 1px 5px 0px rgba(0,0,0,0.75);
		border: solid 1px #7c392b;
		color: #3c1811 !important;
		text-shadow: 1px 1px 0px #ffac93;

		background-color: #d87d66;
		background-image: linear-gradient(top, #e19580, #cb644e);
		background-image: -moz-linear-gradient(top, #e19580, #cb644e);
		background-image: -webkit-linear-gradient(top, #e19580, #cb644e);
		background-image: -o-linear-gradient(top, #e19580, #cb644e);
		background-image: url('images/button.svg');
	}

		.button span
		{
			font-weight: 400;
		}

		a.button:hover
		{
			background-color: #d87d66;
			background-image: linear-gradient(top, #f4a893, #cb644e);
			background-image: -moz-linear-gradient(top, #f4a893, #cb644e);
			background-image: -webkit-linear-gradient(top, #f4a893, #cb644e);
			background-image: -o-linear-gradient(top, #f4a893, #cb644e);
		}
		
		span.button
		{
			opacity: 0.35;
		}

	.thumbnails
	{
		margin: 1em 0 1em 0;
	}

	.thumbnail
	{
		position: relative;
		display: block;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0px 3px 10px 0px #000;
		outline: 0;
		text-decoration: none !important;
		height: 220px;
	}

		.thumbnail:hover
		{
		}

			.thumbnail:hover > header
			{
				color: #fff;
				background-position: 0px -5px;
			}

				.thumbnail:hover > header h3
				{
					color: #fff;
				}
	
		.thumbnail > header
		{
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			background: url('images/bg2.png') repeat-x;
			background-position: 0px -28px;
			width: 100%;
			text-align: left;
			padding: 1em 1em 1em 1.25em;
			color: #999;
			font-size: 0.8em;
			box-shadow: inset 0px -10px 30px 0px rgba(0,0,0,0.15), inset 0px -1px 2px 0px rgba(255,255,255,0.1);
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			z-index: 2;
		}

			.thumbnail > header h3
			{
				color: #999;
				font-size: 1em;
				margin: 0;
			}
		
			.thumbnail > header span
			{
			}
		
			.thumbnail > header ul
			{
				position: absolute;
				right: 1em;
				top: 0.85em;
				display: inline;
			}

				.thumbnail > header ul li
				{
					position: relative;
					background: #191919;
					background: rgba(0,0,0,0.5);
					box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25), 0px 1px 2px 0px rgba(255,255,255,0.1);
					padding: 0.1em 0.8em 0.15em 20px;
					border-radius: 5px;
					font-size: 0.9em;
					font-weight: 600;
				}

					.thumbnail > header ul li:before
					{
						content: '';
						display: block;
						width: 16px;
						height: 16px;
						background: url('images/sprites.png') 0px -48px no-repeat;
						opacity: 0.35;
						position: absolute;
						left: 2px;
						top: 50%;
						margin-top: -8px;
					}
		
		.thumbnail img
		{
			display: block;
			width: 100%;
			border-radius: 5px;
			border-bottom-left-radius: 8px;
			border-bottom-right-radius: 8px;
		}
	
	.pager
	{
		text-align: center;
	}
	
		.pager a, .pager span
		{
			margin: 0 0.5em 0 0.5em;
		}

	.social
	{
		position: relative;
		margin: 0 0 1.25em 0;
		height: 25px;
		overflow: hidden;
	}
	
		.social li
		{
			float: left;
			overflow: hidden;
			padding: 0 1.25em 0 0;
		}
		
			.social li.fb
			{
				position: relative;
				top: -2px;
			}
			
			.social li.t
			{
				margin-right: -30px;
			}

			.social li.gp
			{
			}

	.social-centered
	{
		margin: 0 auto;
	}





	#header
	{
	}

		#header form
		{
		}

			#header form input:-moz-placeholder
			{
				color: #666;
			}

			#header form input:-webkit-placeholder
			{
				color: #666;
			}

			#header form input
			{
				position: relative;
				border: 0;
				padding: 0.75em 2.75em 0.75em 0.75em;
				border-radius: 5px;
				background: #181818;
				background: rgba(0,0,0,0.35);
				box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25), 0px 1px 2px 0px rgba(255,255,255,0.1);
				color: #999;
			}

				#header form:before
				{
					content: '';
					display: block;
					width: 16px;
					height: 16px;
					opacity: 0.2;
					position: absolute;
					right: 0.75em;
					top: 50%;
					margin-top: -8px;
					background: url('images/sprites.png') -16px -48px no-repeat;
				}





	#footer
	{
		text-align: center;
	}

		#footer p
		{
			margin: 0;
		}
	
		#footer .copyright
		{
			margin: 1em 0 5em 0;
			color: #555;
		}