@charset "utf-8";
/*  
Theme Name: WMC:MAG
Theme URI: http://www.walmezcity.com/
Description: based on AC/WMC BOOKING Theme
Version: 0.1.b
Author: Daniel Alx Valczik
Tags: 
*/

/* CSS RESET v1.0 | 20080212 */

*,html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* WMC BOOKING */

body 
{ 
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	background:#eee;
	background:url(images/background.jpg);
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0 5px 0 0;
	font-weight:normal;
}

h1 
{
	padding:0px 0 10px 0;
	font-size:24px;
	color:#fc3;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*
	text-shadow: #888 0px 1px 0px;
  filter: Shadow(Color=#888888, Direction=180, Strength=1);
  */

}

}

h2 
{
	padding:0px 5px 20px 0;
	font:bold 24px/22px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color:#222;
	text-shadow: #888 0px 1px 0px;
	filter: Shadow(Color=#888888, Direction=180, Strength=1);
}

h3 
{
	font-size:16px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fc3;
	padding:10px 0;
	text-shadow: #888 0px 1px 0px;
	filter: Shadow(Color=#888888, Direction=180, Strength=1);
}
h2 strong, h3 strong, h4 strong {
	text-transform: none; 
	background-color: #ffd500; 
	padding: 2px 5px;
	color: #222;
	}
/***** Headline *****/
.headline, .widgettitle
{
background:url(images/nadpis.jpg) bottom right repeat;
font: 24px Arial, sans-serif;
/*font: 24px Georgia, serif;*/
letter-spacing: -2px;
font-weight: bold;
color: #fff;
text-shadow: #000 1px 1px 1px;
filter: Shadow(Color=#000000, Direction=135, Strength=2);
padding: 5px 20px 15px 10px;
margin-top: 10px;
/*text-transform: uppercase;*/
}
.headline ul, .headline li, .headline ul li a, .rightbar ul, .rightbar li
{
padding: 0;
margin: 0;
}
.headline ul li a 
{
color:#fff;
}
/***** Common Formatting *****/

p, ul, ol 
{
	margin:0;
	padding:0 0 10px 0;
}
.content p 
{
text-align: justify;
}
.content p a 
{
text-decoration: underline;
}
.content strong {
	font-family: Georgia, serif;
	color: #000;
	}
ul, ol 
{
	padding:0 0 0px 2.5em;
}

blockquote 
{
	margin:0 0 20px 0px;
	padding:10px 10px 10px 60px;
	background:#d3cdba url(images/blockquote.gif) top left no-repeat;
}

small 
{
	font-size:0.85em;
}

img 
{
	 border:0;
}
.content a img
{
margin: 0 5px 5px 0;
border: 1px solid #444;
-webkit-box-shadow: 0 0px 10px #666;
-moz-box-shadow:0 0px 10px #666;
box-shadow: 0 0px 10px #666;
}
.content a img:hover
{
border: 1px solid #fc3;
-webkit-box-shadow: 0 0px 5px #fc3;
  -moz-box-shadow:0 0px 5px #fc3;
  box-shadow:0 0px 5px #fc3;
}
sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover 
{
	text-decoration:none;
	padding: 2px;
}

a:link
{
	color:#000;	
}
a:visited
{
	color:#000;	
}
.content a:hover 
{
	color:#fc3;
	background-color: #222;
}
a:active
{
	color:#000;
}
.party img:hover {
	border: 1px solid #fc3;
	}
/***** Forms *****/

form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}

textarea 
{
	width: 488px;
	line-height:1.25;
}

label 
{
	cursor:pointer;
}

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
	border:0;
}
table tr th 
{
	padding:2px;
	border:0;
}

/***** Wrapper *****/

.wrap 
{
	width:1000px;
	margin:0 auto;
	text-align: left;
}


/***** Global Classes *****/

.clear         { clear:both; overflow:hidden; width:1px; height:1px;}
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/**************  Classes  **************/
/************** ADVERISMET *************/
.adver-top, .adver-top a, .adver-top a img {
	margin:0;
	padding:0;
	}
.adver-top {
  height: 45px;
  margin-top: 10px;
  background-color: #222;
  
  }
/*++++++++++++++  Header  +++++++++++++++*/

.header
{
	width:1000px;
	height:180px;
	position:relative;
	background:url(images/hlavicka.jpg) center left no-repeat;
  border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	margin: 10px 0 0 0;

}                  

#logo
{
	margin: 30px 15px;
	height: 60px;
	padding:0;
	font:bold 49px/48px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-transform: lowercase;
	text-align:left;
	color:#fff;
	/*
	text-shadow: #888 0px 1px 0px;
  	filter: Shadow(Color=#888888, Direction=180, Strength=1);
  	*/
  	overfloaw: hidden;
}
#logo h1 span 
{
color:#fc3;
}
#logo a, h#logo a:visited, #logo a, #logo a:visited
{
	color:#fff;
	text-decoration:none;
}
#logo h1
{
color:#eee;
font: 21px Georgia serif;
text-shadow: #888 0px 1px 0px;
filter: Shadow(Color=#888888, Direction=180, Strength=1);
padding: 30px 10px 2px 0px;
line-height: 0.6;

}
#logo h2 a:hover, #logo h1 a:hover
{
color:#222;
}
.storytitle 
{
margin: 0 0 10px 0;
padding: 10px 0;
font: bold 12px/11px Georgia, "Times New Roman", Times, serif;
border-bottom: 1px dotted #444;
color:#000;
letter-spacing: 1px;
line-height: 1.25;
}

.storycontent
{
margin: 0 10px 0 0;
}
.description
{
	margin:0;
	padding:0;
	font:bold 11px/11px "Trebuchet MS", Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	
	left:57px;
	top:44px;
}


.subscribe_rss
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	
	top:15px;
	right:200px;
}
.subscribe_rss a, .subscribe_rss a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email
{
	margin:0;
	padding:0;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;	
	
	top:15px;
	right:30px;
}
.subscribe_email a, .subscribe_email a:visited
{
	color:#3e3f42;
	text-decoration:none;
}
.subscribe_email a:hover, .subscribe_rss a:hover
{
	color:#ad1616;
}


#nav1, #nav2
{
	margin: 10px 0 0 0;
	padding: 5px 20px 0 5px;
	list-style:none;
	height: 10px;
}
#nav2
{
margin: 0px;
padding: 0px 0 0 5px;
}
ul.menu li
{
	float:left;
	font:bold 18px/18px "Times New Roman", Georgia, Times, serif;
	font:bold 12px/14px Verdana, Helvetica, Arial, sans-serif;
	/*text-transform:uppercase;*/	
	color:#000;           
	padding:0;
	background-color: #fff;
	margin:0;
	margin-right: 1px;
	position:relative;
	z-index:10;
}
ul.menu li a, ul.menu li a:visited
{	
  padding:2px 10px;	
	color:#222;
	display:block;	
}
ul.menu li a:hover
{		
	color:#fc3;
  background-color: #222;	
}

ul.menu li ul 
{ 	
	position: absolute; 
	left:0px; 
	top: 18px;
	padding:0;
	margin:0;
	display:none; 
	width:150px;
	background-image:url(images/background.jpg);
	list-style:none;
}

ul.menu li ul li
{
	float:none;
	padding:0;
	display:block;
	margin:0;
	position:relative;
	border-top:1px solid #ddd;
}
ul.menu li ul li ul
{
	position: absolute; 
	left:150px; 
	top:0px;
	display:none; 
	padding:0px 0 0 0;
	list-style:none;
}


ul.menu li:hover ul, ul.menu li.over ul { display: block; } 
ul.menu li:hover ul li ul, ul.menu li.over ul li ul { display: none; } 
ul.menu li ul li:hover ul, ul.menu li ul li.over ul { display: block; } 

#nav2 .current-cat a, #nav1 .current_page_item a{ 
 color: #fc3;
 background-color: #222;
 }
/* Content */ 
.content
{
	width:50%;
	float:left;
}
.rightbar 
{
	width:245px;
	margin-left:5px;
	overflow:hidden;
	float:left;
}
.rightbar div
{
margin-right: 5px;
}
.content li, .rightbar li
{
list-style-type: disc;
margin: 5px 0;
}
.post-categories li
{
list-style-type: none;
}
.pl select
{
width: 200px;
margin: 0 0 5px 0;
}
.meta 
{
padding: 2px 0;
margin: 0 0 0 0;
border-top: 1px dotted #444;
border-bottom: 1px dotted #444;
font: 9px verdana, sans-serif;
color: #888;
clear:both;
}
.feedback 
{
}
.post
{
	margin: 5px 10px 0px 0px;
}
.post h2.post_header
{
	font:normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color:#222;
	margin:0 0 7px;
	padding:0;
}
.post h2.post_header a, .post h2.post_header a:visited
{
	color:#222;
}
.post h2.post_header a:hover
{
	color:#ad1616;
}
.post_line
{
	width:100%;
	height:7px;
	background:url(images/post_line.jpg) top left no-repeat;
	margin:0 0 12px;
}
.post_content
{
	background:url(images/mainbar_lines.gif) top left repeat;
	line-height:20px;
}
.post_data
{
	width:540px;
	background:#d7d0b9;
	padding:4px 10px;
	font:normal 12px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:20px 0 0 0;
}
.post_data a, .post_data a:visited
{
	color:#605b18;
	text-decoration:underline;
}
.post_data a:hover
{
	color:#ad1616;
	text-decoration:none;
}
.post_date
{
	width:46px;
	height:46px;
	background:url(images/mainbar_date.gif) top left no-repeat;
	
	left:-61px;
	top:0;	
	color:#fff;
}
.post_date_top
{
	margin:0px 0 0 0;
	font:bold 24px/24px Georgia, "Times New Roman", Times, serif;
	text-align:center;	
}
.post_date_bottom
{
	margin:0px 0 0 0;
	font:bold 12px/12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:uppercase;
}

/* Comments */
#comments
{
margin-top: 10px;
}
.comment 
{
font: 14px/12px Georgia, "Times New Roman", Times, serif;
color: #000;
}
.comments h1
{
	padding:20px 0 10px;
}
ol.commentlist
{
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 20px;
}
li.comment
{
	display:block;
	padding:10px;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback
{
	display:block;
	padding:10px 0px 0 0;
	margin:0 0 10px;
	overflow:hidden;
}
li.pingback .vcard
{
	padding:0 0px 0 75px;
}
li.pingback .p
{
	padding:0 0px 0 75px;
}
li.pingback .commentmetadata
{
	padding:0 0px 0 75px;
}
li.comment img
{
	/*border:5px solid #7b9db4;
	float:left; */
	margin: 0 15px 0 0;
}

li.comment cite
{
  float:left;
	font-style:normal;
	font-size:9px;
	margin:10px;
	padding: 2px 0;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	color: #888;
}
li.comment span
{
	font-style:normal;
	font-size:11px;
}
.commentmetadata
{
	margin:0;
	padding:0 0 8px;
	line-height:80%;
	font-size:10px;
}
.comment-body
{
	width:100%;
	overflow:hidden;
}
.comment-body p
{
	width:485px;
	overflow:hidden;
	float:right;
	padding:0 0 15px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.comment-body blockquote
{
	overflow:hidden;
	float:right;
	padding:0 0 10px 10px;
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/*Comment form*/
.commentform
{
	width:100%;
	overflow:hidden;
	margin:0 0 10px 0;
	background: url(images/content_body.jpg);
	padding: 5px;
}
.commentform_inner h1
{
	padding:0 0 0px;
}
.commentform_inner
{
	padding:18px 16px 25px;
	overflow:hidden;
}

.commentform_inner h3
{
	padding:0 0 10px 9px;
	color:#fff;
}

.commentform_hint
{
	padding:6px 9px;
	background:#9d9474;
	overflow:hidden;
	color:#e6e6e6;
	font-size:11px;
	margin:0 0 5px 0;
}
form.commentform_form
{
	width:100%;
	overflow:hidden;
}
.commentform_left
{
	float:left;
	width:147px;
	overflow:hidden;
	padding:0 0 0 9px;
}
.commentform_right
{
	float:right;
	width:360px;
	overflow:hidden;
}
.commentform_title
{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px 0 2px 4px;
}
.commentform_left input
{
	width:145px;
	height:19px;
	border:1px solid #888;
}
.commentform_right textarea
{
	width:358px;
	height:72px;
	border:1px solid #9d9474;
}
.commentform_right input.commentform_submit
{
	width:67px;
	height:20px;
	background:url(images/btn.gif) top left repeat-x;
	margin:12px 0 0 0;
	border:1px solid #9d9474;
	font-size:12px;
	cursor:pointer;
}
input, select, textarea 
{
border: 1px solid #888;
}
.avatar 
{
  float:left;
  border: 3px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 3px #333;
    -moz-box-shadow:0 0px 3px #333;
    box-shadow:0 0px 3px #333;
}
.bubble 
{
float: left;
width: 300px;
margin-top: 10px;
background: #f0f0f0 -webkit-gradient(linear, 0% 0%, 0 90%, from(rgba(100, 100, 100, 0)), to(rgba(90, 90, 90, .2)));
    
    -webkit-box-shadow: 0 0px 5px #333;
    -moz-box-shadow:0 0px 5px #333;
    box-shadow:0 0px 5px #333;
    
    margin-top: 40px;
    
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:10px;
    
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.bubble:hover {
  -webkit-box-shadow: 0 0px 5px #fc3;
  -moz-box-shadow:0 0px 5px #fc3;
  box-shadow:0 0px 5px #fc3;
}
.bubble p
{
padding: 10px;
margin-left: 10px;
text-align: left;
}
.tags
{
	padding:10px 0;
	font-size:10px;
}

/**/
.sidebar
{
	float:left;
	width:270px;
	overflow:hidden;
	margin:22px 0 0 10px;
}
.sidebar ul, .sidebar ul li, .sidebar ul li ul, .sidebar ul li ul li
{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	background:none;
	overflow:hidden;
}
.sidebar ul li, .sidebar ul, .sidebar ul li ul
{
	display:block;
}
.sidebar ul li
{
	width:268px;
	border:1px dashed #99936f;
	background:url(images/sidebar_body.gif) top left repeat;
	margin:0 0 10px 0;
	overflow:hidden;
}
.sidebar ul li h2
{
	width:268px;
	height:33px;
	background:url(images/sidebar_h2.gif) top left repeat-x;
	margin:11px 0 20px 0;
	color:#c7d1db;
	text-transform:uppercase;
	font: bold 24px/33px "Trebuchet MS", Helvetica, sans-serif;
	padding:0 0 0 18px;
}
.sidebar ul li ul
{
	width:232px;
	margin:0 0 10px 0;
	padding:0;
}
.sidebar ul li ul li
{
	margin:0 0 0px 10px;
	padding: 5px 0 5px 13px;
	background:url(images/bullet.gif) left top no-repeat;
}

.sidebar ul li ul li a, .sidebar ul li ul li, .sidebar ul li ul li a:visited
{
	font:normal 13px/13px Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.sidebar ul li ul li a:hover
{
	color:#73794f;
}
input.search_input
{
	width:100px;

	border:1px solid #444;
	vertical-align:middle;
	font:normal 12px/100% "Trebuchet MS", Helvetica, sans-serif;
	margin:0 5px 0 0;
	padding: 0 5px;
}

.sidebar ul li input
{
	vertical-align:top;
}
input.submit_search
{

	background:#444;
	margin:0px;
	padding:0;
	font:bold 12px/100% "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
form.sidebar_search
{
	padding:0;
	display:block;
	text-align: right;
	float:right;
	
}
.footer
{
	width:100%;
	height:55px;
	clear:both;
	text-align: left;
	padding: 10px 0;
}
.paticka
{
height:30px;
border-top: 1px dotted #444;
border-bottom: 1px dotted #444;
margin: 10px 0;
background:url(images/paticka.jpg) center center no-repeat;
}
.copy
{
		font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.copy_support
{
	font:normal 13px/12px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
table#wp-calendar
{
	width:100%;
}
/* ----- STORYTITLE ---- */
.storytitle a {
  background-color: #222;
  color: #ffd500;
  }
.storytitle a:hover {
  background-color: #ffd500;
  color: #222;
  border-bottom: 1px solid #888;
  }
/* ----- ZVIRAZNENI ---- */
.sticky .storytitle a{
	background-color: #fc0;
	color: #222;
	padding:2px 5px;
	line-height: 1.5;
/*
	margin: 5px 20px 5px 5px;
	padding: 5px;
	-webkit-box-shadow: 0 0px 5px #333;
    -moz-box-shadow:0 0px 5px #333;
    box-shadow:0 0px 5px #333;
*/
	}

.sticky .storytitle a:hover {
 color: #ffd500;
 background-color: #222;  
	}


/* ----- PARTYLIST ----- */
.party {
  padding: 10px 0;
  }
.partyimg {
  border: 1px solid #444;
  }
.partytitle {
  position: absolute;
  width: 240px;
  margin: -35px 0 0 1px;
  }
.partytitle a{
  padding: 2px 5px;
  font: bold 12px/11px Georgia, "Times New Roman", Times, serif;
  color:#000;
  background-color: #fc3;
  line-height: 1.3;
  }
.partytitle a:hover {
  background-color: #222;
  color: #fc3;
  }
  
.widget_maxbannerads span {
  visibility: hidden;
  }
.author {
  text-align: right;
  } 
