/* ==================================================
   Google Fonts
================================================== */

@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");
@import url("//fonts.googleapis.com/css?family=Marcellus+SC");

/* ==================================================
   Global Styles
================================================== */

body
{
	font-family: "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 28px;
}

a
{
	color: #7a5230;
	text-decoration: none;
}

	a:hover
	{
		color: #222;
		text-decoration: none;
	}
	
#maincont a
{
	text-decoration: underline;
}

	#maincont a:hover
	{
		text-decoration: none;
	}
	
::selection
{
	background: #957559;
	color: #FFF;
}

::-moz-selection
{
	background: #957559;
	color: #FFF;
}

.textcentre
{
	text-align: center;
}
	
.textright
{
	text-align: right;
}

p
{
	margin: 0 0 20px 0;
}

	p.smalltxt
	{
		font-size: 15px;
		line-height: 20px;
		font-style: italic;
	}
	
	p.txthighlight
	{
		margin: 0 0 20px 0;
		font-weight: 400;
		letter-spacing: -0.4px;
		font-family: "Marcellus SC";
		color: #7a5230;
		text-transform: uppercase;
	}

strong, b
{
	font-weight: 600;
}

em, i
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 20px 0;
	font-weight: 400;
	letter-spacing: -0.4px;
	font-family: "Marcellus SC";
	color: #7a5230;
	text-transform: uppercase;
}

	h1
	{
		font-size: 26px;
		line-height: 26px;
	}
	
	h2
	{
		font-size: 24px;
		line-height: 24px;
	}
	
	h3
	{
		font-size: 22px;
		line-height: 22px;
		letter-spacing: -0.6px;
	}
	
	h4
	{
		font-size: 22px;
		line-height: 22px;
		letter-spacing: -0.4px;
	}
	
	h5
	{
		font-size: 20px;
		line-height: 20px;
		letter-spacing: -0.2px;
	}
	
	h6
	{
		font-size: 20px;
		line-height: 20px;
		letter-spacing: -0.2px;
	}
	
ul
{
	margin: 0 0 20px 25px;
	list-style-type: square;
}

	ul li
	{
		padding: 0 0 0 2px;
	}

		ul ul
		{
			margin: 0 0 0 25px;
		}
		
ol
{
	margin: 0 0 20px 25px;
	list-style-type: decimal;
}

	ol li
	{
		padding: 0 0 0 2px;
	}

		ol ol
		{
			margin: 0 0 0 25px;
		}

hr
{
	clear: both;
	border: 0;
	height: 0;
	margin: 0 0 20px 0;
	border-top: 1px dotted #CABAAC;
}
		
/* ==================================================
   Responsive Media Queries - Tablets
================================================== */

@media screen and (max-width: 960px)
{
		
	.textcentre
	{
		text-align: left;
	}
		
	.textright
	{
		text-align: left;
	}
	
}


