/*  
Theme Name: theDigitalDocs
Theme URI: http://wordpress.org/
Description: The look and the Feel
Version: 1.5
Author: Gabriel Bach
Author URI: http://www.pericycle.com
*/

/*      ------------------------ */
/*      WELCOME */

body                    {
                        margin: 0px 0px 0px 0px;
                        background-color: #fff;
                        font: 14px Arial, Georgia, Times New Roman, Times, serif;
                        color: #333;
                        }

/*      ------------------------ */
/*      LINKS */

a.main:link             {  font: 14px Arial, Georgia, Times New Roman, Times, serif; color: #fff; text-decoration: none; letter-spacing: 1px; font-weight: bold;}

a.main:visited          {  font: 14px Arial, Georgia, Times New Roman, Times, serif; color: #fff; text-decoration: none; letter-spacing: 1px; font-weight: bold; }
        
a.main:hover            {  font: 14px Arial, Georgia, Times New Roman, Times, serif; color: #ffff00; text-decoration: underline; letter-spacing: 1px; font-weight: bold; }              

/*      ------------------------ */
/*      BASICS */

h1                      {
                        clear:both;
                        font: 60px Arial, Georgia, Times New Roman, Times, serif;
                        font-weight:normal;
                        letter-spacing:-2px;
                        line-height: 60px;
                        color: #333;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        border-bottom: 6px solid #144E56;
                        }

strong                  {
                        font: 18px Arial, Georgia, Times New Roman, Times, serif;
                        font-weight: bold;
                        color: #333;
                        }

img.arrow               {
                        float: none;
                        margin-right:0px;
                        margin-bottom:0px;
                        vertical-align: middle;
                        border: 0px solid #CCC;
                        }

img                     {
                        margin-right:10px;
                        margin-bottom:5px;
                        float: left;
                        border: 0px solid #CCC;
                        }

blockquote              {
                        background: #f3f3f3;
                        padding: 10px;
                        margin: 0px;
                        }



/*      ------------------------ */
/*      TABLES */


#container       	{
                        position: absolute;
                        top: 10px;
                        left: 10px;
                        width: 810px;
                        height: 100%;
                        background-color: #FFF;
                        }

#header			{
                        width: 100%;
                        font: 24px Georgia, Times New Roman, Times, serif;
                        font-weight: regular;
                        color: #fff;
                        background-color: #144E56;
                        margin-bottom:30px;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        }

#hd_cntr                {
                        vertical-align: middle;
                        padding-left: 30px;
                        }  

#info_col				{
                        width: 255px;
                        height: auto;
                        font: 12px arial, Arial, Georgia, Times New Roman, Times, serif;
                        line-height: 14px;
                        margin-left: 30px;
                        float: left;
                        }


#content_col			{
                        width: 460px;
                        height: auto;
                        float: right;
                        }


#footer                	{
                        width: 100%;
                        font: 10px Arial, Georgia, Times, Times New Roman, serif;

                        letter-spacing: 2px;
                        font-weight: normal;
                        line-height: 2px;
                        color: #999;
                        margin-top: 20px;
                        margin-left: 30px;
                        margin-right: 30px;
                        padding-top:10px;
                        border-top: 1px solid #ccc;
                        float: right;
                        } 
