/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

html, body {
	height: 100%;
}

body {
	background: #cdc9b4;
	font-family: Arial;
	font-size: 11px;
	color: #383838;
}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
#clear  { clear:both; height: 120px; }

a, a:hover, a:link, a:visited { color: #45889e; }
fieldset, a img { border: 0; }


.bl-html {
	width: 970px;
	margin: auto;
	height: 100%;
	background: #ecd4a0 url(../images/bg_rbimage.gif) right bottom no-repeat;
}
.bl-body {
	height: 100%;
	background: url(../images/bg_main.gif) left 204px repeat-y;
}
* > .bl-html, * > .bl-body {
	height: auto;
	min-height: 100%;
}

/* header */
.bl-header {
	background: url(../images/bg_header.gif) left top no-repeat;
	height: 204px;
	position: relative;
}
.header-right {
	float: right;
	width: 220px;
	padding-top: 30px;
	font-family: Tahoma;
}
.header-right .search {
	text-align: center;
}
.header-right h1 {
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
}
.header-right p {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.header-text {
	position: absolute;
	top: 187px;
	left: 470px;
	width: 230px;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
a.logolink {
	display: block;
	position: absolute;
	left: 110px;
	top: 40px;
	height: 100px;
	width: 150px;
}

/* /header */

/* main side */

.side-main {
	background: url(../images/bg_content.gif) right top repeat-y;
	z-index: 1000;
	margin-right: 222px;
}
.bl-content {
	background: url(../images/bg_content_top.gif) right top no-repeat;
	padding: 20px 28px 0 61px;
}
.bl-content h2 {
	color: #0081b7;
	font-family: AGFutura, Tahoma;
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0;
	background: url(../images/bg_contentline.gif) left bottom repeat-x;
	margin-bottom: 10px;
}
.bl-content img.main {
	display: block;
	float: left;
	margin-right: 20px;
}

#tags {
	float: right;
	margin: 0 0 20px 20px;
}

.post {
	clear: left;
	padding-top: 20px;
}
.post .topline {
}
.post .topline .pub {
/*	float: right;*/
	padding-bottom: 10px;
}
.post .topline .pub, .post .topline .pub a, .post .topline .pub a:visited {
	font-family: Times New Roman;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.post .topline .pub a:hover {
	color: #000;
	text-decoration: underline;
}
.post .topline .big {
	height: 30px;
	background: url(../images/bg_contentline.gif) left bottom repeat-x;
}
.post .topline .big, .post .topline .big a, .post .topline .big a:visited {
	color: #0081b7;
	font-family: AGFutura, Tahoma;
	font-size: 24px;
	text-decoration: none;
}
.post .container {
	padding: 10px 0 20px 0;
}
.post .container p {
	padding-bottom: 5px;
}

/* /main side */

/* Left side */


.bl-right {
	float: right;
	width: 220px;
	padding-bottom: 315px;
}
.menu {
	height: 335px;
	background: url(../images/bg_menu.gif) left top no-repeat;
	font-size: 14px;
	padding: 20px;
}
.menu a, .menu a:visited, .menu a:hover {
	color: #000;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

/* /Left side */


/* foooooooter */

.bl-footer {
	background: url(../images/bg_footer.gif) left top no-repeat;
	height: 30px;
	padding: 50px 50px 0;
	font-size: 14px;
}
.bl-footer a, .bl-footer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.bl-footer a:hover {
	color: #000;
	text-decoration: underline;
}

