/*                                                                                 */
/* Copyright (C) 2007 David Gurtner                                                */
/*                                                                                 */
/* 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 2                  */
/* of the License, 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; if not, write to the Free Software                     */
/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.     */
/*                                                                                 */
/* $Id: weblog.css 130 2007-02-03 15:35:05Z dgurtner $                             */

html{
    padding: 0;
    margin: 0;
}

body{
    font-family: sans-serif;
    color: #000;
    font-size: 11px;
    background-color: #ededed;
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
}

h1{
    font-size: 14px;
}

h2{
    font-size: 14px;
}

h3{
    font-size: 11px;
}

a{
    color: #ff9000;
    background-color: #fff;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1 a, h2 a{
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

h1 a:hover, h2:hover a{
    text-decoration: none;
}

img{
    border: none;
}

#homepage{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 3px solid #000;
    color: #000;
    background: #fff url(../img/bg.png) repeat-y;
}

#headerimg{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    border-bottom: 3px solid #000;
    color: #000;
    background: #fff url(../img/headerimg.jpg);
}

#content{
    float: left;
    width: 440px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    margin-bottom: 10px;
}

#content p{
    text-align: justify;
}

#content p img{
    margin-top: 10px;
    margin-bottom: 10px;
}

#content h1, #content h2, #content h3{
}

#nav{
    float:right;
    width: 117px;
    padding-left: 43px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 10px;
}

#nav ul{
    color: #ff9000;
    background-color: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px;
}

#nav h1, #nav h2, #nav h3{
    text-align: center;
    margin-bottom: 5px;
}

#navimg{
    margin-left: 31px;
    padding: 0;
    width: 55px;
    height: 64px;
    border: 1px solid #000;
}

.text{
    width: 209px;
    border: solid 1px #000;
    margin: 0;
    font-size: 11px;
    
}

.area{
    width: 418px;
    border: solid 1px #000;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.button{
    margin: 1px;
    padding: 1px;
    background: #ededed;
    border: 1px solid #000;
    font-size: 11px;
    color: #000;
}

.checkbox{
    border: solid 1px #000;
    margin: 0;
    font-size: 11px;
}

.error{
    font-size: 11px;
    color: #ff3000;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.userimg{
    margin-right: 6px;
    margin-bottom: 6px;
    float: left;
}

.footertext{
    font-size: 11px;
    color: #ff9000;
    background-color: #fff;
    clear: left;
    text-decoration: none;
    margin-bottom: 50px;
}

.footertext a:hover{
    text-decoration: underline;
}

.commenttext{
    font-size: 11px;
    text-decoration: none;
    margin-bottom: 35px;
}

.commenttext a:hover{
    text-decoration: underline;
}

.previous_top{
    margin-top: -50px;
    padding: 0;
    display: inline;
    float: left;
    color: #ff9000;
    background-color: #fff;
}

.next_top{
    margin-top: -50px;
    padding: 0;
    display: inline;
    float: right;
    color: #ff9000;
    background-color: #fff;
}

.previous_bottom{
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    color: #ff9000;
    background-color: #fff;
}

.next_bottom{
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
    color: #ff9000;
    background-color: #fff;
}
