/*
 * Style for EC2ND 2010 website. Rieck
 */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background: #09335D;

    background-image: url(bgbody.jpg);
    background-repeat: repeat-x;

    line-height: 20px;

    width: 810px;
    margin: auto;
}

img {
    border: none;
}

a {
   color: #bf0000;
   text-decoration: none;
}

a:hover {
   color: #bf0000;
   text-decoration: underline;
}


#header {
   width: 100%;
   height: 182px;
}

#header img.ec2nd {
   margin-left: 5px;
   margin-top: 30px;
   float: left;
}

#header img.enisa {
   margin-top: 30px;
   float: right;
}

#header h1 {
   font-size: 13pt;
   line-height: 20px;
   font-weight: bold;
   letter-spacing: -0.5px;
   color: #036;
   float: left;
   margin-top: 40px;
   border-left: 2px solid #bf0000;
   padding-top: 38px;
   padding-left: 12px;
   margin-left: 8px;
   height: 40px;
}

h1 .title { font-size: 10pt; color: #000000; }
h1 .date { color: #606060; }
h1 .place { color: #bf0000;}
h1 a { text-decoration: none; }

menu {
     margin-top: 24px; 
     float: left;
     background-image: url(menu2.png);
     background-repeat: repeat-x;
     border-left: 1px solid #bcd;
     border-top: 1px solid #bcd;
     clear: both;
}

menu li {
     list-style: none;
     float: left;
     padding: 4px 18px 4px 18px;
     border-right: 1px solid #bcd;
     color: #aaa;
     font-size: 12px;
     letter-spacing: -0.5px;
}

#active {
    font-weight: bold;
}

#content {
   background-image: url(menu2.png);
   background-repeat: repeat-x; 
   padding: 15px 70px 0px 60px;
   background-color: #fff;
   border: 1px solid #bcd;
   margin: 0px;
}

#border {
   margin-top: 40px;
   height: 28px;
   background-image: url(menu3.png);
   background-repeat: repeat-x; 
   background-color: #fff;
   margin-left: -60px;
   margin-right: -70px;
}

#content p, ul, table {
   margin-bottom: 15px;
}

#content ul {
   padding-left: 48px;
   line-height: 17px;
   list-style-type: circle;
}

#content ul.left {
   float: left;
   width: 45%;
}

#content ul.right {
}

#content table.list {
   padding: 0px;
   padding-left: 30px;
}

#content table.list td.key {
   vertical-align: top;
   font-weight: bold;
   padding-right: 40px;
}

#content h1, h2 {
   letter-spacing: -0.3px;
   font-size: 20px;
   font-weight: normal;
   color: #036;
   padding: 10px 0px 4px 0px;
   border-bottom: 1px solid #bf0000;
   margin-bottom: 10px;
   clear: both;
}

#content h2 {
  font-size: 18px;
}

#sidephoto {
  float: right;
  padding-top: 5px;
  padding-left: 20px;
  font-size: 9px; 
  color: #aaa;
  text-align: right;
  margin-bottom: -10px;
}

#sidephoto a {
  color: #f77;
}

#footer {
   font-family: Verdana;
   font-size: 9px;
   width: 100%;
   text-align: right;
   color: #fff;
   margin-bottom: 20px;
}

#logos {
   margin-top: 10px;
   padding-top: 5px;
   text-align: center;
   margin-bottom: -40px;
}

#logos img {
   padding: 0 30px 0 30px;
}


div.plugin_twitter {
   margin: 1em auto 1em auto;
/*
   border: 1px solid #bf0000;
   padding: 1em;
   background-repeat: repeat-x;
   background-image: url(menu2.png);
   width: 80%;
*/
}
ul#twitter_update_list li a {
   display: block;
}
ul#twitter_update_list li span a {
   display: inline;
}
