/*
Theme Name: OSSLine
Description: Theme to match the OSSLine website
*/

/* Begin Theme CSS */

body, html {
    margin: 0px;
	font-family: sans-serif;
    background-color: #8C8977;
}

#gradient_left {
    width: 800px;
    margin: 0px auto 0px auto;
    background-image: url("/grad_left.png");
    background-repeat: repeat-y;
}

#gradient_right {
    background-image: url("/grad_right.png");
    background-repeat: repeat-y;
    background-position: 100% 0%;
}

#body {
    background-color: #fff;
    margin: 0px 30px 0px 30px;
}

h1, h2, h3 {
    margin: 0px;
}

h3 {
    font-size: 18px;
}

#header, #footer {
    color: #EFF2CA;
    background-color: #803030;
}

#header {
    padding: 10px 10px 0px 10px;
}

#header img {
    border: none;
}

#footer {
    padding: 7px;
    text-align: center;
    font-size: 12px;
}

#navbar {
    text-align: right;
    background-color: #803030;
    padding: 0px 10px 10px 10px;
    font-size: 16px;
}

#pagetitle {
    font-size: 24px;
    color: #8c8977;
    padding: 10px 0 10px 20px;
}

#text {
    text-align: justify;
    line-height: 25px;
    padding: 0px 20px 20px 20px;
}

#navbar a:link, #navbar a:visited {
    color: #EFF2CA;
    text-decoration: none;
}
#navbar a:hover {
    color: #9E9A77;
}

a:link, a:visited {
    color: #803030;
}

.firstnavitem  {
    padding: 0 10px 0 0; 
}

.navitem {
    border-left: 2px solid #9E9A77;
    padding: 0 10px 0 10px;
}

.textwrapimage {
    float: right;
    padding: 35px 15px 15px 15px;
}

.regularimage, .regularimage a:link, .regularimage a:visited {
    margin: 10px 0px 0px 0px;
    color: #FFFFFF;
}

/*
Blog-specific rules
*/

.posticon {
    float: left;
    margin: 5px 10px 0px 0px; 
}

.post {
    border-bottom-style:dotted;
    border-width:1px;
    padding:2px 0 0;
}

.postmetadata {
    line-height: 1px;
}

.posttitle {
    margin: 0 0 0 0;
}

#blogtext {
    text-align: justify;
    line-height: 30px;
    padding: 0px 20px 20px 20px;
}