* {margin: 0; padding: 0;}
body {
	font: 13px/18px Verdana, Arial, Tahoma, sans-serif;
	color: #444;
	background: #F8F8F8 url(i/bg.png);
	height: 1%;
}
a {color: #3C6BDF}
a:hover {color: #60BF00}
p {
	margin: 0 0 18px;
}
ul {
	margin: 12px 0 0 30px;
}
#about ul {
	margin: 0 0 18px 30px;
}

#wrap {
	width: 880px;
	margin: 8px auto 0;
}
#wrapper {
	padding: 20px 19px 0;
}
#sm {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
	background: #FFF;
	padding: 8px 21px 18px;
	height: 1%;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/
h1 {
	height: 75px;
	padding: 38px 0 0;
}
h1 a {
	display: block;
	font: bold 40px/1 Georgia, "Times New Roman", Times;
  text-decoration: none;
  text-align: center;
	color: #6FDD00 !important;
  letter-spacing: -1px;
	position: relative;
	cursor: pointer;
	text-shadow: 2px 2px 2px #B1E47E;
}
#en h1 a {
  font-size: 50px;
}
h1 a span {
	color: #FFCF0F;
	text-shadow: 2px 2px 2px #E4D87E;
}
h1 a b {
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
	height: 28px;
	background: #FFF;
  opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
}
#adv {
	width: 468px;
	margin: 8px auto -5px;
}

#nav {
	position: absolute;
	top: -12px;
	right: 21px;
}
#nav li {
	float: left;
	list-style: none;
  border-top: 3px solid #A9EB66;
	padding: 2px 9px;
  font-size: 11px;
	color: #888;
	cursor: pointer;
}
#nav li:hover {
	color: #000;
	background: #F7F7F7;
}
#nav li.current {
	color: #000;
  border-top: 3px solid #FFCF0F;
	background: #FFFFCC;
	cursor: pointer;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
}

.box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.box h2 {
	font-size: 13px;
	line-height: 24px;
	color: #3C6BCE;
	padding: 1px 12px;
	border: 1px solid #DDD;
	background: #EFEFEF;
	color: #555;
	height: 1%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 0px #FFF;
}
.box .block {
	padding: 18px 12px 1px;
	border: 1px solid #DDD;
  border-width: 0 1px 1px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
}

form {
	width: 400px;
	float: left;
}
.fieldset {
	margin: 0 0 17px;
	position: relative;
}
.fieldset h2 {
	font-size: 13px;
	line-height: 24px;
	color: #3C6BCE;
	padding: 1px 12px;
	border: 1px solid #DDD;
	background: #EFEFEF;
	color: #555;
	height: 1%;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 0px #FFF;
}
.active h2 {
	background: #61A1EE;
	color: #FFF;
	border-color: #4992EB;
	text-shadow: -1px -1px 0px #3687E9;
}
.fieldset .block {
	padding: 7px 12px 9px;
	height: 1%;
}
.active .block {
	border-color: #4992EB;
}
#cssReset {
	font: 13px Verdana, Arial, Tahoma;
	display: block;
}
#cssResetInfo {
	padding: 10px 0 0;
  font-size: 11px;
}
#sub1,
#sub2 {
	padding: 5px 0 5px 20px;
}
label {
	cursor: pointer;
	display: block;
}
input {
	background: none;
	padding: 2px;
	vertical-align: top;
	position: relative;
	top: 3px;
}
#info, #alert {
	margin: 0 0 17px;
	padding: 7px 12px 9px 28px;
  font-size: 11px;
  line-height: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#info {
	border: 1px solid #5ABCCA;
  background: #FFFFCC url(i/info.gif) 7px 6px no-repeat;
	color: #207B86;
}
#alert {
	border: 1px solid #FC6;
  background: #FFC url(i/alert.gif) 7px 6px no-repeat;
	color: #C00;
}
#submit {
	width: 155px;
	height: 35px;
	cursor: pointer;
	font: bold 13px Verdana, Arial, Tahoma, sans-serif;
	background: #3C8DE6 url(i/submit.png) 0 -35px no-repeat;
	border: none;
	color: #FFF;
	margin: -4px 0 3px;
}
#en #submit {
  font-size: 18px;
  font-weight: normal;
}
#submit:hover {background-position: 0 -70px}
#submit:active {background-position: 0 100%}
#submit.inactive {
	background: #DFDFDF url(i/submit.png) no-repeat;
	cursor: default;
}

/* preview */
#preview {
	float: right;
	width: 378px;
}
#preview h2 {
	font-size: 13px;
  line-height: 24px;
	color: #4A9500;
	padding: 1px 12px;
	background: #E4F5D3;
	border: 1px solid #CAEDA7;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
	text-shadow: 1px 1px 0px #FFF;
}
.preview {
	padding: 15px;
	border: 1px solid #CAEDA7;
  border-width: 0 1px 1px;
	height: 302px;
	margin: 0 0 17px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
}
#picture {
	display: none;
	margin: 0 50px;
	background: #B5E3FF;
}
#ph {
	height: 45px;
	background: #FFE680;
	border-bottom: 1px solid #FFF;
}
#pc {
	background: #F4F4F4;
	height: 210px;
}
#pf {
	height: 45px;
	background: #BFF08E;
	border-top: 1px solid #FFF;
}
.ex1 #picture,
.ex2 #picture,
.ex3 #picture,
.ex4 #picture,
.ex5 #picture,
.ex6 #picture {
	display: block;
}
.ex1 #pc {
	border-left: 60px solid #B5E3FF;
}
.ex2 #pc {
	border-right: 60px solid #FFACAA;
}
.ex3 #pc {
	border-left: 60px solid #B5E3FF;
	border-right: 60px solid #FFACAA;
}
.ex4 #pc {
	margin-left: 60px;
	border-left: 60px solid #FFACAA;
}
.ex5 #picture {
	background: #FFACAA;
}
.ex5 #pc {
	margin-right: 60px;
	border-right: 60px solid #B5E3FF;
}
.ex6 #pc {
	background: #F4F4F4;
}
.liq #picture {
	margin: 0;
}
/* end preview */

#bookmarks {
	text-align: center;
	margin: 0 0 17px;
}
#bookmarks h2 {
  text-align: left;
}
#bookmarks .block {
  border-color: #CAEDA7;
  padding-top: 9px;
  padding-bottom: 7px;
}
#bookmarks a {
	margin: 0 6px;
}
#mybookmarks {
	overflow: hidden;
}
#mybookmarks a {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 9px;
	background: url(i/bookmarks.png) no-repeat;
}

#about strong.green {
	color: #6FDD00;
}
#about strong.green span {
	color: #FFCF0F;
}

#backlinks ul {
	margin: 0;
}
#backlinks li {
	list-style: none;
	margin: 0 0 18px;
}
#ppb {
  text-align: right;
}

#history dl {
	margin: -18px 0 18px;
}
#history dt {
	margin: 18px 0 0;
}
#history dd {
	margin: 0 0 0 18px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	text-align: center;
	border-top: 1px solid #EBEBEB;
	padding: 15px 0 0;
	font-size: 11px;
	position: relative;
	height: 1%;
}
#counter {
	position: absolute;
	top: 10px;
	right: 0;
}


/***
-----------------------------------------------------------------------------*/
#fixWidth,
#headerHeight,
#footerHeight {
	float: right;
	display: inline;
	padding: 2px 112px 0 0;
	margin: -2px 0 0;
	display: none;
	background: #FFF;
}
#headerHeight,
#footerHeight {
	padding: 2px 115px 0 0;
}
#liqWidth,
#maxWidth,
#lSidebarWidth,
#rSidebarWidth {
	display: none;
	position: absolute;
	top: 51px;
	right: 12px;
	padding: 2px 0 0;
}
#liqWidth,
#maxWidth {
	right: 96px;
}
#liqWidth {
	top: 33px;
}
#rSidebarWidth {
	top: 69px;
}
#fixw, #liqw, #maxw,
#hh, #fh,
#lsw, #rsw {
	border: 1px solid #DDD;
	background: #FFF;
	top: -2px;
	width: 33px;
	padding: 2px 4px;
	font: 13px Verdana, Arial, Tahoma;
}
#liqw, #maxw,
#lsw, #rsw {
	padding: 0 4px 1px;
	top: 0;
}
#hh, #fh,
#lsw, #rsw {
	width: 25px;
}
#error {
  border: 1px solid #FC6;
	background: #FFC;
  font-weight: bold;
	padding: 0 2px 3px 12px;
	display: none;
	color: #C00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#error h2 {
	margin: 0 -2px 0 -12px;
	border-color: #FFCC66;
	border-width: 0 0 1px;
	background: #FFFFCC;
	color: #C00;
	text-shadow: none;
}
#error ul {
	margin: 7px 0 0 12px;
}
#error li {
  font-weight: normal;
  font-size: 11px;
  line-height: 12px;
	padding: 0 0 7px;
}
input.error {
  border: 1px solid #FC6 !important;
	background: #FFC !important;
}