/* ------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote {
	padding-left:20px;
}

/* ------- */

@font-face {
  font-family: 'eastward';
  src: url("../../fonts/eastward-webfont.eot");
  src: url("../../fonts/eastward-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/eastward-webfont.woff") format("woff"), url("../../fonts/eastward-webfont.ttf") format("truetype"), url("../../fonts/eastward-webfont.svg#untitled1medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tusj';
  src: url("../../fonts/FFF_Tusj-webfont.eot");
  src: url("../../fonts/FFF_Tusj-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/FFF_Tusj-webfont.woff") format("woff"), url("../../fonts/FFF_Tusj-webfont.ttf") format("truetype"), url("../../fonts/FFF_Tusj-webfont.svg#untitled1medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

.tusj, p.tusj, h1.tusj, h2.tusj, h3.tusj {
  font-family: 'Tusj'!important;
}

/* ------ */

body#frontend, .content-editor {
	font:15px arial;
	text-align: justify;
}

#frontend section, #frontend .section, .content-editor .section, .content-editor section {
	padding: 0 15px;
}

#frontend p, .content-editor p {
	margin: 0.5em 0;
}

#frontend img, #frontend a img, .content-editor img, .content-editor a img { border:0; }

#frontend .width_wrapper, #sidebarWrapper, #sidebarWrapper > .inner > .content {
    max-width: 1100px;
}

.content-editor h1, #frontend h1 {
    color: #00446A;
  	font-size: 35px;
}

.content-editor h2 {
  margin: 7px 0px 7px 0px;
  font-size: 17px;
  color: #884d00;
}

.page-block h1, .page-block h2, .page-block h3, #frontend h1, #frontend h2, #frontend h3 {
  font-family: Georgia;
  font-weight: 400;
}

#frontend h1.green, #frontend h2.green, #frontend h3.green, .content-editor h1.green, .content-editor h2.green, .content-editor h3.green {
	color: #8CC63E;
}

a.button i.icon {
  vertical-align: middle;
  margin: -6px 3px -7px -13px;
  display: inline-block;
}

a.button.small i.icon {
	
margin: -10px -4px -7px -5px;
}

#frontend h1, .content-editor h1 {
	margin-bottom:5px;
	font-size:35px;
}

#frontend h2, .content-editor h2 {
	margin: 15px 0px 7px 0px;
	font-size: 19px;
	color: rgb(136, 77, 0);
}

#frontend h2.larger, .content-editor h2.larger {
	font-size:22px;
	margin: 12px 0;
}

#frontend #sidebar h1, .sidebar .content-editor h1 {
	font-size:21px;
}

#frontend .boxed-text, .content-editor .boxed-text {
	background: #F0F0F0;
	border: 1px solid #D2D2D2;
	margin: 10px 20px;
	padding: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  	
	box-sizing: border-box;
	text-align: left;
}

#frontend .block, .content-editor .page-block {
	padding: 6px 0px;
}

#frontend .block:first-child, .content-editor .page-block:first-child { padding-top:0px; } 
#frontend .block:last-child, .content-editor .page-block:last-child { padding-bottom:0px; } 

#frontend .block.align > *, #frontend .boxed-text > *,
.content-editor .boxed-text > * {
	/* display: inline-block; */
}

#frontend td, .content-editor td {
	padding: 8px;
	border: 1px solid grey;
}

#frontend .ui-datepicker td {
	padding:0;
	border:0;
}