/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
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: 100%;
	font: inherit;
	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;
}
a img {
	border: 0;
}

body.editor_only {
	background-color:#F3F0E9;
	color:#444;
	font-family:verdana;
	font-size:12px;
	line-height:1.4em;
}


body.editor_only .library_folder, body.editor_only .gallery_folder {
	background: #EEF2A2;
	border: 1px solid silver;
	clear: both;
}

h1,h2,h3,h4,h5 {
	line-height:1em;
	font-weight: normal;
}

h1 {
	margin: 5px 0 20px 0;
	font-size:28px;
	color:#58361A;
	padding-bottom:4px;
}

h2 {

	margin:5px 0;
	font-size:19px;
	clear:both;
	color:#58361A;
}

h3 {

	margin:5px 0;
	font-size:15px;
	clear:both;
	color:#58361A;
}

h4,h5,h6 {
	font-weight: bold;
	margin:5px 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

table.datatable {
	background:#eee;
	margin-bottom:1em;
	border:1px solid #aaa;
}

table.datatable th, table.datatable  td {
	padding:4px;
	margin:0;
}

table.datatable th {
	background:#ddd;
	text-align:center;
	font-weight:bold;
}

table.datatable tr:hover td {
	background:#ffd;
}

img.img_float_left {
	margin:0 10px 10px 0;
}

img.img_float_right {
	margin:0 0 10px 10px;
}

time {
	display: inline;
}

blockquote {
  border-left: 10px solid #573519;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  background: #fff;
}
blockquote:before {
  color: #573519;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}