/* 
 * Style sheet of Lingu@net Europa
 *
 */
 
 @import "styles.css"; 
 
/* modifications of general styles */

h1 {
       background-image: url(/img/title-g.gif);
}

h2 {
       background-image: url(/img/titleh2-g.gif);
}

h3, h4 {
       background-image: none;
       background-color: #fff;
       border: none;
       text-align: justify;
       text-indent: 0em;
       line-height: 1.3em;
       font-size: small;
       margin: 0px 0px;
       font-weight: bolder;
       padding: 0px;

}

 #welcome{
     background-image: url(/img/we-g.jpg);
     border-bottom: 1px solid #ccc;
 }
 
/* Left navegation bar*/
#left-bar-middle{
     background-image: url(/img/nav-g.gif);
}

#sub-nav-list li{
     list-style-image: url(/img/point-g.gif);
     list-style-position: outside;
}

 /*Paragraph */
 .paragraph-top {
    background-image: url(/img/pa-g-top.gif);
    border-right: 1px solid #39c;
 }
 
 .paragraph {
    border-left: 1px solid #093;
    border-right: 1px solid #093;
 }
 
 .paragraph-bottom{
    border-right: 1px solid #093;
    background-image: url(/img/pa-g-bottom.gif);
 }
 
 /* end of modifications */ 

 /* Styles for lists */
 .ways-list {
     margin: 0px;
     padding: 4px 8px;
      
 }
 
 .ways-list ul, .ways-list dl, .ways-list ol {
    list-style-image: url(/img/tg.gif);
    text-align: justify;
    margin: 0px;
    padding: 2px;     
 }
 .ways-list li {
      margin-left: 30px;
 }
 
 .ways-list dt {
     font-weight: bolder;
    text-decoration: underline;
 }
 .ways-list dd {
     
 }
 
 .ways-list li li{
      margin-left: 30px;
      list-style-image: url(/img/point-g.gif);
      list-style-position: outside; 
 }
 
 .tips-title p {
     margin-left: 20px;
     border-bottom: 1px solid #093;
 }
 
 /* Index list */
 #list-element {
     list-style: none;
      margin: 0px;
  }
  
 #list-element li {
      list-style: none;
     text-align: center;
     margin: 5px;
  }
  
 .way-element {
      margin: 0px;
      padding: 0px;
      width: 450px;
  }
  
 .way-element-title {
     background-image: url(/img/index-top-g.gif);
     background-position: left top;
     background-repeat: no-repeat;
     background-color: #093;
    text-align: left;
    padding: 3px 3px 4px 70px;
     margin: 0px;
     min-height: 18px;
 }
 
 .way-element-info {
     background-image: url(/img/index-g.gif);
     background-position: center;
     background-repeat: repeat-y;
     text-align: left;
     margin:0px;
     padding: 2px 10px 1px 20px;    
 }
 .way-element-info p {
     height: auto;
     margin: 0px;
     padding: 2px;
 }
 
 .way-element-more {
     background-image: url(/img/index-bottom-g.gif);
     background-position: left top;
     background-repeat: no-repeat;
    text-align: right;
    margin: -2px 0px 0px 0px;
     padding: 0px;
     height: 15px;
 }
 
 /* Stories styles */
 cite {
        font-style: italic;
 }
 
