@charset "utf-8";
/* CSS Document */
.navbar-custom {
    color: whitesmoke;
    background-color: #07000d;
    outline-color: #07000d;
    font-size: 1.2em
}

.navbar-brand {
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;    
}

img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

a:link {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:visited {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:hover, a:active, a:focus {
	color: #2A1FFF; 
	background-color:transparent; 
	text-decoration:none
}

p {font-family: Palintino, serif;
    color:whitesmoke
} 

ul { font-family: Arial, Helvetica, sans-serif; color: whitesmoke;
    font-size: 12;  
}

h1 {
  font-family: Georgia, serif;       
}  

h2 {
   font-family: Georgia, serif;      
}
   
h3 { font-family: Arial, Helvetica, sans-serif; color: #1a1a1a;
     font-size: 1.4em;   
}

h4 { font-family: Arial, Helvetica, sans-serif; color:whitesmoke;
     font-size: 2em;
}

#home {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, "Arial Narrow", sans-serif;
	font-size: 14px;
	background-color: #07000d;
	/*background-image: url(../images/Swordfern_gris.jpg);*/
    background-attachment: fixed;
	background-repeat: repeat-x;  
}


#masthead {
	background-color:#07000d;
    height: 24px;
}

#footer {
    position: fixed;
}

#LeftFooter {font-size:1.2em; background-color: #000;}
#CenterFooter {font-size:1.2em; background-color: #000;}
#RightFooter {font-size:1.2em; background-color: #000;}

.spacer {
    margin-top: 30px; /* define margin as you see fit */
}

.firstLetter{
  float       : left;
  font-size   : 3.26em;
  line-height : 0.5;
  margin      : 0.205em 0.153em 0 0;
}

.firstLetter + span{
  margin-left : -0.5em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
}


