body{
	background: #D2D9D5;
	line-height: 1.7em;
	font-size: 14px;
	font-family: "Trebuchet MS";
}


#wrap{
	width: 700px;
	margin: 0 auto;
	padding: 10px 10px 4px 10px;
	background: #fff;
	border: 1px solid #87898C;
	border-width: 1px 1px 1px 1px;
	margin-top: 10px;
	background: #fff url(../images/blog/chest.jpg) no-repeat center center;
	background: #fff;
}

#wrap_outer{
	margin-bottom: 20px;
}

#header{
	background: url(../images/blog/head.jpg) no-repeat;
	height: 120px;
	margin-bottom: 20px;
	color: #fff;
}

	#header h1{
		text-align: center;
		padding-top: 35px;
		font-weight: bold;
		font-size: 2.5em;
		border-bottom: none;
		margin-bottom: 10px;
		text-shadow: none;
	}
	
	#header h1 a{
		color: #fff;
		text-decoration: none;
	}
	
	#header .description{
		font-size: 1.2em;
		text-align: center;
	}

#side{
	width: 189px;
	float: right;
	margin-left: 15px;
	padding-left: 0px;
	background: url(../images/blog/menu.jpg) no-repeat top right;		
}

	div#side #menu li{
		font-weight: bold;
		text-align: left;
		margin-left: 0;
		border-bottom: 1px solid #bbb;
		list-style: none;
		margin-bottom: 8px;
		padding-bottom: 4px;
	}
	
	#side #menu h2.widgettitle{display: none;}
	
	#side .widgettitle{
		font-size: 1.1em;
		color: #333;
		margin: 0;
	}
	
	#side #menu{
		border: 0;
		padding: 0;
		font-size: 1em;
		margin-right: 40px;
		text-shadow: #ccc 2px 2px 1px;
		-moz-border-radius: none;
		-moz-box-shadow: none;
		-webkit-border-radius: none;
		-webkit-box-shadow: none;
	}
		
	.widget{
		margin-bottom: 30px;
		border: 1px solid;
		border-color: #ddd #bbb #bbb #ddd;
		padding: 4px 4px 4px 10px;
		font-size: 0.9em;
		background: #fff;
		-moz-border-radius: 10px;
		-moz-box-shadow: 2px 2px 1px #ddd;
		-webkit-border-radius: 10px;
		-webkit-box-shadow: 2px 2px 1px #ddd;
	}	
		
		.widget a{
			color: #36f;
		}
	
	#side li li{
		border-bottom: none;
	}

	#side ul ul ul li{
		margin-left: 20px;
		list-style: disc;
	}

	#side ul ul li{
		list-style: none;
	}
	
	#side ul{
		margin-bottom: 10px;
	}
	
	#side ul ul li a{
		padding: 2px;
	}
	
	#side ul ul li a:hover{
		background: #36f;
		color: #fff;
		text-decoration: none;
		text-shadow: none;
	}
	



#content{
	width: 480px;
	float: right;
}

#footer{
	padding-top: 89px;
	height: 31px;
	background: url(../images/blog/footer_raster.jpg) no-repeat;
}


/*  comments  */

#content .commentlist li{
	list-style: none;
}

	#content .commentlist .odd{
		background: #eee;
	}
	
	#content .comment{
		border: 1px solid #ddd;
		padding: 4px;
		margin: 5px auto;
		width: 90%;
	}
	
	#content .comment .avatar{
		float: right;
	}


/* text */
a{
	color: #36f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

small{
	font-size: 0.8em;
	color: #666;
}

p{
	margin-bottom: 10px;
	font-family: "Times New Roman";
}

em{
	font-style: italic;
}

em.date{
	color: #999;
	font-size: 0.9em;
}

strong{
	font-weight: bold;
}

#content ul{
	margin-left: 16px;
	margin-bottom: 10px;
}

	#content li{
		list-style: square;
	}

h1,h2,h3,h4{
	text-shadow: #ccc 1px 1px 1px;
	font-weight: bold;
	color: #36f;
}

h1{
	font-size: 1.8em;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	text-shadow: #ccc 2px 2px 1px;
}

h2{
	font-size: 1.2em;
	margin: 6px 0;
}

h3{
	font-size: 1em;
	text-shadow: none;
}

h4{
	color: #000;
	text-shadow: none;
}

cite{
	font-size: 0.8em;
	color: #999;
}

textarea{
	width: 90%;
	margin: 0 auto;
}

#content ul{
	margin-left: 10px;
}
	#content ul li{
		margin-left: 10px;
		margin-bottom: 10px;
	}

table{
	border: 1px solid #ddd;
	padding: 1px;
	width: 100%;
}
	table caption{
		font-weight: bold;
	}
	
	table td,
	table th{
		padding: 1px;
		text-align: center;
	}