/* = FONTS
----------------------------------------------------------------------------------------------------------------------*/
@font-face { font-family: 'AauxProMediumItalicSC'; src: url('fonts/AauxProMediumItalicSC.eot');src: local('?'), url('fonts/AauxProMediumItalicSC.woff') format('woff'), url('fonts/AauxProMediumItalicSC.ttf') format('truetype'), url('fonts/AauxProMediumItalicSC.svg') format('svg');; font-weight: normal; font-style: normal }
@font-face { font-family: 'AauxProMediumOSF'; src: url('fonts/AauxProMediumOSF.eot');src: local('?'), url('fonts/AauxProMediumOSF.woff') format('woff'), url('fonts/AauxProMediumOSF.ttf') format('truetype'), url('fonts/AauxProMediumOSF.svg') format('svg'); font-weight: normal; font-style: normal }
@font-face { font-family: 'AauxProMediumSC'; src: url('fonts/AauxProMediumSC.eot');src: local('?'), url('fonts/AauxProMediumSC.woff') format('woff'), url('fonts/AauxProMediumSC.ttf') format('truetype'), url('fonts/AauxProMediumSC.svg') format('svg'); font-weight: normal; font-style: normal }
@font-face { font-family: 'BeforetheRain'; src: url('fonts/BeforetheRain.eot');src: local('?'), url('fonts/BeforetheRain.woff') format('woff'), url('fonts/BeforetheRain.ttf') format('truetype'), url('fonts/BeforetheRain.svg') format('svg'); font-weight: normal; font-style: normal }

body{
	background-color: #EBE4DC;
	font-size: 16px;
	line-height: 18px;
	color: #845635;
	font-family: 'AauxProMediumOSF', sans-serif;
}


/*	FONT FAMILY:
----------------------------------------------------------------------------------------------------------------------*/
.fAuxSC{font-family: 'AauxProMediumSC', sans-serif; }
.fAuxOSF{font-family: 'AauxProMediumOSF', sans-serif; }
.fAuxMISC{font-family: 'AauxProMediumItalicSC', sans-serif; }


/* TEXT COLLOR:
----------------------------------------------------------------------------------------------------------------------*/
.txt-brown{color: #845635 !important;}
.txt-pink{color: #E18584 !important;}
.txt-white{color: #FFFFFF !important;}


.indent50{
	text-indent: 50px;
}

/* IMAGE BORDER:
----------------------------------------------------------------------------------------------------------------------*/
.nice-border {padding:6px; border: 14px solid #f6cec8; background-color:#fff;display:inline-block}
.nice-border img {border: 1px dashed #f6cec8;padding: 7px; display: inline-block; margin: 0; outline: 0;}
.nice-border .mid {border: 1px dashed #f6cec8;padding: 7px; display: inline-block; margin: 0; outline: 0;}


/* TEMPLATE:
----------------------------------------------------------------------------------------------------------------------*/

.big-letter{
	color: inherit;
	font-family: 'BeforetheRain', 'AauxProMediumOSF', sans-serif;
	font-size: 18px !important;
	text-transform: uppercase;
	display: inline-block;
	overflow: visible;
	height: 16px;
}


/* BLOG:
----------------------------------------------------------------------------------------------------------------------*/
article.blog-post{
	display: block;
	width: 100%;
	clear: both;
}
article.blog-post .post-title{
	display: block;
	text-align: center;
	font-size: 24px;
	padding: 50px 0 25px;
}
article.blog-post .post-content p{
	margin: 15px 0;
}

article.blog-post .post-content .nice-border img{
	display: block;
}
