/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


body {
	margin: 0px 0px 0px 0px;
		background-color: #f0fff0;
		background-image: url(img/haikei.png);	
        	text-align: center;
	        color: #8FABBE;
                font-size: 10px;}

img {
	border-top-style: none; 
        border-right-style: none; 
        border-left-style: none; 
        border-bottom-style: none;} 




body a {
	text-decoration: underline;
	color: #8FABBE;}




h1 {
	font-size: 11px;
	color: #8FABBE;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }


h2, h3, h4, h5, h6, em {
                    color: #CC9999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;}

strong {

	margin: 0px;
	padding: 0px;
	font-weight: normal;}


#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;}




#head {
	font-family: Verdana, Arial, sans-serif;
	color: #ec6d71;
	background-color: #2c4f54;
	background-image: url(img/banner.png);
	text-align: left;
	padding: 5px;
        line-height: 150%;
	border-bottom: 0px solid #FFFFFF;
	height: 70px;}

#head-img {
	display: none;}

#head a {
	color: #FFFFFF;
	text-decoration: none;}

#head h1 {
	font-size: x-large;
        font-weight: bold;}

#head h2 {
	font-size: x-small;
	color: #ffd700;
        font-weight: bold;}

#head strong,
#head p {
	font-size: 11px;
	color: #e0ebaf;}






#center {
	float: left;
                    width: auto;
                    height: auto;
	background-color: #FFFFFF;
                    padding: 0px 0px 0px 0px;
        overflow: hidden;}

.content {
	padding: 0px 0px 5px 5px;
	background-color: #FFFFFF;
	color: #56564b;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;}


.content strong,
.content b {
	line-height: 140%;
	color: #2c4f54;
	font-weight: bold;
	font-size: xx-small;}

.content pre {
	font-size: xx-small;}

.content p {
	color: #56564b;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 5px;}

.content blockquote {
	line-height: 150%;}

.content li {
	line-height: 150%;}

.content h2,
.content h3 {
	color: #769164;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #e0ebaf;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;}


.content p.posted {
	color: #202f55;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	border-top: 1px solid #999999;
	text-align: left;
        margin-bottom: 25px;
	line-height: normal;
	padding: 3px;}



#left {
	float: left;
                    height: auto;
	width: 180px;
	background-color: #dbebc4;
	overflow: hidden;}





#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	line-height: 150%;
	text-align: left;
	color: #999999;
	margin-top: 50px;}

#powered a {
	color: #9999f5;}





#footer {
	float: left;
	font-size: 12px;
	line-height: 100%;
	width: 100%;
                    overflow: hidden;
	color: #5c9291;
	background-color: #1f3134;
	text-align: center;
	margin: 0px;
	padding: 3px;}

#footer-img {
	display: none;}

#footer a {
	color: #5c9291;
	text-decoration: none;}

#footer strong,
#footer em {
	color: #5c9291;}



#copy {
	font-family: Verdana, Arial, sans-serif;
	float: left;
	font-size: 11px;
	width: 100%;
                    overflow: hidden;
	color: #FFFFFF;
	background-color: #2c4f54;
	text-align: center;
	margin: 0px;
	padding: 3px;}

#copy-img {
	display: none;}

#copy a {
	color: #FFFFFF;
	text-decoration: none;}

#copy strong,
#copy em {
	color: #5c9291;}







.sidebar {
	padding: 10px 0px 0px 0px;
	color: #56564b;
                    font-size: 12px;
	}

.sidebar a {
	color: #5383c3;
	}


.sidebar h2,
.sidebar h3 {
	color: #00fa9a;
                    background: #2c4f54;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 20px;
                    font-weight: bold;
	}

.sidebar ul ul {
	margin-bottom: 0px;
                    margin-left: 10px;
                    padding-left: 0px;
                    font-weight: normal;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #56564b;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 1px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}



.side-header,
.archive-header
{

   width: 100%;
   margin: 0;
   padding: 1px;
   color: #8FABBE;
   background: #2c4f54;
   font-size: 14px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}





.side-header a,
.side-header a:visited,
.archive-header a,
.archive-header a:visited
{
   color: #006e54;
}


.side-content
{
   margin: 0px 0px 10px 0px;
   padding: 10px 10px 0px 10px;
   font-size: 12px;
   color: #56564b;
   line-height: 1.2;
}


.side-list
{
   margin: 0px 0px 0px 0px;
   list-style: disc;
}

.side-list .module-list
{
   margin: 0px 0px 0px 0px;
   padding-left: 0px;
   list-style: circle;
}

.side-list-item
{
   margin-top: 0px;
   color: #56564b;
   background: #dbebc4;
   border-bottom: 1px solid #769164;
   line-height: 1.2;
}

.side-list-item a 
{
   color: #56564b;
   text-decoration: none;
}

.side-list-item a:hover  
{
   color: #CC6666;
}




#right {
	float: left;
	width: 163px;
	background-color: #f0fff0;
                    border-left: 1px solid #2c4f54;
	overflow: hidden;}


