
/* ----- EasyBlog.css ----- */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 *
 *  -- Alexander Limi, http://www.plonesolutions.com
 */
 
/* <!-- compression status: disabled --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

/* 
######### Blog ############################################################################################################################### 
*/

.eb_blog_title_label {
   
}


a.eb_blog_title_link {
   text-decoration: none;
}


/* 
######### Preview ############################################################################################################################ 
*/

.eb_preview_entry {

}

/* 
######### Entry ############################################################################################################################## 
*/
     

.eb_even { 
   background-color: transparent; 
}

.eb_odd { 
   background-color: transparent;
}

.eb_entry {
   padding: 1em 0em 0.5em 0em;
   margin: 0em 0em 1em 0em;   
}


.eb_entry_categories_label {

}


.eb_entry_categories_link {
   font-weight: bold;
}


.eb_entry_creator_label {

}


.eb_entry_creator_name {
   font-weight: bold
}


.eb_entry_date {
   display: inline;
}


.eb_entry_footer {
   text-align:right;
}


.eb_entry_more {
   
}


.eb_entry_more_link {
   margin-bottom: 1em;
}


.eb_entry_no_entries {
   margin-top: 1em;
}


.eb_entry_permanentlink {

}


.eb_entry_text {
   margin: 1em 0;
}


.eb_entry_title_label {   
   margin-bottom: 0.2em;
   border-bottom: solid #339966 1px;
}


.eb_entry_title_link {
   color:black;                   /*need this because h1/2/.. isn't displayed right in IE */
   font-size: 150%;               /*need this because h1/2/.. isn't displayed right in IE */
   text-decoration: none;
}

/* 
####### Comments ################################################################################################################################ 
*/

.eb_comments_amount {
   display: inline;
}

.eb_comments_title_label {
   margin: 20px 0 10px 0;
   text-decoration: none;
}

a.eb_comments_title_link {
   text-decoration: none;
}


.eb_comment_add {

}


.eb_comment_created {
   font-weight:bold;
}


.eb_comment_email {

}


.eb_comment_entries {

}


.eb_comment_homepage {

}


.eb_comment_message {
   margin: 10px 0 20px 0;
}


.eb_comment_name {
   font-weight:bold;
}

.eb_comments_no_entries {
   margin: 10px 0 20px 0;
}

/* 
####### Trackbacks ############################################################################################################################# 
*/

.eb_trackbacks_amount {

}


.eb_trackbacks_title_label {
   margin: 20px 0px 10px 0px;
   text-decoration: none;    
}


a.eb_trackbacks_title_link {
   text-decoration: none;   
}


.eb_trackback_blogname {
   font-weight:bold;
}


.eb_trackback_date {
   font-weight:bold;
}


.eb_trackback_entries {

}


.eb_trackback_excerpt {
   margin: 10px 0 10px 0;
}


.eb_trackback_title {
   font-weight:bold;
}


.eb_trackback_url {

}


.eb_trackback_url_link {

}

/*
## Portlets ######################################################################################################################
*/

.eb_portlet_body {
   border: 1px solid #339966;
}

.eb_portlet_header {
    background-color: #339966;
    border: 1px solid #339966;
    border-bottom: none;
    padding: 0em 1em;    
    font-weight: normal;
    line-height: 1.6em;
}

.eb_portlet_title {
   background-color: #339966;      
   padding: 0.4em 1em;
   border-top: solid #339966 1px;
   border-bottom: solid #339966 1px;      
}

.eb_portlet_content {
   padding: 0.2em 1em;
}

.eb_portlet_list {
   margin: 1em 0em;
}

/* 
## Calendar #####################################################################################################################
*/

.eb_calendar {
   border: none;
}

.eb_calendar th {
   background-color: transparent;
}

.eb_calendar .weekdays td {
   background-color: transparent;
}



/*  */


}

