body {
	background: url(/img/top.gif) repeat-x #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;

	text-align: center;
}
a {
	color: #a00;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-left: 15px;
}
h1 a {
	color: #444;
}
hr {
	height: 1px;
	border: 0px solid;
	background-color: #333;
}
blockquote {
	border: 0px solid;
	border-left: 5px solid #444;
	margin-left: 15px;
	padding: 10px;
}

#main {
	width: 900px;
	margin: 0px auto;
	padding: 0px 25px 0px 25px;

	text-align: left;
}
#header {
	height: 115px;
}
#info {
	width: 250px;
	float: right;
}
#content {
	width: 600px;
	float: left;
}
#footer {
	height: 50px;
	clear: both;

	font-size:10px;
}
#footer p {
	margin-left: 20px;
}

#logo {
	float: left;
}

#header ul {
	float: right;
	border-right: 1px solid #77664d;
	border-left: 1px solid #32291e;
	list-style: none;
}
#header ul li {
	float: left;
	margin:0px;
	display: inline; /* telefonam */
	height: 100px;
	border-right: 1px solid #32291e;
	border-left: 1px solid #77664d;
}
#header ul li a {
	display: inline-block;
	height: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c5b49e;
}
#header ul li a span {
	display:block;
	margin: 45px 10px 0px 10px;
}
#header ul li a.open,
#header ul li a:hover {
/* telefons samazina <a> lidz tekstam un neliek bg */
	background: url(/img/top_open.gif) repeat-x;
	color: #eee;
}
#header ul li > a.open,
#header ul li > a:hover {
	background: url(/img/white.png); /* FF, Opera, Chrome,... */
}

div.item {
	clear:both;
	padding-bottom:20px;
}
div.item ul {
	list-style: none;
	margin-left: 15px;
}
div.item ul li {
	float: left;
	display: inline; /* telefonam */
	height: 15px;
	font-size: 10px;
	padding: 2px 15px 0px 20px;
	margin: 0px;
}
div.item ul li.date {
	background: url(/img/icon_time.gif) no-repeat;
}
div.item ul li.tags {
	background: url(/img/icon_tags.gif) no-repeat;
}
div.item .text {
	margin: 2em 0em 1em 0em;
}
div.item .text ul {
	list-style:disc;
	margin-left: 15px;
}
div.item .text li {
	float:none;
	display:list-item;
	font-size: 12px;
	padding: 2px 0px 0px 0px;
}

#content img { max-width: 600px; }


#info ul {
	margin: 1em 0em 1em 0em;
}
