/*  
Theme Name: wadachiya
*/

/**********
*  Basic  *
***********/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/Page-BgGradient.png);
	background-repeat:repeat-x;
        background-color:#d7f089;
	font-size: 70%; /*62.5% Resets 1em to 10px, do NOT modify this! */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #3F3F00;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	color: #cbad57; 
}
h1{
       font-family: bold;
}

ol{
       margin: 0 0 0 -1em;
       line-height: 125%;
}

a:link,
a:visited {
	color: #7DB40B;
	text-decoration: none;
}

a:hover,
a:active {
	color: #86b224;
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #e4ead2;
	background: #f8ffe5;
	color: #556b38;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Sans-Serif;
}
input, textarea {
	background: #f8ffe5 url(images/inputbg.gif) repeat-x top;
}
.button { background: #f8ffe5 none; }

blockquote {
	margin: 0 20px;
	padding: 0 10px 0 25px;
	border-left: 4px solid #c9ee58;
}

code {
	font-family: monospace;
	color: #666;
}

form, img, img a {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.9em;
	color: #999;
}

.alignleft {
	float: left;
	margin-right: 10px;
	clear: left;
}
.alignright {
	float: right;
	margin-left: 10px;
	clear: right;
}


/*
/***********
*  Layout  *
************/

#wrapper {
	width: 895px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
/*	font-size: 1.2em !important; */ /* Enable this line if you're blogging in Asian languages and is using firefox. */
	font-size: 1.1em;
	overflow: hidden;
}
	
#content {
	float: left;
	margin: 0 0 0 14px;
	padding: 0 15px;
	width: 645px;
	display: inline;
	border: 2px solid #8ac60e;
	border-left: 5px solid #8ac60e;
	border-bottom: 4px solid #8ac60e;
	background: #fff;
	overflow: hidden;
}

#sidebar {
	float: right;
	margin: 0 14px 0 0px;
	padding: 10px 10px 10px 0;
	width: 150px;
	border: 2px solid #8ac60e;
	border-right: 5px solid #8ac60e;
	border-bottom: 4px solid #8ac60e;
	background: #f7ffe4 url(images/sidebarbg.gif) repeat;
	display: inline;
	overflow: hidden;
}

*/

