

img{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-width: 0px;
	
	max-width:310px;
}

/* ------------  POST ------------ */

div.post {
/*	background-color: #FAFAFA;*/
	
	color: #777777;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 5px;
	
	padding-top: 15px;
	padding-bottom: 5px;
	
/*	border-width: 1px;
	border-style: solid;
	border-color: #111111;*/
	
	min-height:120px;
}

img.post{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin-left: 5px;*/
	border-width: 0px;
	
	max-width:120px;
	/*max-height:120px;*/
}

h2.post_title {
/*	color: #885555; */
	color: #883322;
	display: inline;
	margin: 0;
	}

h2.post_title a {
/*	color: #666666; */
	color: #883322;
	font-size: 16px;
	font-family: helvetica;
	margin-top: 30px;
	display: inline;
	margin: 0;
}

span.post_channel {
	color: #3494C3;
	font-size: 10px;
	margin-left: 50px;
	margin-right: 10px;
}

span.post_author {
	color: #EE9255;
	font-size: 12px;
	margin-left: 20px;
}

span.post_type {
	color: #555555;
	font-size: 12px;
	font-variant: small-caps;
	margin-left: 20px;
}

span.post_date {
	color: #777777;
	font-size: 10px;
	margin-top: 3px;
	margin-left: 10px;
}

span.post_text{
	color: #444444;
	font-size: 12px;
}

span.post_oneLine{
	position: absolute;
	left: 200px;
	color: #FFC33B;
	font-size: 12px;
}

div.post_text {
	background-image: url(guillemets.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-top: 6px;
	margin-right: 100px;
	margin-bottom: 2px;
	min-height:35px; /* height of background image ... */
}


a:link {
	text-decoration:none
}

a:visited {
	text-decoration:none
}

a:hover {
	text-decoration:none
}


