/*
Theme Name: Blue sky
*/

@import url("layout.css");

/* General page layout */
body {
	color: #113900;
	background: #fff url(images/sky.jpg) no-repeat center top;
}
#page {
	width: 743px;
	margin: auto;
}
#header {
	padding: 43px 0 24px 48px;
}
#main {
	padding: 28px 0 28px 5px;
}
#content {
	float: left;
	width: 533px;
}
#sidebar {
	float: right;
	width: 177px;
	font-size: 85%;
}
#footer {
	font-size: 93%;
	padding: 1em 0;
}
.clr {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
}

/* Links, Headings */
a {
	color: #81960b;
}
a:hover {
	text-decoration: none;
}
#header a {
	display: block;
	float: left;
	padding: 34px 0 0 120px;
	color: #113900;
	text-decoration: none;
	outline: none;
}
h1, h2 {
	margin-top: 0;
	font-size: 100%;
}
#header h1 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.post h1, .post h2 {
	float: right;
	width: 400px;
	padding: 3px 0 7px;
}
.results h2 {
	float: none;
	width: auto;
	margin-bottom: 0.5em;
}
h1 a, h2 a {
	color: #113900;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}
h3 a {
	color: #fff;
}
.sitemap h2 {
	font-size: 108%;
	margin-top: 2em;
}
#sidebar h3 {
	margin: 0 0 5px 0;
	font-size: 113%;
	text-align: center;
	color: #fff;
	height: 25px;
	line-height: 25px;
	background: url(images/title.gif) no-repeat;
}
h3 img {
	position: relative;
	top: 2px;
}
h4, h5 {
	margin: 1em 0;
}
h1 span, h4 span {
	font-style: italic;
	color: #666;
}

/* Form elements */
input[type=text] {
	width: auto;
}
input, select, textarea {
	border: 1px solid #f0f5cc;
}
textarea {
	width: 100%;
}
label {
	cursor: pointer;
}
#commentform label {
	font-size: 85%;
}
input.commentsubmit, #content input.searchbutton {
	cursor: pointer;
	padding: 0 5px;
	background: #dce8f4;
	color: #666;
	font-weight: bold;
}
#sidebar select {
	width: 100%;
	font-size: 93%;
}
.entry form p {
	font-weight: bold;
}
.entry input {
	margin: 0.5em 0;
}
#topnav form {
	float: right;
	padding-top: 6px;
}
#topnav input {
	float: left;
	border: none;
}
#topnav input#s {
	width: 120px;
	height: 21px;
	padding: 5px 0 0 12px;
	background: url(images/searchinput.gif) no-repeat;
}
.searchbutton {
	outline: none;
}
input#s2 {
	width: 80%;
}

/* Header */
#topnav {
	height: 38px;
	padding-right: 7px;
	background: url(images/topnav.gif) no-repeat;
}
#topnav ul {
	margin: 0;
	float: left;
	height: 38px;
	font-size: 108%;
	font-weight: bold;
}
#topnav li {
	list-style-type: none;
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 33px 0 30px;
	background: url(images/topnav_separator.gif) no-repeat right;
}
#topnav li a {
	color: #feffff;
	text-decoration: none;
}

/* Content */
.category, .results {
	margin-bottom: 2em;
}
.date {
	float: left;
	width: 122px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(images/date.gif) no-repeat;
}
.more-link {
	display: block;
	clear: both;
	float: right;
	padding-top: 1em;
	font-weight: bold;
	font-size: 93%;
}
.results .more-link {
	padding-top: 0;
}
.postmetadata {
	margin: 1em 0;
	font-size: 85%;
	background: #f0f5cc url(images/postmeta_bottom.gif) no-repeat bottom;
}
.results .postmetadata {
	margin-left: 1em;
}
.inner {
	padding: 11px 15px;
	background: url(images/postmeta_top.gif) no-repeat;
}
.categories {
	float: left;
	width: 400px;
	font-weight: bold;
}
.categories span {
	font-weight: normal;
}
.postmeta_comments {
	float: right;
	text-align: right;
}
.tags {
	padding: 1em 0;
	text-align: right;
	font-size: 93%px;
}
.results .entry {
	padding-left: 1em;
}
.message {
	font-weight: bold;
	font-size: 85%;
}
.navigation {
	font-size: 93%;
	font-weight: bold;
}
div.alignleft {
	float: left;
	width: 48%;
}
div.alignright {
	float: right;
	width: 48%;
	text-align: right;
}
img.alignleft {
	float: left;
	margin: 0 7px 2px 0;
}
img.alignright {
	float: right;
	margin: 0 0 2px 7px;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 7px;
}
.wp-caption {
	border: 1px solid #dce8f4;
	text-align: center !important;
	padding-top: 4px;
	margin: 10px;
	background: #f9f9f9;
}
.wp-caption p.wp-caption-text {
	font-size: 85%;
	padding-top: 4px;
}
.attachment {
	text-align: center;
	margin: 5px 0;
}
.caption {
	text-align: center;
}
.comment {
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #dce8f4;
}
div.avatar {
	float: left;
	margin: 0 1em 1em 0;
}
.allowed {
	font-size: 85%;
}
blockquote {
	padding-left: 0.5em;
	border-left: 3px solid #dce8f4;
	font-size: 93%;
	font-weight: bold;
}
blockquote p {
	margin: 0;
}
small {
	font-size: 85%;
}

/* Sidebar */
.widget {
	margin-bottom: 2em;
}
.widget a {
	text-decoration: none;
}
.widget a:hover {
	text-decoration: underline;
}
.widget_categories a, .widget_links a, .widget_meta a, .widget_recent_entries a {
	color: #113900;
}
#sidebar ul {
	margin: 0;
}
#sidebar li ul {
	padding: 3px 0;
	font-size: 93%;
}
#sidebar ul li {
	list-style-type: none;
	padding: 2px 14px;
}
#sidebar li ul li {
	padding-top: 0;
	padding-bottom: 0;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar th, #wp-calendar td {
	border-color: #ccc;
	padding: 0.3em;
}
#wp-calendar tfoot {
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td {
	text-align: right;
}
#wp-calendar td#prev, #wp-calendar td#next {
	text-align: center;
}
#wp-calendar tbody a, #wp-calendar tbody a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: #f0f5cc;
	color: #000;
	margin: -0.3em;
	padding: 0.3em;
}
#wp-calendar caption {
	font-weight: bold;
}
.widget_rss li a {
	font-weight: bold;
	display: block;
}
span.rss-date {
	display: block;
	font-size: 85%;
	padding-bottom: 0.5em;
	text-align: right;
}

/* Footer */
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer-left {
	float: left;
	width: 533px;
}
.footer-right {
	float: right;
	width: 163px;
	color: #f0f5cc;
	padding-left: 14px;
}
.footer-right a {
	color: #113900;
}

* html .widget_rss h3 {
	padding-top: 3px;
	height: 22px;
}
* html .comment {
	height: 1%;
}
*+html .comment {
	position: relative;
}
* html #content input.searchbutton {
	height: 19px;
}
*+html #content input.searchbutton {
	height: 19px;
}