/** 
 * 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 * {
	
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	
}

/* INLINE STYLES
-------------------------------------------- */
.small {
	font-size: 10px;	
}
*.small {
	font-size: 10px;	
}
p.small {
	font-size: 10px;
}
h4.small {
	font-size: 10px;	
}

/* QUOTES
-------------------------------------------- */


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

.typography a { 
 	text-decoration: none;
	color: #652300;
}
	.typography a:hover { 
 		text-decoration: underline;	
	}
	
	.typography a img {
		border: 0;	
	}

/* LIST STYLES 
-------------------------------------------- */

		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	margin-top: 0;
	margin-bottom: 0;
	font-size: 40px;
	font-weight: normal;
	color: #652300;	
	padding-bottom: 10px !important;
}
	
.typography h3, .typography h4 {
	font-size: 12px;
	font-weight: normal;
	color: #652300;
}

.typography h5, .typography h6 {
	font-size: 10px;
	font-weight: normal;
	color: #652300;
}

.typography h1.imgheading, .typography h2.imgheading, .typography h3.imgheading, .typography h4.imgheading  {
	margin: 0 !important;
	padding: 0 !important;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
}

/* TABLE STYLING 
-------------------------------------------- */


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		/*float: left;
		margin-right: 100%;*/
		float: none;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	
/* Page Specific Stuff */

.imagine {
	color: #767662;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.typography p {
	margin-left: 26px;
}

a.productlink {
	display: block;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
	margin-bottom: 50px;
	margin-left: -12px;
}
a.productlink:hover {	
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.contactlink {
	background: url(../images/icon.gif) center left no-repeat;
	padding-left: 57px;
	display: block;
	position: relative;
	left: -57px;
	
	padding-top: 25px;
	padding-bottom: 25px;
	
}
