﻿
/**
**  Global
***/

/* COLORS ----------------------------------------------------*/
/* bright Green (text)      #00F000
/* Green we like            #ACC84A ; 7ACA49 ; 6DC349
/* Blue Shale (background)  #3F4F5B
/* Bright blue (accents)    #006BD6
/* Dark Gray                #333333
/* A blue we like           #608CC5 (central desktop)
/* facebook blue            #3B5998
/* Light Gray               #9C9C9C
/* Yellow                   #ffcc00
/* Coffee                   #C6C193
/* Silver                   #E6E6E6
/* Orange                   #FF7900 Darker #FF6600
/* ---------------------------------------------------------- */

/*------------------------------------------------------------*/
/* DIVISIONS
/*------------------------------------------------------------*/

.container {
  background:#333333;
  color: #fff;
  margin: 0 15px;
 }
/* corners */ 
.rtop, .rbottom {
  display:block;
  background: #fff; 
  } 
/* top, bottom */  
.rtop *, .rbottom *{
  display:block;
  height: 1px;
  overflow: hidden;
  background: #333333;
  }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {
  margin: 0 1px;
  height: 2px;
  }  