/* EricLuper.com CSS */

/*

------------------------------------------------------
Copyright John Drury, http://www.jackanapesink.com/
some rights reserved
http://creativecommons.org/licenses/by-sa/2.5/
------------------------------------------------------

*/

@charset "windows-1252";	   

html {
padding: 0em;
margin: 0em;
background-color: #FFF;
background-image: url("./images/ericbg.jpg");
background-position: left top;
background-repeat: repeat;
}

body {
width:auto;
height:auto;
padding:0px;
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;	 
font-size: .9em;
}  

#banner { 
position: absolute;
width: 100%;
height: auto;
margin-top: 5px;
border-bottom: 5px solid #000;
background: #000;
font-size: 1.5em;
font-weight: bold;
color: #FFFF80;
text-align: center;  
z-index: 4;
}  

#blueband  {
position: absolute;
top: 42px;
width: 100%;
height: 130px; 
border-top: 5px solid #000;
border-bottom: 5px solid #000;  
background: #0063ad; 
color: #FFF000;
overflow: hidden;
z-index: 2;
} 

#blueband p { 
font-size: .8em;
margin-left: 450px;
margin-right: 120px;
} 

#corner { 
position: absolute;
width: 100px; 
height: 215px;
right: 0px;
top:0px;
border-left: 5px solid #000;
border-bottom: 5px solid #000;
background: #FFFF80;
background-image: url("../images/eric_r.gif");
z-index: 3;
}	

#date {
position: absolute;
width: 125px; 
height: 40px;
top: 55px;
left: 340px;
margin-right: 1%;
border: 5px solid #000;
background: #FFF;
text-align: center;	 
text-transform: uppercase;
font-size: 1.1em;
font-weight: bold;
z-index: 4;
} 

#logo {
position: absolute;
width: 350px; 
height: 210px;
border-right: 5px solid #000;
border-bottom: 5px solid #000;	 
background: #d60000;
background-image: url("../images/logo.png");
background-position: left bottom;
background-repeat: no-repeat;
z-index: 3;
}	
 
#box {
position: relative;
top: 190px;
width: 100%;
height: auto; 
z-index: 0;
}

#content {
position: relative;
width: 71%;
height: auto; 
padding: 20px 20px 20px 20px;
margin-left: 21%; 
border: 5px solid #000;	
font-size: .9em;
background: #FFFF80;
z-index: 0;
}	

#content img {
float: right; 
}

#sb1 {
float: left;
clear: left; 	   
width: 0px;
height: 85px;
}	

#sb2 {
float: left;
clear: left; 	   
width: 22%;
height: 225px;
} 
   
#bluebox {
position: absolute;
top: 320px;
width: 38%;	
height: 225px;
border-top: 5px solid #000;
border-right: 5px solid #000;
border-bottom: 5px solid #000;
background: #0063ad;	
color: #FFF000; 
z-index: 2;
}

#bluebox p { 
font-size: .8em;
margin-left: 20px;
margin-right: 20px;
font-family: serif;
text-align: right;
letter-spacing: 1px; 
word-spacing: 5px; 
}  

h1,h2,h3,h4,h5 {
height:auto !important;
height:20px;
margin-top:0;
margin-bottom: 5px;
font-style: italic;
font-weight: 900;}

h1 {
font-size: 2em;
color:#000;
}

h2,h3,h4,h5 {
font-size:1.5em;
color:#000;
padding-left:25px;
} 			

h6 {
height:auto !important;
height:30px;
margin-top: 0px;
margin-bottom: 15px;
font-style: normal;
font-size:1.2em;
font-weight: bolder;}

img {
margin: 10px 20px 10px 20px;
} 

#siteinfo {
position:relative;
float: left;
bottom:26px !important;
bottom:15px;
right:30px;
width:100%;	
margin: 10px 0px 10px 0px;
font-size:0.75em;	 
z-index:3 ;
}

#copyrights {
position:absolute;
right:0;
}  

#standards {
position:absolute;
right:0;
top:-1.2em;
} 

#footnotes {
margin: 210px 20px 20px 20px; 
font-size: .8em;
}
   
.title {
font-weight: bold;
font-size: 1.2em;
text-transform: uppercase;
}  

.desc {
font-size: .8em;
font-style: italic;
} 

.pics { 
display: inline; 
float: right; 
width: auto; 
border: 1px solid #a22323;
background-color: #ccb673; 
color: #000; 
text-align: right;
font-size: .75em; 
margin: -5px -10px 5px 5px; 
padding: 10px 10px 0px 10px; }

a {
color: #737373;
text-decoration: none;
}

a:hover {
color: #494949;
text-decoration: underline;
}

a:visited {
color: #BABABA;
text-decoration: none;
}

 










