/* CyWeb stylesheet for talente.cc */
@import url(http://fonts.googleapis.com/css?family=EB%20Garamond);

body{
  padding: 0px;
  color: #333;
  font-family: 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Geneva,sans-serif;
  font-size: 12px;
  margin: 0;
}  
td, th {
  vertical-align:top;
}
ul {
  margin-left:25px;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #4A7788;
}
a:hover {
  text-decoration: underline;
}
th.cyweb_searchform#header {
   font-weight:    bold;
   padding-bottom: 8px;
}
th.cyweb_searchform {
  width: 120px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: left;
  font-weight: normal;
}
select.cyweb_searchform {
  width: 210px;
  margin: 0 0 4px;
}
input.cyweb_searchform {
  margin: 0 0 4px;
}
.cyweb_searchform input.search {
  margin-top: 5px;
  width:120px;
  font-weight:bold;
}
div.cyweb_pager {
  padding: 4px 6px;
  background-color: #80ABB7;
  color: #014055;
  text-shadow: 1px 1px 2px #fff;
}

span.cyweb_pager_act {
  color: #000;
  background: #fff;
  padding: 2px 2px 2px 4px;
}

span.cyweb_pager {
  color: #fff;
  font-weight: bold;
  padding: 2px;
  text-shadow: none;
}

span.cyweb_pager a, span.cyweb_pager a:hover, span.cyweb_pager a:visited {
  color: #fff;
}
div.cyweb-list {
  width:100%;
}
div.cyweb-list-item img {
  float:right;
  border: 0px solid #d9d9d9;
}
div.cyweb-list-item {
  background-color: white;
  border-bottom: 0px solid #ccc;
  border-left:   0px solid #ccc;
  border-right:  0px solid #ccc;
  padding: 0px; 
}
div.cyweb-list-item-odd {
  background-color: #f4f4f4;
  border-bottom: 0px solid #ccc;
  border-left:   0px solid #ccc;
  border-right:  0px solid #ccc;
}
div.cyweb-list-item-date {
  float: right;
}
div.cyweb-list-item-title {
  font-family: 'EB Garamond',serif;
  font-size: 16px;
  padding: 8px 0;
}
.cyweb-list-item-title a, .cyweb-list-item-title a:hover, .cyweb-list-item-title a:visited {
  display:block;
}
.cyweb-list-item-title a:hover {
}
div.cyweb-list-item-category_name {
  font-style: italic;
  padding-bottom: 5px;
  
}
div.cyweb_clear {
  clear:both;    
}
span.cyweb-list-item-searching {
  font-style: italic;
}
div.cyweb-list-item-date {
  font-size:10px;
}
a.cyweb-list-item-owner {
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  text-decoration:none;
}
#content {
  position : relative;
}
#footer {
  position : absolute;
  left: 0px;
  right: 0px;
  bottom : 0px;
  height:20px;
  margin-left: 7px;
  margin-right: 7px;
}
