/*
Theme Name: Docs
Theme URI: http://www.pericycle.com/bertocci
Description: 
Version: 
Author: Gabriel Bach


/*      ------------------------ */
/*      WELCOME */

body            {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                text-align: left;	
                background-color: #FFF;
                background: url(../../../_img/background.jpg) repeat top left;
                }
            
/*      ------------------------ */
/*      LINKS */

a:link          {
                font: 10px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 2px;
                text-decoration: none;
                border: 0px;
                line-height: 1.5em;
                }
            
a:visited       {
                font: 10px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 2px;
                text-decoration: none;
                border: 0px;
                line-height: 1.5em;
                }
            
a:hover         {
                font: 10px Courier, Times, sans-serif;
                color: #FFF;
                padding: 2px;
                text-decoration: none;
                border: 0px;
                background-color: #000;
                line-height: 1.5em;
                }
            
                
a.high:link     {
                font: 12px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 1px;
                background-color: #FFF;
                }

a.high:visited  {
                font: 12px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 1px;
                background-color: #FFF;
                }

a.high:hover    {
                font: 12px Courier, Times, sans-serif;
                color: #FFF;
                padding: 1px;
                background-color: #000;
                }              

a.high2:link     {
                font: 12px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 0px;
                background-color: #FFF;
                }

a.high2:visited  {
                font: 12px Courier, Times, sans-serif;
                color: #2F1F0E;
                padding: 0px;
                background-color: #FFF;
                }

a.high2:hover    {
                font: 12px Courier, Times, sans-serif;
                color: #FFF;
                padding: 0px;
                background-color: #000;
                }  
          
                        
/*      ------------------------ */
/*      BASICS */

h1              {
                font: 10px Verdana, Courier, Times, sans-serif;
                color: #2F1F0E;
                font-weight: bold;
                padding-bottom: 3px;
                padding-left: 3px;
                padding-top: 3px;
                border-bottom: 1px solid #000;
                }
                
h2              {
                font: 10px Verdana, Courier, Times, sans-serif;
                color: #2F1F0E;
                font-weight: bold;
                padding-bottom: 3px;
                padding-left: 12px;
                padding-top: 3px;
                border-bottom: 1px solid #000;
                }
            
p               {
                font: 12px Courier, Times, sans-serif;
                color: #2F1F0E;
                line-height: 14px;
                padding: 3px;
                background-color: #FFF;
                }
                
p.highlight     {
                font: 10px Verdana, Helvetica, Arial, sans-serif;
                color: #FF0000;
                line-height: 13px;
                padding: 3px;
                background-color: #FFFF00;
                }
                

p img           {
                margin-right: 10px;
                border: 0;
                padding-bottom: 10px;
                }

                
img.table       {
                margin-right: 5px;
                margin-bottom: 5px;
                border: 1px solid #CCC;
                }
            

/*      ------------------------ */
/*      TABLES */

#container 	    {
                height: 100%;
                text-align: left;
                margin: 5px auto auto 0px;
                }
        

/*      ------------------------ */
/*      NAV */

#navcontainer 	{
                width: 210px;
                height: 100%;
                line-height: 1em;
                text-align: left;
                margin: 25px auto auto 0px;
                font: 12px Courier, Times, sans-serif;
                float: left;
                }
                
#navholder 	{
                padding-left: 20px;
            }
            
#navinfo 	{
                padding-left: 12px;
            }

/*      ------------------------ */
/*      STRUCTURE */
            

		    
#contentcontainer 	    {
                width: 620px;
                height: 100%;
                text-align: left;
                margin: 38px auto auto 45px;
                float: left;
                }
