/*
 * [ML] 2006-10-02 Was based on SpipClear's styles, but alot was changed. 
 * Blog pages use the same styles as all the rest (stil.css), hence there
 * may still be a few useless elements.
 */
 
/* General HTML elements
-------------------------------------------------------- */

label{
	cursor: pointer;
}

fieldset{
	border: none;
	padding: 0;
	margin: 0;
}


.field label{
	display: block;
}

input, textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*
pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}
*/
 
/* Sidebar styles, in blog_sidebar.html
-------------------------------------------------------- */

h2#rssfeeds {
	background: url('/IMG/arton3522.gif') no-repeat;
}

h2#rssfeeds a {
	display: block;
	padding-left: 20px; /* space for RSS icon */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #1C3158;
	text-decoration: none;
}

#sidebar {
	float: right;
	width: 245px;
	/* padding: 3px; */
	padding-bottom: 4em;
	color: inherit;
}

#sidebar div {
	margin: 0;
}

#sidebar div ul{
	margin: 0;
	margin-top: 1ex;
	padding: 0;
	padding-left: 1.5em;
	list-style: square url("/dist/puce.gif");
}

#sidebar h2, #sidebar h3{
	margin: 1ex 0 0 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

/* Annoying field in login form */
#sidebar legend {
	display: none;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

/* Override style of other zamir page, because boxes have different layout */
div#calendar{
	border: 0;
}

#sidebar div#categories ul {
	list-style: none; list-style-image: none; list-style-position: outside;
}

#sidebar div#categories ul li {
	padding: 0; margin: 0;
}

#sidebar div#categories ul li a {
	padding: 0; margin: 0;
	padding-left: 20px;
}

li {
	height: 1%; /* MSIE peekaboo bug */
}
