/* -------------------------------------------------------------- 
  BLUEPRINT CSS
   * Filename:        grid.css
   * Version:         0.5 (2007-08-28) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
  
  Generated by:
   * Blueprint CSS Grid Generator (2008-04-09) [http://blueprint-generator.kaizeku.com/]
  
  Based on work by:
   * Olav Bjorkoy      [bjorkoy.com]
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
  
  == STRUCTURE: ========================
   * Page width:            940 px
   * Number of columns:     12
   * Column width:          60 px
   * Margin width:          20 px
  ======================================
   
  By default, the grid is 940px wide, with 12 columns 
  spanning 60px, and a 20px margin between columns.
  
  If you need fewer or more columns, use this formula to calculate
  the new total width: 
  
  Total width = (number_of_columns * column_width) - margin_width
  
-------------------------------------------------------------- */

/* body { } */

/* A container should group all your columns. */
.container {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 940px;     /* Total width */
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout.
   Nesting columns works like a charm (remember .last). */
   
.column {
  float: left;
  margin-right: 20px;
  padding: 0;
}
* html .column { overflow-x: hidden; } /* IE6 fix */

/* Add this class to a column if you want a border on its 
   right hand side. This should be customized to fit your needs. */

.border {
  padding-right: 9px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

/* Use these classes to set how wide a column should be. */
.span-1  { width: 60px}
.span-2  { width: 140px}
.span-3  { width: 220px}
.span-4  { width: 300px}
.span-5  { width: 380px}
.span-6  { width: 460px}
.span-7  { width: 540px}
.span-8  { width: 620px}
.span-9  { width: 700px}
.span-10 { width: 780px}
.span-11 { width: 860px}
.span-12 { width: 940px; margin: 0}


/* The last element in a multi-column block needs this class. */
.last     { margin-right: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 80px}
.append-2  { padding-right: 160px}
.append-3  { padding-right: 240px}
.append-4  { padding-right: 320px}
.append-5  { padding-right: 400px}
.append-6  { padding-right: 480px}
.append-7  { padding-right: 560px}
.append-8  { padding-right: 640px}
.append-9  { padding-right: 720px}
.append-10 { padding-right: 800px}
.append-11 { padding-right: 880px}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 80px}
.prepend-2  { padding-left: 160px}
.prepend-3  { padding-left: 240px}
.prepend-4  { padding-left: 320px}
.prepend-5  { padding-left: 400px}
.prepend-6  { padding-left: 480px}
.prepend-7  { padding-left: 560px}
.prepend-8  { padding-left: 640px}
.prepend-9  { padding-left: 720px}
.prepend-10 { padding-left: 800px}
.prepend-11 { padding-left: 880px}



/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }





/* Use these classes to make an image flow into the column before 
   or after it. This technique can also be used on other objects. */

.pull-1 { margin-left: -80px}
.pull-2 { margin-left: -160px}
.pull-3 { margin-left: -240px}
.pull-4 { margin-left: -320px}



.push-0  { margin: 0 0 0 18px; float: right; } /* Right aligns the image. */
.push-1 { margin: 0 -80px 0 18px; float: right}
.push-2 { margin: 0 -160px 0 18px; float: right}
.push-3 { margin: 0 -240px 0 18px; float: right}
.push-4 { margin: 0 -320px 0 18px; float: right}


.pull-1, .pull-2, .pull-3, .pull-4,
.push-1, .push-2, .push-3, .push-4 {
  overflow-x: visible; /* Overrides previous IE6 fix (needs improvement). */
}

/* EOF */

#search { margin: -25px 0 1em 0; }
#tracpowered { display: none; }
#footer p.right { padding-right: 10px; }

/* BeRTOS Site
 --------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font: normal 21px/30px  "Trebuchet MS", "Lucida Grande", "Lucida Sans", Arial, sans-serif; color: #5c310c; margin: 0 0 20px 0; }
hr { clear: both; width: 100%; height: 1px; margin: 0 0 19px 0; border: none; visibility: hidden; *margin: -7px 0 12px 0; }
a { color: #338032; text-decoration: none; border-bottom: 1px dotted #59b357; }
a:hover { color: #333; border-bottom: 1px solid #333; }
/* a:active { color: #F7941D; border-bottom: 1px solid #F7941D; } */
#bheader { border-top: 5px solid #f58220; border-bottom: 5px solid #3E9A3C; margin: 0 0 40px 0; position: relative; background: #eee; 
          /* padding: 10px 0; */ 
}
#header { display: none;}
#nav2 { position: absolute; right: 0; top: 0; z-index: 1; font-size: 13px; }
#nav2 .lang { color: #fff; border: none; background: #f58220 url(http://www.bertos.org/static/bertos/i/arr-lang.png) left center no-repeat; padding: 4px 8px 4px 20px; display: inline-block; }
#nav2 .lang select { border: none; padding: 0; width: 75px; }
#nav2 { background: #3E9A3C; }
#nav2 #link-trac { color: #fff; border: none; background: #3E9A3C url(http://www.bertos.org/static/bertos/i/arr-trac.png) left center no-repeat; padding: 4px 8px 4px 20px; display: inline-block; }
#nav2 #link-api { color: #fff; border: none; background: #3E9A3C url(http://www.bertos.org/static/bertos/i/arr-trac.png) left center no-repeat; padding: 4px 8px 4px 20px; display: inline-block; }
#nav2 a { color: #fff; border: 0; }
#nav2 a:hover { color: #fff; }
#logo  {
/* margin: 0 0 20px 0; */
}
#logo a { border: none; }
#logo img { display: block; }
#nav ul { list-style: none; margin: 110px 0 0 0; float: right; }
#nav li { margin: 0 0 0 10px; float: left; }
#nav li a { color: #333; font-weight: bold; padding: 5px 15px 5px 15px; border: none; display: block; text-transform: capitalize; }
/* #nav #li-trac a { background: #fff url(../i/bg-nav-li-trac.png) bottom center no-repeat; } */
#nav li a:hover { color: #fff; background: #f58220; }
#nav li.current a { color: #fff;
                    /* background: #3e9a3c url(../i/bg-nav-li-current.png) bottom center no-repeat; */
                    background: #3e9a3c;
}
/* #nav li.current a:active { color: #fff; } */
#footer { padding: 20px 0 20px  0; color: #666; border-top: 5px solid #3e9a3c; background: #eee; }
#social { font-size: 13px; }
#social img { vertical-align: middle; }
#footer h3 { text-transform: uppercase; font-size: 13px; font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif; }
#footer-nav { margin:  0 0 20px 0; }
.footerdesc { font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Arial,sans-serif; font-size: 14px; }
#copyright { font-size: 13px; }
#copyright img { vertical-align: middle; }
/*
#footer a  {            
}
#footer a:hover {       
}
*/

