/* CSS Document */

h1, h2, h3, h4{
	padding: 0px;
	margin: 0px;
	}

A {
	font-weight: bold; 
	color: #080; 
	text-decoration: none;
	}
A:link {
	color: #666;
	text-decoration: none;
	}
A:visited {
	color: #666;
	text-decoration: none;
	}
A:active {
	color: #666;
	}
A:hover {
	color: #666; 
	text-decoration: underline;
	}

.sidebar-a a {
	padding: 5px;
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
	font-size: 1.1em;
}

.sidebar-a a:link	{
	color: #666;
}
.sidebar-a a:hover	{
	color: #FFF;
	background-color: #69F;
	text-decoration: none;
	font-size: 1.1em;
}
.i-a a:hover	{
	color: #FFF;
	background-image:url(http://www.aviadir.com/images/h_i_i_t.jpg);
	text-decoration: none;
}
.b-a a:hover	{
	color: #FFF;
	background-image:url(http://www.aviadir.com/images/h_b_b_t.jpg);
	text-decoration: none;
}
.a-a a:hover	{
	color: #FFF;
	background-image:url(http://www.aviadir.com/images/h_a_a_t.jpg);
	text-decoration: none;
}
.l-a a:hover	{
	color: #FFF;
	background-image:url(http://www.aviadir.com/images/h_l_l_t.jpg);
	text-decoration: none;
}
.c-a a:hover	{
	color: #FFF;
	background-image:url(http://www.aviadir.com/images/h_c_c_t.jpg);
	text-decoration: none;
}
.current-a {
	padding: 5px;
	display: block;
	border: 1px solid #000;
	background:#000 url("http://www.aviadir.com/images/h_u_u_t.jpg") repeat center fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-weight: bold; 
	line-height: 1em;
	font-size: 1.1em;
}

.date {
	font-size: small;
	color: #000;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom: 1px solid #999;
	}			

#content P {
	font-weight: normal;
	line-height: 150%; 
	text-align: justify;
	}
	
#sidebar P {
	font-weight: normal;
	}
	
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
  	list-style:none;
	}
	
.sidetitle {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px;
	color: #000; 
	line-height: 14px; 
	font-size: 0.8em; 
	font-weight: bold;
	letter-spacing: 0.1em; 
	}
	
.post div {
	margin:0 0 .75em;
	line-height:1.6em;
	}

.post-title {
	padding:0 0 1em;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.4em;
	}