/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
  font-family: Arial,Helvetica,sans-serif;
}

/* PARAGRAPHS */
.typography p {
	color: #000;
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: 400;
	padding-right: 20px;
	 }
#Layout p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	}
#Sidebar p {
	font-size: 1.1em;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 0px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a {
	text-decoration: none;
	color: #999;
	outline: none;
}
.typography a:hover {
	text-decoration: none;
	color: #F30;
	 }


/* LIST STYLES */

.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	margin: 5px 10px;
}

/* HEADER STYLES */

.typography h1,
.typography h2 {
	clear: both;
	font-weight: 400;
	font-family: adobe-caslon-pro,serif;
	color: #000;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.typography h1 {
	font-size: 23px;
	margin-bottom: 12px;
	padding-top: 6px;
}
.typography h2 {
	font-size: 1.8em;
	color: #000;
}
	
.typography h3 {
	color: #222;
	font-weight: 500;
	clear: both;
	font-size: 1.2em;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 18px;
}
.typography h4 {
	font-size: 1.6em;
	color: #000;
	width: 100%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.typography h5 {
	font-size: 1.3em;
	color: #000;
	font-weight: 300;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	line-height: 1.5em;
}
.typography h6 {
	font-size: 10px;
	color: #000;
	font-weight: 400;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table {

	margin: 10px;
	font-size: 1.2em;
	color: #666;	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 11px;
	font-weight: 400;
	margin-left: 0px;
	padding-left: 0px;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
	.typography h3.References {
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC!important;
	padding-bottom: 4px;
}
	.typography h3.MoreImages {
	font-size: 12px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC!important;
	padding-bottom: 4px;
	padding-top: 10px;
	}.typography h3.Related {
	font-size: 12px;
	font-weight: 400;
	margin-top: 50px!important;
	margin-bottom: 10px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC!important;
	padding-bottom: 4px;
}.featuredProducts h2 {
	font-family: adobe-caslon-pro, serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: lighter;
	padding-bottom: 0px;
}
.homebox h3{
	font-family: adobe-caslon-pro, serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: lighter;
	padding-bottom: 0px;
}
.homebox h4 {
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 3px;
	padding-top: 7px;
	margin-top: 0px;
}
.homebox p {
	margin-right: 18px!important;
	line-height: 14px;
}
.homebox p a{
	color: #666;
	text-decoration: none;
}
.homebox p a:hover{
	color: #F30;
	text-decoration: none;
}
.twitterAccount {
	outline: none;
	margin-top: 5px;
}
#tabs-finishes h4{
	font-size: 11px;
	font-weight: 900!important;
	margin-top: 16px;
	margin-bottom: 6px;
	line-height: 13px;
	}
	
	#tabs-finishes table h4{
	font-size: 11px;
	font-weight: 500;
	margin-top: 16px;
	margin-bottom: 6px;
	line-height: 13px;
	}
	
		#tabs-finishes table h4.lightFinishesH4{
	font-size: 11px;
	font-weight: 500;
	margin-top: 16px;
	margin-bottom: 6px;
	line-height: 13px;
	}

.lightFinishesH4 {
	color: #999;
	font-weight: 300;
}
	
	#tabs-finishes p{
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 8px;
	padding-right: 20px;
	}
	
		#tabs-finishes p a{
	text-decoration: none;
	color: #999;
	outline: none;
	}
	
		
		#tabs-finishes p a:hover{
	text-decoration: none;
	color: #F30;
	}
	
		#tabs-finishes h5{
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	
	#tabs-finishes table {
	margin-top: 0px;
	margin-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	vertical-align: top;
}


	#tabs-finishes table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px!important;
	margin-bottom: 0px;
	margin-left: 0px;
}


	#tabs-finishes table img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.relatedProducts table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	vertical-align: top;
}
.relatedProducts h6 {
	font-size: 9px!important;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
.relatedProducts table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	display: inline!important;
	margin: 0px;
	padding: 0px;
}
.relatedimgwrapper {
	height: 50px;
	width: 80px;
	margin-right: 20px;
	margin-bottom: 4px;
}
.finishesThumbCaption {
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

#presscopy h2{
	font-size: 14px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 14px;
}

#presscopy h6{
	font-size: 11px;
	font-weight: 500;
	margin-top: 7px;
	margin-bottom: 2px;
}


#downloadLinks #ReferenceName {
	color:#000;
	float:left;
}.typography h3.CaseStudy {
	font-size: 12px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC!important;
	padding-bottom: 4px;
}
.typography h3.ProjectsMoreImages {
	font-size: 12px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC!important;
	padding-bottom: 4px;
	padding-top: 0px;
}

