body
{
	background: white;
	font-size: 10pt;
}

.fullbody
{
	width: 900px;
	margin: auto;
	background: white;
}

.mblock
{
	margin-bottom: 15px;
}

li
{
	margin-bottom: 3px;
	margin-top: 3px;
}

.bloglist_index
{
	margin-bottom: 20px;
}

.blogtitle_index, .blogtitle_index a
{
	text-align: center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	color: #33aaff;
	text-decoration: none;
}

.blogtitle_index a:hover
{
	color: #66bbff;
	text-decoration: underline;
}

.blogname_index
{
	text-align: center;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16pt;
	color: #55aaee;
	text-decoration: none;
}

.blogdescription_index
{
	text-align: center;
	font-family: Arial, sans-serif;
	color: black;
	font-size: 7pt;
	padding-top: 3px;
}

.dtlist-filterdiv
{
	background-color: #f4fbff;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
}

.dtlist-filterdiv .textbox
{
	width: 200px;
	margin-right: 20px;
	margin-left: 10px;
}

.dtlist-filtertitle
{
	display: none;
}

.dtlist-filteropt
{
	font-size: 14pt;
	font-family: Trebuchet MS, Arial;
	color: #4499ff;
	padding-bottom: 25px;
	display: inline;
}

.fopt
{
	width: 80px;
	float: left;
}

.code-div
{
	margin-top: 12px;
}

.code
{
	font-family: Courier New;
	font-size: 9pt;
	max-width: 570px;
	max-height: 450px;
	overflow: auto;
	display:block;
	border-top: 1px solid #bbddff;
	border-bottom: 1px solid #bbddff;
	padding: 10px;
	background-color: #f4fbff;
	z-index: 0;
	position: relative;
}

.code-option
{
	cursor: pointer;
	margin-left: 5px;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #f4fbff;
	border-bottom: 1px solid #bbddff;
	border-right: 1px solid #bbddff;
	border-left: 1px solid #bbddff;
	z-index: 10;
	position: relative;
}

.code-title
{
	margin-left: 15px;
	padding: 2px;
	padding-right: 50px;
	padding-left: 8px;
	background-color: #f4fbff;
	border-bottom: 2px solid #bbddff;
	font-weight: bold;
	z-index: 10;
	position: relative;
}

.cite, blockquote
{
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 35px;
	padding-left: 35px;
	font-style: italic;
	border: 1px solid #0095ff;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	/*background: url(../img/cudzyslow.gif) no-repeat;*/
}

.indexlist
{
	background: #f8fcff;
	border: 1px solid #ddeeff;
	padding: 10px;
	font-size: 10pt;
	margin-bottom: 10px;
}

.indexprev, .indexnext
{
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.indexprev
{
	text-align: left;
}

.indexnext
{
	text-align: right;
}

.indextitle
{
	font-style: italic;
	margin-bottom: 8px;
}

.indexposttitle, .indexpostdesc
{
	margin-bottom: 8px;
}

.indexdate
{
	font-size: 9pt;
	color: #888888;
	margin-bottom: 8px;
}

.cage
{
	overflow: auto;
	display: block;
}

.warning
{
	color: red;
}

.helpbutton
{
	text-align: right;
}

.miniinfo
{
	font-size: 10pt;
	clear: both;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.miniinfo a
{
	text-decoration: none;
	color: #0095ff;
}

.miniinfo a:hover
{
	color: #0044bb;
}

.main-div
{
	background: white;
	width: 100%;
}

.logo-cell
{
	width: 700px;
	height: 120px;
	background: url(../img/logo.jpg) no-repeat 0px 7px;
	padding-top: 24px;
	padding-left: 100px;
}

.logo-cell .blogtitle
{
	color: #66bbff;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 27pt;
	font-weight: bold;
}

.logo-cell .blogname
{
	color: #66bbff;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 17pt;
}

.main-cell
{
	width: 770px;
	padding-top: 30px;
}

.main-cell .menu-cell
{
	width: 150px;
	vertical-align: top;
}

.main-cell .text-cell
{
	width: 610px;
}

.logo-div
{
	background-color: #eeeeff;
}

.menu-div
{
	padding: 10px;
	padding-top: 25px;
	vertical-align: top;
	float: right;
	width: 120px;
}

.menu-div .h1a, .menu-div h1
{
	font-size: 13pt;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #0085ff;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: #0095ff 1px solid;
	border-left: 0px;
	text-align: left;
	padding: 3px;
}

.menu-div .h1a:hover
{
	color: #ffffff;
	background-color: #55bbff;
	border-left: 0px;
}

.menu-div a
{
	cursor: pointer;
	font-size: 13px;
/*	border-left: #ffffff 3px solid; */
	font-family: Tahoma, Arial, sans-serif;
	color: #0085ff;
	text-decoration: none;
	padding: 3px;
	display: block;
}

.menu-div a:hover
{
	color: #ffffff;
	background-color: #33aaff;
}

.text-div
{
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #000022;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	width: 580px;
	float: left;
}

.text-div h1
{
	font-size: 26pt;
	font-family: Trebuchet MS, Arial;
	color: #4499ff;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: #0095ff 1px solid;
	text-align: left;
}

.text-div h2
{
	font-size: 16pt;
	font-family: Trebuchet MS, Arial;
	color: #55a5ff;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: #00a5ff 1px dotted;
	text-align: left;
}

.text-div h3
{
	font-size: 14pt;
	font-family: Trebuchet MS, Arial;
	color: #33a5ff;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.text-div a
{
	font-family: Arial;
	font-weight: normal;
	color: #0065ee;
	text-decoration: none;
}

.text-div a:hover
{
	color: #55bbff;
	text-decoration: underline;
	/*background: #0066bb;
	color: white;
	outline: 2px solid #0066bb;*/
}

.text-div .imgdiv img
{
	border: 0px #000 solid;
	margin-bottom: 3px;
	max-width: 500px;
}

.text-div .imgdiv
{
	font-family: Trebuchet Ms, Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

.positioning-div
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.button
{
	background: white;
	border: 1px #88ccff solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	cursor: pointer;
}

.button:hover
{
	background: #ddeeff;
}

.captionwers
{
	background: #bbddff;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.valuewers
{
	background: #99ccff;
	text-align: left;
}

.captionwers_title
{
	background: #bbddff;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

.valuewers_title
{
	background: #99ccff;
	text-align: left;
}

.wers_textarea
{
	text-align: center;
	background: #bbddff;
	padding: 5px;
}

.textbox
{
	width: 90%;
	border: 1px solid #0095ff;
	background: #f8f8f8;
	padding-left: 3px;
}

.textbox:hover
{
	border: 1px solid #88ddff;
	background: #eef8ff;
}

.textbox:focus
{
	background: white;
	border: 1px solid #88ddff;
}

/* dt */

.dt-table
{
	width: 100%;
}

.dt-div th
{
	border-bottom: 1px #0065ee solid;
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
}

.dt-div th a
{
	font-family: Arial;
	color: #004488;
	font-size: 10pt;
}

.dt-div td
{
	border-bottom: 1px #0095ff dotted;
	padding: 2px;
	font-size: 10pt;
	vertical-align: top;
}

/* dt */

.dtlist-table
{
	width: 100%;
}

.dtlist-div th
{
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
}

.dtlist-div th a
{
	font-family: Arial;
	color: #004488;
	font-size: 10pt;
}

.dtlist-div td
{
/*	border-bottom: 1px #99ccee dashed;*/
	padding: 2px;
	padding-bottom: 7px;
	font-size: 10pt;
}

.dtlist-currentpage
{
	font-weight: bold;
}

/* posts */

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

.post-title
{
	font-family: Trebuchet MS, Arial;
	font-size: 18pt;
	color: #0095ff;
}

.post-title a
{
	font-family: Trebuchet MS, Arial;
	font-size: 18pt;
	color: #0095ff;
}

.post-title a:hover
{
	color: #55bbff;
}

.post-content
{
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, sans-serif;
	overflow: auto;
	max-width: 530px;
	width: 530px;
	padding-bottom: 30px;
	padding-right: 50px;
}

.fl
{
	font-size: 33pt;
	font-weight: bold;
	margin-right: 7px;
	float: left;
	color: white;
	background: #88bbff;
	padding: 7px;
}

.post-created
{
	font-size: 10pt;
	font-family: Arial, sans-serif;
	padding-top: 2px;
}

.post-signature
{
	text-align: right;
	font-family: Trebuchet MS, Arial;
	font-size: 18pt;
	color: #0095ff;
	border-top: 1px dotted #0095ff;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 100px;
}

/* coms */

.dtcoms-div
{
	width: 100%;
}
.dtcoms-table
{
	width: 100%;
}

.dtcoms-table td
{
	padding-bottom: 15px;
}


.com-all
{
	width: 100%;
}

.com-name
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #0065ee;
}

.com-created
{
	font-size: 10pt;
}

.com-content
{
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Courier New, Arial;
	overflow: auto;
	max-width: 570px;
	width: 570px;
}

.cat-count
{
	font-size: 8pt;
}

.hot
{
	color: red;
}

a:hover .hot
{
	color: yellow;
}

.opt-moreless
{
	text-align: right;
}

.opt-css-more
{
	cursor: pointer;
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	color: #0085ff;
	text-decoration: none;
	padding: 3px;
	display: block;
	height: 15px;
	width: 100%;

	float: left;
}

.opt-css-more:hover
{
	color: #ffffff;
	background-color: #33aaff;
}

.css-full-menu
{
	display: none;

	position: relative;
	left: -605px;
	top: -20px;
	width: 580px;
	border: 2px #0095ff solid;
	padding: 10px;

	background: white;
}

.opt-css-more:hover .css-full-menu
{
	display: block;
}

.css-opt
{
	color: #0095ff;
	background-color: white;

	width: 109px;
	padding: 3px;
	float: left;
}

.css-menu
{
	height: 125px;
}

.terminator
{
	clear: both;
}

.added
{
	font-family: Courier New;
	font-size: 9pt;
	text-align: center;
	display: block;
	border: 1px solid #bbddff;
	padding: 6px;
	background-color: #f4fbff;
	font-weight: bold;
}