/* 
    Document   : std
    Created on : 2010-01-07, 13:03:56
    Author     : jurek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #d7ca7f url(../gfx/bg.jpg) center top no-repeat;
    width:100%;
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #404040;
}

div#outer {
    text-align: center;
    width: 100%;
}

div#inner {
    text-align: left;
    margin: auto;
    width: 980px;
    /*background: blue;*/
    /*height: 300px;*/
}

div#red1 {
    width: 250px;
    height: 120px;
    background: #aa0808;
    float: left;
}

div#name {
    width: 730px;
    height: 120px;
    float: left;
    color: white;
    font-family: "Garamond";
    font-size: 64pt;
    text-align: center;
    vertical-align: middle;
    background: url(../gfx/name.png) top right no-repeat;
}

div#pic {
    height: 353px;
    background: url(../gfx/jn2.jpg) right top no-repeat;
    clear: both;
}

div#red2 {
    width: 250px;
    height: 400px;
    background: #cc0000 url(../gfx/red.png) top no-repeat;
    float: left;
    color: #ffffff;
}

div#content {
    background: #ded290;
    border-left: 0 dotted #dab542;
    margin-left: 250px;
    padding: 20px;
}

div#footer-bg {
    background: #2a2a2a;
    text-align: center;
}

div#footer-txt {
    color: #ffffff;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 980px;
    text-align: left;
    
    /*background: blue;*/
    /*height: 300px;*/
}


div#clear {
    clear:both;
}

ul {
    padding: 15px;
    padding-left: 30px;
}

a {
    text-decoration: none;
    color: #7b745f;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: 10px 0;
}

.right {
    text-align: right;
}

h1 {
    font-family:  "Century Gothic", Tahoma,Arial, Helvetica;
    font-size: 36px;
    color: #000000;
    font-weight: normal;
}

.subtitle {
    font-size: 12px;
}

/***
* Menu items:
*/

ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.menu-item {
    display: block;
    text-align: center;
    /*padding-bottom: 1px;*/
}

a.menu-link {
    font-family: "Century Gothic", Tahoma, Helvetica;
    color: #ffffff;
    font-size: 12pt;
    width: 250px;
    display: block;
    padding: 10px 0;
    border-top: 1px dotted silver;
    background: url(../gfx/transparent.png);
}

a.menu-link:hover {
    color: #aa0808;
    background: #be9514;
    text-decoration: none;
}

li.menu-last-item {
    display: block;
    text-align: center;
    background: url(../gfx/transparent.png);
    /*padding-bottom: 1px;*/
}

a.menu-last-link {
    font-family: "Century Gothic", Tahoma, Helvetica;
    color: #ffffff;
    font-size: 12pt;
    width: 250px;
    display: block;
    padding: 10px 0;
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
}

a.menu-last-link:hover {
    color: #aa0808;
    background: #be9514;
    text-decoration: none;
}

