/* css document - feel free to examine it if you want to learn webdesign */

/* body */
body {
width: 100%;
color: #000000;
margin: 0;
padding: 0;
background: #ffffff url('http://www.ufopsi.com/imgs/background.jpg') no-repeat fixed bottom right;
}



b {
padding-left: 4px;
text-transform: uppercase;
font-style: oblique;
font-family: arial, helvetica, sans-serif;
color: #a32323;
text-shadow: 0.2em 0.2em 0.1em #666666;
width: 115px;
height: 20px;
clear: both;
}

/* links */
a {
font-weight: bold;
}

a:link {
text-decoration: underline; 
color: #a32323;
}

a:visited {
text-decoration: underline; 
color: #792727; 
}

a:hover {
text-decoration: underline; 
font-weight: bold; 
color: #f7ab08;
}

a:active {
text-decoration: underline; 
color: #f7ab08;
}

/* establish title title */
h1 {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 15px;
line-height: 17px;
font-weight: 500;
text-transform: capitalize;
color: #000000;
border-bottom: 1px solid #a32323;
text-align: left;
}

/* establish article summary text */
h2 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
font-style: normal;
font-weight: bold;
color: #000000;
}

/* establish author and last modified text */
h3 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
font-weight: 700;
color: #666666;
}

/* establish tools title text */
h5 {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
text-transform: capitalize;
text-align: left;
font-style: italic;
font-weight: 800;
padding-left: 4px;
color: #ffffff;
background: #9f5353 url('http://www.ufopsi.com/imgs/h5-bg.jpg');
background-repeat: no-repeat;
width: 146px;
height: 18px;
clear: both;
}

/* establish emphasis text */
em {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #000000;
font-weight: bold;
}

/* unordered list */
ul {
list-style-type: disc;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
color: #406B8F;
}

/* blockquote for quotations */
blockquote {
border: 1px solid #333333;
border-left: 4px solid #a32323;
padding: 3px;
background: #faf9eb;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

/* establish top layout parameters */
#header {
background: #000000 url('http://www.ufopsi.com/imgs/header.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
color: #000000;
margin: 0;
padding: 0;
text-align: left;
height: 100px;
}

#headerbar {
background: #a34141 url('http://www.ufopsi.com/imgs/headerbar.jpg');
background-repeat: repeat-x;
color: #f2920a;
margin: 0;
height: 25px;
border-bottom: 1px solid #000000;
border-top: 2px solid #000000;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
font-weight: bold;
text-shadow: 0.2em 0.2em 0.1em #333333;
padding-left: 4px;
}

#headerbar form.google {
font-size: 12px;
padding: 0;
margin: 0;
}

#headerbar a:link {
color: #ffffff;
font-weight: bold;
}

#headerbar a:hover {
color: #ffffff;
background: #ea7211;
height: 20px;
text-decoration: none;
}

#headerbar a:visited {
color: #ffffff;
text-decoration: underline;
}

#sidebar {
float: left;
position: absolute;
width: 119px;
height: auto;
left: 0;
top: 128px;
padding-top: 10px;
background: #ffffff;
margin: 0;
border-right: 1px solid #999999;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
text-align: left;
line-height: 16px;
clear: both;
min-height: 1100px;
}

#sidebar a {
padding-left: 4px;
float: left;
font-style: italic;
width: 115px;
height: 17px;
margin: 0;
border-bottom: 1px solid #999999;
color: #333333;
clear: both;
text-decoration: none;
}

#sidebar a:hover {
color: #ffffff;
width: 115px;
text-decoration: none;
background-color: #a32323;
}

#sidebar a:active {
color: #ffffff;
text-decoration: none;
width: 115px;
background-color: #d92f2f;
}

#sidebar a:visited {
color: #ffffff;
width: 115px;
text-decoration: none;
background-color: #cacac8;
}

/* area for the articles */
#primarycontent {
float: left;
position: absolute;
left: 121px;
top: 126px;
width: 468px;
background: #ffffff;
min-height: 1100px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
text-align: justify;
padding-left: 5px;
padding-right: 7px;
margin-top: 2px;
}

p.copyright {
font-size: 10px;
line-height: 12px;
color: #9b958e;
border-top: 1px solid #999999;
text-align: justify;
}

p.listdivider {
border-bottom: 1px solid #999999;
}

/* right column, incl. print, send, back and related images */
#tools {
float: left;
position: absolute;
left: 605px;
top: 128px;
width: 150px;
background: #ffffff;
border: 1px solid #666666;
border-top: 0;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 14px;
color: #333333;
text-align: right;
}

#tools p {
padding-right: 2px;
}

#tools a {
color: #a32323;
text-decoration: none;
}

#tools a:hover {
color: #ffffff;
background-color: #a32323;
text-decoration: underline;
}

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

.hide {
display: none;
}
