/**
  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: Tahoma, sans-serif;
	padding-right:0px;

	}
.typography field dropdown  requiredField{

float:left;
}
.typography label {
	/*display:block;*/
}	
/* PARAGRAPHS */
.typography p { 
 	color: #525252;
 	line-height: 1.4em;
 	font-size: 12px;
text-align:justify;
	 }
	 
p.galleryImageTitle{
 font-size:11px;
 text-align:center;
margin-bottom:8px;

}
	 
	 
#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 {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
	color: #E31818;
 	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: 0px;
	color: #666;
}


.typography li {
	margin: 1px 5px;
	list-style-image: url(../images/dot.gif);
	font-family: Tahoma; 
	font-size: 12px;
 	line-height: 1.4em;
 	color: #525252;

}



/* HEADER STYLES */

.typography h1{
	color: #313131;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size: 18px;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}
	
.typography h2 {
	color: #9a9a9a;
	margin-bottom:5px;
	font-size: 18px;
	line-height:1;
	letter-spacing:0.5px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h3 {
	color: #e31818;
	margin-bottom:10px;
	line-height:1;
	font-size: 18px;
	letter-spacing:1px;
		font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h4 {
	color:#939393;
	font-size:11px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h5 {
	color: #fff;
	font-size: 18px;
	margin-left:10px;
	margin-bottom:20px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}


.typography h6 {
	font-size: 11px;
	color: #6f8bb8; 
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, 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; }
