/*cssreset-redefinition
Redefine some elements | mikeb*/
@font-face {
        font-family: 'CABNDWebBold';
        src: url('../fonts/CABNDWebBold.otf');
}

@font-face {
        font-family: 'Chunk';
        src: url('../fonts/Chunk.otf');
}

h1, h2, h3, h4, h5 {
	font-family: 'Josefin Slab', Garamond, Georgia, sans-serif;
	/*margin: 0 20px;*/
}

h1 {
	font-size: 		72px;
	letter-spacing: -3px;
	font-weight: 	100;
	color: 			#ffc160;
}

h2 {
	font-family: 	'Rock Salt';		
	font-size: 		30px;
	letter-spacing: 2px;
	color: 			#d8ad7e;
}

h3 {
	font-size: 		24px;
	color: 			#82592d;
}

h4 {
	font-size: 		18px;
	color: 			#888;
}

h5 {
	font-size: 		16px;
	color: 			#999;
}

p {
	font-family: 	Georgia, Garamond, sans-serif;
	font-size: 		16x;
}

p:first-child{
}



a, a:active{
	color: 			#e55045;
}
a:hover{
	color: 			#ff857c;
}
/*#content ul
{
	list-style-type: 		disc;
	list-style-position: 	outside;
	margin: 				10px 0 10px 20px;
	color: 					#555;
}*/
#content ol
{
	list-style-type: 		decimal;
	list-style-position: 	outside;
	margin: 				10px 0 10px 20px;
	color: 					#555;
}
sup
{
	font-size: 				0.7em;
	vertical-align: 		5px;
}
sub
{
	font-size: 				0.7em;
	vertical-align: 		-5px;
}

table, table td{
	padding: 	5px;
}

table{
	border: 	none;
}

tr{
}

td{
	border: 	none;
}

caption{
	font-size: 	11px;
	text-align: left;
}


/*Custom TinyMCE Classes*/

.handWrittenCap
{
	text-align: center;
	padding: 5px;
	font-family: "Rock Salt", serif;
	font-size: 36px;
	color: 	#d57c50;
	
}
