html,body {
  background: #fff;
}

body {
  font-family:Helvetica,Arial,Verdana,sans-serif;
  font-size:80%;
  line-height:1.5em;
  color:#333;
}

a {
  color: #189CDA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearer { clear: both; }

#doc {
  width: 960px;
  margin: 0 auto;
}

h1.logo a {
  display: block;
  background: url(../images/actualite-israel.png) no-repeat;
  width: 423px;
  height: 62px;
  text-indent: -9999px;
  margin: 20px 2px;
}

#main {
  margin-bottom: 10px;
}

#menu {

}

#menu ul {

}

#menu ul li {
  display: block;
  float: left;
}
#menu ul li a {
  display: block;
  text-align: center;
  width:120px;
  height: 35px;
  line-height: 35px;
  background: url(../images/tab.png) no-repeat;
  font-size: 1.2em;
  color: #333;
}

#menu ul li.rss {
  float: right;
}

#menu ul li.rss a,#menu ul li.rss a:hover {
  display: block;
  text-align: center;
  width:120px;
  height: 35px;
  line-height: 35px;
  background: url(../images/rss.png) no-repeat;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;

}

#menu ul li a.active,#menu ul li a:hover {
  width:120px;
  height: 35px;
  line-height: 35px;
  background: url(../images/tab_hover.png) no-repeat;
  color: #fff;
  text-decoration: none;
}

#submenu {
  background: #eee;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 2px solid #189CDA;
  margin-left: 1px;
  margin-bottom: 20px;

}

#submenu ul li {
  display: block;
  float: left;
  background: #eee;
}
#submenu ul li a {
  display: block;
  text-align: center;
  padding: 9px 7px;
  font-size: 1em;
  color:#333;
  background: #eee;
}
#submenu ul li.first {
  display: block;
  text-align: center;
  padding: 9px 10px;
  font-size: 1em;
  color: #189CDA;
  background: #eee;
}

#submenu ul li.first a {
  padding-left: 15px;
}

#submenu ul li a.active,#submenu ul li a:hover {
  color: #189CDA;
  text-decoration: none;
}



#sidebar {
  float:right;
  width:366px;
}

#content {
  margin-right: 376px;
  /*border: 1px solid #eee;*/
  min-height: 600px;
  background: #fff;
}

#content h1 {
  padding: 20px 15px 15px 2px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  font-weight: 100;
  color: #000;
}

#content h1 span.tag {
  color:#189CDA;
}

.post {
  margin: 0px 15px 0px 2px;
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
  position: relative;
  min-height: 100px;
}

.post.last {
  border-bottom: none;
}

.post .votes {
  width: 60px;
  height: 80px;
  float: left;
  background: url(../images/vote.png) no-repeat top center;
  text-align: center;
  cursor: pointer;
}

.post .count {
  text-align: center;
  font-size: 2em;
  font-weight: 100;
  color: #f0f0f0;
  line-height: 57px;
  font-family: Tahoma,Verdana,Arial,sans-serif;
}

.post .smash {
  display: block;
  border: 1px solid #ddd;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  -moz-border-radius: 8px;
}

.post .smash a {
  color: #333;
}

.post .body {
  margin-left: 80px;
}

.post .body h2 {
  margin-bottom: 10px;
}

.post .body h2 a {
  font-weight: 100;
  font-size: 1.5em;
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #189CDA;
}

.post .body .description {
}

.post .body .description a {
  color: #333;
  border-bottom: 1px dotted #bbb;
}

.post .body .description a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #189CDA;
  color: #189CDA;
}

.post .body .info {
  color: #999;
  position: relative;
  height:20px;
}

.author {
  display: block;
  position: absolute;
  left: 0px;
  top:10px;
}

.author a {
  color: #999;
}

.time {
  display: block;
  position: absolute;
  right: 0px;
  text-align: right;
  top:10px;
}

.widget {
  /*border-bottom: 1px solid #eee;*/
}

.widget.links  ul {
  padding-top: 5px;
}

.widget h1{
  font-weight: 100;
  font-size: 2em;
  font-family: Tahoma,Arial,sans-serif;
  padding: 10px;
  background: #eee;
  border-top: 2px solid #189CDA;
}

.widget.video small{
  font-size: 0.6em;
  display: block;
  float: right;
}

.widget.video p {
  padding: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.widget.video h2 {
  text-align: center;
  padding: 0px 10px 10px 10px;
}

.widget.video h2 a{
  color: #999;
}

#footer {
  color: #000;
  font-size: 12px;
  border-top: 2px solid #189CDA;
  background: #EEEEEE;
  text-align: center;
  line-height: 24px;
  margin: 10px 0px;
}

.widget.tagcloud ul {
  margin: 10px 0px;
}

.widget.tagcloud li {
  display: inline;
}

.widget.immo h1 a,.widget.tagcloud h1 a {
  color: #333;
}

.widget.immo div.iframe {
  padding-top: 10px;
}

#content .tags h1 {
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

#content .tags ul li {
  display: inline;
}

#actuframe {
  width: 100%;
  z-index:10;
}

#bar {
  height: 31px;
  margin: 0;
  padding: 0;
  background: url(../images/bgbar.png) repeat-x;
  overflow: hidden;
  color: #f0f0f0;
  position: relative;
  line-height: 31px;
}

#bar h3 a{
  background: url(../images/actualite-israel-mini.png) no-repeat;
  width: 166px;
  height: 31px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top:0;
  border-right: 2px solid #888;
  padding-right: 10px;
}

#bar h1 {
  padding-left: 300px;
  display: inline;
}

#bar small {
  font-style: italic;
}

#bar ul.tools {
  position: absolute;
  right: 5px;
  top:0px;
  margin: 0;
  padding: 0;
}

#bar ul.tools li {
  float: left;
  margin-left: 5px;
}

#bar ul.tools li a{
  height: 16px;
  line-height: 16px;
  padding: 3px 5px 3px 20px;
  color:#f0f0f0;
}

#bar ul.tools li a:hover {
  text-decoration: none;
}

#bar li.close a {
  background: #000 url(../images/cross.gif) no-repeat 3px 3px;
}

#bar li.previous a {
  background: #000 url(../images/arrow_left.png) no-repeat 3px 3px;
}

#bar li.next a {
  background: #000 url(../images/arrow_right.png) no-repeat 3px 3px;
}

ul.tagcloud li {
  display: inline;
}

ul.tagcloud li:after {
  content: ' - ';
}

ul.tagcloud li:last-child:after {
  content: '';
}

#bar div.votes {
  position: absolute;
  left: 190px;
  top: 2px;
  cursor: pointer;
}

#bar div.votes span.count {
  background: #63BEE7;
  color: #fff;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  float: left;
  padding: 3px 12px;
}

#bar div.votes span.smash {
  background: #fff;
  color: #63BEE7;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  float: left;
  padding: 3px 12px;
}

#bar div.votes span.smash a:hover { text-decoration: none; }


#newindex .post h2 a {
  font-weight: 100;
  font-size: 1.5em;
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #189CDA;
}

#newindex .post .description a {
  color: #333;
  border-bottom: 1px dotted #bbb;
}

#newindex .post .description a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #189CDA;
  color: #189CDA;
}

#newindex .post .info {
  color: #999;
  position: relative;
  height:auto;
}

#newindex .author {
  display: inline;
  position:relative;
  left: auto;
  top:auto
}

#newindex .author a {
  color: #999;
}

#newindex .time {
  display: inline;
  position: relative;
  right: auto;
  text-align: left;
  top:auto;
}

#newindex .post ul {
}

