/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This innercontent file is included in the WYSIWYG editor
 */
 
html 
{
	font-size:125%
}

body 
{
	background-color: #e6e6e6;
	font:50%/1.0 Georgia, Arial, Helvetica, sans-serif;
}

p
{
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
td
{
	font:50%/1.0 Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	vertical-align: top;
}

td p
{
	font:50%/1.0 Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin:0;
	padding:0;
}
h1
{
	font:50%/1.0 Georgia, Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 1.3em;
	font-style:italic;
}

#breadcrumb a, .innercontent a, .typography a, .typography ul li a:link, .typography a:visited, .typography a:active
{
	color: #000 !important;
	
}

.innercontent li, .typography li
{
	line-height: 1.4em;
	font-size: 1.4em;				
	margin-bottom: 1.6em;
}

.innercontent li a
{
	font-size: 1.2em;				
}

/* ICONS */
.innercontent a[href$=".pdf"],
.innercontent a[href$=".PDF"],
.innercontent a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.innercontent a[href$=".doc"],
.innercontent a[href$=".DOC"],
.innercontent a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.innercontent a[href$=".xls"],
.innercontent a[href$=".XLS"],
.innercontent a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.innercontent a[href$=".gz"],
.innercontent a[href$=".GZ"],
.innercontent a[href$=".gzip"],
.innercontent a[href$=".GZIP"],
.innercontent a[href$=".zip"],
.innercontent a[href$=".ZIP"],
.innercontent a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.innercontent a[href$=".exe"],
.innercontent a[href$=".EXE"],
.innercontent a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	color: #000;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

.mceVisualAid
{
	font:50%/1.0 Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin:0;
	padding:0;
}


