/*

    CSS Document


    Site: KEYnet 4
    Version: 1.0

    Date: 2012.12.31

*/


 
/* ==========================================================================
   Modules
   ========================================================================== */

/* Misc common
   ========================================================================== */   

#content h2 mark {
  font-size: 0.6875em; /* 11px / 16px */ 
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  float: right;
}
#content h2 mark a {
  background: url(/images/icons/icon-arrow-right-black.png) no-repeat center right;   
  padding-right: 20px;
}
#content h2 mark a:hover { text-decoration: none; }
#content footer p,
#content .description,
#widget-calender header p {
  color: #666;   
  font-size: 0.6875em; /* 11px / 16px */ 
}
#content footer a,
#content .description a,
#widget-calender header p a {
  color: #266CAA; 
  font-size:1.3em;
}

#content footer a,
#widget-calender footer p a {
  color: #266CAA; 
 font-size:.8em;
 font-style:normal;
}

#content em a {
  color: #266caa;
  font-style: normal;   
}
#content footer p { font-size: 0.6875em; /* 11px / 16px */ }

/* object item */

.object-item  { 
  border-bottom: solid 1px #dedede;
  border-collapse: collapse;
  display: table;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;  
}
.object-item.last, .object-item:last-child  { border-bottom: none; }
.object-item  p { margin-bottom: 10px; }
.object-item  p a { color: inherit; }
.object-item-content {
 /*  display: table-cell;*/
   vertical-align: top;
}
.object-item-content footer { margin-bottom: 16px; }

/* tab */

.tab {
  display: block;  
  float: left;
  margin: 0 15px 0 0;  
  padding: 0;  
  text-align: center;  
}
.tab .day {
  background: #dedede;  
  color: #333;
  display: block;  
  font-size: 1em; /* 16px / 16px */ 
  font-weight: bold;
  padding: 3px 5px;
}
.tab .month {
  background: #f7941e;  
  color: #fff;
  font-size: 0.68758em; /* 11px / 16px */
  display: block;
  padding: 3px 5px;
}

/* comments */

.comment { 
  border-bottom: solid 1px #dedede;
  border-left: solid 1px #dedede;      
  margin: 10px 0 20px 45px;
  padding: 0 0 10px 20px;
}
.comment .description { margin-bottom: 5px; }

/* Share
   ========================================================================== */   

.share {/* margin-bottom: 40px; */}
.share p {
  font-size: 1em; /* 16px / 16 px */
  font-weight: bold;
}
.share p.share-options a {
  background: url(/images/icons/icon-arrow-down-blue.png) no-repeat center right;
  height: 14px;
  padding: 0 18px 0 0;
}
.share a:hover { text-decoration: none; }
.share textarea  
{
    /*height: 100px; */
    height:70px;
}
.share .textarea_large 
{
    height:400px;
}

.share .textarea_medium 
{
    height:200px;
}


/* Widget common
   ========================================================================== */   

.widget-calender,
.widget-news,
.widget-feed,
.widget-messages,
.widget-orders { 
  border-bottom: solid 3px #dedede;  
  margin-bottom: 20px; 
}

/* Placeholder main widget
   ========================================================================== */   

.placeholder-widget { 
  border-left: solid 5px #dedede;
  border-bottom: solid 5px #dedede;
  margin-bottom: 50px;
  padding: 0 0 10px 30px;
}

/* Widget calender
   ========================================================================== */   

.widget-calender h2 { 
  /*background: url(/images/icons/icon-calender.png) no-repeat top left;
  padding-left: 20px;*/ 
   float:left;
}


.widget-calender table
{
    margin-bottom: 30px;
}
    .widget-calender-nav
    {
        float: right;
    }
    
     .widget-calender-nav img
    {
        padding: 0 5px 0 5px;
    }

/* Widget messages
   ========================================================================== */   

.widget-messages h2 { 
  /*background: url(/images/icons/icon-messages.png) no-repeat 0 3px;
  padding-left: 23px;*/ 
}
.widget-messages time { 
  color: #666;
  font-size: 0.9em; /* 10px / 16px */
  margin-right: 2px;
}

/* Widget news
   ========================================================================== */   

.widget-news header h2 { 
  /*background: url(/images/icons/icon-news.png) no-repeat top left;
  padding-left: 20px;*/ 
  /*border-bottom:1px solid #DEDEDE;
  border-collapse:collapse;
  padding-bottom:5px;*/
  float:left;
}

/* Widget feed
   ========================================================================== */   

.widget-feed h2 { 
  /*background: url(/images/icons/icon-feed.png) no-repeat 0 2px;
  padding-left: 23px;*/
  float:left;
}
.widget-feed p.month {
  background: #eef3f8;
  font-size: 0.875em; /* 14px / 16 px */
  font-weight: bold;
  padding: 5px;
}
.widget-feed p.day {
  font-size: 0.6875em; /* 11px / 16 px */
  font-weight: bold;
}

/* Widget orders
   ========================================================================== */   

.widget-orders h2 { 
  /*background: url(/images/icons/icon-orders.png) no-repeat top left;
  padding-left: 20px;*/ 
}

.widget p.header {
  background: #eef3f8;
  font-size: 0.875em; /* 14px / 16 px */
  font-weight: bold;
  padding: 5px;
}

.summary dt {
    float: left;
    margin-right: 0.3em;
    font-weight: bold;
}

.summary dd {
    margin-left: 25%;
    margin-bottom: 7px;
}

.summary dl {
    margin: 0;
    padding: 0;
}

.summary {
    z-index: 2;
    position: absolute;
    width: 400px;
    background-color: #fff;
    padding: 10px;
    border: solid 1px #000;
    font-size: 12px;
}