@charset "utf-8";
/* CSS Document */

/** Custom SDIG styles (originally from Plone) for CKEditor **/

/* 'Normal' in CKEditor */
/* p styling set in pacific_marine stylesheets */
/*p,
p.pnormal {
	font-family: Arial, Verdana, sans-serif normal;
	font-size: 14px;
	line-height: 16px;
}*/

/* 'Heading' in CKEditor */
.documentFirstHeading {
	/*font-size: 20pt;*/	/* Plone */
	font-size: 30px;
	/*color: #0A6B76;*/
	color: #343434;
	font-weight: 700;
	border-bottom: 1px solid #8cacbb;	/* fr Plone h1 tag */
	line-height: 35px;  /* fr global.css */
	margin-bottom: 20px;
}

/* 'Subheading' in CKEditor */
/* h3 styling set in pacific_marine stylesheets */
/*h3 {
	font-size: 16pt;
	color: #0A6B76;
	font-weight: 700;
}*/

/* 'Literal' in CKEditor */
pre,
pre.pliteral {
	font-family: Monaco, "Courier New", Courier, monospace !important;	/* '!important' needed to override pacific_marine stylesheets */
	font-size: 90%;
	color: #996600;
	font-weight: bold;
	padding: 1em !important;
	overflow: auto;
}

pre { 
	background-color: #dee7ec;
	/* border color set in global.css to override other stylesheets w/o using !important */
}

/* 'Discrete' in CKEditor (leave style spelling alone, legacy from Plone) */
.discreet,
.pdiscrete {
	color: #76797c;
	font-size: 85%;
	font-weight: normal;
}

/* 'Pull-quote' in CKEditor */
.pullquote,
.ppullquote {
	padding: 0 1em 0 1em;
	margin: 0 0 1em 1em;
	font-weight: bold;
	color: #CC9933;
	float: right;
	width: 35%;
	clear: right;
}

.pullquote {
	background-color: White;
	border-left: 4px solid #8cacbb;		/* fr Plone blockquote tag */
}

/* 'Call-out' in CKEditor */
.callout,
.pcallout {
	font-weight: bold;
	color: #CC9933;
	padding: 0px 1em;
}

/* 'Section-Header' in CKEditor */
.secHeader {
	font-size: 15pt;
	color:green;
	font-weight: bold;
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	line-height: 21px;
}

/** New editor styles not in Plone **/
p.pnormal,
pre.pliteral,
.pdiscrete,
.ppullquote,
.pcallout {
	background-color: #F0E0FF;
}

/* 'P_Normal' in CKEditor */
p.pnormal {
	padding: 0.2em 0.5em;
}

/* 'P_Literal' in CKEditor */
pre.pliteral {
	border: 1px solid #D3A1FF;
}

/* 'P_Discrete' in CKEditor */
.pdiscrete {
	padding: 0.2em 0.5em;
}

/* 'P_Pull-quote' in CKEditor */
.ppullquote {
	border-left: 4px solid #C079FF;
}

/* 'P_Call-out' in CKEditor */
.pcallout {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

/* Other styles used frequently in Plone */
.red {
	color: #900;
	font-weight: bold;
}
.indented {
	margin-left: 30px;
}
