/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
@import url(https://fonts.googleapis.com/css?family=Cinzel Decorative:regular,bold);

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a,
#jsn-menu span,
.componentheading,
.contentheading {
	font-family: Cinzel Decorative, "Palatino Linotype", Palatino, serif;
}

body.jsn-textstyle-news ul.menu-mainmenu li a {
	font-size: 1em;
}
body.jsn-textstyle-news ul.menu-mainmenu ul li a {
	font-size: 0.9em;
}
body.jsn-textstyle-news .jsn-moduletitle {
	font-size: 1.1em;
}
body.jsn-textstyle-news .contentheading,
body.jsn-textstyle-news .componentheading,
body.jsn-textstyle-news .subheading {
	font-weight: bold;
}/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/************************************************************************************
 desktop layout (larger than 1200): common settings for wide desktop screen
*************************************************************************************/
@media only screen and (min-width: 1200px) {
	#jsn-pos-topbar,
	#jsn-header-inner,
	#jsn-menu-inner,
	#jsn-body,
	#jsn-usermodules3-inner,
	#jsn-footer-inner {
		width: 1170px;
	}
	div.jsn-modulescontainer {
		padding: 15px;
	}
	#jsn-maincontent.order3,
	#jsn-content.jsn-hasleft:not([class="jsn-hasright"]) #jsn-maincontent.order2,
	#jsn-content.jsn-hasright:not([class="jsn-hasleft"]) #jsn-maincontent.order2 {
		padding-right: 20px;
	}
	#jsn-maincontent.span12[class*="order"],
	#jsn-content.jsn-hasleft.jsn-hasright #jsn-maincontent.order2 {
		padding: 0;
	}
	#jsn-maincontent.span12 #jsn-centercol.span12 {
		padding: 0 20px;
	}
	#jsn-content.jsn-hasinnerleft:not([class="jsn-hasinnerright"]) #jsn-maincontent.span12 #jsn-centercol {
		padding-right: 20px;
	}
	#jsn-content.jsn-hasinnerright:not([class="jsn-hasinnerleft"]) #jsn-maincontent.span12 #jsn-centercol {
		padding-left: 20px;
	}
}