/* 
    Document   : base
    Created on : Mar 1, 2010, 8:56:23 PM
    Author     : Petr Dvorak
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
    text-align: center;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 11pt;
    color: #456;
}

a {
    color: #0066cc;
    text-decoration: none;
}

h1 {
    font-size: 14pt;
    color: #003;
}

h2 {
    font-size: 13.5pt;
    color: #000038;
}

h3 {
    font-size: 11.5pt;
    color: #004;
}

h4 {
    font-size: 11pt;
    color: #000048;
}

hr {
    height: 1px;
    color: silver;
    border: 0;
    border-bottom: 1px solid Silver;
}

#page {
    margin: 0 auto;
    width: 950px;
    text-align: justify;
}

#header {
    height: 100px;
}

#name_logo {
    display: block;
    height: 100px;
    width: 400px;
    float: left;
    background-image: url(http://archive.petr-dvorak.eu/site/images/name_logo.png);
    background-repeat: no-repeat;
}

#contact_info {
    width: 220px;
    float: right;
}

#contact_info img {
    margin-bottom: -4px;
    margin-right: 4px;
}

#contact_info ul {
    font-size: 10pt;
    position: absolute;
    margin-top: 15px;
}

#contact_info li {
    list-style: none;
    padding: 3px 0;
}

#welcome {
    height: 320px;
    margin-top: 20px;
    font-size: 10pt;
    background-image: url(http://archive.petr-dvorak.eu/site/images/bar_h320.png);
    color: black;
}

#welcome a {
    color: #003;
    font-weight: bold;
}

#welcome_photo {
    width: 233px;
    height: 300px;
    margin-right: 10px;
    margin-top: 10px;
    background-image: url(http://archive.petr-dvorak.eu/site/images/portrait.jpg);
    background-repeat: no-repeat;
    float: right;
}

#welcome_message {
    height: 320px;
    margin-right: 260px;
    padding: 10px 15px;
    overflow: visible;
}

#welcome_message p {
    width: 98%;
    font-weight: bold;
}

#welcome_message ul {
    font-weight: normal;
}

#menu {
    font-style: normal;
    float: left;
    width: 260px;
    font-size: 14pt;
}

#menu a {
    color: #456;
}

#menu a:hover {
    color: black;
}

#menu ul {
    margin: 0;
    padding: 15px;
}

#menu li {
    list-style: none;
    padding: 26px 0;
    margin: 4px 0;
}

#menu li .img {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: -26px;
    margin-right: 10px;
    cursor: pointer;
}

#menu li a #menu_article {
    background-image: url(http://archive.petr-dvorak.eu/site/images/articles_bw.png);
}

#menu li a #menu_projects {
    background-image: url(http://archive.petr-dvorak.eu/site/images/projects_bw.png);
}

#menu li a #menu_archive {
    background-image: url(http://archive.petr-dvorak.eu/site/images/archive_bw.png);
}

#menu li a:hover #menu_article {
    background-image: url(http://archive.petr-dvorak.eu/site/images/articles.png);
}

#menu li a:hover #menu_projects {
    background-image: url(http://archive.petr-dvorak.eu/site/images/projects.png);
}

#menu li a:hover #menu_archive {
    background-image: url(http://archive.petr-dvorak.eu/site/images/archive.png);
}

#content {
    margin-left: 320px;
    padding: 15px;
}

#content h1 {
    font-style: normal;
    font-weight: normal;
    color: #456;
    margin-top: 45px;
    font-size: 18pt;
}

#content p {
    color: #666;
}

#footer {
    margin-top: 20px;
    text-align: right;
    padding-top: 45px;
    color: #456;
    background-image: url(http://archive.petr-dvorak.eu/site/images/bar.png);
    background-repeat: no-repeat;
}

#footer div {
    padding-right: 10px;
}

.blog_article_mainpage {
    font-style: normal;
}

.blog_article_mainpage h3 {
    font-style: italic;
}

.blog_article_mainpage h3 a {
    color: #004;
}

.blog_article_mainpage h3 img {
    margin-bottom: -5px;
}

.blog_article_mainpage p {
    line-height: 140%;
    font-size: 10pt;
}

.blog_article_mainpage .link_next {
    text-align: right;
}

.blog_article_mainpage .link_next a {
    font-size: 10pt;
}

.older_blog_article_mainpage {
    font-style: normal;
}

.older_blog_article_mainpage h4 {
    font-size: 9pt;
    margin: 4px 0;
}

.older_blog_article_mainpage p {
    font-size: 8pt;
    color: gray;
    font-style: normal;
    margin: 0 0 15px 0;
}

.older_blog_article_mainpage h4 a {
    font-style: normal;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}
