/*
	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)
*/

/*********************************************************************************/
/* 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;
		font-family: sans-serif;
		background-color: #f2efc4;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #878e83;
		letter-spacing: -1px;
	}

	h1,h2,h3,h4, dt {
		color: #ca226b;
		font-weight: normal;
	}
	

	h1,h2, dt {
		text-transform: lowercase;
	}

	h1,h2 a {
		text-decoration: none;
		}
	
	h1,h2 a:hover {
		text-decoration: none;
	}

	h1, h2, dt {
		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;
	}

	p, ul, dd {
		line-height:1.25em;
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
		border: solid 4px #f2efc4;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #e75480;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
		color: #ca226b;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}
	
	.index {
	
	margin-bottom: 1.8em;
	}
	
	.testimonialA p {
	margin-top: 2em;
	line-height: 1.2em;
	color: #007897;
	}
	
	.testimonialB p {
	line-height: 1.2em;
	color: black;
	}
	
	

/* 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;
		}

	ul.bullet-points {
	}

		ul.bullet-points li {
			list-style-type: disc;
			list-style-position: inside;
			padding: 0.5em 0 0 0;
			margin: 0.5em 0 0 0;
		}
		
		ul.bullet-points li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}



	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		margin: 1em 0em 1em 0em;
		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);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #f2efc4;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px pink;
		box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.15), 0px 0px 5px 1px rgba(255,255,255,0.15);
	}

			

	.button:hover {
		background-color: #c61763;
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.5), 0px 0px 5px 1px rgba(255,255,255,0.5);
		color: #f2ffd9;
	}
	
	
	
	
	