/*style.css --- template project web css style
;; 
;; Filename: style.css
;; Package: 
;; Synopsis: 
;; 
;; Author: Juan Miguel Cejuela
;; Maintainer: 
;; Created: Sun Jul 13 13:38:57 2008 (CEST)
;; Version: 
;; Last-Updated: Thu May 14 02:43:02 2009 (CEST)
;;           By: Juan Miguel Cejuela
;;     Update #: 440
;; URL: http://www.ashrentum.net/ 
;; email: jmcejuela .a.t. gmail . com
;;    All feedback is Welcome. Please edit properly the subject
;; Keywords: 
;; Compatibility: 
;; Dependencies: 
;; 
*/

/*Description: 
;; 
;; 
;; 
*/

/*Commentary: 
;; 
;; 
;; 
*/

/*Change log:
;; 
;; 
*/

/*This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;; 
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; General Public License for more details.
;; 
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING.  If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.

*/

/*Code:*/

/* **************************************************************
 * 
 * Base
 * 
 * ************************************************************** */

body{
    margin:0px;
    padding:0px;
    font-family: arial, verdana, helvetiva, sans-serif;
    font-size: 10px;
    color:#222;
    background-color:white;
    line-height:0.8;
}

p {
    margin: 16px 15px 16px 5px;
}

/*pre{font-family: monospace; }*/

center {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

li {
    font-size:100%;
    line-height:120%;
}

blockquote{
    font-family:helvetica, verdana, arial, sans-serif;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 1.4em;
    color:#222;
    background-color:white;
    font-size:95%;
    line-height:130%;
}

table{
    margin: 10px 10px 10px 10px;
    border-spacing: 0;
}

/* **************************************************************
 * 
 * Frames
 * 
 * ************************************************************** */

#header{
    height:80px;
    border-style:solid;
    border-color:black;
    border-width: 0px 0px 1px 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: verdana, sans-serif;
}

#content{
    max-width: 800px;
    position: relative;
    margin: 0px 0px 0px 20px;
    padding: 20px 0px 0px 0px;
    font-size:16px;
}

#foot{
    position: relative;
    left:0px;
    right:0px;
    bottom: 0px;
    margin-top: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #bababa;
    font-size: 11px;
    color: #808080;
}    

/* **************************************************************
 * 
 * header
 * 
 * ************************************************************** */
#header h1{
    margin:25px 20px 10px 30px;
    padding:0 0 0 0;
    font-size: 35px;
    font-weight: bolder;
    color: #003cc4;
    font-family: verdana, sans-serif;
}   

#foreword{
    margin:5px 20px 0px 55px;
    font-size: 14px;
    font-weight: 500;
}

#header a, #header a:link, #header a:visited, #header a:hover{ 
    color: #f49b00;
    background-color:#ecede;
    text-decoration: none;
} 
    

/* **************************************************************
 * 
 * content
 * 
 * ************************************************************** */

#content h1{
    margin: 10px 20px 40px 5px;
    padding:0px 0px 0px 0px;
    font-size:20px;
    font-weight:bolder;
    color:#222222; 
}

#content h2{
    margin:30px 5px 5px 5px;
    padding:0px;
    font-size:17px;
    font-weight: bolder;
    color:#222222; 
}

#content a, #content a:link, #content a:visited, #content a:hover{ 
    margin-top: 120px;
    color:#0006f4;
    text-decoration: none;
    font-weight:300;
} 

#content a:link {color:#04b;}
#content a:visited {color:#008;}
#content a:hover {text-decoration: underline;}

#content ul{
    margin-left: 20px;
    padding-left: 0px;
    font-size: 16px;
}

#content li{
    margin-left: 18px;

}

/* **************************************************************
 * 
 * foot
 * 
 * ************************************************************** */

#foot p{
    margin: 10px 20px 5px 20px;
}

/*style.css ends here*/



