@charset "UTF-8";


/*--- OVERRIDE ------------------*/

#detail h3 {
	margin-bottom: 15px;
	padding: 4px 0 4px 22px;
	border-left: solid 1px #d9d9d9;
}

/* ------------------------------------
 * NEWS
 * ------------------------------------ */

.text {
	padding: 10px 0 40px;
}

.text .photo {
	display: block;
}

.text .photo img {
	display: block;
	width /***/: auto;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
	text-align: left;
}

.text a,
.text a:hover {
	text-decoration: underline;
}

.text a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity: 0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;   
}
