form input, textarea {
background-color: #fbdfa5;
}
/* chocolate brown :#52291d; (post bg) */
/*
Theme Name: WonkyWonka
Theme URI: http://wordpress.org/
Description: Eddie Johnstons latest Wonka Theme 
Version: 1
Author: Eddie Johnston
Author URI: http://www.lickablewallpaper.com/
Tags: brown, fixed width, two columns, widgets


*/

#content ul {
margin-left:15px;
}

#skypebutton img {
padding-top:8px;
padding-left:2px;
padding-right:2px;
border:1px solid gray;
}

* {
/*	font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;*/
}


/* Font (font size, type, kern, line-spacing) */
table {
width:100%;
text-align: left;
}

table caption {
	text-align: left;
	padding:4px 0px 2px 2px;
}

body {
/*	font: 0.75em/1.4em Arial, Tahoma, Verdana, sans-serif;*/
	font: 12px/1.4em Arial, Tahoma, Verdana, Helvetica, sans-serif;*/
}
small {
	font: 9px/1em Arial, Tahoma, Verdana, sans-serif;
}



*#content {
	text-align:justify;
}
h1, h2,  h4 {
	font-weight:normal;
}
h2 {
	font-size:16px;
}
h3{
	font-size:14px;
	margin-bottom:6px;
}

h4{
	font-size:12px;
	margin-bottom:6px;
}
h5{
	text-decoration:underline;
	font-size:1em;
}



/* Font Colors */
body {
	color: #fbdfa5;
}
/* 41322b */
/* ed8476 */
h2 a, h2 {
color:white;
}
h3 {
	color: white;
}
h4 {
	color:red;
	font-size:1em;
}
#quickSummary {
	color: rgb(133, 146, 92);
	/*  color:#B2730B; */
}



/* Background Colors and Images */
#supportingText {
	/*    background: url(images/footer.png) bottom center  no-repeat;*/
}

/* Links */
/* body links */
a {
	text-decoration: none;
	color: #B2730B;
}
a:hover {
	text-decoration:underline;
color:#f1e857;
}
a:active {
	color: #9ce352;
}




/* Link Block */
#mainlist{
	/*position:absolute;
	top:240px;
	right:30px;
	width:190px;
	margin-bottom:50px;*/
	width:190px;
}
*#mainlist a {
	display: block; /* ? */
}
*#mainlist a:hover {
	text-decoration:none;
} 
*#mainlist h2, *#main_logos h2 {

		color:white;
		height:18px;
		font-size:13px;
		
		padding-top:4px;
		padding-left:8px;
}



*#mainlist h3 {
	background-color: rgb(242, 244, 216);
	margin-bottom:0px;
	height: 34px;
}
*#mainlist  h3 span{
	margin:6px;
	font-size:10px;
	font-style:italic;
}
#mainlist ul,
#mainlist li {
	list-style: none;
}

#mainlist ul {
} 
#mainlist li {
	padding: 5px 7px 5px 12px;
}

*#mainlist li:hover {
}
*#mainlist li ul li {
	
}
#mainlist li.linkcat, #mainlist li.categories, #mainlist li.widget {
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:none;	
}

*#mainlist li.linkcat:hover, *#mainlist li.categories:hover, #mainlist li.widget:hover {
	background: none;
}

#mainlist li.categories, #mainlist li.linkcat, #mainlist li.widget {
	margin-left:-13px;
	margin-right:-7px;
} 
#mainlist li.categories ul li, #mainlist li.linkcat ul li, #mainlist li.widget ul li {
margin:0px;
	border-bottom: 1px solid rgb(221,221,221);
} 

#mainlist #myloginarea li {
		border-bottom: 1px solid rgb(221,221,221);
}




/* main block */  
#topList{
	/*position: relative; /** IE6 needs this to display the div  **/

	position:absolute;
	top:210px;
	left:29px;
}

/* Hide from IE5-mac \*/
* html #topList {height: 1%; }
/* end hide */  /** makes IE5-win display the background color for nav **/

#topList h2{
	display:none;
}
#topList ul{
	float:left;
	display: block;
	list-style: none;
	text-align: center;
	line-height: 19px;

}

#topList ul li{
	display:block;
	float: left;
	position: relative; /** IE6 needs this to display the links **/

	border-left:1px solid white;
	padding:4px 16px 4px 16px;


}

*#topList ul li:hover {
	background: rgb(230, 233, 205);
}
*#topList a {
	color:white;
	font-weight:bold;
}
*#topList a:hover {
	text-decoration:none;
} 

*#topList li.current_page_item, *#topList li.current_page_ancestor {
/*background-color:#f24e39;*/
background-color:#ed8476;
/*background: #ed8476 url(images/shade.gif);*/
}



/* Layout */
body { /* center all divs in the body */
	text-align:center;
	padding-top:20px;
}
* { /* reset all margins and padding to 0 */
	padding: 0;
	margin: 0;
}
*#container {
	position: relative;
	padding: 0 0px;
	width: 800px !important;
	width: 800px;
	margin: 0 auto;
}
.clear{
	clear:both;
}


*#textwrapper{
	left:0px;
	width:460px;
	float:left;
	margin-bottom:50px;
} 

*#quickSummary, *#preamble, *#explanation { /* set padding on all main text sections */
	margin: 5px 230px 5px 35px;
}
#explanation {
	padding-bottom:50px;
	min-height:200px;
}




p {
	margin-bottom:10px;
}



/* wordpress style */

body {
	background: url(images/tilebg.png)  rgb(255,255,255) repeat;
}
#page {
	background: url(images/horizontalbg.png) repeat-y top; border: none; 
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	position: relative;

}
#header {
	background: url(images/header.jpg) top center rgb(255, 255, 255) no-repeat;
	height:642px;

}
*#header h1, .description {
	display:none;
}
.description {
display: block;
position:relative;
top:36px;
right:36px;
float:right;
color:white;
font-size:14px;
}

#willyhimself {
	background: url(images/willy.png) no-repeat bottom;
width:211px;
height:244px;
position:absolute;
bottom:30px;
right:30px;
/* added a 245px bottom margin to sidebar as a buffer */
}
#footer {
        float:none;
	clear:both;
	background: #eee url(images/footer.png) no-repeat bottom;
	height:64px;
margin-top:20px;
border:0px solid white; /* fixes the footer to the bottom in IE.*/
	
}
#footer p {
	color:white;
	width:548px;
	position:absolute;
	bottom:0px;	
	margin-left:40px;
	margin-bottom:38px;
	padding-top:18px;
}
#content {
	float: left;
	display: block;
	padding-left:38px;
	padding-top:8px;
	width:528px; /* Reset to 528px (changed to allow space for img padding) */
margin-top:-230px;
margin-bottom:84px; 
}

li.pagenav {
	margin-top:1px;
	list-style: none;			 
}
li.linkcat {

	list-style: none;	
}
#mainlist li.linkcat {
	/* border-bottom: 1px solid black*/

}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
}



hr {display: none;}
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;
}
#text {


	padding:20px;
}

/* Begin Sidebar */
#sidebar
{
	margin-left: 580px;
	width: 190px;
margin-top:-226px;
margin-bottom:180px;
}
* html #sidebar {
	margin-left: 577px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 98%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
border:1px solid #bbb;
}

/*	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: 4px;
	margin-right: 4px;
	padding: 6px;
}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignnone {
	padding: 6px;
margin-right:4px;	
display: inline;
}



.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */
img {
	background:white;
	border:1px solid gray;

	margin-right:10px;
	margin-top:4px;
	margin-bottom:4px;
}
img.blogawards {
border:0px;
margin-right:-4px;
margin-left:4px;
padding:0px;
background:transparent;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


.alt {
	background-color: #7d432f;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

h3#respond {
margin-top:20px;}
.post {
background-color:#552d1f; /* dont have to have a bg color */
	border:1px solid #f0f077;
	padding:8px;
	margin-bottom:8px;
}

.justpage .post {
border:none;
background:none;
}


/*.post {
	background-color:Red;
}
.post h2 {
	background-color:purple;
}
.post .entry{
	background-color:green;
}
.post p.postmetadata {
	background-color:black;
}*/

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

ol{
	margin-top:16px;
	margin-left:25px;
}


.navigation{
float:left;
display:inline;
clear:both;
}

#tag_cloud a {
 list-style: none; display: inline; }
#mainlist ul li#tag_cloud { list-style: none; display: inline; }

li#tag_cloud{ 
padding-left:24px;
display: inline;
text-decoration: none;
}

