/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Tahoma, sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	color: #837d7d;
 	line-height: 1.4em;
 	font-size: 12px;
	/*  	font-size: 1.1em;*/
	 }
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 0px 10px 0 10px;
}

#Sidebar li {
 	line-height: 1.1em;
 	clear: both;

}

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #4392af;
}
.typography a:hover { 
	color: #4392af;
	font-weight:normal;
 	text-decoration: underline; 
	 }
.typography a:visted { 
	 }


/* LIST STYLES */
.typography ul {
	margin: 10px 20px;
	color: #666;
}

/*.typography ul, 
.typography ol {
	margin: 20px;
	margin-top: -8px;
	color: #666;
}
*/
/* Menu po lewej */
.typography li {
	margin: 3px 6px;
	list-style-type:circle;
	font-family: Tahoma; 
	font-size: 12px;
 	line-height: 1.4em;
 	color: #837d7d;
}



/* HEADER STYLES */

/* naglowki nieruchomosci*/
.typography h1 { 
	color: #3282a1;
	margin-top:11px;
	margin-bottom:5px;
	font-size: 20px;

	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}


/* naglowki deweloper*/
.typography h2 { 
	color: #6da308;
	margin-top:19px;
	margin-bottom:5px;
	font-size: 20px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}
	
/* wolne */
.typography h3 {
	color: #fff;
	margin-bottom:20px;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}

/* naglowki nieruchomosci*/
.typography h4 {
	color: #3282a1;
	margin-top:11px;
	margin-bottom:5px;
	font-size: 18px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}

/* lewe zielony ramki naglowek*/
.typography h5 {
	color: #d6f490;
	font-size: 18px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	font-weight: normal;
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
}


/* zielone naglowki na zielonym tle*/
.typography h6 {
	color: #d6f490;
	font-size: 14px;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:6px;
	font-weight: bold;
	clear: both;
	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 label {
 	display: block;
	color: #777;
}


.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/* TABLE STYLING */
.typography table {

	margin: 1px;
	font-size: 1.1em;
	color: #666;	
	
}
	.typography td {
		padding:3px;
		padding-top;0px;
	 	font-size: 11px;
 	line-height: 1.4em;

	}

/* 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;
}
*/
/* FORMS */
.typography label {
	font-size: 11px;
	color: #666;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:0px;
	margin-right:5px;

}

/* Formularze */

.typography input.text, .typography textarea,.typography select{
	font-size: 11px;
 	color: #666;
	display:inline;
	margin-bottom:4px; 
}
/* 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: 1px; }

