/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* sanchez-regular - latin */
@font-face {
  font-family: 'Sanchez';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sanchez-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/sanchez-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sanchez-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sanchez-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sanchez-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sanchez-v13-latin-regular.svg#Sanchez') format('svg'); /* Legacy iOS */
}

/* sanchez-italic - latin */
@font-face {
  font-family: 'Sanchez';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/sanchez-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/sanchez-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sanchez-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sanchez-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sanchez-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sanchez-v13-latin-italic.svg#Sanchez') format('svg'); /* Legacy iOS */
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
h3.jsn-moduletitle,
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a span.jsn-menutitle,
.menu-pushmenu a,
.componentheading,
.contentheading,
.text-dropcap p:first-child:first-letter,
p.text-dropcap:first-child:first-letter {
	font-family: "'Lobster', Georgia, serif";
	text-transform: none !important;
	font-weight: normal;
}
#jsn-menu a span.jsn-menutitle,
h3.jsn-moduletitle {
	font-size: 1.3em;
}