/**************************
 |* styling for Rich Text Editor wysisyg
 ***********************/
/************************
 |* HTML Reset 
 ***********************/
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, ol, ul, li,
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: 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;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {border-collapse: collapse;border-spacing: 0;}
/************************
 |* End HTML Reset
 ***********************/

/************************
 |* Type Presets
 ***********************/
/* Columnal - (basic settings to make type look nice) */
/* body text colors, add custom colors here to match your site */
body{color:#006d8f;font-family:Arial, sans-serif, Helvetica;font-size:100%;line-height:1.6em;margin:0em;
	-webkit-text-size-adjust: none;		/* from cssgrid.net */ /* Stops the iPhone scalling type up - from cssgrid.net */
}
h1, h2, h3, h4{font-family:"Myriad Pro", "Lucida Sans", "Segoe UI", "Calibri", "sans serif";}
h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {margin-bottom: 1em;}
/* Add back in basic text markup (after removal by reset) */
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-size: 13px; font-weight:bold; }
/* link colors */
a {color:#d82c36;text-decoration:none;}
a:visited {color:#d82c36;text-decoration:none;}
a:hover {text-decoration:underline;}
a:focus {outline:1px dotted #d82c36;}
.row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1em;}
dt { font-weight: bold; }
p { font-size: 1em; }
p + p, p + ul {margin-top: -.8em;}
h1 { font-size: 2em; line-height:1.2em; font-weight:normal; margin:1em 0 .5em; }
p + h1 { margin-top:.5em; }
h2, h3, h4, h5, h6 { font-weight: bold; }
	h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: 0;} /* fix for weird Chrome collapse bug */
h2 { font-size:1.7em; line-height:1.3em; margin:0 0 .5em 0;}
h3 { font-size:1.3em; margin:0 0 .5em 0;}
h4 { font-size:1.25em; margin:0 0 .5em 0;}
h5, h6 { font-size: 1em; margin:0 0 .5em 0;}
ol {list-style-type:decimal; margin-left: 0; padding-left: 20px; text-indent: 0; }
ul {list-style:disc outside;}
li { font-size: 15px; margin-bottom: 2px; margin-left: 20px; }
blockquote { font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }
input, textarea { /*font-size: .75em;*/ }
hr { background:black; border:none; color:black; display:block; height:1px; margin-top: 20px; width:100%;}
/* Columnal - reverse type presets (for text on dark backgrounds) */
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {color: white;}
.reverse p, .reverse ul {color: #aaa;}
/* Image basics */
img, object, embed {margin-bottom: 20px;}
/*img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}*/
a img {display: block;		/* Stops image links getting text link styles */}

/*table, tr {width:100%;}
td img {width:95%;}*/

/************************
 |* End Type Presets
 ***********************/

/**************************
 |* Rich Text Editor Alias styles added by umbraco
 ***********************/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

h3 {

}

h4 {

}

h5 {

}

.colourMain {
color:#006d8f;
}

.colourSecondary {
color:#da2c36;
}

.colourStandsOut {
color:#32bd04;
}

p {

}