/* =FEATURES

- - - - - - - - - - - - - - - - - - - - - */

#article {
	width:640px;
  	float:left;
	text-align: left;
}

.read-more {
  color:#333;
  font-family: Garamond,Goudy,Palatino,"Times New Roman",Times,serif; font-style: italic;
  font-size:11px;
  position:absolute;
  bottom:3px;
 left:0px;
  margin-top:0px;
}


.read-more a:link {
  text-decoration:none;
  color:#333;
  font-weight:bold;
font-family: Palatino,"Times New Roman",Times,serif; font-style: italic;
  font-size:13px;
}
.read-more a:visited {
  text-decoration:none;
  color:#333;
  font-weight:bold;
font-family: Palatino,"Times New Roman",Times,serif; font-style: italic;
  font-size:13px;

}

.read-more a:hover {
  	text-decoration:none;
  	color:#333;
	background-color: #ddd8c0;
}


.title {
  float:left;
  border:5px solid #eae7d7;
  margin-bottom:5px;
  margin-right:10px;
  width:277px;
  height:107px;
}


.title-apropos {
  font-weight:bold;
  color:#636363;
  font-family: Verdana;
  font-size:14px;
}

.post {
  width:285px;
  height:255px;
  float:left;
  margin-right:11px;
  margin-left:11px;
  margin-right:30px;
  margin-left:4px;
  margin-top:14px;
  border-bottom:1px dotted #B0B0B0;
  position:relative;
}

.subtitles {
  color:#333;
  font-size:12px;
  font-family: Arial;
	font-weight:bold;
	
	
	
}

.subtitles a {
  color:#333;
  text-decoration:none;
  font-weight:bold;
}
.subtitles a:visited {
  color:#333;
  text-decoration:none;
  font-weight:bold;
}

.entry {
  font-family: Arial;
  font-size:12px;
  text-align:justify;
  color:#333;
 
}

.entry p {
	margin: 0px; 
	padding: 0px;
	}
.entry img {
	margin-top: 5px;
	}


.entry a {
  color:#FD1966;
  text-decoration:none;
  font-weight:bold;
}


#article h2 {
/*  margin:0px;
  color:#cc6666;
  text-decoration:none;

font-family:   Palatino, Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-weight:normal;
  */
  font:bold 19px/1em Georgia, "Times New Roman", Times, serif; color:#61833a;  
}

#article h2 a {
  margin:0px;
  color:#61833a;
  text-decoration:none;
font-family:   Palatino, Georgia, "Times New Roman", Times, serif;
  font-size:19px;
 font-weight: normal; 
}

#article h2 a:visited {
  margin:0px;
  color:#61833a;
  text-decoration:none;
font-family:   Palatino, Georgia, "Times New Roman", Times, serif;
  font-size:19px;
 font-weight: normal;
}

#article h2 a:hover {
  color:#333;
  text-decoration:none;
	background-color: #ddd8c0;
}


/* =Sidebar Column

- - - - - - - - - - - - - - - - - - - - - */

#sidebar {
  float:right;
  margin-right:5px;
  width:310px;
}

