
/* ---------- Overall Specifications ---------- */

h1 {
	color: #7F7F7F;
	font-family: "calluna", Calluna-Regular, Georgia, "Times New Roman", Times, serif
}
h2 {
	color: #333;
	font-size: 34px;
	line-height: 36px;
	font-family: "calluna", Calluna-Regular, Georgia, "Times New Roman", Times, serif
}
h3 {
	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
}
h4 {
	color: #000000;
	font-weight: 400;
    font-size: 20px;
}
#content .article-content {
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 300;
}
#content .article-content h1, #content .article-content h2, #content .article-content h3, #content .article-content h4 {
	margin-top: 1.25em;
}
#content .article-content p {
	word-wrap: break-word;
}
#content .article-content ul li {
	margin-bottom: 0.5em;
}
#content .article-taxonomy {
	font-size: 18px;
}
@media (max-width: 479px) {
	#content .article-content p img {
		clear: both;
		width: 100%;
		height: auto;
		margin: 0.5em 0;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
}

/* ------------------ Header ------------------ */


/* ------------------ Main ------------------ */

#content-main {
	padding: 0;
}
#publications {
	padding: 0;
}
#publications #main-header {
	min-height: 50px;
}
@media (min-width: 1336px) {
	#publications #main-header .pad-left {
		padding-left: 25%;
	}
}
#publications .header {
	font-size: 24px;
	line-height: 26px;
}
#article {
	/*margin-top: -80px;*/
	position: relative;
	margin-bottom: 2em;
	font-size: 15px;
}
#article h2 {
	font-family: Roboto, sans-serif;
	color: #7F7F7F;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
	font-size: 1.75em;
}
#article h3 {
	font-size: 18px;
	color: #333;
}
#article img {
	max-width: 100%;
}
#article hr {
	margin: 3em auto;
	width: 60%;
	border-color: #ddd;
}
#article hr.emblem {
	width: auto;
}
.header {
	/*padding-left: 260px;*/
	color: #7f7f7f;
	margin-bottom: 8px;
}
.header h1 {
	color: #7F7F7F;
}
.header h2{
	color: #808080;
}
.header .header-text {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 5px 0 0;
}
.header .header-title {
	font-size: 42px;
	line-height: 45px;
	margin: 0 0 10px 0;
}
.header .header-title.line {
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 10px 0;
}
.heading.lines {
	background: none !important;
	border-top: 1px solid #d8d8d8;
	margin: 1em 0;
}
.heading.lines h1, .heading.lines h2 {
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 6px 0;
	color: #7f7f7f;
}
.intro {
	font-family: calluna, serif;
	font-size: 24px;
	line-height: 32px;
	color: #7F7F7F;
	margin: 0 0 1em 0;
}
.intro  p {
	margin: 0 0 0.5em 0;
}
.cover-image {
	position: relative;
	margin: 0 0 1.5em 0;
	background: #f6f6f6;
	/*max-width: 840px;*/
}
.cover-image img {
	max-width: 100%;
		width: 100%;
		height: auto;
}
.cover-image span img {
	width: auto;
}
.cover-image .description {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	color: #ccc;
	text-align: right;
	font-size: 12px;
}

/* Listing */
.listing .list-item h2 {
	/*font-family: calluna, serif;*/
	/*margin-top: 0px;*/
	margin-bottom: 5px;
	/*line-height: 1.2em;*/
}
.listing .list-item {
	margin: 10px 0;
	padding: 20px 0;
}
.listing .list-item .grid-image {
	position: relative;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 400px;
	height: auto;
	max-width: 50%;
	float: left;
	display: inline;
	display: inline-block;
}
@media (max-width: 479px) {
	.listing .list-item .grid-image {
		width: 100%;
		max-width: none;
	}
}
.listing .list-item .col .grid-image {
	width: 100%;
}
.listing .list-item .grid-image img {
	max-width: 100%;
}
.listing .list-item .grid-image .caption-bottom {
	height: 110px;
}
.listing .list-item .date {
	font-size: 90%;
	color: #999;
	margin: -3px 0 6px;
}
.listing .list-item .content {
	margin: 0;
	padding: 0;
}
.listing .list-item p {
	margin: 0 0 6px 0;
	padding: 0;
}
.listing .list-item .more {
	margin: -3px 0 0;
	padding: 0;
}


/* ------------------ Wall Grid ------------------ */

#wallgrid {
	position: relative;
	min-height: 50px;
	margin-bottom: 1em;
	}
	#wallgrid:before,
	#wallgrid:after {
		content: " ";
		display: table;
	}
	#wallgrid:after {
		clear: both;
	}

#wallgrid .grid-cell {
	position: relative;
	padding: 10px;
	width: 25%;
}
#wallgrid .grid-cell.width2 {
	width: 50%;
}
#wallgrid .grid-cell.height2 .grid-image {
	height: 520px;
}
#wallgrid .grid-cell.height2 .caption {
	min-height: 220px;
}
#wallgrid .grid-cell.fit {
	margin-top: -250px;
	top: -20px;
}
#wallgrid .grid-image {
	margin: 0;
}
#wallgrid .grid-image a {
	display: block;
}


#wallgrid .grid-image .pos {
	position: absolute;
	width: 100%;
	height: 100%;
}
#wallgrid .grid-image .pos img {
	position: absolute;
	width: auto !important
}

#wallgrid .grid-cell.width2 .grid-image .pos img {
	min-width: 100%;
	max-width: none;
}
#wallgrid .grid-cell.height2 .grid-image .pos img {
	min-height: 100%;
	max-width: none;
}

#wallgrid .grid-image .pos.center-center {
	left: 50%;
	top: 50%;
}
#wallgrid .grid-image .pos.center-center img {
	top: -50%;
	left: -50%;
	min-width: 125%;
	max-width: 300px;
}
@media (max-width: 767px) {
	#wallgrid .grid-image .pos.center-center img {
		max-width: 350px;
	}
}

@media (max-width: 480px) {
	#wallgrid .grid-image .pos.center-center img {
		max-width: 430px;
	}
}
#wallgrid .grid-cell.width2 .grid-image .pos.center-center img, #wallgrid .grid-cell.height2 .grid-image .pos.center-center img {
		max-width: 600px;
}
body #wallgrid .grid-image .pos.center-center img {
	top: 0;
	left: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#wallgrid .grid-image .pos.center-top {
	left: 50%;
}
#wallgrid .grid-image .pos.center-top img {
	left: -50%;
	top: 0;
}
body #wallgrid .grid-image .pos.center-top img {
	left: 0;
	 -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#wallgrid .grid-image .pos.center-bottom {
	left: 50%;
}
#wallgrid .grid-image .pos.center-bottom img {
	left: -50%;
	bottom: 0;
}
body #wallgrid .grid-image .pos.center-bottom img {
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#wallgrid .grid-image .pos.left-center {
	left: 0;
	top: 50%;
}
#wallgrid .grid-image .pos.left-center img {
	left: 0;
	top: -50%;
}
body #wallgrid .grid-image .pos.left-center img {
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wallgrid .grid-image .pos.left-top {
	left: 0;
	top: 0;
}
#wallgrid .grid-image .pos.left-top img {
	left: 0;
	top: 0;
}	
#wallgrid .grid-image .pos.left-bottom {
	left: 0;
	bottom: 0;
}
#wallgrid .grid-image .pos.left-bottom img {
	left: 0;
	bottom: 0;
}

#wallgrid .grid-image .pos.right-center {
	right: 0;
	top:50%;
}
#wallgrid .grid-image .pos.right-center img {
	right: 0;
	top: -50%;
}
body #wallgrid .grid-image .pos.right-center img {
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wallgrid .grid-image .pos.right-top {
	right: 0;
	top: 0;
}
#wallgrid .grid-image .pos.right-top img {
	right: 0;
	top: 0;
}	
#wallgrid .grid-image .pos.right-bottom {
	right: 0;
	bottom: 0;
}
#wallgrid .grid-image .pos.right-bottom img {
	right: 0;
	bottom: 0;
}

.grid-images .grid-cell {
	position: relative;
	float: left;
	display: inline;
	width: 25%;

	color: #fff;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
}
.grid-image {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	height: 250px;
	background: #3F3F3F;
}
.grid-image a {
	display: block;
}
.grid-image a:focus {
	outline: 0;
}
.grid-image img {
	min-width: 100%;
}
.grid-image span img {
	min-width: auto;
}
.grid-image .caption {
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	width: 100%;
	background-color:#333;
	background-color: rgba(0,0,0,0.6);
	min-height: 100px;
	text-align: left;
}
.grid-image .caption {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 2px 15px 0 15px;
}
.grid-image .caption a {
	color: #fff;
}
.grid-image .caption a:hover {
	text-decoration: none;
}

.grid-images .grid-image:hover a {
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
}

.grid-image .caption .text {
	margin: 0 !important;
	font-size: 13px;
    line-height: 20px;
}
.grid-image .caption .text a {
	padding-top: 2px;
}
.grid-image .caption .title, .grid-image .caption .title {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	margin: 0 !important;
}
.grid-image .caption .title, .grid-image .caption .title, .grid-image .caption .title {
	padding-top: 15px;
	padding-bottom: 2px;
}
.grid-image .caption-left {
	width: 48%;
	top: 0;
	bottom: 0;
	left: 0;
}
.grid-image .caption-right {
	width: 48%;
	top: 0;
	bottom: 0;
	right: 0;
}
.grid-image .caption-top {
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
}
.grid-image .caption-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	height: 50%;
}
.grid-image:hover .caption {
	background-color: rgba(0,0,0,0.8);
}




/* ------------------ Caption ------------------ */

.grid-image .caption:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 18px;
}
.grid-image .caption-top:after {
	top: 100%;
	border-top-color: rgba(0,0,0,0.6);
	}
	.grid-image:hover .caption-top:after {
	border-top-color: #111;
	border-top-color: rgba(0,0,0,0.8);
}
.grid-image .caption-bottom:after {
	bottom: 100%;
	border-bottom-color: rgba(0,0,0,0.6);
	}
	.grid-image:hover .caption-bottom:after {
	border-bottom-color: #111;
	border-bottom-color: rgba(0,0,0,0.8);
}
.grid-image .caption-left:after {
	left: 100%;
	border-left-color: rgba(0,0,0,0.6);
	}
	.grid-image:hover .caption-left:after {
	border-left-color: #111;
	border-left-color: rgba(0,0,0,0.8);
}
.grid-image .caption-right:after {
	right: 100%;
	border-right-color: rgba(0,0,0,0.6);
	}
	.grid-image:hover .caption-right:after {
	border-right-color: #111;
	border-right-color: rgba(0,0,0,0.8);
}
.grid-image .caption.arrow-top:after {
	top: 18px;
}
.grid-image .caption.arrow-bottom:after {
	bottom: 18px;
}
.grid-image .caption.arrow-left:after {
	left: 18px;
}
.grid-image .caption.arrow-right:after {
	right: 18px;
}
.grid-image .caption.arrow-hcenter:after {
	margin-left: -18px;
	left: 50%;
}
.grid-image .caption.arrow-vcenter:after {
	margin-top: -18px;
	top: 50%;
}


/* Hide overlapping text */
.grid-image .caption .inner {
	display: block;
	height: 100%;
}
.grid-image .caption .text, .grid-image .caption .text a  {
	display: block;
	height: 100%;
}
.grid-image .caption-bottom .inner, .grid-image .caption-top .inner {
	height: 100px;
	overflow: hidden;
}
.height2 .grid-image .caption-bottom .inner, .height2 .grid-image .caption-top .inner  {
	height: 220px;
}
	
	
/* Grid Hover */

.grid-image:hover .caption-bottom .inner, .grid-image:hover .caption-top .inner,
.grid-image:focus .caption-bottom .inner, .grid-image:focus .caption-top .inner,
.grid-image.hover .caption-bottom .inner, .grid-image.hover .caption-top .inner {
	height: 100%;
}

.grid-image:hover .caption.caption-top, .grid-image:hover .caption.caption-bottom,
.grid-image:focus .caption.caption-top, .grid-image:focus .caption.caption-bottom,
.grid-image.hover .caption.caption-top, .grid-image.hover .caption.caption-bottom {
	height: 100%;
}
.grid-image:hover .caption.caption-left, .grid-image:hover .caption.caption-right,
.grid-image:focus .caption.caption-left, .grid-image:focus .caption.caption-right,
.grid-image.hover .caption.caption-left, .grid-image.hover .caption.caption-right {
	width: 100%;
}

.grid-image .caption .inner:after {
	content: "\f178";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro", FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	
	bottom: 4px;
	z-index: 4;
	color: #fff;
	font-size: 18px;
	transition: opacity .5s ease, right .2s ease-in-out;
	opacity: 0;
	right: 50%;
}
.grid-image.hover .caption .inner:after {
	opacity: 1;
	right: 4px;
}


/* Grid animations */
.grid-image {
	-moz-transition: blur .5s ease;
	-ms-transition: blur .5s ease;
	-o-transition: blur .5s ease;
	-webkit-transition: blur .5s ease;
	transition: blur .5s ease;
}
.grid-image img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
		pointer-events: none;
}
.grid-image img { 
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    -webkit-transition: .5s linear;
    transition: .5s linear;
	filter: blur(0); -webkit-filter: blur(0); -moz-filter: blur(0); -o-filter: blur(0); -ms-filter: blur(0);
}
.grid-image:hover img,
.grid-image:focus img,
.grid-image.hover img {
	filter: blur(6px); -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px);
	/*filter: url(/app/assets/svg/blur.svg#blur);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');*/
}
.grid-image .caption, .grid-image .caption .inner, .grid-image .caption:after {
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: height .5s ease, width .5s ease;
}


/* tables */
.article-content table {
	margin: 2em 0;
    border-spacing: 1px;
    border-collapse: separate;
}
.article-content table th {
	background: #eee;
	font-weight: bold;
}
.article-content table th, .article-content table td {
	padding: 10px;
}
.article-content table th p, .article-content table td p {
	margin: 0;
}
.article-content table td {
	border-bottom: 1px solid #eee; 
}


/* Mobile */

@media (max-width: 991px) {
	#wallgrid .grid-cell {
		width: 33.3333333% !important;
	}
	#wallgrid .grid-cell .grid-image {
		height: 220px !important;
	}
	#wallgrid .grid-cell.fit {
		margin-top: 0 !important;
		top: 0 !important;
	}
	#wallgrid .grid-image .caption {
		bottom: 0 !important;
		top: auto !important;
		left: 0 !important;
		width: 100% !important;
		height: 115px !important;
		min-height: 115px !important;
	}
	#wallgrid .grid-image:hover .caption,
	#wallgrid .grid-image:focus .caption,
	#wallgrid .grid-image.hover .caption {
		height: 100% !important;
	}
/*	#wallgrid .grid-image .caption .text {
		display: block;
		height: 64px;
		min-height: 64px;
		overflow: hidden;
	}
	#wallgrid .grid-image:hover .caption .text,
	#wallgrid .grid-image:focus .caption .text,
	#wallgrid .grid-image.hover .caption .text {
		height: auto;
	}
*/	

	#wallgrid .grid-image .caption .inner {
		display: block;
		height: 100px;
		overflow: hidden;
	}
	#wallgrid .grid-image:hover .caption .inner,
	#wallgrid .grid-image:focus .caption .inner,
	#wallgrid .grid-image.hover .caption .inner {
		height: 100%;
	}
	#wallgrid .grid-image .caption:after {
		left: 18px !important;
		border-top-color: transparent !important;
		border-left-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: rgba(0,0,0,0.6) !important;
		bottom: 100% !important;
		top: auto !important;
		right: auto !important;
		margin-left: 0;
	}
	#wallgrid .grid-image:hover .caption:after {
		border-bottom-color: #111 !important;
	}

}
@media (max-width: 767px) {
  
	#wallgrid .grid-cell {
		width: 50% !important;
	}
	.header .header-title {
		font-size: 34px;
		line-height: 38px;
	}
	.header .header-text {
		font-size: 17px;
	}
	.content h2 {
		font-size: 170%;
		line-height: 120%;
	}

}
@media (max-width: 480px) {
  
	#wallgrid .grid-cell {
		width: 100% !important;
	}

}




/* Other */

#article .social-buttons, #content .social-buttons {
	margin-bottom: 1.5em;
	padding: 10px 0 10px 0;
	min-height: 62px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
#article .social-buttons a, #content .social-buttons a {
margin-right: 10px;
    margin-bottom: 5px;
    width: auto;
    display: inline-block;
}
#article .social-buttons a:hover, #content .social-buttons a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}



/* ---------- Sidebar Nav ----------- */

#sidebar-left {
	margin-top: 90px;
}
.sidebar {
	padding-top: 6px;
}
.sidebar h2 {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 8px;
}
.sidebar h3 {
	font-family: Roboto, sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	margin: 1em 0 0.5em;
	color: #111;
}
.sidebar-nav  {
	font-size: 1em;
}
.sidebar-nav ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.sidebar-nav > ul {
	margin-bottom: 10px;
}
.sidebar-nav li a {
	color: #666;
}

#pages-nav {
	border-top: 1px solid #d8d8d8;
	font-size: 15px;
	line-height: 19px;
}

#pages-nav li {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0 0 0 20px;
}
#pages-nav li a {
	display: inline-block;
	padding: 7px 0;
}
#pages-nav li:before {
	/*font-family: 'Glyphicons Halflings';*/
	/*content: "\e124";*/
	font: normal normal normal 15px/1 "Font Awesome 6 Pro", FontAwesome;
	content: "\f0a3";
	color: #70a;
	
	vertical-align: top;
	position: relative;
	
	display: inline-block;
	
	margin: 0 5px 0 -20px;
	top: 9px;
}


@media (max-width: 767px) {
	#sidebar-left {
		padding-bottom: 30px;
	}
	#sidebar-left .sidebar .block {
		background: #F7F7F7;
		border: 1px solid #fff;
	}
}



/* ---------- Blog ----------- */

/* @TODO: move this to blog.css/publications.css or other */

#blog {
	margin-top: 10px;
	margin-bottom: 10px;
}
#blog h2 {
	margin-top: 0;
}
#blog #blog-header {

}
#blog #blog-content {

}
#blog #blog-content .list-item {
	background-color: #e6e6e6;
	margin-bottom: 8px;
		position: relative;
}
#blog #blog-content .list-item:before, #blog #blog-content .list-item:after { content: ""; display: table; }
#blog #blog-content .list-item:after { clear: both; }

#blog #blog-content .odd {
	background-color: #f7f7f7;
}
#blog #blog-content .even {
	background-color: #ffffff;
}
#blog #blog-content .info {
	padding: 10px;
}
#blog #blog-content .info p {
	margin: 0 0 6px 0;
}
#blog #blog-content .image {
	width: 50%;
	float: right;
	margin: 0 0 10px 10px;
}
#blog #blog-content .image img {
	display: block;
	width: 100%;
	max-width: 100%;
	background: #D6D6D6;
	border: 5px solid #D6D6D6;
}
#blog #blog-content .image  p {
	margin: 0 6px 6px 6px;
}
#blog #blog-content .content {
	background: none;
	color: #666;
	margin: 0;
	clear: left;
	margin: 0 10px;
}
#blog #blog-content .content a {
	color: #70a;
}
#blog #blog-content .fb-like {
	height: 30px;
}
#blog #promotion-banner {
	height: auto;
}
#blog #comment {

}
#blog #preview {
	min-height: 120px;
	padding: 8px;
	border: 5px solid #E6E6E6;
	background-color: #F8F8F8;
	color: #000;
}
#blog .add-photo-btn {
	margin: 1.5em 0;
}
#blog .add-photo-btn a {
	padding-left: 20px;
	padding-right: 40px;
}
#blog .add-photo-btn a i {
	padding-right: 10px;
}
@media (max-width: 767px) {
	#blog #blog-content .image {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	#blog #blog-content .info {
		clear: both;
	}
}



/* Post form */
#blog-post a.edit-btn, #blog-update a.edit-btn  {
	background-color: #ccff00;
	padding: 4px 6px;
}
#blog-update a.edit-btn.arrow-down {
	padding-right: 30px;
	display: inline-block;
	background: url(../images/arrow_down.png) no-repeat 95% center;
}
#blog-update .button a.edit-btn {
	display: block;
	padding: 0 34px 0 10px;
	font-size: 84%;
}
#blog-update {
	margin-top: -8px;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #fff;
	border: 1px dashed #ccc;
}
#blog-update #postform {
	display: none;
}

#postform {
	padding: 12px 0 0 0;
	margin: 0;
}

#postform label {
	clear: left;
	float: left;
	display: inline;
	width: 120px;
	margin: 2px 0;
	padding: 0;
	text-align: left;
	line-height: 30px;
}

#postform textarea {
	width: 100%;
	font-size: 0.9em;
}
#postform .row  {
	padding: 5px 5px;
	margin: 0 0 6px 0;
	border: 1px solid #C2CACF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		background: #F7F7F7;
}
#postform .row * {
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box; 
	box-sizing: content-box; 
}
#postform .row input, #postform .row textarea, #postform .row select {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

/* Tagger field stuff */
#postform .TaggerField {
	clear: left;
}
#postform .TaggerField table {
	margin: 0px;
}
#postform .TaggerField table tr {
	background-color: transparent;
}
#postform .TaggerField table th, #postform .TaggerField table td {
	padding: 0px;
	border: none;
}
/* Solspace field stuff */
#postform .suggest_tags, #postform .top_tags {
	height: 24px;
	padding-top: 12px;
}
#postform .tag_input {
	padding: 4px 6px;
	border: 1px solid #DDDDDD;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#postform .tag_input:hover {
	border: 1px solid #93D7E2;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04), inset 0 0 6px 0 rgba(147, 215, 226, 0.4);
}
#postform .TaggerField table .TagBox h4{
	font-family: Roboto, sans-serif;
	background: #E1E8ED !important;
}

#postform .html {
	margin-top: 10px;
}

#postform .markItUp .markItUpHeader ul {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #ffffff;
}


#postform #cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
#postform #cform select[multiple=multiple],
#postform #cform textarea {
	font-size: 14px;
}

#postform .CIField * {
	box-sizing: content-box;
}
#postform .CIField table {
	border: 1px solid #C2CACF;
	border-radius: 3px;
}
#postform .CIField .CITable thead th.top_actions {
	background: #F7F7F7 !important;
	border-top: 1px solid #C2CACF;
	padding: 8px 10px 9px 10px !important;
}
#postform .CIField .CITable thead th {
	background: #F7F7F7 !important;
	padding: 8px 10px 9px 10px !important;
	font-size: 15px;
	font-weight: normal;
	    line-height: 17px;
}

#postform .CIField .CITable thead th:last-child {
	border-right: 1px solid #C2CACF !important;
}
#postform .CIField .CITable thead th.top_actions .block.UploadImages {
	font-weight: normal;
	color: #7700aa;
	border: 1px solid #cdcdcd;
	padding: 8px 15px 8px 30px;
	display: inline-block;
	height: 18px;
	background-position: 6px 9px;
	cursor: pointer;
	
	text-shadow: none;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#postform .CIField .CITable thead th.top_actions .block.UploadImages input {
	cursor: pointer;
	height: 34px;
}
#postform .CIField .CITable thead th.top_actions .block.UploadImages:hover {
	background-color: #fff;
	border-color: #ccc;
}
#postform .CIField .ImageQueue .File {
	height: auto;
}
#postform .CIField .CITable tfoot td {
	background: #F7F7F7 !important;
	padding: 8px 10px 9px 10px !important;
}
#postform .CIField .CITable textarea, #postform .CIField .CITable .image_title {
	font-size: 15px;
	padding: 5px;
	box-sizing: border-box;
}
#postform .CIField .CITable .filename {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
}
#postform .CIField .TileBased .Image .filename .name {
	width: 100%;
}
#postform .CIField .CITable .image_title {
	border: none !important;
    resize: none;
    padding: 5px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    min-height: 0;
	margin-top: -3px;
	background: none !important;
	width: 100%;
}

#postform .tag_section_data {
	clear: both;
	width: 100%;
}
#postform .solspace_tag_group .suggest_tags, #postform .solspace_tag_group .top_tags, #postform .solspace_tag_group .refresh_suggest_tags {
	color: #70a;
}

#postform input#title {
	font-size: 20px;
	font-family: calluna, serif;
}
#postform label#title_label {
	font-size: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	font-family: calluna, serif;
}
#postform textarea#blog_body {
	height: 260px;
	box-sizing: border-box;
	font-size: 15px;
}
#postform #blog_body_label {
	display: block;
	float: none;
}
#postform .instructions {
	color: #999;
	font-size: 12px;
	margin-top: 8px;
}
.postform-admin {
	background: #f3dede;
	clear: both;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #eaacac;
	padding: 3px 10px;
}
.postform-admin label {
	width: auto;
	float: left;
	clear: none;
}
.postform-admin select {
	width: auto;
	clear: none;
}
.nicEdit-main {
	background: #ffffff;
}

.cloudtags {
	margin-bottom: 12px;
}
.cloudtags a {
	color: #aaa;
	margin: 0 2px;
}
.listing .cloudtags {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #d8d8d8
}
.listing .item-taxonomy {
	/*font-size: 13px;*/
	font-style: italic;
	margin-top: 10px;
	color: #666;
}
