/* CSS Document */

body{background:url(images/body_bg.gif) repeat-x #fff; color:#0F0F0F; font:15px/20px Helvetica, sans-serif; margin:8px 0 0 0; padding:0;z-index:1;}
div, ul, h1, h2, h3, h4, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
.right{float:right}
.left{float:left}
.clear{clear:both}
img {border:0px;}
a{
	outline:none;
    color:#333;
}
a:hover{
    color:#f33;
}

/* Body */
#body{
    width:100%;
    text-align: left;    
    min-width:820px;
}
/* Structure Section */
#header {
    width:550px;
    margin:0 auto;
	position:relative;
}
#content {
    width: 820px;   
    min-width:820px;
    margin:0 auto;
}
#ads {
    width: 820px;
    margin:4px auto;
    text-align:center;
    background:url(images/ads_bg.gif) no-repeat;
	padding-top:28px;
	padding-bottom:2px;
}
#footer {
    width: 820px;
    margin:0 auto;
    background:url(images/footer_bg.gif) no-repeat;
    padding:21px 0;
    font-size:.8em;
    text-align:right;
}

/* Header Section */
#logo {
    height: 65px;
	background:url(images/hohli.png) 0 0 no-repeat;
	padding: 10px 0 0 125px;
	position:absolute;
	top:12px;
	left:15px;
}
#logo h1 {
	font-size:1.8em;
}
#logo h2 {
	color:#777;
	font-size:1.0em;
	margin-top:6px;
}
#tabs {
    height: 32px;
	padding-top:75px
	/*position: relative;*/
}

#menu li,#menu li span{
    background-image:url(images/tabs_li_bg.gif);
    background-repeat:no-repeat;
}

#menu {
	padding: 0;
	list-style: none;
}

#menu li {
	position: relative;
    float:left;
    height:32px;
    width:172px;
    margin-right:.33em;
    background-position:0 -96px;
    padding-left:5px;
    font-size:1.08em;
}
#menu li.on{
    background-position:0 -64px;
}
#menu li span{
    display:block;
    background-position:100% -32px;
    padding:0 18px 0 10px;
    line-height:2.5em;
    height:32px;
}
#menu li span img{
    float:left;
    margin:8px 6px 0 0;
}
#menu li.on span{
    background-position:100% 0;
}

#menu a {
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	height:32px;
}
#menu li em {
    z-index:999;
	font-weight: bold;	
	font-style: normal;
	font-size:0.8em;
	line-height:1.4em;
	width: 180px;
	height: 55px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 16px 12px 10px;
	z-index: 2;
	display: none;
	background: url(images/hover.png) no-repeat;
} 

/* Content section */
#content {
	
}

#content h2 {
	clear:both;

	color:#777;
	margin: 1px 0;
	padding: 12px 0;
	border-bottom:1px solid #aaa;
}

#content h3 {
	margin: 16px 0 6px 0;
	clear:both;
}
#content h3 a{
	color:#555;
}

.post {
	padding-left:10px;
	padding-bottom:10px;
	border-top:1px solid #aaa;
	clear:both;
	text-indent:8px;
}

.post img {
	float:left;
	padding:4px;
	border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
	margin:4px;
}

/* Footer section */
#footer ul,#footer ul li{
    display:inline;
}
#footer .legal{
    float:left;
    width:54%;
    text-align:left;
}
#footer .separator{
    padding:0 6px 0 5px;
}

.behind-the-site{position:absolute;top:0;right:0;background:url(images/behind_the_site.gif) no-repeat;width:90px;height:114px;}
.behind-the-site a{display:block;width:88px;height:112px;}
.behind-the-site a span{display:none;}