/* general style */
body {
	font-size: 12px;
	font-family: ËÎÌå;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 5%;

}

body img{
	border: none;
}

#header{

 	color: #ffffff;
 	text-align: center;
}

.toolbar{

}

.toolbar a {
	/*/*/padding: 3px;
	text-decoration: none;
}
.toolbar a:link, .toolbar a:visited {
	color: #ACACAC;
}
.toolbar a:hover, .toolbar a:active {
	color: #000000;
	background-color: #EEEEEE;
	border: 2px solid #ACACAC;
}

#footer{
	background-color: #ACACAC;
 	color: #ffffff;
 	text-align: center;
}

#footer a {
	color: #ffffff;
}

#main_table {
	background-color: #FFFFFF;
	border: 1px solid #ACACAC;
	/*/*/line-height: 1.5em; /* */
}

#content {
	padding: 20px;/*Pads each table cell in modern browsers*	
	background-color: #ffffff;
	/*/*/font-size: 100%; /* */
	word-wrap : break-word ;
	word-break : break-all ;
 }

#content a { color: #ACACAC; }
#content a:hover { color: #000000;}

/* left bar */
#leftbar{
}

#leftbar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 0em; /* */
}

#leftbar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#leftbar h2 {
	color: #ACACAC; 
	font-size: medium;
	text-decoration: none;
	font-weight: bold; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftbar form{
	margin: 0px auto;
}

#leftbar p{
	margin: 0px auto;
}

#leftbar a { color: #ACACAC; }
#leftbar a:hover { color: #000000;}

/* Calendar elements */
table.calendar { border: 1px solid #ACACAC;}
table.calendar #calendar_header {background-color: #DCDCDC;text-align: center;}
table.calendar a { text-decoration: none; color: #DCDCDC; }
table.calendar a:hover { text-decoration: none; color: #DCDCDC;}
table.calendar td.event { background-color: #DCDCDC; font-weight: bold; }
table.calendar td.noevent { }
table.calendar td.todayevent { background-color: #DCDCDC; border: 2px solid #FFA500; font-weight: bold; }
table.calendar td.todaynoevent { border-collapse: collapse; border: 2px solid #DCDCDC; }

/* view all's profile */
#view_all { border: 1px solid #ACACAC;}
#view_all th {background-color: #ffdfef;text-align: center;color:#000000;}
#view_all td {text-align: center;}

/* post style*/
.post_title{
	background-color: #DCDCDC;
	color: #ACACAC;
	text-align: center;
}

.post_title a{
	text-decoration: none;	
	color: #ACACAC;
}

.post_title a:link, .post_title a:visited{
text-decoration: none;	
	color: #ACACAC;
}
.post_title a:hover, .post_title a:active{	text-decoration: none;	
	color: #ACACAC;
}

.post_header{
}


.post_header a{
	color: #ACACAC;
}

.post_intro{
	color:#AAAAAA
}

.post_body{
	color:#000000
}

.post_footer {
	color:#000000
}

.comment_label{
	background-color: FFFFFF;
	color: #ACACAC;
	text-align: center;
}

.post_comment_label{
	background-color: #FFFFFF;
	color: #ACACAC;
	text-align: center;
}

div.comment {
	border: 1px dashed #DCDCDC;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

div.comment_body {
	margin: 5px 0px 5px 0px;
}

div.comment_footer {
	color: #000000;
	font-size: 10px;
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;	
	text-transform: uppercase;
}

.bar{
	background-color: #FFFFFF;	
	color:#ACACAC;
}

.bar_header{
	background-color: #FFFFFF;	
	color:#ACACAC;
	text-align: center;
}
.search_title{
	color: #ff65ce;
	text-align: center;
}

.navibar a {
	text-decoration: none;
}
.navibar a:link, .navibar a:visited {
	color: #ff65ce;
}
.navibar a:hover, .navibar a:active {
	color: #37C1E3;
}

.code {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	background-color: #F8F8F8;
	color: #666666;
	padding: 6px;
	border: 1px dashed #666666;
	table-layout: fixed;
	word-wrap : break-word ;
	word-break : break-all ;
}

.quote {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	background-color: #F8F8F8;
	color: #666666;
	padding: 6px;
	border: 1px dashed #666666;
	table-layout: fixed;
	word-wrap : break-word ;
	word-break : break-all ;
}

/* guest book */
.chattable{
	border: 1px solid #ffdfef;
	font-size: 12px;
	height: 240px;
	line-height: 18px;
	overflow: auto;
	position: relative;
	width: 140px;
}

/* good aritlces */
.article_list{
}

.article_list ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 0em; /* */
}

.article_list li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

.article_list h2 {
	color: #ff65ce; 
	font-size: medium;
	text-decoration: none;
	font-weight: bold; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.article_list form{
	margin: 0px auto;
}

.article_list a { color: #DCDCDC; }
.article_list a:hover { color: #EEEEEE;}