/**
  SilverStripe ee Theme
 
  This typography file is included in the WYSIWYG editor
 */

/* GENERIC STYLES */ 
.typography * {
	font-family: "arial", verdana, sans-serif;
}

/* PARAGRAPHS */
.typography p
 { 
 	color: #888;
 	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0em 0em 1.2em 0em;}

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
/*	color: #800; */
	color : #788e67
}
.typography a:hover { 
	color: #badca1;
	 }
.typography a:visited {
/* 	text-decoration: none; */
	 }

/* LIST STYLES */


.typography ul { list-style-position:outside; }

.typography ol { list-style-position:inside; }

.typography em {
/*	color: #788e67; */

	color : #EDD;
	font-style : italic;
}

.typography strong {
	color: #788e67;	/* green H tags */
	font-style : bold;
}




.typography li {
	margin-bottom: 2px;
	margin-left: 2.4em; /* seem to need this for the bullet to show up */
	margin-right: 0.4em; /* seem to need this for the bullet to show up */
	margin-top : 0.6em;
	
 	color: #888;
 	font-size: 1.0em;
	line-height: 1.6em;

	
}


/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6
{ 
	color: #788e67;
	font-weight: bold;
}
.typography h1 {
	font-size: 2.0em;
	line-height: 2.2em;
}

.typography h2 {
	font-size: 1.8em;
	line-height : 2.0em;
}
.typography h3 { 
 	font-size: 1.6em; 
	line-height : 1.8em;
}
.typography h4,
.typography h5,
.typography h6
{
	font-size: 1.4em;
	line-height : 1.6em;
}


/* 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 {
	color: #5f7051;
}


.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table {

	margin: 10px;
	border-collapse:collapse;
}

/* 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;
	margin-right:0px;
	margin-bottom:10px;
}
.typography img.left {
	float:left;
	margin-right:20px;
	margin-left:0px;
	margin-bottom:10px;
}
.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: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
