/*  
Theme Name: ictMedia
Version: 0.1
Author: Klaus Birkenbihl
Author URI: http://www.ict-Media.de/
Tags: two-columns, fixed-width
*/
	body {
	  padding: 10px 10px 10px 10px ;
	  margin: auto;
	  font-family: sans-serif;
	  font-size: 85%;
	  color: black;
	  background: #EEE;
	  background-position: top center;
	  background-attachment: fixed;
	  background-repeat: no-repeat;
	  max-width: 900px;
	}

div.left       {
    min-width:140px;
    width: 20%;
    float:left;
    margin: 0;
  }
               
div.haupttext  {
    max-width:75%;
    min-width:15em;
    background-color: #FFDE86;
    margin: 0;
    float:left;
    padding-right:2em;
  }
               
div.fliesstext {
    max-width: 45em;
    min-width:15em;
    background-color: #A0B8E0;
    padding-left: 24px;
    padding-right: 34px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;    
  }               
               
div.navigation {
    background-color: #FFDE86;
    padding: 1em;
    margin: 0;
    border-radius: 10px;
  }

div.mitte   {
    width:100%;
	  float:left; 
		margin: 3px;
		background-color: #FFDE86;
    border-radius: 10px;
  }
                           
div.bottom { 
    /*background-color: #FFD35D;*/
    margin: 3px;
    padding-top:.6em;
    padding-bottom:.4em;
    clear:both;
    font-size: 80%;
    text-align: center;
    width:100%;
    border-radius: 10px;
  }
div.bottom div {padding-left: 1em;}
  
div.top { 
    background-image: url(images/Panorama.jpg);
    /*background-position: center top;*/
    background-repeat: no-repeat;
    margin: 3px;
    height: 100px;
    clear:both;
    text-align: left;
    width:100%;
    border-radius: 10px;
  }
a.toplogo {
    display: block;
    width:136px;
    height:84px;
    margin-left: 4px;
    margin-top: 0px;
    border-radius: 10px;
  }               

.top a[href]:hover {
    background-color: transparent;
    border: 6px ridge #999035;
  }

.alignright {
    text-align: right;
    float: right;
  }

.alignleft {
    text-align: left;
    float: left;
  }
               
.post .posttext {
    padding-left: 3em;
  }

.post {
  padding: 10px;
  border-radius:8px;
}
  
div.pageauthor {
    color: #005A9C;
    text-align: center;
  }

h1  {
    text-align: center;
    margin: 0.7em;
    font-weight:bold;
  }

a:link {
    color: #1a2272;
    background: transparent;
    text-decoration:none
  }

a:visited {
    color: #4e5384;
    background: transparent;
    text-decoration:none
  }
  
/* a:active {color: #FFDE86; background-color: #000080; text-decoration:none} */

a img {
   border-style: none;
   background: transparent;
 } /* no border on img links */
 
a[href]:hover {
    border-style: none;
    color: #FFDE86;
    background-color: #000000;
    text-decoration:none;
  }

img.topright {
    margin-top: -1px;
    margin-right: -10%;
    margin-left: 10px;
    margin-bottom: 10px;
    border-width: 5px;
    border-color:  rgba(196,196,196,0.2);
    width:140px;
    float: right;
    border-style: solid;
    border-radius: 50px;
    display: block;
    background: rgba(40,40,40,0.2);
  }
th, td { /* ns 4 */
  font-family: sans-serif;
}

li#menu-item-76 {
    direction:rtl;
  } /* an ugly hack! */
  
h1.post-39, h2.post-39 {
    direction:rtl;
  } /* an ugly hack! */

h2, h3, h4, h5, h6 {
    text-align: inherit 
  }

h1 {
    color: #1a2272;
    background: transparent
  }
  
h2, h3 {
    color: #A6681F;
    background: transparent
  }

h1 {
    font: 170% sans-serif
  }

h2{
    font: 140% sans-serif;
  }

.navigation h3 {
    font: bold 120% sans-serif; 
    background-color: #A6811F;
    color: #FFDE86;
    margin-top: 1em;
    padding: 4px;
    padding-left: 6px;
    border-radius: 5px;
  }

.navigation h3 a  {
    color: #FFDE86;
  }        

#search input {
    max-width: 95%;
  }                 

h3 {
    font: 120% sans-serif
  }
  
h4 { 
    font: bold 100% sans-serif 
  }
  
h5 {
    font: italic 100% sans-serif 
  }

h6 {
    font: small-caps 100% sans-serif 
  }

.sidebarboxtop, .sidebarboxbottom {
    display: none;
  }

h2.postheader {
    font: 120% sans-serif;
    margin-bottom: .2em;
  }
                 
.postmeta   {
    font: 80% sans-serif;
    margin-top: 1em
  }            

.hide {
    display: none 
  }

dt, dd {
    margin-top: 1ex;
    margin-bottom: 0 
  } /* opera 3.50 */
  
dd {
    margin-left: 5.9em;
    margin-top: -2.2ex;
  }
  
.post:hover {
    background-color: #ffffff;
  }
.post {
    background-color: #FFE89E;
    margin-bottom: 10px;
  }
dt {
    width: 5.9em;
    font-style:italic;
  }

pre, code {
    font-family: monospace
  } /* navigator 4 requires this */

.navigation ul {
    margin-left :0;
    padding-left :1em;
    padding-right :1em;
    font-size: 90%;
  }

div.prevnext{
    clear: both;
    margin-top: 2em;
  }

.prevnext div {
    color: #FFEEb5;
    font-weight: bold;
    background-color: #A6811F;
    padding: 0.5em;
    height: 1em;
    width: 12em;
    text-align: center;
    border-radius: 5px;
  }

.prevnext a {
    color: #FFEEb5;
    font-weight: bold;
  }
  
