/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
	color: #333333;
	line-height: 1.5em;
	font-size: 1.3em;
	padding-right: 28px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a {
	text-decoration: none;
	outline: none;
	color: #09C;
}
	.typography a:hover {
	text-decoration: none;
	color: #999;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.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;
	}
	.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;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	color: #666;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 24px;
}
	.typography li {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	padding-left: 0px;
	color: #333333;
	list-style-image: url(bullet2.gif);
	font-family: Arial, Helvetica, sans-serif;
	}
		.typography li li {
	font-size: 13px;
	line-height: 1.5em;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 {
	color: #1a2b30;
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

.typography h1 {
	font-size: 3.3em;
	margin-top: 7px;
	margin-right: 35px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.typography h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 13px;
	line-height: 1.5em;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}	
.typography h2 strong {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	color: #1a2b30;
}
.typography  h3 {
	color: #333333;
	font-weight: bold;
	clear: both;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
.typography  h4 {
	font-size: 16px;
	color: #222;
	width: 97%;
	font-weight: 400;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 2px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 21px;
}
.typography h5 {
	color: #CCC;
	font-weight: 400;
	font-size: 1.6em;
	margin-top: 8px;
	margin-right: 35px;
	margin-bottom: 33px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url(next-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 11px;
	padding-top: 0px;
}
.typography h6 {
	font-size: 10px;
	color: #666666;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 21px;
	background:#eee;
	margin-top: 2em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;
	padding: 10px;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
	.typography tr {}
	
		.typography td {
	border:1px none #999;
	padding:0px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
	float: left;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-bottom: 5px;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
	font-size: 10px;
	padding: 4px;
	border: 1px dotted #ededed;
	background-color: #FFF;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
	border: 1px dotted #aaa;
	padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
.typography strong {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
.typography h1 strong {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	letter-spacing: -1px;
	color: #528796;
	font-weight: 300;
}
#LeftPanel   {
	min-height: 260px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -1px;
	width: 445px;
	float: left;
	background-color: #631212;
	background-image: url(panel-tints.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#LeftPanel  strong {
	color: #FFFFFF;
}
#RightPanel {
	min-height: 260px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: -1px;
	font-weight: 300;
	width: 445px;
	float: left;
	background-color: #7a7902;
	background-image: url(panel-tints.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#Panels  h1 {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.7em;
	letter-spacing: 0em;
	margin-bottom: 11px;
}
#LeftPanel h1 a  {
	color: #FFFFFF;
}
#LeftPanel h1 a:hover {
	color: #FFFFFF;
}
#Panels  p {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}
#Panels ul {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 12px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#Panels ul li {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 3px;
	padding-left: 0px;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 2px;
	list-style-image: url(bullet.png);
}
#AddThis {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
}



.typography .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.typography a.button {
	background: transparent url('bg_button_a.png') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-top: 9px;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.typography a.button span {
    background: transparent url('bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.typography a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.typography a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


/* Services
-------------------------------------------- */
#ServicesList {
	font-size: 1.3em;
	font-weight: normal;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px !important;
	margin-top: 10px;
}
#ServicesList img {
	float: left;
	list-style-type: none;
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 23px;
}
#ServicesList p {
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #333333;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 8px;
}
#ServicesList    .servicesname   {
	font-size: 1.3em;
	list-style-type: none;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px !important;
	background-position: 0px;
	text-indent: 0px !important;
	text-align: left;
	padding: 0px;
}
#ServicesList .servicesdescription {
	font-size: 0.9em;
	list-style-type: none;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-left: 0px !important;
	background-position: 0px;
	text-indent: 0px !important;
	text-align: left;
	padding: 0px;
}
#ServicesList .servicesdescription p {
	font-size: 1em;
	color: #666666;
}
#ServicesList .servicesphoto {
	list-style-type: none;
	text-indent: 0px !important;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 25px;
}

#ServicesPhoto {
	list-style-type: none;
	float: right;
}
#ServicesPhoto img {
	list-style-type: none;
	margin-bottom: 4px;
	margin-left: 25px;
	padding: 0px;
	border: 1px solid #999999;
	margin-top: 3px;
}
#ServicesButton  a     {
	color: #000000; /* sliding doors padding */
	text-decoration: none;
	font-weight: 300;
	margin-bottom: 6px;
}
#ServicesButton a strong {
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 6px;
}
#ServicesButton a:hover {
	color: #cccc00; /* sliding doors padding */
	text-decoration: none;
}
#Content  hr {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(hr-bg.gif);
	margin-top: 15px;
	margin-bottom: 15px;
}
#ServicesList .servicesname a:hover {
	color: #cccc00;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#ServicesList .servicesname a {
	color: #000000;
	text-decoration: none;
}
/* random testimonials widget area
----------------------------------------------- */
			#RandomTestiminialsWidget{
	margin: 0px;
	padding: 0px;
	padding: 0px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			 }
			 #RandomTestiminialsWidget p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #365963;
	padding: 0px;
	line-height: 1.4em;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#RandomTestiminialsWidget h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1a2b30;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 13px;
}
.WidgetHolder {
	margin: 0px;
	padding: 0px;
}
.WidgetHolder h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
}

.Tooltip {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.tooltype {
	
}

.tooltype p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.tooltype h5 {
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.3em;
	color: #1a2b30;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: 300;
	padding-bottom: 5px;
}
.tooltype h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #1a2b30;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

.tooltype #SideImage {
	float: left;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tooltype #Content {
	float: left;
}

/* red colour sheme
----------------------------------------------- */
#RedScheme h1
{
	color: #FFFFFF;
	background-color: #631212;
	height: 68px;
	width: 680px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 17px;
	padding-top: 34px;
	margin-top: 1px;
	background-image: url(panel-tints.png);
	background-repeat: repeat-x;
}
#RedScheme h2 {
	color: #631212;
}
#RedScheme strong {
}

/* green colour sheme
----------------------------------------------- */
#GreenScheme h1
{
	color: #FFFFFF;
	background-color: #7a7902;
	height: 68px;
	width: 680px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 17px;
	padding-top: 34px;
	margin-top: 1px;
	background-image: url(panel-tints.png);
	background-repeat: repeat-x;
}
#GreenScheme h2 {
	color: #7a7902;
}
#GreenScheme strong {
	color: #7a7902;
}
#GreenScheme td {
	height: 34px !important;
	min-width: 90px;
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 13px;
	margin-right: 1px;
}
#GreenScheme td p {
	margin-top: 6px;
	font-size: 11px;
	background-image: none !important;
	color: #333;
	letter-spacing: 0em;
	line-height: 14px;
	margin-bottom: 1px;
}
#GreenScheme td p strong{
	font-weight: 500;
	color: #7a7902;
	font-size: 12px;
	line-height: 16px;
}
#GreenScheme tr {
	height: 24px !important;
}
#GreenScheme table {
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(table-tint.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#GreenScheme td p.middle {
	background-image: none !important;
	text-align: center;
	margin-top: 9px;
	margin-left: 12px;
}
#RightPanel strong {
	color: #FFFFFF;
}
#Panels h5 a {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #CCCCCC;
	letter-spacing: 0em;
}
#Panels h5 a:hover {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	letter-spacing: 0em;
}
#Panels h5 {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 0em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.typography img.right {
	float: right;
}
#RedScheme table {
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(table-tint.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 697px;
	margin-top: -15px;
	padding-top: 0px;
}
#RedScheme td {
	height: 34px !important;
	min-width: 90px;
	border: 1px solid #FFF;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 13px;
	margin-right: 1px;
}
#RedScheme td p {
	margin-top: 6px;
	font-size: 11px;
	background-image: none !important;
	color: #333;
	letter-spacing: 0em;
	line-height: 14px;
	margin-bottom: 1px;
}
#RedScheme td p strong {
	font-weight: 500;
	color: #631212;
	font-size: 12px;
	line-height: 16px;
}
#RedScheme tr {
	height: 24px !important;
}
#RedScheme td p.middle {
	background-image: none !important;
	text-align: center;
	margin-top: 9px;
	margin-left: 12px;
}
#RightPanel p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 7px;
}
#GreenScheme h3 {
	color: #7a7902;
}
#RightPanel a{
	color: #ecec69 !important;
}
#RightPanel a:hover {
	color: #FFF !important;
}
#LeftPanel p{
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 7px;
}
#LeftPanel a{
	color: #f34848 !important;
}
#LeftPanel a:hover {
	color: #FFF !important;
}
#RedScheme strong {
	color: #631212;
}
#RedScheme h3 {
	color: #631212;
}
.typography img .left {
	text-align: left;
	float: left;
	padding: 4px;
	margin-right: 14px;
	margin-bottom: 0px;
	border: 1px solid #ededed;
	margin-top: 2px;
}
#LeftPanel h5 {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#RightPanel h5 {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#RedScheme h4 {
	color: #631212;
}
#GreenScheme h4 {
	color: #7a7902;
}
#homepage h1 {
	margin: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
	height: 168px;
	font-size: 40px;
	color: #333;
	line-height: 47px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homepage h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homepage h1 a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#homepage p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 12px;
}
.RandomContentWidget p{
	margin-left: 0px!important;
	padding-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px!important;
	}
	.RandomContentWidget h6{
	margin-left: 0px!important;
	padding-left: 0px!important;
	margin-right: 0px!important;
	padding-right: 0px!important;
	margin-bottom: 9px!important;
	}
	.RandomContentWidget{
	margin: 0px!important;
	padding: 0px!important;
	}