@import url("quasifloatation_base.css");

body {
	background-color: black;
	color: white;
}

#content {
	background-color: #18344A;
	background-image: url("logo_blue.png");
	background-repeat: no-repeat;
}

#sidebar div {
	background-color: #102333;
	border-top: 2px #3375A7 solid;
}

#footer {
	background-color: #1e1e1e;
	padding: 0.5em;
}

h1 {
	color: #FFCC00;
}

h2, h3 {
	color: #3375A7;
}

.weblog-entry-info {
	color: silver;
}

#site li a:hover, #site li a:focus {
	background-color: #18344A;
	border: 1px #3375A7 solid;
}

#site a:link, #site a:active, #site a:visited { color: #FFCC00; }
#new-bookmarks a:link, #new-bookmarks a:active, #new-bookmarks a:visited { color: #FFCC00; }

.wiki .wiki_backlinks {
	background-color: black;
}

#quote, #site, #new-bookmarks {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#quote { background-image: url("quote_blue.png"); }
#site { background-image: url("site_blue.png"); }
#new-bookmarks { background-image: url("bookmarks_blue.png"); }

.weblog-entry {
	border-bottom: 1px dotted #3375A7;
	padding-bottom: 0.5em;
}

a { font-weight: bold; }

a:link, a:active { color: #FFCC00; }
a:visited { color:#FF6600; }
a:hover, a:active { background-color: black; }

.guestbook-entry {
	background-color: #102333;
}

pre.code {
	background-color: black;
	border: 1px solid #3375A7;
}

.notice {
	background-color: #FFCC00;
	padding: 0.5em;
	color: black;
}

.notice a:link, .notice a:visited, .notice a:hover {
	color: black;
	background-color: transparent;
}

