/*  
Theme Name: Lostpages
Theme URI: http://www.lostpages.de
Description: Mein selbstgeschriebenes Wordpress Theme
Version: 1.0
Author: Thomas Schmudde
Author URI: http://www.lostpages.de
*/

/* Lostpages 2006 CSS */

/* Strukturelle Gestaltung */

html 
{
height: 100%;
}

body
{
height: 100%;
margin:0px;
padding:0px;
background-color: #000000;
background-image:url(images/backgroundBody.png);
background-repeat: repeat-x;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
}

body a {
text-decoration: none;
color: #A30500;
}

body a:link, a:visited {
color: #A30500;
}

body a:hover {
border-bottom: 1px dotted #A30500;
}

body a img {
border: none;
}

h1 {
background-image: url(images/backgroundH1.png);
background-repeat: no-repeat;

font-size: 14px;
font-weight: bold;
color: #A30500;
letter-spacing: 2px;
text-align: right;
padding-right: 5px;
border-bottom: 1px solid #666666;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
color: #000000;
font-size: 12px;
font-weight: normal;
letter-spacing: 2px;
text-align: right;
padding-right: 5px;
border-bottom: 1px dotted #666666;
}

h3 {
color: #000000;
font-size: 11px;
font-weight: normal;
letter-spacing: 2px;
text-align: right;
padding-right: 5px;
margin-bottom: 0.2em;
border-bottom: 1px dotted #666666;
}

/*ul, li, li a {
margin-bottom: 0.2em;
margin-top: 0.1em;
}*/

p {
text-align: justify;
}

/*p.quote {
width: 280px;
background-image: url(images/backgroundBody.png);
padding-right: 30px;
padding-left: 30px;
font-size: 10px;
border: 2px dotted #666666;
}*/

p.meta {
margin: 5px 5px 25px 5px;
padding: 1px 5px 2px 5px;
font-size: 10px;
border-top: 1px solid #BBBBBB;
border-bottom: 1px solid #BBBBBB;
}

table {
padding-left: 10px;
}

table p {
margin-bottom: 0.2em;
margin-top: 0.2em;
}

div#main {
min-height: 100%;
width: 600px;
background-color: #000000;
background-image: url(images/backgroundMain.png);
background-repeat: repeat-x;
margin: 0px auto 0px auto; 
border-left: 2px solid  #637781;
border-right: 2px solid  #637781;
}

div#main:hover {
border-left: 2px solid  #660000;
border-right: 2px solid  #660000;
}

div#head {
width: 574px;
height: 268px;
background-image: url(images/head.png);
margin: 0px auto 0px auto;
}

div#torso {
min-height: 100%;
width: 570px;
background-color: #EEEEED;
margin: 0px auto 0px auto;
padding: 0px 0px 5px 0px;
border-left: 1px solid  #0D0F13;
border-right: 1px solid  #0D0F13;
}

ul#navigation {
width: 225px;
height: 16px;
margin: 0px 0px 2px 12px;
padding: 0px 0px 0px 0px;
list-style-type: none; 
border-bottom: 1px solid #000000;
}

ul#navigation li {
padding-left: 5px;
padding-right: 5px;
float: left;
}

ul#navigation a {
color: #000000;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}

ul#navigation a:hover  {
border-top: 2px solid #A30500;
}

div#contentLeft {
margin: 0px 10px 15px 15px !important; 
margin: 0px 10px 7px 7px; /* IE FIX */
	
clear: both;
float: left;
width: 160px;
}

div#contentLeft a img {
border: 1px solid #666666;
}

div#contentLeft a span {
display: none;

}

div#contentLeft a:hover img {
border: 1px solid #A30500;
}

div#contentLeft a:hover span {

color: #000000;
position: absolute;
top: 316px !important; 
top: 308px;  /* IE FIX */
display: block;
}

div#contentLeft ul {
clear: both;
list-style-type: none;
margin: 20px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

div#contentLeft ul li {
padding-left: 2px;
padding-right: 2px;
}

div#contentRight {
margin: 0px 15px 15px 10px !important;
margin: 0px 7px 7px 10px; /* IE FIX */

float: right;
width: 360px;
}

div.imageboxVertical a img {
float: right;
clear: right;
border: 2px solid #666666;
margin-bottom: 4px;
margin-left: 10px;
}

div.imageboxVertical a:hover img  {
border: 2px solid #A30500;
}

div.imageboxHorizontal a img {
float: right;
border: 2px solid #666666;
margin-bottom: 4px;
margin-left: 10px;
}

div.imageboxHorizontal a:hover img  {
border: 2px solid #A30500;
}

div#foot {
padding-bottom: 2px;
padding-top: 5px;
clear:both;
text-align: center;
margin: 0px 10px 15px 10px;
border-top: 1px dotted #000000;
border-bottom: 1px dotted #000000;
}
