/**
  * styles for subpages
  */

/* middle container */
#middle {
	height: 167px; /* 140 + menu */
	background-color: #fff;
	background-image: url(../img/middle-bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* graphic content headings */
h1.heading {
	float: right;
	display: block;
	color: #b7c74b;
	font-size: 300%;
	background-image: url(../img/heading-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 35px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
h1.heading img {
	display: block;
	margin-bottom: -4px;
}

h3.heading {
	display: block;
	margin-bottom: 1em;
	color: #b7c74b;
	font-size: 150%;
}

h4 {
	color: #b7c74b;
	margin: 1em 0;
}

/* main container */
#main {
	background-image: url(../img/bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.content {
	padding: 2em;
	overflow: auto;
	line-height: 130%;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.content p {
	margin: 1.5em 0;
	text-align: justify;
}

.content .column {
	width: 45.9%;
	float: left;
}

#column-left {
	padding-right: 4%;
	border-right: 1px #ececea solid;
}
#column-right {
	padding-left: 4%;
}


/*
.column-spacer {
	width: 4%;
	height: 100%;
	float: left;
	background-image: url(../img/column-spacer-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}*/

.content ul {
	text-align: justify;
	margin-bottom: 1em;
}
.content ul li {
	margin: 1em 0;
}
.content ul.tight li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.no-bullets {
	list-style: none;
}
.bullets {
	list-style: disc;
	padding-left: 1em;
}
.bullets li {
	/*padding-left: 1em;*/
}

/* leading img of a paragraph or box */
img.leading {
	margin: 0 9px 3px 0;
	float: left;	
}

/* people subpage */

#img-group {
	width: 660px;
	border: 2px solid #706c6b;
}

/* trainings subpage */
#img-map {
	margin: 0 0 5px 20px;
	float: right;	
}

/* news page */
/* news box */
.box {
	margin: 2em 0;
	padding-left: 1em;
	padding-bottom: 0.5em;
	overflow: auto;
	height: auto;
	position: relative;
}
/* news date */
.box span.date {
	font-size: 90%; 
	font-weight: bold;
	float: right;
}
/* news title  */
.box h5 {
	position: relative;
	font-size: 110%;
}
/* news title img  */
.box h5 img {
	display: block;
	top: 2px;
	left: -15px;
	position: absolute;
}
/* box text */
.box p {
	clear: both;
}
/* box link */
.box a {
	color: #b7c74b;
}
/* box in-text link */
.box p a {
	margin-right: 1px;
}
/* box source link */
.box a.source {
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
}
/* box autor */
.box p span {
	display: block;
	margin-top: 0.5em;
}

img.foto {
	margin: 10px;
	border: 2px solid #b7c74b;
}