/** 
 * 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: Verdana, Lucida, Arial, sans-serif; 
}
.typography .violett {
    color: #303;
}

/* PARAGRAPHS 
-------------------------------------------- */
p { 
 	color: #c2c2a3;
 	font-size: 14px;
 	line-height: 120%;
}

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

.contactfooter p {
  color: #303;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.contactfooter a {
  color: #c2c2a3;
}
    .contactfooter a:hover {
      color: #303;
    }

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

a { 
 	text-decoration: none; 
	color: #c2c2a3;
}
	a:hover { 
 		text-decoration: none;
 		color: #303;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
		font-size: 11px;
	}
		.typography li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 { 
	color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;padding: 0 0 7px 0;
}

.typography h1 {
	color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}
.typography h2 { 
 	color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}	
.typography h3 {
    color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}
.typography h4 {
    color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}
.typography h5 {
    color: #303;
 	font-size: 14px;
 	font-weight: normal;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}
.typography h6 {
    color: #303;
 	font-size: 14px;
 	line-height: 120%;
 	line-height: 120%;padding: 0 0 7px 0;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}



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