/*   
Theme Name: Blue Sky
Theme URI: http://digitalsquirrel.com/
Description: Blue Sky Theme
Author: squirrel
Author URI: http://digitalsquirrel.com/
Version: 1.0
*/

/* Global elements -------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #99ccff url(images/squirrelbg5.jpg) bottom right no-repeat fixed;
	color: #000000;
	font-family: "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}

a, a:visited {
	color: #0033cc;
	text-decoration: none;
}
a:hover {
	color: #cc3300;
	text-decoration: underline;
}

img.inset {
	float: right;
	margin: 0 0 1em 1em;
	border: 2px solid #666;
}

p {
	margin-top: 1em;
}

blockquote {
	margin: 1.2em;
}

code {
	font-family: monospace;
}

ul {
	margin: 1em 1em 1em 2em;
}

dl {
	margin-left: 1em;
	margin-right: 1em;
}

dt {
	margin-top: 1em;
}

dd {
	margin-top: 0.5em;
	margin-left: 1em;
}


/* Container -------------------------------------------- */

#container {
}


/* Header ----------------------------------------------- */

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 6em;
	width: 100%;
	padding-top: 0.5em;
	text-align: center;
}

#header h1 {
	font-weight: bold;
	font-size: 350%;
}
#header h1 a {
	color: #000000;
}


/* Text boxes (Entries, Sidebar) ------------------------ */

.textbox {
	border: 2px solid #666666;
	background: #ebd6b9;
	color: #000000;
}
.textbox a, .textbox a:visited {
	color: #0033cc;
	text-decoration: none;
}
.textbox a:hover {
	color: #cc3300;
	background: #ebd6b9;
	text-decoration: underline;
}


/* Entries ---------------------------------------------- */

#entries {
	margin: 6em 155px 0 15em;
}

#entries .entry {
	margin-bottom: 0.5em;
}

#entries .ehead {
	margin-bottom: -2px;
	width: 100%;
	padding: 0.2em 0.5em;
	background: #666666;
	color: #ffffff;
	font-weight: normal;
}

#entries .efoot {
	width: 100%;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
}

#entries .ebody {
	padding: 0 1em 0.5em 1em;
	line-height: 1.4em;
}

#entries h3 {
	font-size: larger;
	font-weight: bold;
}
#entries h3 a {
	color: #fff;
}

#entries h4 {
	font-size: 100%;
	font-weight: inherit;
}
.right {
	text-align: right;
}

/* Sidebar ---------------------------------------------- */

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 14em;
	margin: 6em 0 0.5em 0.5em;
}

#sidebar .sidebox {
	margin-bottom: 0.5em;
	padding: 0.5em;
}

#sidebar form#searchform td.input, #sidebar input#as_q {
	width: 100%;
}

#sidebar form#searchform td {
	width: 0%;
}

#sidebar h2 {
	margin-top: 1em;
	font-size: 110%;
	font-weight: bold;
}

#sidebar ul {
	margin: 0.2em 0 0.2em 1em;
	list-style-type: none;
	line-height: 1.4em;
	font-size: 90%;
}

#sidebar ol.plain {
	margin: 0;
	list-style-type: none;
	line-height: inherit;
	font-size: inherit;
}


