body,
html {
    margin:0;
    padding:0;
    color:#000;
	background-color: #e6e6e6;
    }
body {
    min-width:750px;
	font-family:arial;
	font-size: 0.9em;
    }

img {
	border: 0px;
}

#wrap {
    margin:0pt auto;
    max-width:1000px;
	border: 0px solid;
}

#header {
	padding-left:0px;
	height:11	0px;
}

#header h1{
	margin-top:0pt;
	padding-top:15px;
}

#header a{
	text-decoration:none;
	color:#333;
}

#header a:visited{
	text-decoration:none;
	color:#333;
}

#sidebar {
  float:right;
  background-color: #63F8F1;
  right: 0px;
  padding: 0px;
  width: 200px;
  height: 100%;
  padding: 10px 10px 10px 10px;
  border-left: 1px dotted #ccc;
  border: 1px 0px 1px solid;
}


#main {
	float:left;
	width:750px;
	background: #bbb;
	border: 1px 0px 1px solid;
	padding: 10px;
    }

#top_wrap{
	margin-top:10px;
}

#top_sub_wrap{
	clear:both;
	padding:20px 0px 10px;
	background: #63F8F1;
	margin-left:20px;
	margin-right:20px;
	height: 30px;
}
.left_top {
	float:left;
	width:495px;
	font-size: 0.9em;
	border-right: #ccc 1px solid;
 }
.left_top a{
	text-decoration: none;
}
.left_top a:hover{
	text-decoration:underline;
}
.left_top a:visited{
	color:#666;
}

.left_top ul{
		list-style: none;
		text-indent: -1.2em;	
}
.right_top {
	float:right;
	width:495px;
    }

.left_top_content{
	margin-left:10px;
}

.right_top_content{
	background:#efefe;
	padding: 10px 30px 10px;
	text-align:right;
}
.left_sub_top {
	margin-left:20px;
	float:left;
	width:405px;
}
.right_sub_top {
	margin-right:20px;
	float:right;
}
.left_sub_top_content {

}
.right_sub_top_content{
	
}

.post {
	padding: 20px;
	margin: 10px 20px 20px;
	background: #efefef;
}

.post img{
	margin-bottom:10px;
}

.title{
	font-size:1.2em;
}

.title a{
	text-decoration:none;
	font-weight:bold;
}
.sub {
	font-size: 0.8em;
}
.grey{
	color: #aaaaaa;
}
.entry_bottom{
	text-align:right;
}

#footer {
	clear:both;
	margin-top:10px;
    background:#ccc;
	text-align: center;
    }
#footer p {
    padding:5px;
    margin:0;
	border: 1px solid;
    }

#search_form #search{
	background: transparent url(/images/search.gif) no-repeat left;
	background-color: #fff;
	no-repeat scroll 0pt 50%;
	padding:3px 2px 3px 25px;
	font-weight: bold;
	font-size:0.8em;
}

pre{
	background: black;
	color:white;
	overflow:auto;
	padding: 25px 20px 25px;
	border: 3px double;
}

.bullet_icon {
	color: #999;
}
.pagination{
	clear:both;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left:30px;
}


