html { 
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	background: #cba97c;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
/*	height: 98%;*/
}

body.window
{ 
	padding: 0px;
}
 
body.window.black { 
	background: #513115;
}

body.dialog, .dialog
{ 
	background: #999;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
}

body.editor
{
	background: #8e7657;
	color: #ffffff;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

hr {
	width: 480px;
	height: 1px;
	background: transparent url(../hr.png) left top no-repeat;
	border: 0px;
	#width: 1920px;
	#height: 4px;
	#background: transparent url(../hrIE.png) left top no-repeat;
	#zoom: 25%;
	margin: 0px 0px 8px 0px;
}

a {
 	color: #ffeaac;
	font-weight: bold;
}

a:hover { 
	color: #513115;
}

a:hover { text-decoration: underline; }

a img { border: none; }

a.lightbox span { display: none; }
a.thumb-link span { display: none; }

a.back-link { color: #ffeaac; }
a.back-link:hover { color: #ffeaac; }

a.facebook,
a.youtube {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -9999px;
	cursor: pointer;
}
a.youtube { right: 50px; }

a.facebook span,
a.youtube span { 
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../social.png) left -30px no-repeat;
}
a.youtube span { background-position: right -30px; }
a.facebook:hover span { background: url(../social.png) left top no-repeat; }
a.youtube:hover span { background-position: right 0px; }

h1, h2, h3, h4, h5, h6 { 
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #ffeaac;
}

h1, h1 a { font-size: 14px !important; }
h2, h2 a { font-size: 13px !important; }
h3, h3 a { font-size: 12px !important; }
h4, h4 a { font-size: 11px !important; }
h5, h5 a { font-size: 10px !important; }
h6, h6 a { font-size: 10px !important; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

p { 
	margin: 0px 0px 5px 0px; 
	padding: 0px;
}

ul { margin: 3px 0px 3px 20px; }

ul li { 
	list-style: square;
}

.mainmenu {
	width: 994px;
	height: 72px;
}

.menuLevel1,
.menuLevel0 {
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 8px 0px 0px 20px;
	background: url(../menu0bg.png) left top repeat-x;
	position: relative;
	width: auto;
}
.menuLevel1 { 
	background: url(); 
	margin-top: 0px;
}

/*
.menuLevel1 {
	margin-top: 0px;
	background: url(../menu1bg.png) left top repeat-x;
}*/

.menuLevel1 div,
.menuLevel0 div {
	float: left;
	height: 30px;
	line-height: 28px;
	position: relative;
	overflow: hidden;
}

/*.menuLevel1right,*/
.menuLevel0right {
	display: block;
	width: 10px;
	height: 30px;
	background: url(../menu0right.png) left top no-repeat;
	position: absolute;
	top: top: 0px;
	right: -10px;
}

/*.menuLevel1right { background: url(../menu1right.png) left top no-repeat; }*/

/*.menuLevel1left,*/
.menuLevel0left {
	display: block;
	width: 10px;
	height: 30px;
	background: url(../menu0left.png) left top no-repeat;
	position: absolute;
	top: top: 0px;
	left: -10px;
}

/*.menuLevel1left { background: url(../menu1left.png) left top no-repeat; }*/

.menuLevel1 div a,
.menuLevel0 div a {
	text-decoration: none;
	font-weight: bold;
	color: #563619;
	font-size: 11px;
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px;
}

.menuLevel0 div a.active,
.menuLevel0 div a:hover {
	color: #80602f;
/*	background: url(../menu0bgA.png) left top repeat-x;*/
}

.menuLevel1 div a { 
	color: #ffeaac; 
	line-height: 20px;	
}

.menuLevel1 div a.active,
.menuLevel1 div a:hover { 
	color: #563619; 
}

.menuLevel2 {
	line-height: 166%;
	text-align: center;
	padding: 0px 3px 5px 3px;
	position: relative;
	top: -10px;
	border-bottom: 3px double #ffeaac;
}

.menuLevel2 span {
	white-space: nowrap;
}

.menuLevel2 span a {
	text-decoration: none;
	font-style: italic;
	color: #ffeaac;
}

.menuLevel2 span a:hover {
	color: #ffeaac;
	text-decoration: underline;
}

.menuLevel2 span a.active {
 	color: #ffeaac;
 }

.submenu { 
	text-align: center;
	line-height: 200%;
	border-bottom: 1px solid #ffeaac;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

.submenu a { 
	color: #ffeaac !important;
	text-decoration: none !important;
}

.submenu a:hover { 
	color: #ffeaac !important;
	text-decoration: underline !important;
}

.submenu a.active { 
	color: #ffeaac !important;
}

/*************************************************************************/
/* TABULKY                                                               */
/*************************************************************************/

table {
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: center;
}

table.standard {
	border: 1px solid #ffeaac; 
}
table.standard th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffeaac;
	border-bottom: 3px double #ffeaac;
}
table.standard td {
	text-align: left;
	border: 1px solid #ffeaac;
}
table.blackWhite {
	border-collapse: collapse;
	border: 1px solid #888;
}
table.blackWhite th {
	background: #888;
	color: #ffffff;
	border: 1px solid #888;
}
table.blackWhite td {
	border: 1px solid #888;
}
table.colored {
	border-collapse: collapse;
	border: 1px solid #ffeaac;
}
table.colored th {
	border: 1px solid #ffeaac;
	background: #ffeaac;
	color: #513115;
}
table.colored th a { 
	color: #513115;
}
table.colored td {
	border: 1px solid #ffeaac;
}

table.invi {
	border-collapse: collapse;
	border: 0px;
}

table.invi th {
	border: 0px;
}

table.invi td {
	border: 0px;
}

/* Novinky */
.news {  }
.news .item { margin-bottom: 15px; }

.news .item h3 { margin-bottom: 3px; }
.news .item h3 a 
{ 
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;	
}


.news .item p { margin: 0px 0px 3px 0px; }

.submit {
	float: right;
	background: #ffeaac;
	border: 1px solid #513115;
 	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	width: 144px;
	color: #513115;
}

/* ruzne */


/* Fotogalerie */

.gallery {  }

.gallery-list .item { 
	width: 210px;
	height: 100px;
	float: left;
	margin: 10px 15px;
}

.gallery-list .item a { 
	display: block;
	width: 100%;
	height: 100%;
	background: #cba97c;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.gallery-list .item a:hover { 
	background: #513115;
	color: #ffeaac;
}

.gallery-list .item a * { 
	cursor: pointer;
}

.gallery-list .item a .img {  
	display: block;
	width: 77px;
	height: 66px;
	border: 1px solid #ffeaac;
	float: left;
	margin: 15px 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.gallery-list .item a:hover .img {  
	border: 1px solid #ffeaac;
	background-position: left top;
}

.gallery-list .item a .desc { 
	display: block;
	float: right;
	width: 100px;
	height: 69px;
	margin: 13px 10px 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

.gallery-list .item a .desc span { 
	display: block;
	margin-top: 20px;
	line-height: 125%;
}

.gallery-photos .item { 
	float: left;
	margin: 0px 0px 10px 10px;
}

.gallery-photos .item.first { 
	margin-left: 5px;
}

.thumbnail { 
	width: 130px;
	height: 130px;
	margin-right: 5px;
	margin-left: 15px;
	background: url(../photo-frame.png) left top no-repeat;
	text-align: left;
/*	#padding-left: 2px;*/
	float: left;
}

.thumbnail .inner { 
	width: 116px;
	height: 116px;
	margin: 2px 0px 0px 2px;
	display: table;
   #position: relative;
   overflow: hidden;	
	float: left;
}

.thumbnail-middle { 
	width: 173px;
	height: 133px;
	margin: 10px 33px;
	background: url(../middle-frame.png) left top no-repeat;
	position: relative;
	float: left;
}

.thumbnail-middle .inner { 
	width: 160px;
	height: 120px;
	margin: 2px 0px 10px 2px;
	display: table;
   #position: relative;
   overflow: hidden;	
}

.thumbnail-desc { 
	width: 164px;
	margin-bottom: 25px;
}

a.thumb-link { 
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	#top: 1px;
	margin: 0px auto;
}

a.thumb-link img { 
	position: absolute;
	left: 0px;
	bottom: 0px;
}

a.thumb-link:hover img { 
	position: absolute;
	top: 0px;
	#top: auto;
	#bottom: auto;
}

.e
{
   #position: absolute;
   #top: 50%;
   #left: 50%;
   display: table-cell;
   vertical-align: middle;
}

.i
{
   #position: relative;
   #top: -50%;
   #left: -50%;
   text-align: center;
}


.gallery-detail-prev, .gallery-detail-next { 
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	text-decoration: none !important;
	color: #ffeaac !important; 
}

.gallery-detail-prev span, .gallery-detail-next span { visibility: hidden; }

.gallery-detail-prev { 
	background: url(../gallery-detail-prev.png) left top no-repeat;
}

.gallery-detail-next { 
	background: url(../gallery-detail-next.png) left top no-repeat;
}

.photoDetailTop,
.photoDetailBottom,
.photoDetail {
	background: #ffeaac;
	color: #513115;
	margin: 0px auto;
	position: relative;
}

.photoDetailTop,
.photoDetailBottom {
	padding: 5px 10px;
}

.photoDetailTop h1 { 
	margin: 0px;
	color: #513115;
}

.curtain { 
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #513115;
	z-index: 20;
}

/* DETAIL FOTKY - AJAX */
.gallery-detail-outer { 
	background: #ffeaac;
	color: #513115;
	overflow: hidden;
}

.gallery-detail-label { 
	text-align: center;
	font-weight: bold;
	color: #513115;
	margin-bottom: 3px;
	padding: 2px;
	position: relative;
}

.gallery-detail-label h2 { 
	margin: 0px;
	color: #513115;
}

.gallery-detail-photo { 
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.gallery-detail-photo div { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:Alpha(opacity=0);
	display: none;
}

.gallery-detail-description { 
	text-align: center;
}


/* CD */
.discography-item { 
	margin: 5px 0px;
}

.song-list { line-height: 150%; }

.song { 
	float: left;
	width: 100%;
	/*height: 30px;*/
	margin-bottom: 5px;
}

.song .text { 
/*	height: 30x;
	line-height: 30px;*/
	float: right;
}

.song .sample { 
	float: right;
	padding: 5px 0px;
	margin-right: 20px;
}


/* Guestbook */

.guestbook { 
	width: 480px;
	text-align: left;
	margin: 0px auto;
}

table.guestbook-form { 
	border: 2px solid #ffeaac;
}

table.guestbook-form th { 
	background: #ffeaac;
	color: #513115;
}

.guestbookTable tr.head {
	background: #513115 url(../hr.png) left bottom no-repeat;	
}

.guestbookTable th {
	padding-bottom: 4px;
	color: #ffffff;
}

.guestbookTable th a:hover { color: #ffffff; }

.guestbook-title { 
	font-size: 11px;
	font-weight: bold;
	color: #ffeaac;
	margin-bottom: 2px;
}

.guestbook-mona { 
	color: #513115;
	font-weight: bold;
}

.guestbook-admin { 
	color: #ffeaac;
	font-weight: bold;
}

input.field, select.field {
   font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 11px;
	width: 240px;
	background: #ffffff;
	border: 1px solid #513115;
	padding-right: 1px;
	color: #513115;
}

input.field-full {
   font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 11px;
	width: 99%;
	#width: 98%;
	background: #ffffff;
	border: 1px solid #ffeaac;
	color: #000000;
}

input.field.t { width: 160px !important; }
input.field.m { width: 140px !important; }
input.field.sm { width: 60px !important; }
input.field.ssm { width: 30px !important; }
input.field.full { width: 99% !important; }

select {
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea.field { 
	height: 300px; 
	width: 99%;
	word-wrap: break-word;
	background: #ffffff;
	border: 1px solid #513115;
	color: #513115;
	font-size: 11px;
	margin: 3px 0px;
}
textarea.field.m { height: 200px; width: 99%;}
textarea.field.sm { height: 100px; width: 99%;}
textarea.field.ssm { height: 50px; width: 99%;}

.captcha-image { 
	float: left;
	border: 1px solid #ffeaac;	
	margin-right: 5px;
}

.captcha-number { 
	border: 1px solid #ffeaac;
	background: transparent url(../input.png) left top repeat;
	width: 98px;
	font-weight: bold;
	color: #ffeaac;
	text-align: center;
	margin-top: 2px;
	float: left;
	clear: both;
}

.captcha-help { 
	font-size: 10px;
}

/*************************************************************************/
/* CHYSTA SE                                                             */
/*************************************************************************/

.koncert { margin-left: 43px; }

/* strankovani */
.fp, .pp, .np, .lp { 
	text-decoration: none !important;
}

/* Videa */
.video-list .item { 
	margin-bottom: 8px;
	line-height: 150%;
}

/* Kalendář */

div.calendar { 
	width: 141px;
	height: 115px;
	background: url(../calendar.png) left top no-repeat;
	position: relative;
}

table.calendar { border: none; position: relative; }
table.calendar td { 
	text-align: center;
	width: 20px;
	height: 19px;
	#width: 19px;
	#height: 18px;
	color: #513115;
	position: relative;
}

table.calendar td a {
	color: #513115;
}

/*************************************************************************/
/* CHAT                                                                  */
/*************************************************************************/

.chat-main { position: relative; width: 470px; }

.chat-window {
	padding: 3px;
}

.chat-window form { position: relative; }

.smail-window {
   position: absolute;
   width: 636px;
   height: 63px;
   border: 1px solid #000000;
   background: #ffeaac;
   top: 3px;
   left: 3px;
   filter: alpha(opacity=95);
   opacity: 0.95;
   -moz-opacity: 0.95;
   overflow: hidden;
   display: none;
}

.sm-button {
	margin-top: 2px;
	cursor: pointer;
	cursor: hand;
}

.smail-window-inner {
	height: 63px;
   width: 2540px;
   position: absolute;
}

.smail-window-inner img {
	cursor: pointer;
	cursor: hand;
}

.chat-messages {
	border: 1px solid #ffeaac;
	width: 468px;
	height: 400px;
	margin-top: 10px;
	text-align: left;
	overflow: auto;
}

.arrow-left {
	position: absolute;
	top: 0px;
   left: 0px;
	width: 12px;
	height: 63px;
	padding-left: 3px;
	background: url(../sm-left.gif) left top no-repeat;
	z-index: 30;
	cursor: pointer;
}

.arrow-right {
	position: absolute;
	top: 0px;
   right: 0px;
	width: 12px;
	height: 63px;
	padding-left: 3px;
	background: url(../sm-right.gif) right top no-repeat;
	z-index: 30;
	cursor: pointer;
}

.smail-window-inner img { margin: 3px; }

p.chat-message { padding: 2px; margin: 0px 2px 3px 2px; }

.chat-my { border-left: 3px solid #ffeaac; }
.chat-for-me { border-left: 3px solid #ffeaac; }

.chat-from { color: #ffeaac; }

.color-window {
   position: absolute;
   width: 85px;
   height: 44px;
   border: 1px solid #ffeaac;
   background: #000000;
   top: 33px;
   left: 36px;
   filter: alpha(opacity=95);
   opacity: 0.95;
   -moz-opacity: 0.95;
   overflow: hidden;
   display: none;
}

.chat-color {
	width: 15px;
	height: 15px;
	float: left;
	margin: 3px;
	cursor: pointer;
	cursor: hand;
}

#FormTable { 
	display: none;
}

#WaitTable { 
	background: transparent;
	height: 93px;
	vertical-align: middle;
}

#WaitTable td { 
	width: 100%;
	height: 93px;
	vertical-align: middle;
}

#SmailsList img { 
	margin: 2px;
	cursor: pointer;
	cursor: hand;
}

/* Clanky */
.re { 
	margin-top: 3px;
	border: 1px solid ;
}

.re-label { 
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	background: #ffeaac;
	color: #ffffff;
}

.re-content {
	background: #f2aaff;
	font-size: 10px;
	padding: 3px;
}

#player {
	width: 320px;
	height: 280px;	
	margin-bottom: 20px;
}

.copy {
	margin: 0px 5px;
	font-weight: bold;
	color: #ffeaac;
}

.logo {
	width: 270px;
	height: 141px;
	position: absolute;
	right: 0px;
	bottom: -10px;
}

/* STRANKA */

.wrapper {
	min-height: 560px;
	height: 100%;
	min-width: 1000px;
	overflow: hidden;
} 

.main {
	width: 994px;
	height: 555px;
	border: 3px solid #ffeaac;
	overflow: hidden;
	position: relative;
	top: 50%;
	margin: 0px auto;
	margin-top: -280px;
	background-image: url(../default-background.jpg);
	background-position: left top;
	background-repeat: no-repaet;
}

.bgOverlay {
	width: 994px;
	height: 555px;
	background: url(../bg.png) left top no-repeat;
	overflow: hidden;
}

.main-top {
	width: 994px;
	height: 77px;
	position: relative;
}

.main-middle {
	width: 994px;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.main-bottom {
	width: 994px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	position: relative;
}

.boxes {
	width: 524px;
	height: 154px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	text-align: center;
}

.box1, .box2, .box3 {
	border: 2px solid #ffeaac;
	float: left;
	height: 130px;
	margin-left: 5px;
	#margin-left: 8px;
	padding: 10px;
	position: relative;
}

.box3 { width: 144px; }
.box2 { width: 142px; }
.box1 { width: 144px; margin-left: 0px; }

.box3 h2 {
	margin-top: 13px;
	margin-bottom: 18px;
	font-size: 13px;
	text-align: center;
}

.content-right {
	width: 530px;
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
}

.content-left {
	float: right;
	width: 450px;
	height: 460px;
	position: relative;
}

.content-right-big,
.content-right-small {
	width: 510px;
	height: 290px;
	clear: both;
	margin: 15px 0px 0px 5px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

.content-right-big {
	height: 440px;	
}

.content-inner {
	margin: 5px;
	position: relative;
	width: 480px;
	float: right;
}

.blackLine {
	background: #513115 url(../hr.png) left bottom no-repeat;
	padding: 5px;
	font-weight: bold;
}

.blackLine a:hover { color: #ffffff; }

/* Scrollbar */

#ScrollBarTop {
	background: url(../scroll-top.png) left top no-repeat;
	width: 25px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#ScrollBarBottom {
	background: url(../scroll-bottom.png) left top no-repeat;
	width: 25px;
	height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;	
}

#Scroller {
	background: url(../scroller.png) left top no-repeat;
	width: 25px;
	height: 26px;
	position: absolute;
}

#ScrollBar {
	background: url(../scroll-line.png) left top repeat-y;
	width: 25px;
	position: absolute;
	left: 0px;
	height: 100%;
	display: none;
	cursor: pointer;
}

/* odkazy */
.link { 
	float: left;
	width: 33%;
	text-align: left;
	margin-bottom: 20px;
}

.link a img { 
	border: 2px solid #ffeaac;
}

.link a:hover img { 
	border: 2px solid #513115;
}


/* Obecne */
.right { float: right; }
.left { float: left; }
.no-float { float: none; }
.cl { clear: both; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.m0 { margin: 0px !important; }
.m5 { margin: 5px !important; }
.m15 { margin: 15px !important; }

.mt0 { margin-top: 0px !important; }
.mt3 { margin-top: 3px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }

.ml0 { margin-left: 0px !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }

.mr0 { margin-right: 0px !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }

.p0 { padding: 0px !important; }
.p3 { padding: 3px !important; }
.p5 { padding: 5px !important; }

.pt2 { padding-top: 2px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb7 { padding-bottom: 7px !important; }

p.small { margin: 0px; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }

.colored-text { color: #ffeaac; }
.white { color: #fff !important; }

.up { text-transform: uppercase }
.tdn { text-decoration: none !important; }

.vis { visibility: visible; }
.hide { visibility: hidden; }
.dn { display: none; }

.border { border: 1px solid #513115; }
.border3 { border: 3px solid #513115; }
.border0 { border: none !important; }

.border3pink { border: 3px solid #ffeaac; }

.bb2 {
	border-bottom: 2px solid #ffeaac;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

.nowrap { white-space: nowrap; }

.lh28 { line-height: 28px; }
.lh150 { line-height: 150%; }
.lh200 { line-height: 200%; }

.lh18px {
	line-height: 18px;
}
.bold { font-weight: bold; }
.it: italic; }

.h5 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }

.full { width: 100%; }
.half { width: 50%; }

.w98p { width: 98%; }

.t-2 { 
	position: relative;
	top: -2px;
}

.relative { position: relative; }
.toplist { position: absolute; top: -10px; left: 0px; }

.alt { display: none; }            

::-moz-selection {background: #ffeaac; color: #8e7657; text-shadow: none;}
::selection {background: #ffeaac; color: #8e7657; text-shadow: none;} 

