@import url(http://www.blogr.de/site_base.css);

/*
name: Blogr Default
designer: Michael Schuster
designer_url: http://smi.twoday.net/
description: Default layout for blogr.com
layouts: two-column-left, two-column-right, two-column-left-floatleft, two-column-right-floatleft
*/

/* general stuff */

a {
  color: #E6A036;
}

a:hover {
  color: #AECD4A;
}

/* STANDARD FORMATTINGS */

body {
  background-color: #C4C6DC;
  
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: #DFBCBC;
}

#wrapper { 
  margin: 10px;
}

p.buttons input, form.inplaceeditor-form .editor_ok_button {
  border: 1px solid #ffffff;
  background: #bbbbbb;
  color: #ffffff;
  padding: 0 5px 0 5px;
}

/* CONTAINER */

#container {
  width: 940px;
  background: #FFFFFF;
  padding: 0 10px 10px 10px;
}

#container-inner { 
  margin: 0;
}


/* BANNER (header) */

#banner {
  background-color: #848EB9;
  background-image: url(http://static.blogr.de/tenants/de/sites/al/Alvandea/layouts/greyboxes/banner.original.jpg?tmp=3717);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 144px;
  border-top: 10px solid #FFFFFF;
}

#banner h1 {
  padding: 20px 0 0 20px;
  font-size: 2.7em;
  margin: 0;
}

#banner h1 span {
  background: #2B1111;
  opacity: 0.85;
  filter: Alpha(opacity=85);
  padding: 0 10px 0 10px;
  float: left;
}


/* NAVIGATION */

#navigation {
  font-size: 1.25em;
  position: absolute;
  top: 114px;
  right: 27px;
}

#navigation li a {
  background: #2B1111;
  padding: 1px 8px 2px 6px;
  margin: 0 0 0 7px;
  opacity: 0.85;
  filter: Alpha(opacity=85);
  padding: 1px 8px 1px 6px;
  float: left;
}

html>body #navigation li a {
  margin: 0 0 0 15px;
}

#navigation li.active a, #navigation li a:hover {
  color: #AECD4A;
  text-decoration: none;
}


/* PAGEBODY */

#pagebody {
  background: #2B1111;
  border-top: 10px solid #FFFFFF;
}

/* CONTENT and SIDEBAR */

#content {
  width: 700px;
}

#sidebar {
  width: 230px;
  margin: 0;
}

#content-inner, #sidebar-inner { 
  padding: 20px;
}

/* FOOTER */

#footer {
  background: #2B1111;
  margin: 0;
  border-top: 10px solid #FFFFFF;
  text-align: center;
}

#footer-inner {
  padding: 0 0 0 20px;
}

#footer-inner p {
  padding: 0.6em 0;
  margin: 0;
}

/* ORIENTATIONS, COLUMN Layouts */

/* two-column-left */

.layout-two-column-left-floatleft #content,
.layout-two-column-left #content { 
  margin: 0 0 0 -240px;
  width: 100%;
}

.layout-two-column-left-floatleft #content-inner,
.layout-two-column-left #content-inner { 
  margin: 0 0 0 230px;
  border-left: 10px solid #FFFFFF;
}

.layout-two-column-left-floatleft #sidebar,
.layout-two-column-left #sidebar { 
  border-right: 10px solid #FFFFFF;
}

/* two-column-right */

.layout-two-column-right-floatleft #content,
.layout-two-column-right #content {
  margin: 0 -240px 0 0;
  width: 100%;
}

.layout-two-column-right-floatleft #content-inner,
.layout-two-column-right #content-inner { 
  margin: 0 230px 0 0;
  border-right: 10px solid #FFFFFF;
}

.layout-two-column-right-floatleft #sidebar,
.layout-two-column-right #sidebar { 
  border-left: 10px solid #FFFFFF;
}


/* ENTRY */

.entry-header a { 
  text-decoration: none; 
}


/* PHOTO page & SIDEBAR */

.photo-img {
  text-align: left;
}

h1, h2 {
  font-weight: normal;

}

#thumbnail-nav {
  background: none;
}

#thumbnail-nav-inner {
  padding: 0;
}

#thumbnail-nav-inner img {
  margin: 0 0 4px 0;
}

/* MODULES */

.module {
  margin:0 0 2.0em 0;
}

.module-header {
  font-weight: normal;
  font-size: 1.5em;
}

.module-content {
  padding: 0;
}

.module small {
  color: #DFBCBC;
}
