/*
	EXSITE CSS
	
	Copyright (c) 2012   Exsite
	Website:             http://www.exsite.ca

*/

/* Just a few HTML5 element defaults */
header,
footer,
nav,
section,
aside {
	display: block;
}

/* =BASE : Base page styles 
----------------------------------- */
html {
	display: block;
	height: 100%;
	width: 100%;
}

body {
	color: #6d6d6d;
	font-size: 1em;
	line-height: 1.4;
	font-family: 'PT Serif', Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto !important; /* just in case, to force correct aspet ratio */
}

img {
	-ms-interpolation-mode: bicubic; 
}

a {
	color: #cd91b0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
		   -o-transition: all 0.3s ease-out;
			 		transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #9E9E9E;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}

.pull-right {
	float: right;
}

.center {
	text-align: center;
}

.pull-left {
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.green {
	color: #7bab8d;
}

.purple {
	color: #9793d8;
}

.cursive {
  font-family: 'herr_von_muellerhoffregular';	
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.clearfix:after {
	clear: both;
}

/* =TYPOGRAPHY
----------------------------------- */
p {
	margin-bottom: 15px;
}

p small {
	font-size: 11px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.5em;
}

strong {
	font-style: inherit;
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: inherit;
	line-height: inherit;
}

[data-icon]:before {
  font-family: 'EntypoRegular'; /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none; /* Not to be trusted, but hey. */
}