/* 
 * Basic Theme Style Sheet 
 * 
 * This template should only define colours and images relating to the theme
 * - all of the layout should be defined within the basic.css file.
 *
 */

body { 
	background-color: #000000; 
	color: #000000; 
	background-image:url(bgairolo.jpg);
	background-attachment:fixed; 
 	background-repeat: repeat-x;
	}

#headerbar            { background-color: #003366; color: #336699; } 
#headerbar form *     { background-color: #6699CC; color: #000000; }
#headerbar a:link, #headerbar a:visited { color: #336699;}
#headerbar a:hover, #headerbar a:active { color: #6699CC;}
 
#titlebar    { background-color: #000000 ; } 
#titlebar h1 { color: #ffffff; } 
#titlebar h2 { color: #ffee00; } 

#navbar { background-color: #ffffff;}
#navbar a:link, #navbar a:visited    { color: #000000;}
#navbar a:hover, #navbar a:active   { color: #cccccc; background-color: #000000;}
#navbar .selected   { color: #ffee00; background-color: #000000;}

#content { color: #000000; } 
#content h3 { 
	color: #003366; 
	font-family: Georgia, Palatino, Garamond, Serif; 
	}
#content a {font-weight:bold;}
#content a:link    { color: #596f82;}
#content a:visited { color: #336699;}
#content a:hover   { color: #ff0000;}
#content a:active  { color: #6699CC;}

#copyright, #footer { color: #99CCFF; } 

.blogitem {
	text-align:justify;
	background: #ffffff;
	color: #000000;
	}

.blogitem a {
	color: #000000;
	font-weight: normal;
	text-decoration:none;
	}

.blogitem a:hover {
	text-decoration:underline;
	color: #ff0000;
	}

.blogitemtext {
	font-size:0.9em;
	text-align:justify;
	color: #000000;
	}

.blogitemtext a, .f a, #content a {
	color: #000000;
	text-decoration:none;
	}

.blogitemtext a:hover, .f a:hover, #content a:hover {
	color: #ff0000;
	text-decoration:underline;
	}
.blogitemtext h2 {
	text-align:center;
	color: #000000;
	text-decoration:none;
	}
.f, .storycontent {
	text-align:center;
	}

