/*
Theme Name: Chaparral Initial
Theme URI: http://chaparralpoetry.net/
Description: The initial WordPress theme for chaparralpoetry.net.
Version: 0.1
Author: Stefan Ochaba
Tags: simple and straight

Default WordPress by Stefan Ochaba || http://commonground.de
This is just a basic layout, with only the bare minimum defined.
*/

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

body	{
    background-color: #000;
	color: #fff;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 700px;
	margin-bottom: 10px;
}

#head {
	margin: 0 auto;	
}

#footer {
	margin: 0 auto;
}

h1 {
	font-family : Courier New, monospace;
        font-size: 40px;
	font-weight: normal;
	text-align: center;
}

#editoral, #page, #author, #inhalt, #poetlinks, #singlepoem, #editoral_archive
{
	font-family: Futura, Helevetica, Verdana, Arial, sans-serif;
	font-size:12px;
}

#editoral h1, #page h1, #author h1, #inhalt h1, #singlepoem h1, #editoral_archive h1
{
	margin: 0 auto;
	width: 500px;
	font-family: Futura, Helevetica, Verdana, Arial, sans-serif;
        font-size: 20px;
	font-weight: normal;
	text-align: left;
}

#editoral p, #inhalt p, #page p, #author p, #editoral_archive p, #editoral_archive p
{
	margin: 0 auto;
	width:500px;
	padding-top:10px;
	padding-bottom: 20px;
	line-height:20px;
	font-weight: normal;
	text-align: justify;
}


#singlepoem p
{
	margin: 0 auto;
	width:500px;
	padding-top:10px;
	padding-bottom: 20px;
	line-height:20px;
	font-weight: normal;
}

#navcontainer {
	margin: 0 auto;
	margin-top:30px;
	width: 500px;
	font-family : Courier New, monospace;
	font-size:16px;
	text-align: center;
	margin-bottom: 50px;
}

#navlist li
{
	display: inline;
	padding-right: 50px;
	font-weight: bold;
	list-style-type: none;
}

a, a:link, a:visited {
    color: #fff;
	text-decoration: none;
}

a:hover {
	background-color: #fff;
	color: #000;
}

#navigationpoets
{
	font-weight: bold;
	list-style-type: none;
	display: block;
}

#author p img, #poetlinks p img
{
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

#poetlinks
{
	width: 300px;
	float: left;
	margin-bottom: 20px;
	margin-left: 50px;
}

#inhalt p a
{
    font-weight: bold;
}

.clear
{
	clear: both;
}

#hp img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#editoral_archive
{
    margin: 0 auto;
    width: 510px;
    clear: both;
    horizontal-align: top:
}

#editoral_archive ul li img
{
    padding: 35px 10px 5px 0px;
    float: left;
    border: none;
}

#editoral_archive h1
{
    width: 340px;
    float: right;
}

#editoral_archive p
{
    width: 340px;
    float: right;
}

#editoral_cat_image li
{
	list-style-type: none;
}