/* Author: Scott Wiersdorf (my first real CSS file thank you very much) */

/* http://www.wellstyled.com/tools/colorscheme2/index-en.html?triad;50;0;75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0 /*

/* colors! */
.cr_main_bg, code, #searchbox input[type="text"], #articles pre {
	background: #E6DFCF;
}

#articles h3 {
	color: #E6DFCF;
}

#searchbox, #articles .quote{
	background: #BFA260;
}

#articles {
	background: #CCBA8F;
}

#toptitle, #sitenav {
	background: #807459;
}

#moonphase, #navboxes, #icecast {
	background: #647D8F;
}

#icecast .now_playing {
	font-size: 10px;
	background: #CFDCE6;
	padding: .5em;
}

#navboxes li:hover {
	background: #596F80;
}

a {
	color: #65567A
}

a:visited {
	color: #8860BF;
}

#sitenav .copyright {
	color: #E6DFCF;
}

/* global elements */
body {
	font-family: verdana, tahoma, helvetica, arial, geneva, swiss, sans-serif;
	font-size: 100%;
}

body table td {
	padding: 0;
	margin: 0;
/*	border: 1px solid black; */
}

body table tr {
	vertical-align: top;
}

input {
	font-size: 90%;
}

a {
	border-bottom: dotted 1px;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom-style: solid;
}

/* don't do anchor names */
a[name] {
	color: black;
	border-bottom: none;
	text-decoration: none;
}


/* title section */
#toptitle {
	border: 1px solid black;
}

#toptitle h1 {
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

#searchbox {
	border: 1px solid black;
}

#searchbox input[type="text"] {
	margin-bottom: 5px;
	margin-left: 5px;
}

#searchbox input[type="submit"] {
	margin-left: 5px;
}

#searchbox span.links {
	position: relative;
	right: -1em;
}

/* article section */
#articles {
	margin-left: 70px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

	width: 35em;
	border: 1px solid black;
}

#articles h2 {
	border-top: 1px solid black;
	font-family: "trebuchet ms", tahoma, sans-serif;
	margin-bottom: 0;
}

#articles h3 {
	margin-top: 0;
}

#articles a.storylink {
	margin-left: 20px;
}

#articles img.story {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#articles img.storyleft {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#articles p.more {
	text-align: right;
}


#articles .quote,
#articles pre {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

#articles pre {
	border: 1px solid silver;
	overflow: auto;
}

#articles .quote {
	border: 1px dotted black;
}

/* site navigation at article bottom */
#sitenav {
	margin-top: 2px;
 	margin-left: 70px;
	padding: 5px;
	border: 1px solid black;
}

#sitenav a {
	color: black;
}

#sitenav .navlinks {
	width: 30em;
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#sitenav .prevlink { float: left; }
#sitenav .nextlink { float: right; }
#sitenav .copyright {
	text-align: center;
	margin: 2px;
}


/* phase of moon block */
#moonphase, #icecast {
	width: 20em;
 	padding: 5px 5px 10px 10px;
	margin-bottom: 1px;
	border: 1px solid black;
	text-align: center;
}

#moonphase h3, #icecast h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: underline;
}

#moonphase img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

/* floating navigation boxes area */
#navboxes {
	width: 20em;
	padding: 5px 5px 30px 10px;
	border: 1px solid black;
	margin-top: 1px;
}

#navboxes h2 {
	margin-bottom: 1px;
	margin-top: 5px;
}

#navboxes h3 {
	margin-bottom: 1px;
	margin-top:    5px;
	margin-left:   0;
}

/* navbox li items */
#navboxes ul {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 5px;
	padding: 0;
}

#navboxes li {
	margin-left: 5px;
	margin-right: 5px;
}

#navboxes a {
	color: black;
}

/* footer stuff */
#footer a,
#footer img {
	border-style: none;
}
