/*
bg-colors.css
gliedert erstmal die Seite neu auf bestimmt Hintergrundfarben usw.
*/


/*
Hintergrundfarben der Hauptelemente zur besseren Positionierung
im Design
*/


body {
/*auskommentiert und im header.php gelandet, sieht beim debugging besser aus*/
/*background-image: url("images/bg_bordeaux_halb.jpg");
background-repeat: repeat-x;*/
background-color: rgb(223,163,128);
}

/*--------------------------------------------------------------*/

#page {
border: 1px solid #fff;
/*background-color: rgb(255,240,225);*/
}

#header {
border-bottom: 1px solid #fff;
background-color: rgb(223,163,128);
}

#headerimg {
/* auskommentiert da im header eine Regelung gefunden
wurde, in der Hoffnung, dass es zur automatischen aenderung kommt*/
/*background-image: url("images/DSC_5622.jpg");
background-repeat: no-repeat;*/
}

.description {
}

#menu {
/*border-bottom: 2px solid #fff;*/
border-left: 1px solid #fff;
}

#submenu {
border-top: 1px solid #fff;
}

/*--------------------------------------------------------------*/

#content {
border-top: 1px solid #fff;
}

.post {
}

.entry {
background-color: rgb(236,200,179);
border-left: 1px solid rgb(190,70,0);
border-right: 1px solid rgb(190,70,0);
border-bottom: 1px solid rgb(190,70,0);
}

.post small {
background-color: rgb(236,200,179);
}

p.postmetadata {
border-top: none;
}

p.alt {
border-top: 1px dashed rgb(190,70,0);
}

/*--------------------------------------------------------------*/

div.navigation {
}

div.alignleft {
}

div.alignright {
}

/*--------------------------------------------------------------*/

#sidebar {
background-color: #777;
}

/*--------------------------------------------------------------*/

#footer {
background-color: rgb(190,70,0/*85,165,28*/);
}

#footer div.shortlinks {
border-bottom: 1px dashed rgb(223,168,128);
}

/*--------------------------------------------------------------*/

#links .blogroll{
border-bottom: 1px solid rgb(85,165,28);
}



