
form.header_search
{
	position: absolute;
	bottom: 3px;
	right: 4px;
}

searchlabel
{
	float: right;
	text-align: right;
	display: block;
}

input.searchbox
{
	border-width: 0px;
	width: 156px;
	height: 20px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

input.searchbutton
{
	border-width: 0px;
	width:  27px;
	height: 27px;
	padding: 0px;
	margin: 0px;
}

.widecolumn .entry p {
	font-size: 1.1em;
	margin-left: 8px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	margin-left: 10px;
	margin-right: 10px;
	color: #555555;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #6b6b6b;
	color: #ffffff;
	}

small {
	font-size: 0.9em;
	}
	
.post_small
	{
	margin-left: 8px;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #d0d0d0;
	}

.entry p a:visited {
	color: #ffffff;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	color: #ffffff;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
	

.commentmetadata {
	font-weight: normal;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ffffff;
	font-size: 1.0em;
	}
	
.postmetadata a, .postmetadata a:visited 
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	font-style: italic;
}	

.postmetadata a:hover 
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	font-decoration: underline;
}	
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2.post_title
{
	margin-top: 30px;
	font-weight: normal;
	color: #ffffff;
}

a.post_title, a.post_title:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.post_title:hover
{
	color: #ffffff;
	text-decoration: underline;
}

	
#wp-calendar #prev a {
	font-size: 1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.narrowcolumn {
	width: 554px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	}

.widecolumn {
	padding: 0px 0 0px 0;
	margin: 5px 0 0 75px;
	width: 600px;
	}

.post h2 a.postlink, .post h2 a.postlink:visited, .post h3 a.postlink, .post h3 a.postlink:visited, .post h2 a, .post h2 a:visited, .post h3 a, .post h3 a:visited
{
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	font-family: segoe UI, Verdana, Arial, Helvetica, sans-serif;
}
	
.post h2 a.postlink:hover, .post h3 a.postlink:hover, .post h2 a:hover, .post h3 a:hover
{
	color: #FFCC66;
	text-decoration: underline;
	font-weight: normal;
	font-family: segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.post {
	background-color:#4b4b4b;
	border-width: 1px;
	margin-left: 4px;
	margin-top: 15px;
	margin-right: 4px;
	color: #ffffff;
	float: left;
	background-position: top left;
	clear: left;
	position: relative;
	text-align: justify;
	width: 96%;
	}
	
.post h2, .post h3 
{
	background-color: #4b4b4b;
	background-repeat: no-repeat;
	color: #FFCC66;
}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	background-color: #6b6b6b;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	background-color: #6b6b6b;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

h2.pagetitle 
{
	margin-top: 10px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 0px 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 0px 0px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-size: 1.0em;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	font-size: 1.0em;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	font-size: 1.0em;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-size: 1.0em;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	font-size: 1.0em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px;
	font-size: 1.0em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 5px;
	font-size: 1.0em;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	font-size: 1.0em;
	}



#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px;
	font-size: 1.0em;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width: 180px;
	margin: 10px auto;
	padding: 5px 0px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 180px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
p
{
	font-size: 1.1em;
	color: #FFFFFF;
}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color: #f0f0f0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px 2px 2px 2px;
	background-color: #f0f0f0;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#pad10
{
	padding: 10px 10px 10px 10px;
}
	
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #f4f8fc; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}
	
.navigation 
{
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* End Various Tags & Classes*/

span.smallright_inv
{
	font-weight: normal;
	font-size: 1.0em;
	float: right;
	color: #ffffff;
}

span.left
{
	float: left;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active
{
	font-weight: normal;
}

#sidebar a:hover
{
	font-weight: normal;
}