/*
$Id: elements.01.css,v 1.9 2013/09/19 23:19:44 ahaack Exp $
*/ 

/* Stylish Title */

div.title_a, div.title_b 
{
    position:relative; 
    font-size: 36px; 
    font-weight: bold; 
    border: 0px;
    padding: 0 7px 0 0;
    margin: 0 0 0 0;
}

/*************************************************************
font=36px height=44;
top_a 0; top_b -40 to show shadow effect 
top_a = -20; top_b= -20 + -40=-60 to move it 20 over the banner
left_b 3 px fro shaddow;
height_a=44; height_b=4 to eleminate space b line
height_a=44-20=24 to put eleiminatefor lift over banner

*************************************************************/

div.title_a
{
    top:   -20px; 
    left:    0px; 
    z-index: 4;
    height: 24px;
}

div.title_b
{
    top:    -44px; 
    left:    3px; 
    z-index: 3;
    height:  4px;
}

h1 
{
    font: bold 36px "Lucida Grande";
    position: relative;
}


h2
{
        font-size: 24px; 
  	margin: 1px;
}

h3
{
        font-size: 20px; 
	margin: 0;
	padding: 0;
        border: 0px #ffffff  solid;
}

.red, .green, .blue, .orange, .index
{
   font-size: 20px;  
}
.red { color: #ff4444; }
.green { color: #44ff44; }
.blue { color: #000080; }
.orange { color: #ffff44; }

i.signature
{
   font-family: Parkavenue, cursive;
   font-size: 16px;  
}


/* Postcard elements */

div.postcard img
{ 
        border: 0;
	margin: 0;
  	padding: 0;
}

img.orientation_map
{ 
	position: absolute;
	top: -48px;
	right: 45px;
        border: 0;
	margin: 0;
        z-index: 2;
}


/* Thema Elements */

div.thema p
{
	margin:  0px 3px 3px 3px;
}

div.thema p:first-letter
{
        font-size: 30px; 
        font-weight: bold; 
	margin:  0;
	padding: 0;
}

/* definition lists */
dt
{ 
        font-weight: bold; 
}

/* info box lists */
div.infoleft
{
	float:left;
	clear: both;
	position: relative;
        width: 220px;
	margin: 5px;
  	padding: 5px;
  	border-collapse: collapse;
}

/*day summery inline info box for first line of the chapter*/

div.infoinline
{
   /*   
   display: inline-block;
	background-color: #ffe063;
   */
        display: inline; 
  	border: 0px #000000  solid;
	color: #000000;
	padding: 5px;
        font-family: arial,helvetica,sans-serif; 
        font-size: 12px; 
        font-weight: bold; 
	margin: 0px;
}

div.infoinline img
{
	vertical-align: middle;
}


/* floating fotos with shadow */
div.photo_left,
div.photo_right,
div.photo_col_left
{
	width: 186px;
	height: 132px;
  	padding: 0;
  	margin: 8px;
        border: 0px #ff0000  solid;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/shdw180.png);
}

div.photo_left
{
	float: left;
        clear: right;
}

div.photo_right
{
	float: right;
        clear: left;
}

div.photo_col_left
{
	float: left;
        clear: left;
}

div.spacer_left
{
	width: 1px;
	height: 136px;
  	padding: 0;
  	margin: 5px;
	float: left;
        clear: left;
}

div.photo_left img,
div.photo_right img
{
	float: left;
        clear: both;
        border: none;
  	margin: 0;
  	padding: 0;
}

/* icons */
img.lefticon
{
	float: left;
        clear: none;
        border: none;
  	margin: 2px;
  	padding: 2px;
}

img.righticon
{
	float: right;
        clear: left;
        border: none;
  	margin: 5px;
  	padding: 5px;
}

/* hover for big image */

.imgtxt,
img.bigimg
{
      display: none;
}

a:hover .bigimg
{
      position: absolute;
      display: block;
      z-index:2; /*stay on top of right infor and map frame*/
      border: none;
}

div.photo_right a:hover .bigimg { right: 20px; }
div.photo_left a:hover .bigimg { left: 20px; }

a:hover { text-decoration: none }

a:hover div.imgtxt
{
      display: block;
      position: relative;
      width: 428px;
      padding: 5px;
      z-index:3; /*stay on top of right info and map frame*/
      border: 1px #000000  solid;
      background-color: transparent;
      background: url(../img/trans-06.png) repeat;
      color: #000000;
      font-family: arial,helvetica,sans-serif; 
      font-size: 12px; 
      font-weight: bold; 
      text-align: center;
}

div.photo_left a:hover .imgtxt { left: 115px; top: 20px;}
div.photo_right a:hover .imgtxt { left: -360px; top: 20px;} /* */

/* Geo Map */

img.geomap
{
      border:0;
      margin-left: auto;
      margin-right: auto;
}
 

img.photoframe
{
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6px;
} 

p.phototext
{
       margin: 0 auto;
       padding: 4px 3px 0px 0px;
       font-size: 16px;
       font-weight:bold;
       text-align: center;
}

p.hint
{
       margin: 0 auto;
       padding: 4px 2px 0px 0px;
       font-size: 8px;
       font-weight: normal;
       text-align: center;
}
