#content {
  width:75%;
  background:#fff;
  margin-right:15px;
  margin-left: 15px;
  padding-bottom:20px;
}

#rightmenu { 
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20%;
  margin: 1em;
  text-align: center;
}

div#title { 
  border: 1px solid black;
  /* background: #4477aa; */
  background: url('/crvena.jpg');
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  padding-bottom: 10px;
}

h1 {
  font-size: 240%;
  margin: 0px;
  color: white;
  text-align: center;
  font-family: athena, garamond, baskerville, serif;
}

h2 {
  font-size: 130%;
  font-style: italic;
  color: #e0e0e0;
  text-align: center;
  font-family: Bepa, sans-serif;
  font-weight: normal;
}

.belo {
  color: white;
  text-decoration: none; 
}

h1>a {
  color: white;
  text-decoration: none; 
}

body,td { 
  font-family: Bepa, Sans-serif; 
  font-size: 10pt;
  color: #111111; 
}

body {
  background: white;
  padding: 0px;
  margin: 0px;
}

a { 
  text-decoration: underline; 
  color: #855; 
}

a:hover { 
  text-decoration: underline; 
  color: #e88; 
}

.title { 
  font-size: 140%; 
  font-weight: bold; 
  color: #993366; 
}
.malinaslov { 
  font-size: 110%; 
  font-weight: bold; 
  color: #993366; 
  margin-top: 10px;
}


.blosxomDate { 
  margin-top: 34px;
  margin-bottom: 4px;
  font-weight: bold;
  font-style: italic;
  color: #993366; 
  font-size: 130%;
  display: block;
}
.blosxomTitle {font-size: 130%; font-weight: bold; color: #000000; }

.blosxomTime { 
  font-style: italic;
  color: #993366; 
}

.storytitle {
  color: #444;
  font-size: 140%;
  margin: 0px;
}
.storycontainer {
  border: 0px;
  margin: 10px;
  padding: 0px;
  padding-left: 20px;
}
.story {
  border: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0px;
}

.malitekst {
  font-size: 85%;
}

.blosxomCalendar{
	background-color: #eee;
	border-left:   1px dotted #ddd;
	border-top:    1px dotted #ddd;
	border-right:  1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
        border-spacing: 0px;
        padding: 0px;
        text-align: right;
    	margin-left: auto;
    	margin-right: auto;
	font-weight: normal;
}

.CalendarWeek {
        background-color: #fff;
        font-weight: bold;
}

.blosxomCalendarHead{
	border-width:1px;
	color:#111111;
        font-style: italic;
}
.blosxomCalendarToday{
	background-color: #FFFFEE;
	border-style:solid;
	border-width:1pt;
	border-color:#999999;
}
.blosxomCalendarSpecificDay{
	background-color: #FFDDDD;
	border-style:solid;
	border-width:1pt;
	border-color:#999999;
}
.blosxomCalendarBlogged{
	text-align: right;
}
.blosxomCalendarCell{
	text-align: right;
}
.blosxomCalendarEmpty{
	text-align: right;
}

/* Individual posts */
div.storybody thead {
    background: #eee;
    font-size: 116%;
}
div.storybody thead th {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
div.storybody tbody th {
    //background: #eee;
    font-size: 116%;
    border-bottom: 1px dotted #ccc;
}
div.storybody tbody.delimiters td,
div.storybody tbody tr.delimiter td {
    border-bottom: 1px dotted #ccc;
}
div.storybody tbody td {
    text-align: center;
    vertical-align: top-text;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
div.storybody tbody td.center {
    text-align: center;
}
div.storybody tbody td.right {
    text-align: right;
}
div.storybody tbody td.left {
    text-align: left;
}
div.storybody h2 {
    text-align: left;
    color: #999;
}