#edit-comment {
  width: 400px;
  height: 100px;
}
/**
 * Project type list in the right sidebar on the projects page
 */

.typelist-mini .views-field-tid { 
  /* I don't know why Views module gives to div, which contains a taxonomy image this css class, but it does. Be carefull */
  float: left;
  padding-right: 10px; /* LTR */
}

.typelist-mini .views-row { 
  clear: left;
  padding-bottom: 15px;
}


/**
 * Category list in the right sidebar on the blogs page
 */

.categorylist-mini .views-field-tid { 
  /* I don't know why Views module gives to div, which contains a taxonomy image this css class, but it does. Be carefull */
  float: left;
  padding-right: 10px; /* LTR */
}

.categorylist-mini .views-row { 
  clear: left;
}

/**
 * Users list
 */

.users-grid li.views-row {
  background: none;
  display: block;
  float: left;
  width: 80px;
  height:100px;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
}
.users-grid li.views-row-odd{
    padding-right: 15px;
    clear: both;
}           

.users-grid li.views-row .field-content a
{
  float: left;
  text-align: left;
  line-height: 14px;
}
.users-grid .item-list .picture {
  float: none;
}

/**
 * List of blog posts with small and normal font size
 */
.bloglist-normalsize .views-field-teaser,
.bloglist-mini .views-field-teaser {
    clear: left;
    padding-top: 12px;
}

.bloglist-mini .views-field-name label {
    display: block;
}

.node.blog-teaser .picture,
.node.material-teaser .picture,
.bloglist-normalsize .views-field-picture .picture,
.bloglist-mini .views-field-picture .picture {
    padding-top: 1px;
}

.node.blog-teaser .picture img,
.node.material-teaser .picture img,
.bloglist-normalsize .views-field-picture img,
.bloglist-mini .views-field-picture img {
    border: 1px solid #FFF;
}


.bloglist-normalsize .views-row,
.bloglist-mini .views-row {
    background: transparent url(images/bloglist-mini-head.png) repeat-x 0 0;

}
.node.material-teaser .item-header,
.node.blog-teaser .item-header,
.pane-block-6 .pane-content
{
    border-top: 1px solid #939fa8;
    border-bottom: 9px solid #e6e9eb;
    background: #e6e9eb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e9eb), to(#feffff));
    background: -moz-linear-gradient(top,  #e6e9eb,  #feffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e9eb', endColorstr='#feffff');
}

.pane-block-6 .pane-content{
    padding: 10px;
    font-size: 13px;
    color: #027AC6;
}

.pane-cumulus-0 .more-link{

}

.item-header .descrption{
    padding-right: 10px;
    padding-bottom: 10px;
    line-height: 14px;
    font-size: 11px;
}
/**
 * Primary navigation, search and imagemenu
 */
ul.imagemenu {
  padding-left: 0;
}

ul.imagemenu li {
  padding: 0 0 20px;
  background: none;
    
}

.navigation-and-search-wrapper {
  height: 35px;
  background: transparent url(images/bg-primarymenu.png) repeat-x 0 0;
}
.navigation-and-search{
  width: 1003px;
  margin: 0 auto;
}

#block-menu-primary-links{
  height: 45px;
  float: left;
}

.search {
  width: 205px;
  height: 35px;
  float: right;
}
.search label{
    display: none;
}
.search  #edit-search-theme-form-1-wrapper{
    float: left;
    margin: 6px 0;
}
.search  #edit-search-theme-form-1-wrapper input{
    width: 150px;
    border: none;
    font-size: 10px;
    vertical-align: middle;
    height: 10px;
    padding: 5px;
}
.search .form-submit{
    margin-top: 5px;
    margin-left: 5px;
    border: 0;
    height: 24px;
    width: 24px;
    background: url('images/loop.png') 0 0 no-repeat;
    cursor: pointer;
}

/**
 * Breadcrumbs
 */

.breadcrumbs {
    background-color: #f4f4f4;
    clear: both;
}

/**
 * Panels
 */

.panel-region-separator {
  clear: both;
  height: 20px;
}

.profile .picture {
  float: none;
}

.profile .picture img {

}

.views-field-title{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}
.views-field-title span{
    display: block;
    margin: 10px 0 5px;
    padding: 10px 0 0;
}
.views-field-name,  views-field-tid{
    font-size: 10px;
    line-height: 12px;
}
.view-blog-categories .views-field-name, .view-project-types .views-field-name{
    font-size: 12px;
}
.views-field-created{
    font-weight: bold;
    font-size: 10px;
}

.views-exposed-form{
    background: #e6e9eb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e9eb), to(#feffff));
    background: -moz-linear-gradient(top,  #e6e9eb,  #feffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e9eb', endColorstr='#feffff');
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#edit-uid-wrapper .description{display: none}

.views-exposed-form a {font-size: 10px; line-height: 70px;}

.views-exposed-form #edit-tid, .views-exposed-form #edit-uid, .views-exposed-form #edit-rubric{width: 200px;font-size: 10px;}

.view-header{
    padding: 5px 0;
}

.view-header a, a.addbutton{
    color: #fff;
    text-decoration: none;
    padding: 7px 10px 6px 10px;
    background: transparent url(images/button_add.png) repeat-x 0 0;   
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.view-header a:hover, a.addbutton:hover{border: 1px solid #197bb5; color: #f1f1f1}

#edit-date-filter-min-wrapper label, #edit-date-filter-max-wrapper label{
    font-weight: normal;
    padding: 3px 0;
    color: #494949;
}

.container-inline-date.date-clear-block{
    float: left;
    clear: none;
}

.date-views-filter-wrapper .description{
    margin: 0;
}

a.letter{
    background: transparent url(images/letter.png) no-repeat 8px 2px;      
    display: inline-block;
	float:left;
    height: 32px;
    width: 44px;
    margin: 2px 0;
    border-right: 1px solid #555;
}
a.letter:hover{
    background: transparent url(images/letter_hover.png) no-repeat 8px 2px;      
}

.item-header, .item-header-future{
    padding: 10px;
}

.item-header-future h2{
    font-size: 14px;
}
.item-header-future{
    background:  #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    margin-bottom: 10px;
}

.node p{
    padding: 0 10px;
    line-height: 130%;
}

.date{
    font-size: 11px;
    display: block;
    line-height: 14px;
}


.panels-flexible-region-right_sidebar-____________-inside{
    padding-left: 10px;
}

#past_seminars .item-header h2{
    font-size: 14px;
}

.item-header-report, .item-header-report h2{
    font-family: Georgia;
    font-style: italic;
    color: #666;
    
    
}

.item-header-report{
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
}

p.inline-text-align-justify{text-align:justify;}