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

/* PARAGRAPHS */
.typography p {
	line-height: 1.6em;
}
#Layout p {
 	margin: 10px 5px 5px 0;
	}
#Sidebar p {
	clear: both;
	margin: 10px 10px 10px 10px;
	color: #FFFFFF;
	line-height: 1em;
}
.typography blockquote {
	margin: 10px;
	font-style: italic;
}	

/* LINKS */
.typography a {
	text-decoration: none;
	color: #CC0000;
}
.typography a:hover { 
 	text-decoration: underline;
	 }
.typography a:visted { 
 	text-decoration: underline;
	 }

/* LIST STYLES */

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

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


/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin: 0 0 15px 0;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography h1 {
	font-size: 2em;
	color: #DC1313;
	padding-top: 5px;
}
.typography h2 {
	background: #ffffff;
	font-size: 1.8em;
	color: #1E5790;
}
	
.typography h3 {
	color: #555555;
	clear: both;
	font-size: 1.6em;
	font-weight: 300;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	clear: both;
	font-weight: 300;
}
.typography h5 {
	font-size: .9em;
	color: #999999;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

/* TABLE STYLING */
.typography table {

	margin: 0px;
	font-size: 1em;
    border-collapse:collapse;
}
	.typography td {
		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;
	margin-right:20px;
}
.typography img.leftAlone {
	float:none;
}
.typography img.leftAloneNB {
	float:none;
	border:0;
}
.typography img.leftAloneNBNP {
	float:none;
	border:0;
	padding:0;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography img.centerNB {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border:0;
}

.typography img.creditcard {
	background: #FFFFFF;
	float: none;
	padding: 20px 25px 0px 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 0;
	width:150px;
}

.typography img.leftNB {
	border:0;
}
.typography img.sidebar {
	border:0;
	padding:0;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}	
/* CART STYLES */

#Sidebar form {
	margin: 20px 10px 10px 10px;
	color: #FFFFFF;
}
.typography input {
	color: #333333;
}
#cart {
	border-bottom: 1px #FFFFEA dashed;
	padding: 10px 0 0 0;
	text-align: right;
	margin: 0 0 10px 0;
	color: #FFFFFF;
}
#cart a {
	color:#ffffff;
	text-decoration:underline;
}
#cart a.hover {
	
}
#cart img {
	border:0;
	padding:0;
	margin:0;
}	
#cart p{
	color: #FFFFFF;
}
.typography .large-blue {
	font-size: 1.8em;
	color: #1E5790;
}
.typography .large-red {
	font-size: 1.8em;
	color: #CC0000;
}

.typography .med-blue {
	font-size: 1.4em;
	color: #1E5790;
}
.typography .med-red {
	font-size: 1.4em;
	color: #CC0000;
}
.typography .bold-blue {
	font-size: 1.1em;
	color: #1E5790;
	font-weight: 600;
}
.typography .ship {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.typography .bold-red {
	font-size: 1.1em;
	color: #CC0000;
	font-weight: 600;
}

.typography .login {
	background: transparent;
}
