/**
 * JEA Smart template stylesheet by Sylvain Philip (http://www.sphilip.com) 
 * This work is licensed under the 
 * Creative Commons Attribution-NonCommercial 3.0 Unported License. 
 * To view a copy of this license, visit :
 * http://creativecommons.org/licenses/by-nc/3.0/
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 10pt;
	font:8pt/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	text-decoration: none;
}

input, 
select, 
button, 
textarea {
	display: none;
}

#top-template-selector,
#mainnav,
#header-1,
#header-2,
#featured-1,
#featured-2,
#featured-3,
#featured-4,
#right,
#left,
#bottom,
#footer {
	display: none;
}

.pagination,
.prev-next-navigation,
.breadcrumbs {
	display: none;
}

/*** JEA ***/

#jea-contact-form,
.sort-options, 
.jea-tools {
	display: none;
}


article.jea_item {
	margin: 20pt 0;
	overflow: hidden;
}

article.jea_item:FIRST-CHILD {
	margin-top: 0;
}

article.jea_item h2.title {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.7em;
}

article.jea_item h2.title .date {
	font-size: 8pt;
	display: inline-block;
	margin-left: 20pt;
	font-weight: normal;
}

article.jea_item a.image {
	float: left;
	margin-right: 30pt;
	margin-bottom: 20pt;
}

article.jea_item span.slogan {
	float: right;
	color: red;
	display: inline-block;
	padding: 4pt;
	font-weight: bold;
	margin-right: 10pt;
}

#jea-gallery-scroll-inner {
	width: auto !important;
}

#jea-gallery-scroll-outer.horizontal #jea-gallery-scroll-items {
  white-space: normal !important;
}

#jea-gallery-scroll-outer.horizontal #jea-gallery-scroll-items a img {
  margin: 2pt 2pt 2pt 0;
}

