@charset "UTF-8";

/* CSS Document */

/*  #headLine ======================================== */

div#headLine {
	float:left;
	text-align:left;
	width:580px;
}

div#headLine h2 {
	background-image: none;
	background-color:#d3edf0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 0px;
	line-height: 32px;
	color:#5daaac;
	height: 32px;
	width:100%;
	margin: 0px 0px 20px;
	padding: 0 0 0 10px;
}

#headLine dl {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #CCC;
}

#headLine dt, #headLine dd {
	border-top: 1px dotted #CCC;
	padding: 0px;
	margin: 0px;
}

#headLine dt {
	clear: left;
	float: left;
	width: 8em;
}

#headLine dd { margin-left: 8em; }

#headLine a {
	display:block;
	padding: 9px;
	margin: 0px;
	color: #000;
}

.postDate { text-align: right; }

/*  .headline ======================================== */

.headline {
	float:right;
	text-align:left;
	width:569px;
}

dl.headline {
	margin: 0px 0px 30px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

dl.headline dt, dl.headline dd {
	border-top: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
}

dl.headline dt {
	clear: left;
	float: left;
	width: 8em;
}

dl.headline dd { margin-left: 8em; }

dl.headline a {
	display:block;
	padding: 9px;
	margin: 0px;
	color: #333;
}

.updated { text-align: right; }

/* ============ */
#colmWrapper img.size-large {
	width:100%;
	height:auto;
}
#colmWrapper img {
	max-width:100%;
}
a[href$=".pdf"]:before,
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".ppt"]:before,
a[href$=".pptx"]:before {
	content: "\f0da";
	font-family: "FontAwesome";
	padding-right: 3px;
	padding-left: 3px;
	color: black;
}

a[href*=".pdf"]::after {
	content: "\f1c1";
	font-family: "FontAwesome";
	padding-right: 3px;
	padding-left: 3px;
	color: #F00;
}

a[href*=".doc"]::after,
a[href$=".docx"]:before {
	content: "\f1c2";
	font-family: "FontAwesome";
	padding-right: 3px;
	padding-left: 3px;
	color: #F00;
}
a[href*=".xls"]::after,
a[href$=".xlsx"]:before {
	content: "\f1c3";
	font-family: "FontAwesome";
	padding-right: 3px;
	padding-left: 3px;
	color: #F00;
}

a[href*=".ppt"]::after,
a[href$=".pptx"]:before {
	content: "\f1c4";
	font-family: "FontAwesome";
	padding-right: 3px;
	padding-left: 3px;
	color: #F00;
}















