@import url('blueprint/src/reset.css');

/* Zakladni nastaveni */ 
html {
    font-size: 100.01%;
}

body {
    font-size: 75%;
    color: #fff;
    background: #1B0832 url(images/bg.jpg) no-repeat center top;
    font-family: "Segoe UI","Helvetica Neue", Arial, Helvetica, sans-serif;
}

a span {
	display: none !important;
}

/* Pomocnici */
.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none !important;	
}

.cleaner {
	clear: both;
	visibility: hidden;
	font-size: 1px;
}

/* Odkazy */
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;	
	text-decoration: underline;
}

a:hover img {
	border-color: #fff !important;
}

/* Layout */
#main {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	width: 958px;
}

#wraper {
	position: relative;
	margin-top: 5px;
	background: url('images/bg-wrapper.jpg') no-repeat right 0;
}

#top {
	border: 0px solid red;
}

#content {
	position: absolute;
	top: 5px;
	left: 485px;	
	overflow: auto;	
	overflow-y: scroll;
	color: #a087bd;
	width: 350px;
	height: 405px;
	
	scrollbar-face-color:#4A004A;
	scrollbar-shadow-color:#632984;
    scrollbar-highlight-color:#632984;
    scrollbar-3dlight-color:#130919;
    scrollbar-darkshadow-color:#130919;
    scrollbar-track-color:#130919;
    scrollbar-arrow-color:#C2A2DA;
        
}

#magics,.magics {
	float: left;
	overflow: hidden;
	width: 483px;
	height: 420px;
}


#magics img.wp-post-image,.magics img.wp-post-image
{
/*pec*/
	background:	#1B0832;
	/*border: solid 1px #A087BD;*/
	padding: 1px;	
}	

#magic-balls {
	float: right;
	width: 120px;
	height: 420px;
}

/* Prihlaseny uzivatel */
#user {
	position: absolute;
	top: 0;
	line-height: 30px;
	font-size: 12px;
	color: #d2ac67;
	width: 100%;
	height: 30px;
}

#user .ajax-loader {
	vertical-align: middle;
}

#user .right {
	margin-right: 5px;
}

#user a, #edit-link a {
	padding: 2px 4px;
	border: 1px solid #d2ac67;
	font-size: 11px;
	font-weight: bold;
	background-color: #1f0b33;
	color: #d2ac67;
}

#user a:hover, #edit-link a:hover, #user a.active {
	color: #1f0b33;
	text-decoration: none;
	background-color: #d2ac67;
}


/* Telefonni cislo */
#phone {
	float: left;
	margin: 0 !important;
	background: url('images/bg-call.png') no-repeat 0 0;
	line-height: 1;
	color: #d2ac67;
	width: 238px;
	height: 65px;
}

#phone p {
	padding-right: 16px;
	text-align: right;	
}

#phone .number {
	padding-top: 7px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
}

#phone .info {
	font-size: 14px;
	letter-spacing: 1px;
}

#phone .price {
	font-size: 8px;
	line-height: 1.5;
}

#phone .login {
	float: left;
	display: block;
	margin: 5px 0 0 5px;
	width: 50px;
	height: 23px;
}

/* Menu */
#menu {
	float: right;
	overflow: hidden;
	background: url('./images/bg-top.png') no-repeat 0 0;
	width: 720px;
	height: 50px;
}

#menu > li {
	float: left;
	margin-right: 4px;
	list-style: none;
	width: 116px;
	height: 29px;
}

#menu li a {
	display: block;
	text-align: center;
	background: url('./images/bg-menu-item.png') no-repeat -116px 0;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #a087bd;
	width: 100%;
}

#menu a:hover, #menu a.active {
	background-position: 0 0;
	font-weight: bold;
	color: #fff;
}

#menu li ul {
	display: none;
}

#menu li:hover ul, #menu li.hover ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 2px 0;	
	/*pec*/ 
	background: #1B0832 url(images/bg-submenu.png) repeat 0 0;	
	width: 116px;
	z-index: 1000;
}

#menu li:hover li, #menu li.hover li {
	display: block;
	padding: 0 !important;
	min-height: 20px;
}

#menu li:hover li a, #menu li.hover li a {
	margin: 0;
	padding: 3px 5px 3px 10px;
	background-image: none;
	text-align: left;
	text-transform: none;
	font-size: 11px;
	line-height: 12px;
	width: 101px;
}

/* Logo */
h1 {
	margin: 0 !important;
}

h1 a {
	display: block;
	float: left;
	clear: both;
	margin: 0 !important;
	width: 710px;
	height: 105px;
}

/* Hlaska */
#sound {
	position: absolute;
	top: 80px;
	right: 20px;
	width: 195px;
	height: 65px;
}

#sound a {
	display: block;
	line-height: 65px;
	text-align: center;
	width: 100%;
	height: 100%;
}

#sound a:hover {
	border: 1px solid #fff;
}

/* Vyhledavani */
#searchform {
	float: right;
}

#searchform div {
	position: relative;
	margin: 70px 0 0 0;
	background: url('images/search-box.png') no-repeat 0 0;
	width: 237px;
	height: 32px;
}

#searchform input.text {
	position: absolute;
	top: 3px;
	right: 5px;
	padding: 0;
	border: 1px solid #200b34;
	font-size: 14px;
	background-color: transparent;
	color: #a087bd;
	width: 195px;
	height: 24px;
}

#searchform input.submit {
	position: absolute;
	top: 3px;
	left: 7px;
	padding: 0;
	border: 0px none;
	background: url('images/search-button.png') no-repeat 0 0;
	color: transparent;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

/* Uvod */
#welcome {
	clear: both;
	padding: 3px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 10px;
	background: url('images/bg-info.jpg') no-repeat 0 0;
	color: #c0abd2;	
	font-weight: bold;
	overflow: hidden;
	height: 48px;
	font-weight: bold;		
}

#welcome .marquee {
	margin: 1px 20px 0;
	padding-top: 4px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#welcome .marquee p {
    display: inline;
    padding: 0 30px 0 0;
}

/* tlacitko 'Upravit' */
#edit-link {
	position: absolute;
	top: 8px;
	right: 10px;
}

/* Obsah */
#content h2 {
	margin: 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#content h3 {
	margin: .25em 10px 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

#content h4 {
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}

#content h5 {
	padding: 0 0 .25em;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#content .date {
	text-transform: none !important;
}

.post {
	margin: 5px 5px 1.5em 10px;
}

.single .post h4 {
	font-size: 15px !important;
	text-transform: none !important;
}

.post img.thumb, .post img.post-thumbnail {
	clear: both;
	margin: 5px 10px 2px 0;
	padding: 2px;
	border: 1px solid #7d5aa5;
}

.post p {
	margin: 0 0 .5em;
}

.post blockquote {
	margin: 0 5px .5em;
	padding-left: 5px;
	border-left: 1px solid #a087bd;
}

.post blockquote p {
	margin-bottom: 0;
}

.post ul, .post ol {
	margin: 0 0 .5em 16px;
}

.post ul li, .post ol li {
	margin-top: .25em;
}

.post .wp-caption {
	margin: 0 auto;
}

.post .wp-caption img {
	padding: 2px;
	border: 1px solid #7d5aa5;
}

.post .wp-caption-text {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}

.post .sign {
	margin: 0 5px 1em 0;
	text-align: right;
	font-style: italic;
}

.prayer blockquote {
	border: 0px none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #fff !important;
}

.list h3, .single h3 {
	margin: 0 10px 0;
	font-size: 15px;
	font-weight: normal !important;
	text-decoration: underline;
	text-transform: uppercase;
}

.list .post {
	clear: both;
	margin-bottom: 1em;
}

.list .post p {
	margin-bottom: 0;
}

.list a.more {
	font-size: 14px !important;
	text-transform: uppercase;	
}

.list a.more span {
	display: inline !important;
	font-size: 11px !important;
}

/* Fotogalerie */
a#fancybox-left span, a#fancybox-right span {
	display: block !important; /*uprava pro fancybox, aby byli videt sipky */
}

.list .gallery {
	margin: auto;
}

.list .gallery-item {
	float: left;
	margin-top: 5px;
	text-align: center;
	/*width: 33%;*/
	margin-right: 2px;
}

.gallery img {
	margin: 0 1px 0 0;
	padding: 1px !important;
	border: 1px solid #7d5aa5 !important;
}

.gallery a:hover img {
	border-color: #fff !important;
}

.gallery .gallery-caption {
	display: none;
}

/* Vestec */
.magic {
	color: #fff;
}

.magic h2 {
	float: left;
	clear: both;
	margin: .5em 16px .5em 0 !important;
	line-height: 20px;
	text-decoration: none !important;
	text-transform: capitalize !important;
	width: 70px;
}

.magic em {
	font-style: italic;
}

.magic h2 span, #fancybox-title-over span {
	text-transform: uppercase;
}

.magic img.left {
	clear: both;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #7d5aa5;
	
}

.magic h3 {
	margin: 0 !important;
	padding: .5em 0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.magic h3.user-posts {
	margin: 0;
	padding-bottom: 0;
}

.magic blockquote {
	color: #a087bd;
}

.magic ul li {
	margin: 0 !important;
}

.magic ul {
	margin: 0 0 0 5px;
	list-style: none;
	font-size: 14px;
}

.magic ul a {
	font-size: 11px;
}

#magic-video {
	float: left;
	overflow: hidden;
	background-image: url('images/bg-magic-video.png');
	width: 481px;
	height: 421px;	
}

#webcam {
	margin: 22px 19px;
	width: 440px;
	height: 330px;
	z-index: 0;
}


#webcam span.webcam-info
{	
	color: #d2ac67;	
	font-size: 16px;
	font-weight: bold;
	/*letter-spacing: 2px;*/
}

/* Tydenni horoskop */
.horoscope {
	clear: both;
	margin-bottom: 1em;
	min-height: 90px;
}

.horoscope img {
	float: left;
	margin-right: 10px;
}

.horoscope h3 {
	margin: 0 !important;
	text-transform: uppercase;
}

.horoscope p {
	margin-left: 90px !important;
	font-size: 12px;
}


/* Vestci */
#magics ul {
	clear: both;
	list-style: none;
}

#magics li {
	position: relative;
	display: block;
	float: left;
	background: url('images/bg-magic.png') no-repeat 0 0;
	width: 161px;
	height: 140px;
}

#magics li a {
	display: block;
	background: url('./images/bg-magic-cover.png') no-repeat 0 0;
	width: 157px;
	height: 134px;
}

#magics li a:hover {
	text-decoration: none;
}

#magics li a.offline {
	background-image: url('./images/bg-magic-cover-offline.png');
}

#magics li a.offline img {
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
}

#magics li a span {
	display: block !important;
	margin-right: 8px;
	text-align: right;
	font-size: 11px;
	text-decoration: underline;
}

#magics .title {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#magics .subject {
	padding-top: 23px;
	text-decoration: none;
}

#magics .status {
	position: absolute;
	bottom: 6px;
	left: 8px;
	padding: 2px 0 0 22px;
	text-decoration: underline;
	text-transform: lowercase;
	height: 22px;
}

#magics .online .status {
	background: url('./images/icon-online.png') no-repeat 0 0;
}

#magics .offline {
	color: #a087bd;
}

#magics .offline .status {
	background: url('./images/icon-offline.png') no-repeat 0 0;
}

#magics .busy .status {
	background: url('./images/icon-busy.gif') no-repeat 0 0;
}

#magics .kf .status {
	text-decoration: none;
	background: url('./images/icon-patron.png') no-repeat 0 0;
}

#magics .ru {
	position: absolute;
	bottom: 9px;
	right: 2px;
	background: url('./images/flag-ru.png') no-repeat 0 0;
	text-decoration: none;
	width: 20px;
	height: 20px;
}
/*
#magics .cam
{		
	position: absolute;
	bottom: 9px;
	right: 2px;
	text-decoration: none;
	width: 20px;
	height: 20px;	
	background: url('./images/flag-video.png') no-repeat 0 0;
	z-index: 9999;
	
}
*/
#magics .cam
{		
	position: absolute;
	top: 2px;
	left: 2px;
	text-decoration: none;
	width: 40px;
	height: 40px;	
	background: url('./images/flag-cam.png') no-repeat 0 0;
	z-index: 1;	
}



#magics img {
	position: absolute;
	top: 8px;
	left: 8px;
}

/* Magicke koule */
#magic-balls ul {
	position: relative;
	list-style: none;
	height: 335px;
}

#magic-balls ul li {
	position: absolute;
}

#magic-balls a {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#magic-balls a:hover {
	text-decoration: none;
}

#magic-balls a span {
	display: block !important;
}

#daily-oracle a {
	top: 14px;
	left: 30px;
	background: url('images/ball-1.png') no-repeat 0 0;
	z-index: 1000;
	width: 81px;
	height: 81px;
}

#daily-oracle a span {
	padding-top: 21px;
}

#daily-oracle .bubble {
	display: none !important;
	position: absolute;
	top: 15px;
	left: -295px;
	padding: 1px;
	background: #000000 url('images/bg-oracle.png') repeat 0 0;
	text-align: left;
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #d3c5e1; /*#fff;*/
	width: 300px;
	z-index: 3000;
}

#daily-oracle a:hover .bubble {
	display: block !important;
}

#daily-oracle .bubble span {
	padding: 3px 5px;
	border: 2px solid #745598;
}

#weekly-horoscope a {
	top: 84px;
	left: 6px;
	background: url('images/ball-2.png') no-repeat 0 0;
	z-index: 900;
	width: 95px;
	height: 95px;
}

#weekly-horoscope a span {
	padding-top: 26px;
}

#prayer a {
	top: 163px;
	left: 33px;
	background: url('images/ball-3.png') no-repeat 0 0;
	font-size: 12px !important;
	z-index: 800;
	width: 79px;
	height: 79px;
}

#prayer a span {
	padding-top: 31px;
}

#vip a {
	top: 230px;
	left: 10px;
	background: url('./images/ball-4.png') no-repeat 0 0;
	z-index: 900;
	width: 95px;
	height: 95px;
}

#vip a span {
	padding-top: 28px;
}

/* Paticka s navigaci  */
.footer {
	clear: both;
}

.footer .left {
	float: left;
	width: 483px;
}

.footer .right {
	float: right;
	width: 120px;
}

.footer .arrow  {
	float: left;
	margin: 5px 0 0 10px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	background: url('images/icon-prev.png') no-repeat 0 0;
	color: #a087bd;
	height: 24px;
}

#wraper .footer .arrow.next {
	padding: 0 18px 0 0;
	background: url('images/icon-next.png') no-repeat right 0 !important;
}

#wraper .footer .arrow span  {
	display: block !important;
	text-transform: lowercase;
}

/* Paticka */
#footer {
	clear: both;
	display: block;
	padding-top: 15px;
	text-align: center;
	color: #c0abd2;
	font-size: 13px;
	height: 50px;
}

#footer a {
	color: #c0abd2;
	text-transform: uppercase;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	padding: 0 8px 0 2px;
	line-height: 13px;
	background: url('images/separator.gif') no-repeat right 2px;
}

#footer p {
	padding-top: 2px;
	font-size: 11px;
}

/* Svatky */
#nameday {
	margin-left: 15px;
	font-size: 11px;
	width: 200px;
}

#nameday em {
	text-decoration: underline;
	text-transform: uppercase;
	font-style: normal;
}

#nameday strong {
	display: block;
	font-size: 13px;
}

/* Facebook */
#facebook {
	float: right;
	display: block;
	margin: 8px 12px 0 0;
	background: url('images/facebook.png') no-repeat 0 0;
	width: 88px;
	height: 25px;
}

/* Paticka */
#footer {
	clear: both;
	display: block;
	padding-top: 15px;
	text-align: center;
	color: #c0abd2;
	font-size: 13px;
	height: 50px;
}

#footer a {
	color: #c0abd2;
	text-transform: uppercase;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	padding: 0 8px 0 2px;
	line-height: 13px;
	background: url('images/separator.gif') no-repeat right 2px;
}

#footer p {
	padding-top: 2px;
	font-size: 11px;
}

/* Svatky */
#nameday {
	margin-left: 15px;
	font-size: 11px;
	width: 200px;
}

#nameday em {
	text-decoration: underline;
	text-transform: uppercase;
	font-style: normal;
}

#nameday strong {
	display: block;
	font-size: 13px;
}

/* Facebook */
#facebook {
	float: right;
	display: block;
	margin: 8px 12px 0 0;
	background: url('images/facebook.png') no-repeat 0 0;
	width: 88px;
	height: 25px;
}


/* Others */
.form-holder
{
	position: absolute;
	top: 5px;
	left: 0px;

	text-align: center;
	margin: 0 auto;
	width: 430px;
	border: 1px solid #A087BD;
}

.edit-form-table
{		
	text-align: left;
	width: 420px;
}

.edit-form-table
{		
	text-align: left;
	width: 100%;
}

.edit-form-table thead td
{
	padding: 8px;
	font-size: 12px;
	height: 22px;
	font-weight: bold;	
	background-color: #000;	
}

.edit-form-table tr, .edit-form-table td
{
	vertical-align: top;
	padding: 2px 0;	
}

.edit-form-table td.label
{
	padding: 4px 0 4px 8px;	
	width: 120px;
}

.edit-form-table td.separator
{
	height: 8px;
	line-height: 8px;
}

.edit-form-table td.editor
{	
	width: auto;
}

span.date-right {
position: relative;
font-style: italic;
float: left;
}

span.right {
position: absolute;
right: 8px;
}

.pnlMagics-loading
{
	z-index: 10;
	background-color: Transparent;
	border: none 0px;
}