/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
* {
	margin: 0;
	padding: 0;
}
  
.typography * {
	font-family: Arial, sans-serif;
	padding-right:0px;

	}

.typography label {
	display:block;
}	
/* PARAGRAPHS */
.typography p { 
 	color: #000;
 	line-height: 1.8em;
 	font-size: 12px;
	 }
#Layout p {
/* artur	margin: 10px 5px 5px 0;*/
	}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 0px 10px 0 10px;
}

#Sidebar li {
 	line-height: 1.3em;
 	clear: both;

}

.typography blockquote {

	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
	color: #0366ce;
 	text-decoration: none; 
}
.typography a:hover { 
	color: #333;
 	text-decoration: underline; 
}

.typography a:visted { 
	color: #333;
 }

/* LIST STYLES */

.typography ul, 
.typography ol {
	margin: 20px;
	margin-top: -8px;
	color: #666;
}


.typography li {
	margin: 5px 11px;
	list-style-type:circle;
	list-style-image: url(../images/litdot.gif);
	font-family: Arial; 
	font-size: 12px;
 	line-height: 1.8em;
 	color: #000;

}



/* HEADER STYLES */

.typography h1{
	color: #313131;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size: 18px;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
}
	
.typography h3 {
	color: #8abe06;
	margin-bottom:20px;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
}
.typography h4 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
}

.typography h5 {
	color: #fff;
	font-size: 18px;
	margin-left:10px;
	margin-bottom:20px;
	font-weight: normal;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
}


.typography h6 {
	font-size: 11px;
	color: #6f8bb8; 
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.1em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}



.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table {
	border:0px;
	margin: 1px;
	font-size: 12px;
	
}
.typography td {
	padding:3px;

}


/* 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;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
*/
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

img { margin-left: 0px; margin-right: 0px; border:0; }
