body{
	background-color: #660000;
	color: #fff393;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}
a, a:visited{
	text-decoration: none;
	color: #ffffb3;
}
h1{
	font-weight: bold;
}
.page{
	width: 960px;
	margin: 5px auto 0px auto;
	padding: 0px 10px;
	font-size: 1.2em;
}
.header{
	height: 94px;
	background: url(../img/header.png) no-repeat;
}
.footer{
	border-top: 1px dotted #660000;
	color: #666666;
	margin-top: 10px;
	padding: 3px 0px 0px 0px;
	font-size: 0.8em;
	}
a.title{
	font-weight: bold; 
	font-size: 1.2em; 
	margin: 10px 0px 0px 10px;	
}
a.logo{
	font-family:impact,helvetica,sans-serif;
	font-size: 1.4em;
}
div.jclock {
	float:right;
	padding:1px 5px;
	text-align:center;
	width:57px;
}
div.mainPicture{
	height: 400px;
	width: 570px;
	float: left;
}
div.mainText{
	float: right;
	width: 330px;
}
/*top menu*/
ul.menu{
	border-top: 1px solid #660000;
	width: 100%;
	height: 36px;
	padding-top: 2px;
	background: url(../img/menu_bottom.png) repeat-x bottom #000000;
	font-size: 1em;
	margin-top: 40px;
}
ul.menu li{
	display: inline-block;
    zoom: 1;
    *display: inline;	
	
	height: 25px;
	text-align: center;
	padding-top: 2px;
}
ul.menu li a{
	font-weight: bold;
	display: block;
	padding-top: 3px;
	color: #ffffff;
	vertical-align: middle;
	
}
ul.menu li div.menuLeft{
	width: 3px;
	height: 26px;
	float: left;
}
ul.menu li.selected div.menuLeft{
	background: url(../img/imgsprite.png) no-repeat -38px 0px ;
}
ul.menu li:hover div.menuLeft{
	background: url(../img/imgsprite.png) no-repeat -42px 0px;
}
ul.menu li div.menuMiddle{
	float: left;
	padding: 0px 5px;
	height: 26px;
}

ul.menu li div.menuRight{
	height: 26px;
	float: left;
	padding: 0px 8px 0px 3px;
}
ul.menu li.selected div.menuRight{
	background: url(../img/imgsprite.png) no-repeat right -27px;
}
ul.menu li:hover div.menuRight{
	background: url(../img/imgsprite.png) no-repeat right -54px;
}
a.homeico{
	background: url(../img/imgsprite.png) no-repeat 0px 0px;
	width: 18px;
	height: 16px;
	margin: 3px 7px;
}
.boxTitle{font-size: 1.1em; color: #ffffff; margin-bottom: 5px;}
.boxTitle a{color: #ffffff;}
ul.boxMenu{font-size: 0.7em; display: -moz-inline-stack; display: inline-block;  vertical-align: top; zoom: 1;*display: inline; height: 123px; text-align: left; width: 190px;}
ul.boxMenu li{padding: 1px 1px; border-left: 2px solid #000000}
ul.boxMenu li:hover{border-left: 2px solid #dc3f03; }
ul.boxMenu li a{margin: 0px; padding: 0px; }
ul.boxMenu li a:hover{color: #dc3f03; }

/*boxes*/
.mainBox {background-color: #000000}
.mainBox .mbTopLeft	{ background: url('../img/box1_topleft.png') top left no-repeat; height: 94px;}
.mainBox .mbTopRight	{ background: url('../img/box1_topright.png') top right no-repeat; margin-left: 2px;}
.mainBox .mbTopContent	{ background: url('../img/box1_topmiddle.png') top center repeat-x; height: 94px; margin-right: 9px; padding: 1px 0px;}

.mainBox .mbMiddleLeft	{ background: url('../img/box1_middleleft.png') top left repeat-y; }
.mainBox .mbMiddleRight	{ background: url('../img/box1_middleright.png') top right repeat-y; margin-left: 1px; }
.mainBox .mbMiddleContent { margin-right: 9px; padding: 2px 0px 0px 2px; }

.mainBox .mbBottomLeft	{ background: url('../img/box1_bottomleft.png') bottom left no-repeat; height: 10px}
.mainBox .mbBottomRight	{ background: url('../img/box1_bottomright.png') bottom right no-repeat; }
.mainBox .mbBottomContent { background: url('../img/box1_bottommiddle.png') bottom repeat-x; height: 10px; margin-right: 9px;}

.box {background-color: #000000}
.box .boxTopLeft	{ background: url('../img/box_sprite.png') 0px 0px no-repeat; height: 8px;}
.box .boxTopRight	{ background: url('../img/box_sprite.png') right -9px no-repeat; margin-left: 8px; height: 8px;}
.box .boxTopContent	{ background: url('../img/box_topmiddle.png') top center repeat-x; height: 8px; margin-right: 8px; padding: 8px 0px 0px 6px;}

.box .boxMiddleLeft	{ background: url('../img/box_middleleft.png') top left repeat-y; height: 100%;}
.box .boxMiddleRight	{ background: url('../img/box_middleright.png') top right repeat-y; margin-left: 0px; height: 100%;}
.box .boxMiddleContent { margin-right: 2px; padding: 0px 6px 0px 6px; height: 100%;}

.box .boxBottomLeft	{ background: url('../img/box_sprite.png') left -18px no-repeat; height: 8px}
.box .boxBottomRight	{ background: url('../img/box_sprite.png') right -27px no-repeat; margin-left: 8px;}
.box .boxBottomContent { background: url('../img/box_bottommiddle.png') bottom repeat-x; height: 8px; margin-right: 8px;}

.content{
	clear: both;
	height: 340px;
	padding-top: 20px;
	font-size: 1.2em;
}

#boxAdela,#boxJurnal,#boxBogu{
	/*display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;*/
	float: left;
}
#boxAdela,#boxBogu{
	width: 310px;
}
#boxJurnal{
	width: 280px;
	margin: 40px 20px 2px 20px;
}
.imgAdela{
	background: url(../img/adela.png);
	}
.imgBogu{
	background: url(../img/bogu.png);
	}
.imgBox{
		width: 100px;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        height: 123px;
}
ul.thumbList{margin-top: 10px;}
ul.thumbList li{
		width: 40px;
        min-height: 40px;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *margin: 2px;
        *display: inline;
        _height: 40px;
        padding: 5px;
        border: 1px dotted #660000;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.lastUpdate{
	text-align: right; 
	font-size: 0.6em; 
	color: #dc3f03;
	padding: 7px 9px 0px 7px;
}
#boxAdela .lastUpdate{
  text-align: left; 
}
.jurnalImg{
		width: 50px;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        min-height: 40px;
        _height: 40px;
        padding: 5px;
        border: 1px dotted #660000;
}
.jurnalTxt{
		width: 198px;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        font-size: 10px;
}
.jurnalTxt h2{
	font-size: 1.2em; color: #ffffff;
	margin-bottom: 10px;
}
.jurnalTxt h2 a{color: #ffffff;}
.meta-start{
	background: url(../img/time.png) left no-repeat;
	padding-left: 17px;
	color: #777777;
}
.commentslink{
	background: url(../img/comment.png) left no-repeat;
	padding-left: 17px;
	color: #666666;
}
a.commentslink:visited{
	color: #666666;
}
