
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/



/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/





/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

@font-face {
   font-family: 'Day Roman';
   src: url('/style/fonts/dayroman/dayroman-webfont.eot');
   src: url('/style/fonts/dayroman/dayroman-webfont.eot?#iefix') format('embedded-opentype'), url('/style/fonts/dayroman/dayroman-webfont.woff') format('woff'), url('/style/fonts/dayroman/dayroman-webfont.ttf') format('truetype'), url('/style/fonts/dayroman/dayroman-webfont.svg#webfont') format('svg');
} 

 body {
	font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
 }
 
 
 
 a:link,
 a:visited,
 a:active
 {
	color: #0077aa;
	text-decoration: none;
 }
 
 a:hover {
	text-decoration: underline;	
 }
 
 
 
 strong {font-weight: bold;}
 
 em {font-style: italic;}
 
 
 /* heading unified style */
 h1, h2, h3, h4, h5, h6 {
   font-family: "Day Roman", Georgia, serif;
   color:  #9d3939; /* #586c46; */
   font-weight: normal;
   letter-spacing: -.03em;
   clear: both;
 }
 
 
 
 
 /* heading individ styles */
 
 h1 {font-size: 210%; margin: 0em 0 1em 0; text-shadow: #b99 0px 0px 3px;}
 
 h2 {font-size: 150%; margin: 35px 0 .5em 0;}
 
 h3, h4, h5, h6 {font-size: 140%; margin: 1em 0 0 14px;}
 
 
 h1 + h2 {   margin-top: 0; }
 
 h2:first-child {margin-top: 0;}
 
 /* SEE ALSO THE FIXES BELOW !!! */
 
 
 
 
 /* main blocks UNIFIED STYLE */
 p,
 ul,
 ol,
 blockquote {
	line-height: 1.4;
	padding: .1em 0 .1em 0; /* 1px gives margins adjacent floats something to bump */
	margin-left: 14px;
	margin-bottom: 1em;
 }


p+p {margin-top: 1em}


 
ol, ul {}
 
ul {list-style: disc; }

ol {list-style-type: decimal;}

li {margin-left: 14px; margin-top: 0; margin-bottom: .75em;}

li strong {text-decoration: underline;}

 
 
 blockquote {
   margin: 0 2em 1em 35px;
   padding: 1em;
   font-family: "Times New Roman", serif;
   font-size: 110%;
   line-height: 1.2;
   background: #faf8f8;
 }
 
 blockquote p {
   margin: 0;
   padding: 0;
 }
   

 
 hr {
	border: none; border-bottom: .1em solid #444444; height: .1em;
	margin: 2em 0 2em 0;
 }
 
 
 
 
 
 
 
 /* inline layout */

 
.imgAlignLeft {float: left; clear: left; margin-right: .65em; padding: .1em;}
.imgAlignRight {float: right; clear: right; margin-left: .65em}
.captionLeft {float: left; clear: left; font-size: 80%; clear: left; padding: .1em; margin-right: .65em; margin-bottom: .65em}
.captionRight {float: right; clear: right; font-size: 80%; clear: right; margin-left: .65em; margin-bottom: .65em}


 
  /* bibliographic citation style */
 .q {font-family: "Times New Roman"; font-size: 110%; color: #333333; font-style: normal; padding: 0 .25em 0 .25em}
 .q:before { content: "“";}
 .q:after { content: "”";}
 
 
 .bibl_author {font-weight: bolder;}
 .bibl_title {font-style: italic;}
 .bibl_date { }

 
 /* extended, more rare semantics -- place these at end so find at bottom of WYSIWYG menu  */
 .___ATTR_MENU___ { /* this creates a divider in tinyMCE */ }
 
 .notice {
	margin: 1.5em 2em 1.5em 1.5em;
	background: #f4f4f4;
	border: .1em solid #e0e0e0;
	padding: .75em;
 }
 
 .blurb {
	margin: 1.5em 2em 1.5em 1.5em;
	background: #f4f4f4;
	border: .1em solid #e0e0e0;
	padding: .75em;
 }
 
 
 
 
 
 /***** SOME TRICKY FIXES ****/

 
div > hr { clear: both; }

h2 a:link, h2 a:visited, h2 a:active {	color: inherit; }
h3 a:link, h3 a:visited, h3 a:active {	color: inherit; }

/*
h1 strong,
h2 strong {font-weight: normal}
*/



h1 {
	font-size: 170%;
	color: #ac4924;
}

h2 { color: #ac4924;}

h3 {color: rgb( 39,57,98)}


blockquote {
	font-size: 100%;
}


.imgalignleft {
	float: left;
	margin: 14px 14px 14px 0;
}

.imgalignright {
	float: right;
	margin: 14px 0 14px 14px;
}


.nv_quick_item .title a:link,
.nv_quick_item .title a:visited {
	font-size: 16px;
}