body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#head {
	background: #9ddef2;
	padding: 15px 0px 15px 15px;
	margin-bottom: 5px;
	width: auto;
}
#head a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 150%;
}

#menu_title {
	background: #faae6b;
	margin: 5px;
	width: auto;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	border-radius: 5px;
}
.hide, .hide + label + div {
	display: none;
}
.hide:checked + label + div {
	display: block;
}
#menu_title {
	cursor: pointer;
}
#menu {
	padding: 0px 0px 15px 0px;
	width: auto;
	overflow: auto;
}

#menu_in {
	background: #9ddef2;
	padding: 5px;
	margin-bottom: 5px;
}
#menu_in_head {
	background: #c8ecf7;
	padding: 10px 5px 10px 20px;
}
#menu_in_wo_link {
	background: #9ddef2;
	padding: 5px;
	margin-bottom: 5px;
}
#menu_in ul {
	list-style-type: square;
}
#menu_in a {
	color: black;
	text-decoration: none;
}
#menu_in a:hover {
	color: black;
	text-decoration: underline;
}
#menu_in p {
	line-height: 0px;
}

#menu_in_search {
	margin: 0 auto;
	text-align: center;
}


#content {
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	width: auto;
}


#footer {
	background: #9ddef2;
	padding: 3px 15px 3px 15px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 115%;
	clear: right;
}

/* Посты списком */
.tag_name_list {
	font-size: 140%;
}
#post_list {
	border-bottom: solid 1px gray;
	overflow: auto;
	width: auto;
}
#post_list_head {
	font-size: 120%;
	font-weight: bold;
}
#post_list_head a {
	text-decoration: none;
	color: black;
}
#post_list_head a:hover {
	color: #f5770a;
	text-decoration: none;
}
#post_list_date_and_tag {
	width: auto;
	overflow: auto;
}
#post_list_date {
	font-size: 100%;
	float: left;
}
#post_list_tag {
	font-size: 100%;
	float: right;
	padding-right: 30px;
}
#post_list_tag a {
	text-decoration: none;
	color: black;
}
#post_list_tag a:hover {
	color: black;
	text-decoration: underline;
}
#post_list_content {
	clear: left;
}
#post_list_gofull {
	float: right;
	margin: 0px 30px 10px 0px;
	overflow: auto;
}
#post_list_gofull a {
	color: #f5770a;
	text-decoration: none;
	font-size: 90%;
}
#post_list_gofull a:hover {
	color: black;
	text-decoration: underline;
}
#list_pages {
	padding: 10px;
	text-align: center;
}

/* Настройки поста */
#post {
	overflow: auto;
}
#post_head {
	font-size: 120%;
	font-weight: bold;
}
#post_date_and_tag {
	width: auto;
	overflow: auto;
}
#post_date {
	font-size: 100%;
	float: left;
}
#post_tag {
	font-size: 100%;
	float: right;
	padding-right: 30px;
}
#post_tag a {
	text-decoration: none;
	color: black;
}
#post_tag a:hover {
	color: black;
	text-decoration: underline;
}
#post_content {
	clear: left;
	padding-top: 1px;
}
