.boxshadow {
	.separator {
		border-top: none;
	}
}

.taglib-page-iterator .search-pages {
	font-size: 12px;
}

.portlet-blogs {
	.taglib-custom-attributes-list {
		margin-bottom: 1em;
	}

	.taglib-custom-attributes-list label {
		display: block;
		font-weight: bold;
	}

	.edit-actions {
		margin: 1.5em 0;
	}

	.entry {
		clear: both;
		/* tablet & desktop */
		@media (min-width: 768px) {
			margin-left: 10px;
			margin-right: 10px;
		}
		margin-top: 20px;
		position: relative;
		z-index: 2;
	}
	
	.entry-shadow {
		clear: both;
		margin-left: 10px;
		padding-left: 36px;
		margin-right: 20px;
		margin-top: 20px;
		border-radius: 10px 10px 0px 0px;
		box-shadow: 0px -5px 10px 0px #DFDFDF;
		padding-bottom: 3px;
	}

	.entry-author {
		background: url(@theme_image_path@/portlet/edit_guest.png) no-repeat 0 50%;
		border-right: 1px solid #999;
		color: #999;
		float: left;
		font-weight: bold;
		margin-right: 10px;
		padding-left: 25px;
		padding-right: 10px;
	}
	
	.entry-content {
		/*width: 860px;*/
		/*margin-left: -20px;*/
		position: relative;
		z-index: 2;
	}
	
	.entry-body {
		/* tablet and desktop */
		@media (min-width: 768px) {
			margin-top: 50px;
			margin-left: 40px;
		}
		
		/* phone */
		@media (max-width: 767px) {
			margin-top: 20px;
			padding-left: 10px;
			padding-right: 10px;			
		}

		margin-bottom: 10px;
		/*width: 880px;*/
		text-align: justify;
		font-size: 14px;
		
		color: #666;
		min-height: 120px;
		position: relative;
		z-index: 2;
		a:link, a:visited {
			text-decoration: none;
			color: #0079c1;	
		}
	}
	
	.entry-body-article {
	    
		margin-bottom: 10px;
		/*width: 700px;*/
		text-align: justify;
		font-size: 14px;	
		color: #666;
		min-height: 120px;
		display: table-cell;
		vertical-align: top;
		
		@media(min-width:768px) {
			padding-top: 40px;
			padding-left: 40px;
			padding-right: 20px;
		}
		
		@media(max-width: 767px) {
			padding-top: 20px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		position: relative;
		z-index: 2;
		
		font-weight: 300;
		a:link, a:visited {
			text-decoration: none;
			color: #0079c1;	
		}
	}
	
	.entry-body-text {
		display: table-cell;
		vertical-align: top;
		
		@media(min-width:768px) {
			padding-left: 40px;
		}
		
		@media(max-width:767px) {
			padding-left: 10px;
			padding-right: 10px;
		}
		/* width: 560px; */
		font-weight: 300;
		
		.viewMoreLink {
			margin-top:20px;
		}
	}

	.entry-date {
		display: table-cell;
		width: 100px;
		
		/* tablet and desktop */
		@media(min-width:980px) {
			padding-left: 40px;
		}
		
		/* mobile */
		@media(max-width:767px) {
			padding-left: 10px;
			padding-top: 10px;
		}
		
		vertical-align: top;
		font-weight: 300;
	}
	
	.entry-date-article {
		float: right;
		margin-top: 20px;
	}

	.entry-date-value {
		background: url(@theme_image_path@/common/date.png) no-repeat 0px 0px;
		color: #999;
		
		/* tablet and desktop */
		@media(min-width:768px) {
			margin-left: 25px;
		}
		padding-left: 20px;
		height: 20px;
		font-size: 12px;
	}

	.taglib-asset-categories-summary, .taglib-asset-tags-summary {
		border-left: 1px solid #999;
		padding-left: 10px;
	}

	.entry-title {
		display: table-cell;
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: -10px;
		text-align: justify;
		/*width: 740px;*/
		a:link, a:visited {
			text-decoration: none;
			color: #fff;	
		}
		
		h2 {
			font-size: 1.4em;
		}
	}


	.entry.draft, .entry.pending, .entry.scheduled {
		background: #eee;
		border: 1px solid #ccc;
		color: #555;
		padding: 5px;

		h3 {
			background: url(@theme_image_path@/common/page.png) no-repeat 0 50%;
			margin-top: 0;
			padding-left: 20px;
		}
	}
	
	.entry-footer {
		margin-bottom:60px;
		/*width: 700px;*/
		
		/* tablet and desktop */
		@media(min-width:768px) {
			margin-left: 40px;
		}
	}

	.entry-navigation {
		background: #eee;
		border-top: 1px solid #ccc;
		margin: 15px 0px 40px 0px;
		overflow: hidden;
		padding: 5px;
		margin-left: 10px;
		margin-right: 20px;
		font-size: 12px;
		
		a, span {
			background: url() no-repeat;
		}

		.previous {
			background-image: url(@theme_image_path@/arrows/paging_previous.png);
			float: left;
			padding-left: 15px;
			text-decoration: none;
			color: #0079c1;	
		}

		span.previous {
			background-position: 0 100%;
		}

		.next {
			background-image: url(@theme_image_path@/arrows/paging_next.png);
			background-position: 100% 0;
			float: right;
			padding-right: 15px;
			text-decoration: none;
			color: #0079c1;	
		}

		span.next {
			background-position: 100% 100%;
		}
	}

	.preview {
		background: #ffc;
		border: 1px dotted gray;
		padding: 3px;
	}

	.search-form {
		float: right
	}

	.stats {
		color: #999;
		float: left;
		padding-right: 10px;
		display: none;
	}

	.subscribe {
		margin-bottom: 1.5em;
		display: none;
	}

	.taglib-flags {
		border-left: 1px solid #999;
		color: #999;
		padding-left: 10px;
		padding-right: 10px;
	}

	.taglib-ratings.stars {
		margin-top: 0.5em;
	}

	#blogsCommentsPanelContainer {
		border-width: 0;
	}
	
	/*
	.separator {
		width: 890px;
		margin-left: 10px;
	}
	*/
	
	.header-title {
		font-size: 22px;
		color: #000000;
	}
	
	
	.header-back-to a:link, .header-back-to a:visited {
		text-decoration: none;
		color: #00A0C6;
		font-weight: 300;
		font-size: 24px;
	}

	.asset-small-image{
		/*
		margin-left: -85px;
		margin-bottom: -60px;
		*/
		display: table-cell;
		border-radius: 5px;
		
		@media(max-width:767px) {
			text-align: center;
			margin-bottom: 10px;
			margin-left: auto;
			margin-right: auto;
		}
	}
	
	.asset-small-image-article {
		display: table-cell;
		margin-top: 40px;
		margin-left: 25px;
		position: relative;
		z-index: 2;
		border-radius: 10px;
	}

	.taglib-page-iterator {
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #E2E2E2;
		padding: 8px;
		vertical-align: middle;
		border-radius: 5px;
		background-color: #ECECEC;
	
		.page-links a:link, .page-links a:visited {
			text-decoration: none;
			color: #0079c1;
		}
		
		.delta-selector {
			display: none;
		}
		
		.page-selector {
			margin-right: 210px;
		}
		
		.page-links {
			margin-right: 30px;
			margin-top: 3px;
		}
		
		.search-results {
			font-size: 14px;
		}
	}
}

.social-boomarks-options {
	margin-left: 2em;
}
.portlet-body .taglib-header {
	margin-left: 10px;
	/*width: 890px;*/
	border: none;
	padding-bottom: 40px;
}