* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	text-align: left;
	color: #E4DAE5;
	background: #4c074e url(../i2/body.gif) repeat-x;
}

input,select,label {
	vertical-align: middle;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #54A0EE;
}

a:hover {
	color: #9ECAF7;
}

#Wrapper {
	width: 989px;
	background: url(../i2/wrapper.png) no-repeat;
}

/* Header
----------------------------------------------------------- */

#Logo {
	float: left;
	width: 374px;
	height: 196px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.home #Logo,
.blog #Logo {
	background-image: url(../i2/leaf1.png);
}

.about #Logo {
	background-image: url(../i2/leaf2.png);
}

.list #Logo {
	background-image: url(../i2/leaf3.png);
}

#Logo a {
	display: block;
	width: 209px;
	height: 182px;
	overflow: auto;
	text-indent: -100em;
	background: url(../i2/logo.png) no-repeat 89px 44px;
}

#en #Logo a {
	background-image: url(../i2/logo-en.png);
}

#Text {
	float: right;
	padding: 61px 0 0 0;
	width: 597px;
}

#Text .br {
	height: 46px;
}

/* Menu
----------------------------------------------------------- */

#Menu {
	float: left;
	left: 475px;
	width: 275px;
	height: 7px;
}

#Menu li {
	float: left;
	left: 475px;
	height: 7px;
}

#Menu a,
#Menu strong {
	display: block;
	height: 7px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../i2/menu.gif) no-repeat;
}

#en #Menu a,
#en #Menu strong {
	background-image: url(../i2/menu-en.gif);
}

#bg #Menu .m1 {
	width: 56px;
}

#en #Menu .m1 {
	width: 60px;
}

#Menu .m1 a {
	background-position: 0 0;
}

#Menu .m1 strong,
.list #Menu .m1 a {
	background-position: 0 -7px;
}

#Menu .m1 a:hover {
	background-position: 0 -14px;
}

#bg #Menu .m2 {
	width: 42px;
}

#en #Menu .m2 {
	width: 37px;
}

#bg #Menu .m2 a {
	background-position: -56px 0;
}

#en #Menu .m2 a {
	background-position: -60px 0;
}

#bg #Menu .m2 strong {
	background-position: -56px -7px;
}

#en #Menu .m2 strong {
	background-position: -60px -7px;
}

#bg #Menu .m2 a:hover {
	background-position: -56px -14px;
}

#en #Menu .m2 a:hover {
	background-position: -60px -14px;
}

#Menu .m3 {
	width: 19px;
}

#bg #Menu .m3 a {
	background-position: -98px 0;
}

#en #Menu .m3 a {
	background-position: -97px 0;
}

#bg #Menu .m3 strong {
	background-position: -98px -7px;
}

#en #Menu .m3 strong {
	background-position: -97px -7px;
}

#bg #Menu .m3 a:hover {
	background-position: -98px -14px;
}

#en #Menu .m3 a:hover {
	background-position: -97px -14px;
}

/* Language
----------------------------------------------------------- */

#Lang {
	float: right;
	width: 50px;
	height: 11px;
}

#Lang li {
	float: left;
	width: 25px;
	height: 11px;
}

#Lang a,
#Lang strong {
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../i2/lang.gif) no-repeat;
}

#Lang .l1 a {
	background-position: 0 -11px;
}

#Lang .l2 a {
	background-position: -25px 0;
}

#Lang .l2 strong {
	background-position: -25px -11px;
}

/* Title
----------------------------------------------------------- */

#Title h1 {
	font: bold 42px Arial;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #fb26a7;
}

#en #Title h1 {
	font-size: 48px;
}

.about #Title h1 {
	color: #32e519;
}

.list #Title h1 {
	color: #f8a019;
}

#Title h2 {
	font: 24px Georgia;
	color: #c298c3;
}

#Title p {
	font-weight: normal;
	font-size: 16px;
	color: #e7bae8;
}

#Title a {
	font-weight: normal;
	text-decoration: underline;
	color: #c67cc4;
}

/* Outer
----------------------------------------------------------- */

#Outer {
	padding: 30px 0 0 0;
}

#Sidebar {
	float: left;
	padding: 0 0 0 40px;
	width: 300px;
}

#Body {
	float: right;
	width: 597px;
}

#Body h3 {
	padding: 0 0 30px 0;
	font-weight: normal;
	font-size: 16px;
	color: #e7bae8;
}

#Body p {
	padding: 0 0 1em 0;
	font-size: 13px;
	color: #fff;
}

/* News
----------------------------------------------------------- */

#News {
	padding: 20px 0 0 0;
}

#News h3 {
	padding: 0 80px 8px 0;
	font-weight: normal;
	font-size: 16px;
	color: #e7bae8;
}

#News dt {
	padding: 8px 80px 2px 0;
	font-size: 9px;
	text-transform: uppercase;
	color: #cd3983;
}

#News dt a {
	color: #cd3983;
}

#News dd {
	padding: 0 80px 6px 0;
	font-size: 10px;
	color: #956a96;
}

#News a {
	font-weight: normal;
	color: #c09bc1;
}

#News a:hover {
	color: #fff;
}

#News dd.rss {
	padding-top: 6px;
	color: #642a66;
}

#News dd.rss a {
	padding: 0 0 0 6px;
}

#News a.rss {
	padding: 0 4px 0 16px !important;
	background: url(../i2/ico-rss.gif) no-repeat 0 1px;
}

/* Contact
----------------------------------------------------------- */

#Contact {
	padding: 0;
}

#Contact dt {
	padding: 8px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #cd3983;
}

#Contact dd {
	padding-bottom: 12px;
	font-size: 11px;
	color: #e4dae5;
}

#Contact .light {
	color: #956a96;
}

/* AdSense
----------------------------------------------------------- */

#AdSense {
	padding: 40px 0 0 30px;
}

/* Home
----------------------------------------------------------- */

#Lines {
	padding: 210px 0 0 0;
	background: url(../i2/collection.jpg) no-repeat;
}

#Lines h4 {
	height: 48px;
}

#Lines h4 a {
	display: block;
	height: 28px;
	overflow: hidden;
	text-indent: -100em;
}

#Lines p {
	padding: 0 20px 0 0;
}

#Lines .l1,
#Lines .l2 {
	width: 290px;
}

#Lines .l1 {
	float: left;
}

#Lines .l1 h4 a {
	background: url(../i2/line.gif) no-repeat;
}

#en #Lines .l1 h4 a {
	background: url(../i2/line-en.gif) no-repeat;
}

#Lines .l2 {
	float: right;
}

#Lines .l2 h4 a {
	background: url(../i2/line.gif) no-repeat 0 -28px;
}

#en #Lines .l2 h4 a {
	background: url(../i2/line-en.gif) no-repeat 0 -28px;
}

/* Form
----------------------------------------------------------- */

#Form {
	padding: 1em 0 0 0;
}

#Form .f1 div {
	height: 30px;
}

#Form .f1 label {
	float: right;
	width: 56%;
	height: 28px;
	line-height: 22px;
	font-size: 12px;
	color: #e4dae5;
}

#Form .f1 input {
	float: left;
	width: 40%;
}

#Form fieldset input,
#Form fieldset textarea {
	padding: 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	color: #956a96;
	background: #410642;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#Form fieldset input:focus,
#Form fieldset textarea:focus {
	background: #a082a0;
	color: #000;
}

#Form .f2 label {
	display: none;
}

#Form .f2 textarea {
	width: 90%;
	height: 175px;
}

#Form .submit {
	padding: 5px 0 0 0;
}

#Form .submit input {
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #000;
	background: #840067;
	color: #e7bae8;
}

#Form .submit  input:hover {
	color: #fff;
	cursor: pointer;
}

/* List
----------------------------------------------------------- */

#List {
	padding: 0 0 20px 0;
}

#List li {
	display: inline;
	float: left;
	height: 24px;
	font-size: 13px;
}

#List a {
	padding: 0 25px 0 0;
	font-weight: normal;
	color: #c67cc4;
}

#List a:hover {
	color: #fff;
}

#List .on a {
	margin: 0 25px 0 0;
	padding: 2px 8px;
	font-weight: bold;
	color: #fff;
	background: #63034e;
}

/* Entries
----------------------------------------------------------- */

#Entries {
	padding: 0 0 1em 0;
}

#Entries li {
	float: left;
	width: 199px;
	height: 282px;
}

#Entries li .i {
	display: block;
	height: 242px;
	text-align: left;
}

#Entries li .i a {
	display: block;
	height: 232px;
	overflow: hidden;
}

#Entries li .t {
	display: block;
	padding: 0 10px 0 0;
	font-size: 12px;
}

/* Entry
----------------------------------------------------------- */

#Entry h2 {
	padding: 0;
	font-size: 28px;
	letter-spacing: -1px;
	color: #fff;
}

#Entry p.id {
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #a683a7;
}

#Model {
	width: 579px;
	text-align: center;
	background: #fff url(../i2/model-t.gif) no-repeat right top;
}

#Model .mod {
	display: block;
	background: url(../i2/model-b.gif) no-repeat left bottom;
}

#Nav {
	position: relative;
	margin: -11px 0 0 0;
	height: 23px;
	background: url(../i2/bu-np.gif) no-repeat right top;
}

#Nav span {
	float: right;
	width: 19px;
	height: 23px;
}

#Nav a {
	display: block;
	width: 19px;
	height: 23px;
	overflow: hidden;
	text-indent: -100em;
}

/* Blog
----------------------------------------------------------- */

#Blog h3 {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: -1px;
}

#Blog p.date {
	padding: 0 0 5px 0;
}

#Blog p.date small {
	font-size: 10px;
	color: #956a96;
}

#Blog .blog-list {
	padding: 0 0 1em 0;
}

#Blog .blog-list h3 {
	padding: 0 0 10px 0;
	font-size: 18px !important;
	letter-spacing: 0 !important;
}

/* Comments
----------------------------------------------------------- */

.comments-open {
	margin: 1em 0 0 0;
	padding: 0;
}

.comments-open-header {
	padding: 0 0 1em 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #e7bae8;
}

#comment-greeting {
	padding: 0 0 1em 0;
	font-size: 12px;
	color: #956a96;
}

#comments-form label {
	font-size: 13px;
	color: #956a96;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me {
	height: 32px;
}

#comment-form-name input,
#comment-form-email input,
#comment-form-url input {
	float: left;
	padding: 4px;
	width: 300px;
	font-size: 13px;
}

#comment-form-name label,
#comment-form-email label,
#comment-form-url label {
	float: right;
	padding: 4px 0;
	width: 280px;
}

#comments-open-text label {
	display: none;
}

#comments-open-text textarea {
	padding: 4px;
	width: 520px;
}

#comments-open-data input,
#comments-open-text textarea {
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	color: #956a96;
	background: #410642;
}

#comments-open-data input:focus,
#comments-open-text textarea:focus {
	background: #a082a0;
	color: #000;
}

#comment-form-remember-me label {
	font-size: 12px;
}

#comments-open-footer {
	padding: 1em 0 0 0;
}

#comments-open-footer input {
	margin: 0 4px 0 0;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #000;
	background: #410642;
	color: #e7bae8;
}

#comments-open-footer input:hover {
	color: #fff;
	background: #840067;
	cursor: pointer;
}

h2.comments-header {
	font-size: 12px;
	text-transform: uppercase;
	color: #e7bae8;
}

.comment-header {
	padding: 6px 0;
	font-size: 11px;
	color: #7a107d;
}

.comment-header a {
	font-weight: normal;
}

.comment-content p {
	font-size: 12px !important;
	color: #e7bae8 !important;
}

/* Footer
----------------------------------------------------------- */

#Footer {
	padding: 7em 0 2em 0;
	font-size: 10px;
	color: #c298c3;
}

#Footer a {
	font-weight: normal;
	color: #c09bc1;
}

#Footer .f1 {
	float: left;
	padding: 0 0 0 37px;
	width: 50%;
}

#Footer .f2 {
	float: right;
	width: 103px;
}

#Footer .f2 a {
	float: left;
	height: 15px;
	overflow: hidden;
	text-indent: -100em;
}

#Footer .evgord {
	width: 39px;
	background: url(../i2/ico-evgord.gif) no-repeat;
}

#Footer .xhtml {
	width: 40px;
	background: url(../i2/ico-xhtml.gif) no-repeat;
}

#Footer .css {
	width: 24px;
	background: url(../i2/ico-css.gif) no-repeat;
}

#Stat {
	padding: 0 0 0 35px;
	font-size: 9px;
	color: #5b155d;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: inline-block;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}