/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body {
		min-width: 1200px;
	}

	img.left {
		float: left;
		margin: 0 32px 0 0;
		width: 450px;
		height: 296px;
	}


	img.leftpfp {
		float: left;
		margin: 0 32px 0 0;
		width: 350px;
		height: 399px;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}

	section.left-content {
		padding-right: 30px;
	}

	section.right-content {
		padding-left: 30px;
	}

	section.middle-content {
		padding: 0 30px 0 30px;
	}

	ul.small-image-list img {
		width: 78px;
	}

	ul.big-image-list img {
		width: 355px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */
    #header-bg {
	    background: url(images/header-solid-bg.jpg) repeat;
    }

    #header-wrapper-bg {
	    background: url(images/header-bg.jpg) no-repeat center top;
    }

	#header {
		position: relative;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		border-radius: 10px;
		border: solid 1px #000000;
		box-shadow: inset 0px 0px 0px 1px #000000, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #000000;
		background-image: -moz-linear-gradient(top, #606060, #000000);
		background-image: -webkit-linear-gradient(top, #606060, #000000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#606060), to(#000000));
		background-image: -ms-linear-gradient(top, #606060, #000000);
		background-image: -o-linear-gradient(top, #606060, #000000);
		background-image: linear-gradient(top, #606060, #000000);
		height: 51px;
	}

		#header h1 {
			position: absolute;
			right: 5px;
			top: 0;
			color: #fff;
			font-size: 2.2em;
			letter-spacing: -1px;
			line-height: 51px;
		}

		#header h1 a {
			color: #fff;
			text-decoration: none;
		}

		#header nav {
			position: absolute;
			margin: 0 0 0 0;
			left: 5px;
			top: 1px;
			line-height: 49px;
			text-transform: lowercase;
			font-size: 1.1em;
			letter-spacing: 0px;
		}

			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #fff;
				padding: 0 20px 0 20px;
				outline: 0;
			}

			#header nav a.current-page-item {
				background-color: #606060;
				background-image: -moz-linear-gradient(top, #202020, #606060);
				background-image: -webkit-linear-gradient(top, #202020, #606060);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#202020), to(#606060));
				background-image: -ms-linear-gradient(top, #202020, #606060);
				background-image: -o-linear-gradient(top, #202020, #606060);
				background-image: linear-gradient(top, #202020, #606060);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.1), 0px 0px 5px 1px rgba(255,255,255,0.1);
			}

			#header nav a:hover {
				background-color: #000000;
				background-image: -moz-linear-gradient(top, #404040, #000000);
				background-image: -webkit-linear-gradient(top, #404040, #000000);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#404040), to(#000000));
				background-image: -ms-linear-gradient(top, #404040, #000000);
				background-image: -o-linear-gradient(top, #404040, #000000);
				background-image: linear-gradient(top, #404040, #000000);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.05), 0px 0px 5px 1px rgba(255,255,255,0.05);
			}

/* Banner */

	#banner-wrapper {
	}

	#banner {
		overflow: hidden;
		padding: 30px;
		margin-top: 20px;
		margin-bottom: 0px;
		background-color: rgba(0,0,0,.1);
    }

    #banner a img {
	    width: 100%;
	    display: block;
    }

/* Main */

	#main {
		background: #fff;
		padding: 2% 0 2% 0;
	}

		#main .controls {
		}

/* Footer */

	#footer-wrapper {
	overflow: hidden;
	padding: 10px 0px;
	background: #dcdcdc;/*url(images/footer-wrapper-bg.jpg) repeat;*/
	border-top: 1px solid #EAEAEA;
    }

	#footer-content {
	}

	#footer-content h2 {
	}
/* Copyright */

	#copyright {
		text-align: center;
		color: #A6A88F;
		padding: 20px;
		margin: 1% 0 0 0;
	}

		#copyright p {
			padding: 0px 0px 0px 0px;
			text-align: center;
		}

		#copyright a {
			color: #555;
		}
/* Splash Content */

	#splash {
		overflow: hidden;
		padding: 0px 0px 0px 0px;
		letter-spacing: -3px;
		line-height: 110%;
		text-align: center;
		font-family: 'Magra', sans-serif;
		font-weight: 300;
		font-size: 42px;
		color: #696969
	}

	#splash span {
		color: #000000;
	}

/* Logo */

	#logo {
		display: none;
	}

	#logo-wrapper p {
		float: left;
		padding: 0px 0px 0px 25px;
		letter-spacing: 0px;
		font-family: 'Lobster', sans-serif;
		font-size: 18pt;
		font-weight: 100;
		color: #FFFFFF;
	}