a:hover {
	color: lightsteelblue;
}

a:active {
	color: darkblue;
}

img {
	border: none;
	padding: 5px;
}

body, h1, h2, h3 {
/* Fonts as recommended by www.realworldstyle.com/fonts.html for Windows and Unix */
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

body {
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	clear: both;
	height: 40px;
	background-image: url(images/sky.jpg);
	padding-top: 40px;
}


h2 {
	text-align: left;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: black;
	clear: both;
}

h3 {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

.news h3 {
	background: #eee;
	text-indent: 10px;
}

li + li {
    padding-top: 10px;
}   



.author {
    text-align: center;
    font-weight: bold;
}


.content {
    position: absolute;
    margin-left: 30px;
    top: 120px;
    left: 210px;
}


/* Navigation */

.navigation {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 200px;
    background-image: url(images/skytall.jpg);
}

/* In Mozilla, .navigation a + h3 would work, but IE doesn't support that */
.navigation h3.first {
    margin-top: 0px;
}

.navigation h3 {
    text-align: center;
    background-image: url(images/skytall_pale.jpg);
    width: 100%;
    height: 25px;
    padding-top: 10px;    
    margin-top: 10px;    
}

.navigation a {
    display: block;

    margin-right: 10px;  
    /* Indent the second line of wrapped links */
    margin-left: 25px;    
    text-indent: -15px;
    text-decoration: none;
    margin-top: 2px;

    font-weight: bold;
}

.navigation a:hover {
    color: #66f;
}

.navigation a img {
    margin-left: 10px;    
}

.navigation blockquote {
    font-size: 70%;
    margin-left: 10px;
    margin-right: 10px;
}

div#ads {
    background: rgb(160,202,250);
    position: absolute;
    width: 165px;
    padding-left: 24px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
}


/* Code markup */

.comment {
	color: green;
}

.blockcomment {
	color: darkgreen;
}

span.code {
	font-family: Courier New, Courier, monotype;
	background-color: #eeeeee;
}

p.code {
	font-family: Courier New, Courier, monotype;
	background-color: #eeeeee;
	margin-left: 30px;
	margin-right: 30px;
	border: solid thin #ddd;
}

/* Popup CSS menus */

.menu {
	left-margin: 20%;
	right-margin: 20%;
	font-size: 80%;
}

div.nav {
    visibility: hidden;
    position: absolute;
}

