/* GENERIC STYLES */ 
.typography * {
	font-family: "Lucida Sans Unicode",sans-serif;  
}

/* PARAGRAPHS */
.typography p { 
 	line-height: 1.3em;
	padding-top:0.3em;
	padding-bottom:0.4em;
}

.typography blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
	.typography blockquote p {
		padding: 3px 0;
	}
.tabpage blockquote{
	border:none;
	background:#9C997C;
}
/* LINKS */
.typography a { 
 	color: #4b5aa4; /*#2d3662; /*   #4b5aa4;  #682;   */
 
}
.typography a:hover { 
 	color: #4b5aa4; /*#9A6; */
	text-decoration: none;
}

/* LIST STYLES */
.typography ul 
/*.typography ol*/ {
	list-style-image: url(../images/li.png);
}
.typography ol{
	list-style:decimal;
	padding-left:12px;
}


.typography li {
	margin: 5px 5px 5px 0;
}

/* HEADER STYLES */

.typography h1 {
	color: #4b5aa4; /*#994;*/
	font-size: 1.7em;
	margin-top:0.4em;
	margin-bottom:0.4em;
}
.typography h2 { 
	color: #4b5aa4;
	font-size: 1.3em;
	margin-top:0.8em;
	margin-bottom:0.4em;
}

.typography h3 {
	color: #4b5aa4;
	margin-top:1.0em;
	margin-bottom:0.1em;
}
.TemaArtikler h3, .TemaLinks h3{
	margin-bottom:0.2em;
}
h3 a, h4 a{	
	text-decoration:none;
}
h3 a:hover, h4 a:hover{	
	text-decoration:underline;
}

.TemaArtikler p, .TemaLinks p{
	padding-bottom:0.2em;
	padding-top:0.1em;
}

.typography h4 {
	color: #4b5aa4;
	padding: 0;
	font-size:1em;
	font-weight:bold;
	margin: 10px 0 5px 0;
}

.typography h5, .typography h6 {
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
	margin: 10px 0 -10px 0;
	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: 10px;*/
	border-collapse:collapse;
}
	.typography td {
		/*border:1px solid #999;*/
		padding:5px;
	}

.typography table.udenDikkedar{
	border:none;
	padding:0px;
	margin:0px;
} 
.typography table.udenDikkedar td{
	border:none;
	padding:0px;
	margin:0px;
} 
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img {
	margin-top:7px;
	margin-bottom:10px;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin-right:20px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.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;
}





