.umsagnir{}

/* DEFAULTS LEAVES */

.umsagnir .item {
	clear: both;
}
.umsagnir .set-title{
	display:none;
}
.umsagnir .header {
	padding-bottom: 3px;
}
	.umsagnir .header .date {
		color:#858585;
		font-size:10px;
		font-family:Verdana, Geneva, sans-serif;
		padding-right: 5px;
		display:none;
	}
	.umsagnir .header .title {
		font-weight: bold;
	}

.umsagnir .image {}
	.umsagnir .image .picture {
		float: right;
		padding-left:20px;
		padding-bottom:10px;
	}

.umsagnir .content {
	text-align: justify;
}

.umsagnir .footer {
	
}

.umsagnir div.view-details{
	text-align: right;
}
	.umsagnir a.view-details{
		color: Gray;
		text-decoration: none;
	}
	.umsagnir a:hover.view-details{
		text-decoration: underline;
	}

.umsagnir div.to-list{
	padding: 5px 0px;
}
	.umsagnir a.to-list{
		color: Gray;
		text-decoration: none;
	}
	.umsagnir a:hover.to-list{
		text-decoration: underline;
	}

.umsagnir .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.umsagnir .preview {
}
.umsagnir .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.umsagnir .preview div.to-list{
	text-align: center;
	display:none;
}
	.umsagnir .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.umsagnir .preview .item.first {
	margin-top: 5px;
	padding-bottom: 10px;
}
.umsagnir .preview .item {
	padding-bottom: 3px;
}

.umsagnir .preview .item div {
}
.umsagnir .preview .item .header {
}
	.umsagnir .preview .item .header .date {
		color:#858585;
		font-size:10px;
		font-family:Verdana, Geneva, sans-serif;
		padding-right: 5px;
	}
	.umsagnir .preview .item .header .title {
		font-size:14px;
		color:#4b3586;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
	}
.umsagnir .preview .image { display:none;}
.umsagnir .preview .first .image { display:none;}

	.umsagnir .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 5px 0px 0px;
		padding: 0px;
	}
.umsagnir .preview .first .content, .umsagnir .preview .first .footer {
	display:block;
}
.umsagnir .preview .content, .umsagnir .preview .footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	text-align:left;
}

	
.umsagnir .preview .item div.view-details{}
	.umsagnir .preview .item a.view-details{}

/* VIEW: LIST */
.umsagnir .list {
	width:510px;
	padding-left:55px;
}
.umsagnir .list .item {
	margin-bottom:20px;
}
.umsagnir .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.umsagnir .list .item div.view-details{}
	.umsagnir .list .item a.view-details{}
	
/* VIEW: SINGLE */
.umsagnir .single {
	padding: 50px;
	padding-top:20px;
}
.umsagnir .single .title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#4b3586;
	font-weight:normal;
	margin-bottom:15px;
}
.umsagnir .single .set-title{
	display: none;
}
.umsagnir .single .footer {
	margin-top:40px;
}

.umsagnir .single div.to-list{}
	.umsagnir .single a.to-list{}
