/* Redefine html tags */

html { min-height: 100.02%; }

body {		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 0.7em;
		color: #383838;
		font-weight: normal;
		text-align: left;
		background: url(http://kalligrammofon.com/bilder/jazz.jpg)  fixed;
                background-repeat: no-repeat;
                background-size: 100%;
		background-color: #000000;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0px;
		}


a    { 		font-family: Georgia, Times, "Times New Roman", serif;
		text-decoration: none;
		font-weight: bold; 
		color: #C74200;
		}

a:hover{	text-decoration: none;
		color: #C7C7C7;
		background-color: #C74200;
		}

form {		display: inline;
		margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
		
		}

h1 {    	margin:	0.4em 0px 0.4em 0px;
		color: #383838;
		font-size: 2.8em;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-weight: normal;
		}


h2 	{	margin:	0.4em 0px 0.4em 0px;
		color: #A13600;
		font-family: Georgia, Times, "Times New Roman", serif;;
		font-size: 1.8em;
		font-style: italic;
		font-weight: normal;
		}

h3 {		margin:	0px;
		color: #383838;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 1.6em;
		font-style: italic;
		font-weight: normal;
		}

img {		border: none;
		}

ul {		padding: 0px;
		margin:	0.4em 0em 0.4em 0em;
		}

li {		padding: 0.4em 0em 0.4em 0em;
		display: block;
		border-bottom: 1px dashed #003366;
		}

p  { 		line-height: 20px; }


q  {            font-family: Georgia, Times, "Times New Roman", serif;		
                font-size: 1.1em;
                quotes: "\AB" "\BB" "\201C" "\201D";
                font-style: italic;
		}


/* Classes for main */

.inlineImage {	padding: 0px 0px 0px 0px;
		width: 100%;
		}

.cover       { padding: 5px 5px 5px 5px;
               float: left;
               width: 40%;
               height: 100%;
               border: 2px;
    background: #fff;
               }

.info        { width: 50%;
               float: right;
               border: 2px;
               background: #fff;
               
              }

.news {		margin:	1em 0em 1em 0em;
		}

.footer	{	display: inline;
		color: #A13600;

		}

.reviews {	margin:	1em 0em 4em 0em;
                border-bottom: 1px solid #003366;
                }

.signature {    font-family: Georgia, Times, "Times New Roman", serif;
		text-decoration: none;
		font-weight: bold; 
		}

/* divs */

div.wrapper {	margin-left: auto;
                margin-right: auto;
                text-align: left;
		position: relative;
		width: 800px;
		border: none;
		}
		

#header {	background: #fff;
		position: relative;
		top: 0px;
  		height: 10%;
		border-bottom: 1px dashed #c7c7c7;
		}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;        
	min-width:120px;
	margin:20px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
        overflow:hidden;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
    
	}

#navAlpha {
	position:absolute;
	width:120px;
	top:0px;
	left:0px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:2;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}

/*
 I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above).*/
body > #navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:0px;
	right:0px;
	border:1px solid black;
	background-color:#ffffff;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
 /* Again, "be nice to Opera 5". */
body > #navBeta {width:168px;}
