/*
	Maya Homeopathy 2013
	Author: Hannah Floyd
	Template details (adapted from:):
	Minimaxing 3.0 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;
	}

	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: 178px;
	}

/* Reusable */

	.blog-post-image {
		width: 588px;
	}

/* Header */

	
	#header-wrapper {
		background-color: #f2efc4;
	}
	

	#header {
		position: relative;
		margin: 2.5% 0 2.5% 0;
		padding: 0 40px 0 40px;
		border-radius: 10px;
		border: solid 1px #ff0099s;
		box-shadow: inset 0px 0px 0px 1px #ff0099, 0px 1px 4px 0px rgba(0,0,0,0.10);
		background-color: #b60e57;
		background-image: -moz-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84089), to(#b60e57));
		background-image: -ms-linear-gradient(top, #e84089, #b60e57);
		background-image: -o-linear-gradient(top, #e84089, #b60e57);
		background-image: linear-gradient(top, #e84089, #b60e57);
		height: 86px;
	}



		#header h1 {
			position: absolute;
			left: 40px;
			top: 0;
			color: #f2efc4;
			font-size: 2.4em;
			letter-spacing: -2px;
			line-height: 86px;
		}

		#header h1 a {
			color: #f2efc4;
			text-decoration: none;
		}
		
		#header nav {
			position: absolute;
			right: 40px;
			top: 1px;
			line-height: 84px;
			text-transform: lowercase;
			font-size: 1.3em;
			letter-spacing: -1px;
		}
		
			#header nav a {
				display: inline-block;
				text-decoration: none;
				color: #f2efc4;
				padding: 0 25px 0 25px;
				outline: 0;
			}
			
			#header nav a.current-page-item {
				background-color: #ca226b;
		background-color: #e75480;
		background-image: -moz-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84089), to(#b60e57));
		background-image: -ms-linear-gradient(top, #e84089, #b60e57);
		background-image: -o-linear-gradient(top, #e84089, #b60e57);
		background-image: linear-gradient(top, #e84089, #b60e57);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.15), 0px 0px 5px 1px rgba(255,255,255,0.15);
			}

			#header nav a:hover {
				background-color: #ca226b;
		background-image: -moz-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-linear-gradient(top, #e84089, #b60e57);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e84089), to(#b60e57));
		background-image: -ms-linear-gradient(top, #e84089, #b60e57);
		background-image: -o-linear-gradient(top, #e84089, #b60e57);
		background-image: linear-gradient(top, #e84089, #b60e57);
				box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2), 0px 0px 5px 1px rgba(255,255,255,0.2);
			}
			
		

/* Banner */

	#banner-wrapper {
		background: #e75480 url(images/bg2.png);
	}

	#banner {
		position: relative;
		width: 1160px;
		height: 265px;
		margin: 2% 0 2% 0;
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);
		border-radius: 10px;
		padding: 20px;
		background: #f2efc4 url(images/banner.jpg) no-repeat 20px 20px;
		background-size: 1160px 265px;
	}


		#banner h2 {
			position: absolute;
			z-index: 1;
			width: 100%;
			top: 100px;
			left: 0;
			font-size: 3.3em;
			color: #f2efc4;
			text-align: center;
			letter-spacing: -2px;
		}
		
		#banner span {
			display: block;
			position: absolute;
			z-index: 1;
			width: 100%;
			bottom: 105px;
			left: 0;
			font-size: 1.6em;
			color: #f2efc4;
			text-align: center;
			letter-spacing: -1px;
			text-transform: lowercase;
			opacity: 0.8;
		}

/* Main */

	#main {
		background: #f2efc4;
		padding: 2% 0 2% 0;
	}

		#main .controls {
		}

		#main .main-row {
			margin: 2% 0 2% 0;
			overflow: hidden;
		}
		
		.print-button {
	margin-top: 1.5em;
	margin-bottom: 1.8em;
	}

/* Footer */

	#footer-wrapper 	 {
				background: #e75480 url(images/bg2.png);
	}
	

/* Copyright */

	#copyright {
		text-align: center;
		font-size: 0.75em;
		color: #a6a88f;
		border-top: solid 1px #878e83;
		padding: 3em 0 3em 0;
		margin: 1% 0 0 0;
	}

		#copyright a {
			color: #878e83;
		}
