﻿/*  Copyright and Credits at end of file

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #CCC;
	color: #333;
	padding: 20px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#e77c1a;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/**********Leadarticle************/
.leadarticle {
margin: 0px 0 20px 0!important;
width:605px!important;
    padding: 15px!important;
 border-top: 1px solid #ccc!important;
 border-left: 1px solid #ccc!important;
 border-right: 2px solid #999!important;
 border-bottom: 2px solid #999!important;
 background: #e7deea!important;
 }
.leadtitle { /* for the headlines in the tabbed section */
 font:1.5em Georgia, "Times New Roman", Times, serif!important;
 line-height:100%!important;
 display:block!important;
 padding-bottom:7px!important;
 color: #651a74!important;
 text-transform:none!important;
 letter-spacing:normal!important;
}
.leadpic {
float:left;
margin: 0 18px 8px 0;
padding:1px;
border: 1px solid #999;
}
#lead p {
margin-bottom:0px;
}
#werbung { font: 0.8em Arial, Verdana, Sans-Serif; color: #999!imortant; }

#werbung img { border:1px solid #999; padding:1px; }

/***related post***/
#related {
  width: 640px;
  height: 76px;
  list-style: none;
  }
#related li {
  float: left;
  width: 300px;
  margin: 0 0 5px 10px;
  }
#related img {
  float: left;
  margin: 0 10px 5px 0;
  border: none;
  padding: 2px;
}
/******* Hyperlinks ********************/

/* standard link behaviour */

a:link, a:active { 
	color:#651a74;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#651a74;
	text-decoration: none; 
	}
a:visited { 
	color:#666;
	text-decoration: underline; 
	}


.blogtitle a { text-decoration: none; }

/* Title area links */

.title:link, .title:active { 
	color: #651a74; 
	text-decoration: none;
	} 

.title:hover { 
	color: #651a74; 
	text-decoration: underline;
	} 

.title:visited { 
	color: #666; 
	text-decoration: none;
	} 

	
/* HTML headline links */

h1 a:link, h1 a:active  {color:#651a74; text-decoration:none;}
h1 a:hover {text-decoration:underline;}
h1 a:visited  {color:#666; text-decoration:none;}

h2 a:link, h2 a:active  {color:#651a74; text-decoration:none;}
h2 a:hover {text-decoration:underline;}
h2 a:visited  {color:#666; text-decoration:none;}


h3 a:link, h3 a:active  {color:#651a74; text-decoration:none;}
h3 a:hover {text-decoration:underline;}
h3 a:visited  {color:#666; text-decoration:none;}

h4 a:link, h4 a:active  {color:#651a74; text-decoration:none;}
h4 a:hover {text-decoration:underline;}
h4 a:visited  {color:#666; text-decoration:none;}

h5 a:link, h5 a:active  {color:#651a74; text-decoration:none;}
h5 a:hover {text-decoration:underline;}
h5 a:visited  {color:#666; text-decoration:none;}


/* Links in the sidebar */

.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #cce5ff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #e77c1a;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}

#sidelist a:hover {text-decoration:underline;}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	color: #651a74;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */

.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */

.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */

.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */

#footer a {color: #651a74!important; text-decoration: none;} 
#footer a:hover {color: #651a74!important; text-decoration: underline;}
#footer a:visited {color: #651a74!important; text-decoration: none;}


/******************************************
*   Images                         
******************************************/

.Vorschaubild-klein {
  float: left;
  margin: 0 5px 5px 0;
  padding:2px;
  border:1px solid #999;
  }

/*** default image behaviour ***/


/*** WordPress specific image classes ***/

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #e77c1a;
}

.wp-caption p.wp-caption-text {
   color:#651a74;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:930px;
	margin:0 auto;
	font-size:1em;
	background:url(images/backgrounds/hellblau.png) repeat-x #FFF;
	padding: 10px 25px 35px 25px;
	border:3px solid #e77c1a;
	}

#branding {/*where the logo sits*/
	width:625px;
	height:100px;
        margin-top:10px;
	padding-bottom:10px;
	background:url(images/backgrounds/Logo-Bonita.gif) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 250px;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:300px;
	border-right:1px solid #e77c1a;
	padding-right:18px;
        text-align:justify;
	}

#leftcol2 {
	width:300px;
	border-right:1px solid #e77c1a;
	padding-right:18px;
        text-align:justify;
	}


#leftcol, #rightcol, #leftcol2 {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:300px;
	padding-left:18px;
	margin-top: 10px;
	text-align:justify;
	}

.cerpt {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#e7deea;
	border:1px solid #e77c1a;
	}
.cerpt img {
  margin: 0px 5px 0px 0px;
  width:300px;
  }

/* =Menu
-------------------------------------------------------------- */

#access {
  background:#cce5ff;
  color: #651a74;
  display: block;
  float: left;
  margin: 15px 0 0 0;
  width: 900px;
}
#access .menu-header,
div.menu {
  font-size: 13px;
  width: 900px;
}
#access .menu-header ul,
div.menu ul {
  list-style: none;
  margin: 0;
}
#access .menu-header li,
div.menu li {
  float: left;
  position: relative;
  margin-left: 10px;
}
#access a {
  color: #651a74;
  display: block;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
}
#access ul ul {
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  float: left;
  width: 200px;
  z-index: 99999;
}
#access ul ul li {
  min-width: 200px;
  border-top: solid;
  border-color: #fff;
}
#access ul ul ul {
  left: 100%;
  top: 0;
  border-top: solid;
  border-color: #fff;
}
#access ul ul a {
  background:#cce5ff;
  line-height: 1em;
  padding: 10px;
  width: 200px;
  height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
  background:#e77c1a;
  color:#cce5ff;
}
#access ul li:hover > ul {
  display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
  background:#e77c1a;
  color:#cce5ff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
  color:#cce5ff;
}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#e7deea;
	}

#sidelist .children li {
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

#sidelist .question li{
        background: #cce5ff;
	margin-bottom:5px;
	padding-left:20px;
	}

/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #800000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
        padding-top:10px;
        padding-bottom:8px;
        border-top:3px double #e77c1a;
	border-bottom:1px solid #e77c1a;
	margin: 20px 0;
	color:#651a74;
	}

h2 {
  	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
        font-weight:bold;
	color:#651a74;
        background: #cce5ff;
        text-indent: 10px;
}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-bottom:4px;
	font-weight:bold;
	color:#651a74;
	}

h4 {
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-weight:bold;
        margin-bottom:-4px;
	color:#651a74;
	}

h5 {
	color: #651a74;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
        padding-top:5px;
	padding-bottom:5px;
	margin: 10px 0;
        background: #cce5ff;
        text-indent: 10px;
	}



#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#651a74;
        background: #cce5ff;
        text-indent: 10px;
	}

#sidebar h3, #sidebar h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
        font-weight:bold;
	color:#651a74;
        background: #cce5ff;
        text-indent: 10px;
	}

#sidebar .widgettitle {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
        font-weight:bold;
	color:#651a74;
        background: #cce5ff;
        text-indent: 10px;
	}


h3#respond {
	font-size:1.1em;
	border-top:1px solid #e77c1a;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}


	
	
/******************************************
*   Content                        
******************************************/

#shop {
	width:9300px;
	float:left
	}

#content {
	width:640px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#cce5ff;
	}

/* Featured Articles formatting "leftcol" */

.short {
margin-bottom:5px;
	}

.feature {
	background: #e7deea;
	padding:10px;
	border: 1px solid #e77c1a;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img, #leftcol2 img {
        float:left;
	margin:3px 10px 4px 0;
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
         width: 300px;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	font-weight:bold;
	color: #651a74;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:0px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#651a74!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */



#rightcol .clearfloat {
	border-bottom:1px solid #e77c1a;
	padding:5px 0;
        margin-bottom:15px;
	}	

#leftcol2 .clearfloat {
	border-bottom:1px solid #e77c1a;
	padding:5px 0;
        margin-bottom:15px;
	}	
	
/* Werbung Formatting */

#werbung {
        clear: both;
 float:left;	
         font: 10px Arial, Verdana, Sans-Serif;
	}

#werbung img {
	border:0!important;
         width:250px;
         font: 10px Arial, Verdana, Sans-Serif;
	}


/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:justify;
	}
.post h1 {
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
        padding-top:10px;
        border-top:3px double #e77c1a;
  padding-bottom:8px;
  border-bottom:1px solid #e77c1a;
  margin: 20px 0;
  color:#651a74;
        text-transform:none;
  letter-spacing:0.0em;
}
.post h2 {
  font-size: 1.3em;
  font-family: Georgia, "Times New Roman", Times, serif;
        color:#651a74;
        padding-top:5px;
        padding-bottom:5px;
         text-transform:none;
  letter-spacing:0.0em;
  }

.post h3 {
  font-size: 1.0em;
  font-family: Georgia, "Times New Roman", Times, serif;
        color:#651a74;
        padding-top:5px;
        padding-bottom:5px;
  }

.post h4 {
  font-size: 1.0em;
  font-family: Georgia, "Times New Roman", Times, serif;
        color:#651a74;
        padding-top:5px;
        padding-bottom:5px;
}

.post blockquote {
	color:#651a74;
	background:#e7deea;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #e77c1a;
	border-bottom:1px solid #e77c1a;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
  padding:3px;
  border-bottom:1px solid #e77c1a;
  border-top:1px solid #e77c1a;  
  } 	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#e7deea;
	border-top:1px solid #e77c1a;	
	border-bottom:1px solid #e77c1a;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
        background:#cce5ff;
	color:#651a74;
	border:none;
	}

.button:hover {
	background:#e77c1a;
	color:#cce5ff;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#e7deea;
	border:1px solid #e77c1a;
	}

.commentlist blockquote {
	color:#651a74;
	background:#e7deea;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #e77c1a;
	border-bottom:1px solid #e77c1a;
	}	

#commentform small {
	background:#e7deea;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e7deea;
	border:1px solid #e77c1a;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#651a74;
	}

#footer a {color: :#651a74;}
#footer a:hover {color: :#651a74; text-decoration: underline;}
#footer a:visited {color: :#651a74; text-decoration: none;}

﻿/*  Copyright and Credits
Das Ursprungs-Theme leistete einige Zeit gute Dienste und war eine wunderbare Basis für das Online-Magazin.
Es wurde inzwischen an mehreren Stellen von mir überarbeitet und ergänzt. Es entspricht nicht mehr dem Original!
Das betrifft die Templates und die css-styles.

Karsten Heimberger

karsten.heimberger-net.de

Der Ursprung dieses Online-Magazins war (Original-Angaben des Autors):

Theme Name: PRiNZ BranfordMagazine 2.6
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Version: 2.6 (released 2008-12-14)
Author: Michael Oeser

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
