@charset "utf-8";
/* Classes */
.hidden {display:none}
.test { border:1px solid blue;}
.clear 	{clear: both; height:1px; font-size:1px; line-height:1px; margin:0; padding:0; }
.relative {position: relative; margin:0; padding:0;}
.left	{float: left;}
.right	{float: right;}
.leftm {float:left; margin-left:14px; padding:0; display:block; width:175px; }
.clearf {clear: both; margin:0; padding:0; }
.left_mleft {float:left; margin-left:7px;}
.margin_right9px {margin-right:9px;}
.vmiddle {vertical-align: middle}
/* Links */
a img {border:none}

body, html {
	margin:0 0;
	padding:0;
	font-family: "Arial Narrow", Arial, sans-serif; 
	font-size: 14px;
}

 a.dotted {
	border-bottom:1px dotted #00abff;
	color:#00abff;
	padding-bottom:1px;
	text-decoration:none;
}

a:hover.dotted {
	border-bottom:2px solid #00abff;
	color:#00abff;
	text-decoration:none;
}


body {
	margin:0;
}

#wrapper {
	margin: 0;
	padding: 40px 0px;
}

#maintable {
	border-collapse: collapse;
	margin-bottom:20px;
	width: 100%;
}


/*-----------------------HEADERS CSS----------------------*/
h1 {
	color: #A0A0A0;
	font: bold 32px Geneva, Arial, Helvetica, sans-serif;
	margin: 4px 0 20px 0;
}

h1 span {
	border-bottom:1px dotted #8cd63f;
	color:#8cd63f;
}

h2 {
	color: #00abff;
	font: bold 22px  Arial, Helvetica, sans-serif;
	margin: 4px 0 10px 0;
} 

/*-----------------------STYLES----------------------*/
.article {
	padding-top: 16px;
}

.author {
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#diary {
	border: 1px solid white;
}

#diary table {
	margin-top: 120px;
}

#diary  th {
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}

#diary  th.img {
	width: 185px;
}

#diary  td {
	padding-bottom: 30px;
}

#header {
	padding: 0 0px;
}


#leftbar {
	border-right: 1px solid #e8e8e8;
	float: left;
	padding-top: 30px;
	text-align: right;
	width: 200px;
}

#leftbar table {
	border-collapse: collapse;
	width: 200px;
}

#leftbar table th {
	height: 300px;
	padding:0 ;
	text-align: right;
	vertical-align: top;
}

#leftbar table td {
	height: 300px;
	padding: 0;
	vertical-align: bottom;
}

#leftbar ul {
	list-style: none;
	margin: 0;
}

#leftbar li {
	margin-bottom: 10px;
}

#leftbar li.uplab {
	padding-top: 10px;
}

#leftbar li  span {
	color: #333333;
	font-size: 0.8em;
}

#leftbar a {
	background: #fff;
	font-weight: normal;
	color: #000;
	padding: 1px 4px;
	text-decoration: none;
}

#leftbar a:hover, #leftbar a.active {
	background: #000;
	color: #fff;
}

#mainbar {
	border-left: 1px solid #e8e8e8;
	float: left;
	margin-left: -1px;
	padding-left: 25px;
	width: 450px;
}

#moloko {
	position: absolute;
	top: 17px;
	left: 179px;
}

#diary #moloko {
	position: absolute;
	top: 32px;
	left: 178px;
}






#footer {
	height:40px;
	/*background-image:url(/img/footer.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	bottom:0;
	margin:0;
	position:fixed;
	width: 100%; 
	z-index:100;

}

#footer table {width: 100%; border-collapse: collapse; background: url(/img/footer_middle.gif)}
#footer th {padding:0;}
#footer td {padding: 0; width:24px}

#footer a {
	color:#fff;
	font-size:15px;
	text-decoration:none;
	margin-left:24px;
}



/*************************************************************** SIGNUP FORM */
#signupform input {
	display: block;
}
#signupform .inp {
	width: 400px
}
.error_msg {
	color: #FF0000;
	display: none;
}

.error_msg_vis {
	color: #FF0000
}
