/* ==================================== */
/*  Webworks CSS : Content Styles  */
/* ==================================== */

/* --- General ------------------------------------------------ */

#content h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#content h2 {
  margin: 1em 0 0.5em;
}

#content h3 {
  margin: 1em 0 0;
  line-height: 1.4;
}

#content p {
  line-height: 1.4;
  margin-bottom: 1em;
}

#content ol {
margin-left:18px;
}


#plus p {
  line-height: 1.4;
  margin-bottom: 1em;
}

#plus img {
  width: 133px;
  margin-bottom:1em;
}

/*- Links -*/

a {
  color: black;
}

a:hover,
a:focus,
a:active {
  background-color: #e2e6C0;
}

.contentproduction a:hover,
.contentproduction a:focus,
.contentproduction a:active {
  background-color: #d1c489;
}



#content li {
	margin-left: 17px;
}


/* --- News --------------------------------------------------- */

#news li {
  background-color: #F9FAF0;
  margin-bottom: 20px;
  margin-left:0;
  padding-left: 17px;
  position:relative;
}

.contentproduction #news li {
  background-color: #F9F6F0;
}

/*#news img {
  display: block;
  float: right;
  padding-left: 5px;
}*/

img.imgtfe {
  display: block;
  position:absolute;
  top:0;
  right:-5px;  
}


#news h2 {
  margin: 0;
  padding: 14px 150px 0 0;
}

#news h2 a {
  text-decoration: none;
}

#news h2 a:hover,
#news h2 a:focus,
#news h2 a:active {
  color: black;
  text-decoration: underline;
}

#news p {
  margin: 0;
  padding: 0 150px 14px 0;
}


form#form_textlab textarea {
	margin-left:0;
	width: 307px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:0.9em;
	padding:3px;
	background: #fff; 
	border: 1px solid #888888; 
	vertical-align:top;
}

form#form_textlab textarea:hover, form#form_textlab textarea:focus {
	background:#d1c388; 
}


form#form_textlab label {
	margin: 20px 0;
}

form#form_textlab #submit {
	background-color: #d1c388;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	margin: 10px 10px 0 0;
	float:right;
	font-size:1.1em;
	padding:5px 20px;	
}

