/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 9pt;
	font-family: Helvetica, Arial;
	background: #fff;
	font-weight: normal;
	letter-spacing: 1.2px;
	/*background-image:url('bg.jpg')*/
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ff0000; }
a:hover { text-decoration: underline; }

a img { border: none; }

.pointer { cursor:pointer; }

#hover { 
    position:fixed; 
    z-index: 1000;
}

#info {
	display:none; 
    position:absolute; 
    left:400px; 
    top:250px;  
    background-color: #FFFFFF; 
    color: #000000;
    padding: 20px;
    width: 200px;
    z-index: 1000;
}

.Header { 
	position: fixed;
    width: 515px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 20px;
    position: fixed;
	font-size: 16px;
	font-weight: normal;
	height:150px;
}


#menu {
	position: fixed;
	overflow: auto;
    top: 45px;
    bottom: 0;
	left: 40px;
    height: 50px;
	font-size: 16px;
	font-weight: normal;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: normal;
}

#content {
    height: 100%;
    margin: 100px 0 0 100px;
    top: 0;
}

.container {
    padding: 0 5px 0 5px;
}


#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
    
}

h1 { font-size: 32px; font-family: helvetica; font-weight: normal;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.caption-box { 
display: block;
width: 300px; 
margin-top: 20px;
}

.title {
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #0000ff;
}

/* About divs */
#this { 
	display:none; 
    position:absolute; 
    left:150px; 
    top:150px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }
      
#website { 
	display:none; 
    position:absolute; 
    left:200px; 
    top:180px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }

#shows { 
	display:none; 
    position:absolute; 
    left:50px; 
    top:210px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }
      
#theworks { 
	display:none; 
    position:absolute; 
    left:100px; 
    top:270px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }

#of { 
	display:none; 
    position:absolute; 
    left:270px; 
    top:360px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 11;
      }
      
#gudmunduringi { 
	display:none; 
    position:absolute; 
    left:430px; 
    top:300px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }
      
#ulfarsson { 
	display:none; 
    position:absolute; 
    left:350px; 
    top:415px;  
    background-color: #000000; 
    color: #FFFFFF;
    padding: 20px;
    width: 200px;
    z-index: 10;
      }

#star {
	font-size: 7pt;
    margin-top: 200px; 
}

#star2 {
	font-size: 7pt;
    margin-top: 330px; 
}

#juanita {
	position:absolute; 
    left:940px; 
    top:90px;
}