/* FUZEBIRD.COM CSS 2012 */

body {
background-image: url(../images/fuzebird-background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
font-family: arial;
}

.the-cosmos {
background-image: url(../images/fuzebird-background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}

.container {
width: 560px;
margin: 0px 0px 0px 20px;
background-color: white;
vertical-align:top; 

}

#headings {
font-family: arial; 
font-weight: bold; 
font-height: 16px;
margin: 0px;
}

a:link {
color: blue;
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: gray;
text-decoration: none;
}


.content-container {
margin: 20px 7px 20px 7px; 
}

.content-block {
border-top: 1px dashed black; 
padding-top: 20px; 
padding-bottom: 20px; 
font-family: arial narrow; 
font-size: 18px;
}


#logo {
position: fixed;
height: 46px;
width: 213px;
margin: -4px 0px 0px -249px;
}


#menu {
position: fixed;
height: 200px;
width: 210px;
margin: 70px 0px 0px -245px;
background-color: none;

}

/*menu links cool! */ 
a#faux-links:link {
opacity:0.0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

a#faux-links:hover{
opacity:0.80;
filter:alpha(opacity=80); /* For IE8 and earlier */
}


.footer {
font-family: verdana; 
font-size: 12px; 
color: gray;
}

hr {
border: 1px solid gray;
}


