/*
Theme Name: AEOLIS
Theme URI: http://www.aeolis.org/
Description: AE0LIS skin for seamless look and feel.
Author: Wayfarer
Author URI: http://wayfarer.blogs.aeolis.org/
Version: 0.1

	This theme is used solely on the AE0LIS constellation at the moment.

*/

/* Body defaults. */
body {
	color:		white;
	background-color:	black;
	font-family:	Blypa, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
}


/* Content settings. */
#page {
		margin:		2em;
}


/* Specific tag defaults. */
p {
	margin:	0.2em 1em 0.2em 1em;
}

hr {
	clear:	both;
}

ul, ol, dl {
	margin:		0 1em 0 1em;
}

li {
	margin:	0.2em inherit 0.2em inherit;
}

dt {
	margin:		1em 0 0.5em 0;
}

img {
	border:		none;
}

h1, h2, h3, h4, h5, h6 {
	margin:	0.5em 0 0.25em 0;
}

h1, h2, h3, h5 {
	font-weight:	bold;
}

h1 {
	font-size:	2.5em;
}

h2 {
	font-size:	1.6em;
}

h3 {
	font-size:	1.4em;
}

h4 {
	font-size:	1.4em;
}

h5 {
	font-size:	1.2em;
}

h6 {
	font-size:	1.2em;
}

a {
	text-decoration:	none;
	font-weight:	bold;
}

a:link, a:visited, a:active {
	background-color:	transparent;
}

a:link {
	color:		#00FFFF;
}

a:visited {
	color:		#FF9900;
}

a:active {
	color:		#FFFF00;
}

a:hover {
	text-decoration:	underline;
	visibility:		visible;
}


/* Effect styles. */

.dimmed {
	color:		#666666;
	background-color:	transparent;
}

.stickers {
        text-align:     center;
}

.centered {
	text-align:	center;
}

.floatright {
	float:		right;
}


/* Header image. */
#headerimg h1 {
	margin:	0;
}


/* Sidebars. */
#starspecs, #systemspecs {
	float:		right;
	margin:		2em 5em 2em 2em;
	padding:	5pt;
	border-width:	thin;
	border-color:	gray;
	border-style:	solid;
}

#sidebar {
	float:	right;
	position:	relative;
	margin:	0.5em 0 0.5em 0.5em;
	padding:	0.5em;
	border-width:	thin;
	border-color:	gray;
	border-style:	solid;
}

#sidebar ul, #sidebar ol, #sidebar dl {
	list-style:	none;
	margin:	0;
	padding:	0;
}

#sidebar ul li ul, #sidebar ul li ol, #sidebar ol li ul, #sidebar ol li ol {
	margin:	0 0 0.2em 0.4em;
}

#sidebar h2 {
	font-size:	1.2em;
	margin:	0;
	padding:	0;
	text-align:	center;
}


/* Horizontal navigation bar. */
.smallnav {
	width:		470px;
	height:		50px;
	margin:		0 auto 0 auto;
}

.smallnavimg {
	float:		left;
	display:		block;
	position:	relative;
	margin:		0;
	padding:		0;
	width:		50px;
	height:		50px;
	overflow:	hidden;
}

.smallnavimg a {
	display:		block;
	width:		50px;
	height:		50px;
	overflow:	hidden;
}

.smallnavimg img {
	width:	50px;
	height:	50px;
}

.smallnavimg a:hover img {
	text-decoration: none;
	visibility:	hidden;
}

.smallnavdot {
	float:		left;
	display:		block;
	position:	relative;
	margin:		0;
	padding:		0;
	background:	url(images/bar-separator.png) no-repeat;
	width:		20px;
	height:		50px;
	overflow:	hidden;
}

.smallnavdot img {
	width:		20px;
	height:		50px;
}


/* Thematic styles. */

.Timestamp {
	font-size: 	smaller; 
	font-weight: 	bold;
	color:		white;
}

.BodyTextSmall { 
	font-size: 	smaller; 
	color:		white;
}

.alt {
	border-width:	thin;
	border-color:	gray;
	border-style:	solid;
}


/* QuickCode fixes. */
/* Default text color is near-invisible in QuickCode box. */
.quickcode {
	color:	black;
}
