/*
Theme Name: BlueJay
Description: Simple right-sidebar theme with a Blue Jay.
Version: 1.1.2
Author: Vexelfire
Author URI: http://www.vexelfire.com
Tags: blue, two-columns, right-sidebar, fixed-width

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a { text-decoration: none; color: #00F; }

a:visited { color: #4040FF; text-decoration: none; }

a:hover { text-decoration: underline; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-color: #B5C4D7;
}

ul.menu { font-weight: 700; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { text-align:center; }

.blogdesc { font-size: 15px; font-style: italic; padding-top: 10px; }

.blogtitle { font-size: 20px; font-weight: bold; }

.blogtitle a { color: #000; text-decoration: none; padding-top: 10px; }

.blogtitle a:visited { color: #000; }

.blogtitle a:hover { color: #000; text-decoration: underline; }

.center { text-align: center; }

.navigation { display: block; text-size: 9pt; padding-bottom: 1px; }

.postmetadata {
	font-size: 8pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.sidebarbottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-image: url(images/layout_07.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align:top;
}

.sidebarmid { margin: 0px 40px 0px 50px; padding: 0px; }

.sidebartop {
	margin: 0px;
	padding: 0px;
	height: 255px;
	background-image: url(images/layout_03.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.startpost { margin-top: 40px; clear: left; }

#pagecontent {
	display:block;
	width: 850px;
	background-color: #EBF2F9;
	color: #372E24;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: #666 solid 1px;
}

#pagefooter { font-size: 8pt; clear: both; padding: 10px; }

#pageheading {
	padding: 10px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: #B5C4D7 solid 1px;
	color: #000;
	vertical-align:top;
	height: 85px;
}

#pagetext { padding: 20px 10px 20px 10px;
vertical-align:top;
}

#pagetext blockquote {
	margin: 10px 10px 10px 10px;
	padding-left: 10px;
	border-left: #DCD0C4 solid 5px;
	color: #6F5B47;
}

#pagetext h1 {
	font-size: 12pt;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#pagetext h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}

#pagetext img { margin: 10px; float:left;}

#rightColumn p { margin-top: 0; }

#sidebar {
	width: 328px;
	background-color: #DCD0C4;
	background-image: url(images/layout_05.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align:top;
}

#sidebar h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
}

#sidebar ul { margin: 0 0 30px; padding: 0; }

#sidebar ul li { list-style: none; }

#sidebar ul li ul { margin: 0; padding: 0; }

#sidebar ul li ul li {
	list-style: none;
	list-style-position: outside;
	list-style-image: url(images/sidebullet.gif);
	margin-left: 25px;
}
#searchsubmit {
	font-size:10px;
}
#searchform label{
	display:block;
	font-weight:bold;
}

.avatar {
	float:right;
}

.entry {
	display:block;
}

.entry img {
	max-width:450px;
}