/*
Theme Name: Salute-Press
Theme URI: http://salute-press.org/
Description: Modified to be included inside the main page.
Version: 0.1
Author: Dario Bigongiari
Tags: salute-press, s.h.r.o.

*/
body {
  margin: 0px;
  padding: 0px;
  color: #000066;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 17px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

#menu {
	float: right;
	width: 240px;
	margin: 0px 0px 4px 10px;
}

#menu ul {
 	list-style-type: none;
	margin: 0;
	padding-left: 4px; 
}

.recent_post {
  clear: both;
  padding-bottom: 0.5em;
}

.recent_post div {
  min-height: 90px;
  height:auto !important; /* This little hack solves min-height for IE6 */
  height: 90px;
  padding: 2px 0px 0px 6px;
  margin-bottom: 0.2em;
  text-align: justify;
}

.recent_post img {
  margin: 0px 4px;
  float: left;
  border: 0px;
}

.storycontent {
  /*text-align: justify;*/
  overflow: hidden;
}

img {
  border: 0px;
} 
                         
#rss_id {
  background-image: url('./img/rss16.gif');
  background-repeat: no-repeat;
  float: right;
  padding-left: 18px;
  height: 18px;
}

