/** 
 * 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.
 */

 
/***********************
* Text		           *
***********************/
/* @group Text */
	body { 
		font: 10px/1em "Gill Sans", Georgia, "Times New Roman", Times, serif; color: #1b1b1b; }
	a { 
		text-decoration: none;
	}
	a:hover,
	li.current a { 
		text-decoration: underline;
	}
	.addtocart a { font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
	h1 { 
		text-indent: -9999px;
	}
	
	h1,h2,h3,h4,h5,h6, strong { font-weight: bold; color: #c90385; }
	
	h4,h5,h6 { font-weight: normal; text-decoration: underline; }
	
	em { font-style: italic; }
	
	.productdetail strong { color: #fff; }

	
	div#navigation,
	div.productintro a { font: 10px/1em Georgia, "Times New Roman", Times, serif; }

	div.productintro a { font-size: 1.2em; }
	
	ul#toplevel { 

	}
		ul#toplevel li a { 
			font-size: 1.6em;
		}

	ul#secondLevel { 

	}
		ul#secondLevel li a { 
			font-size: 1.3em;
		}

	div#feature { 
		text-align: center;
	}

	div#content { 
		font-size: 1.4em;
		line-height: 1.5em;
	}
		div.content ul li { list-style-type: circle; }
	#footer { 
		text-align: center;
		font: 1.3em/1em Georgia, "Times New Roman", Times, serif;
	}
		#footer p { 	
			line-height: 1.1em;	
		}	
/* @end */





h2 { 
	font-size: 110%; font-weight: bold; color: #c90385;
	/*margin: 20px 0 5px;*/
}
/* 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%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
