/** CREE POUR CMSIMPLE PAR Bob **/
/** Модифікація та переклад українською Володимира Процайло **/
/** CSS compatible FF2, OP9, IE6, IE7 **/
/*** ЗAГAЛЬНЕ ***/
/* New colors: #0C5673 */
*{
margin: 0px;
padding: 0px;
}
body {
	background-color: #BBBBBB;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444;
	font-size: 75.01%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	width:800px;
	background:#EEEEEE;
	text-align: left;
	padding:10px;
	margin:10px auto 10px auto;
	border: 1px solid #ccc;
}
/* ШAПКA CAЙТУ */
#header {
   background: url(images/header.jpg) no-repeat top left;
   width: 800px;
   height: 150px;
   margin: 0;
   padding: 0;
}
/*#header .sitename {
	color:#ffffff;
	margin:0;
	padding:20px 50px 10px 50px;
	font-weight:bold;
	font-size:1.6em;
}*/
#header h1 {
	color:#63ACDC;
	margin:0;
	padding:20px 100px 10px 100px;
	font-weight:bold;
	font-size:2em;
	text-align: center;
}
#header .ico {
	float:left;
   margin-top:5px;
   margin-left:5px;
}
#header .ico img {
   border:none;
}
/* CЛОГAН */
#slogan {
	clear:both;
	margin: 0;
	height:37px;
	width:800px;
	background: #969696 url(images/menu.png) top left repeat-x;
}
#slogan h2 {
	float:left;
	color: #63ACDC;
	padding:10px 0 0 15px;
	font-size:1.4em;
}
#slogan .searchbox {
	float:right;
	height: auto;
	margin: 8px 10px 0 0;
}
#slogan.searchbox .submit{font-size:1em;color:#fff;font-weight:normal;border:1px solid #c0c0c0;background-color:inherit;}
#slogan .searchbox .text{
	font-size: 1em;
	padding: 1px;
	color: #42535B;
	background-color: #BBBBBB;
	border: 1px solid #969696;
	width: 90px;
}
/* ОCНОВНИЙ ВМІCТ */
#content {
	margin: 0 0 0 3px;
	width: 600px;
	float: left;
}
* html #content{width: 600px;} /* IE6 */
#content p{
	line-height: 1.4em;
	margin: 1em 0 1em 0;
	text-align: justify;
}
#content p:first-letter{
	font-weight:bold;
}
#content h1, #content h2, #content h3 {
	color:#FFFFF;
	font-family:times, georgia, serif;
	font-weight:normal;
	margin:5px 0 10px 0;
	padding:0;
   font-size: 2em;
}
#content h4:first-letter {
	color:#ff0000;
	font-size:large;
	font-weight:normal;
}
#content h4 {
	margin:0 0 10px 0;
	font-weight:normal;
}
#content h5, #content h6 {
	color:#f6502e;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
   text-align: center;
   font-size: 1.3em;
}
#content ul{
margin-left: 20px;
margin-bottom: 15px;
font-size: 13px;
list-style-type: disc;
}
#content ul li{
margin-bottom: 5px;
}
#content .central {
	margin-left:0px;	
}
#news, #nav2, #cal, #validator, #syntax, #stats, #twitter{
	clear: right;
	overflow: visible;
	float: right;
	width: 160px;
	padding: 5px;
	border: 1px dotted silver;
	font-size: 0.9em;
	margin: 10px 2px 5px 10px;
	background-color: #DDDDDD;
}

#nav2 a:link, #nav2 a:visited {color:#555555;}
#validator a:link, #validator a:visited, #validator a:active{ color: #676767; text-decoration: none }
#stats a:link, #stats a:visited, #stats a:active{ color: #676767; text-decoration: none }
#nav2 ul{
	list-style: square;
	margin-left: 15px;
}
#nav2 ul li{
	margin-top: 0.5em;
	font-size: 1.0em;
}
#nav2 ul li.sdoc,#nav2 ul li.sdocs {font-weight:bold;color:#63ACDC;}
#nav2 ul ul li.doc, #nav2 ul ul li.docs  {font-weight:normal;color:#000;}
#nav2 ul ul{
	margin-left: 15px;
}
#nav2 ul ul li{
	margin-top: 0.4em;
}
#news h2, #nav2 h2, #cal h2{
   font-size: 1.4em;
   color: #63ACDC;
}
#news p{
   font-family: arial, helvetica, sans-serif;
	font-style:italic;
	margin-top:0.7em;
	color: #555555;
}
/* Навігація по сторінках */
#topage {
	clear:both;
	margin: 50px 0 0 100px;
	display:block;
}
#topage a {
	font-size: 0.9em;
	font-weight: bold;
/*	border: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	padding: 3px;	
}
#topage .toleft{margin-right:30px;}
#topage .toright{margin-left:30px;}
/* Низ сторінки */
#footer {
	border-top:1px solid silver;
	color:#676767;
	margin-bottom: -5px;
	margin-top:10px;
	padding:5px;
	text-align:center;
	font-size:0.8em;
	
}
/* РІЗНЕ */
/*a {
   color:#128A28;
   text-decoration: none;
}*/
a:link {color:#444444;}
a:visited {color:#676767;}
a:active {color:#676767;}
a:hover {color:#63ACDC;}
.hr { color:000000;background:000000;border:0;height:1px;margin:1em 0 2em; }
/* РІЗНІ КЛACИ */
#login, #login a{
   line-height: normal;
   text-decoration: none;
}
#connexion, #connexion a {
	color:#BBBBBB;
}
/*  Класи стилів редагування */
.imgleft, .imgright, .imgcenter{
padding: 10px 0 10px 0;
}
.imgleft{
float: left;
margin: 5px 10px 5px 0;
}
.imgright{
float: right;
margin: 5px 0 5px 10px;
}
.citation {
	font-style : italic;
	font-size : 1.0em;
	background-color: #dedede;
	font-weight: bold;
	padding: 3px;
}
/*  Стиль відображення редактора */
html .mceContentBody{background-color: White; color: Black; text-align: left;max-width:600px;z-index:100;} /*Фон редактора TinyMCE*/
* html .mceContentBody{width:600px;}
html .edit a,html .edit a:link,html .edit a:visited{text-decoration:none;}
html .retrieve{background-color:White;}
#editmenu{font-size: 0.8em;font-weight:bold;text-align:center;padding-bottom:5px;line-height:2em;}
#editcontent {max-width:600px;}
#editcontent td img {max-width:600px;}
/*  Кінець стилю відображення редактора */
