/* site css */
/* RDF css */
@namespace rdf url(http://www.w3.org/1999/02/22-rdf-syntax-ns#);
@namespace content url(http://purl.org/rss/1.0/modules/content/);
@namespace dc url(http://purl.org/dc/elements/1.1/);
@namespace rss url(http://purl.org/rss/1.0/);
@namespace cc url(http://web.resource.org/cc/);

img {
	border: 0px;
}
html {
/*    background: rgb(50,64,192) url(back);
*/
    background: rgb(50,64,192) url(bgrad) repeat-x ;
}
body {
    background: rgb(240,210,138) url(treasure);
    color: rgb(0,0,0);
    font-family: Arial, verdana, sans-serif;
    margin: 0em 5em;
    padding: 0em 0em;
}
h1 {
	margin: 0;
	text-align: center;
	background: black;
	color: white;
        font-size: 3em;
        font-family: "Arial Unicode MS", "Verdana", sans-serif;
}
h1:before {
	content: "☠⛵";
	font-size: 1.5em;
}
h1:after {
	content: "⛵☠";
	font-size: 1.5em;
}

/* IE did not read this below */
body > h1:first-child {
        background: black;
        color: white;
        font-size: 2.5em;
        font-family: "Arial Unicode MS", "Verdana", sans-serif;
}
body > h1:first-child > span {
        font-size: 1.7em;
}
/* body > ul:first-child > li > a {
        color: white;
        text-shadow: black 0px 0px 5px;
        outline: thick solid black;
        font-family: "Times", serif;
} */
a.navbar:visited {
        color: white;
        text-shadow: black 0px 0px 5px;
        outline: thick solid black;
        font-family: "Times", serif;
}
ul.navbar {
	color: white;
        background: black url(grad) repeat-x bottom;
	margin: 0;
}
ul.translate {
	color: black;
        background: rgb(0,150,255);
        font-size: 0.7em;
	margin: 0;
}
ul.statistics {
	color: rgb(66,0,0);
	font-size: 2em;
}
li.navbar {
	display: inline;
}
li.translate {
	display: inline;
}
li.translate a:link {
	color: black;
}
li.translate a:visited {
	color: yellow;
}
p {
    font-family: "Weathered", sans-serif; 
}

.side {
   background-color: rgb(0,70,0);
   width: 22%;
}

.wide {
	width: 100%
}

a:link {  
   color: rgb(0,128,0);    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

a:visited {    
   color: rgb(0,192,0);    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

a:active {   
   color: rgb(192,0,0);    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

a:hover {
   color: rgb(192,0,0);    
   font-family: verdana, sans-serif;	
   font-weight: 700;       
   text-decoration: none;
}

rdf|RDF {
        background-color: #000000;
        color: #FFFFFF;
        font-size: 2em;
        display: block;
        margin: 0em;
        border: 0;
        padding: 1.5em;
}
rss|channel rss|title {
        font-family: Arial, sans-serif;
        font-size: 2em;
        display: block;
        color: #FFFFFF;
        background-color: #000000;
        padding: 5px;
        height: auto;
        width: auto;
        border-bottom: solid 1em red;
}
rss|channel rss|description {
        float: right;
}
rss|channel rss|link {
        display: none;
}
rss|item rss|link {
        display: none;
}
rss|item rss|title {
        display: none;
}
                                                                                
rss|item dc|creator {
                                                                                
        font-family: Arial, sans-serif;
        font-size: 2em;
        color: #FFFFFF;
        display: block;
        background-color: #000000;
        padding: 4em 0.5em 0.5em 0.5em;
        height: auto;
        width: auto;
}
rss|item dc|date {
        font-family: Arial, sans-serif;
        font-size: 2em;
        color: #FFFF00;
        display: block;
        background-color: #000000;
        padding: 5px;
        height: auto;
        width: auto;
}

