/*

	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze

*/

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
}

h3,h4,h5,h6
{
color: #334D00;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

#logo img
{
padding: 0px;
border: 0;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #008FD9;
}

a:hover
{
text-decoration: none;
}

ul.links, #secondaryContent_3columns ul
{
list-style: none;
}

ul.links li, #secondaryContent_3columns li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
top: 0px;
padding:0;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D9E2C7;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
width: 104px;
}

#menu li a
{
margin-left: 5px;
display: block;
padding: 1em 0em 0.6em 10px;
background: url('images/card.png') no-repeat;
color: #000;
font-weight: bold;
font-size: 1.1em;
text-transform: uppercase;
text-decoration: none;
text-align:center;
}

#menu li a:hover {
color:#fff;
}

#menu li a.a {
	background: url('images/card_a.png') no-repeat;
}
#menu li a.k {
	background: url('images/card_k.png') no-repeat;
}
#menu li a.q {
	background: url('images/card_q.png') no-repeat;
}
#menu li a.j {
	background: url('images/card_j.png') no-repeat;
}
#menu li a.ten {
	background: url('images/card_10.png') no-repeat;
}

#menu li a.a:hover {
	background: url('images/card_a_h.png') no-repeat;
}
#menu li a.k:hover {
	background: url('images/card_k_h.png') no-repeat;
}
#menu li a.q:hover {
	background: url('images/card_q_h.png') no-repeat;
}
#menu li a.j:hover {
	background: url('images/card_j_h.png') no-repeat;
}
#menu li a.ten:hover {
	background: url('images/card_10_h.png') no-repeat;
}

#menu li a.active
{
background: url('images/card.png') no-repeat;
color: #fff;
}

/* Main */

#main
{
background: #fff url('images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 1em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
background: url(images/img07.jpg) repeat-x left bottom;
}
#main_inner h3 {
	clear: both;
	text-transform:none;
}

#main_inner h3 a {
	text-decoration: none;
	color: #334D00;
}

#main_inner h2
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
font-family: serif;
text-transform: none;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.4em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 2.1em;
padding-bottom: 0.6em;
}

#main_inner .post ul.post_info, .page ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li, .page ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date, .page ul.post_info li.date
{
background-image: url('images/n5.gif');
}

#main_inner .post ul.post_info li.comments, .page ul.post_info li.comments
{
background-image: url('images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

input.button, #searchsubmit
{
background: #2798D2 url('images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #468BAE;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}
	
/* OTHER */	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


	

img.wp-smiley {
	vertical-align: middle;
	border: 0;
	padding: 0;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
img.avatar {
	vertical-align: middle;
}
div.post {
	
	margin-bottom: 1em;
}
.postmetadata {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #D5D5D5;
  color: #999;
  font-size: 11px;
  margin-top: 20px;
  padding: 7px 2px;
}
.postmetadata a { color: #666; padding: 2px; }
.postmetadata a:hover { background-color: #efefef; }
/* Widebar */

#widebar {
	width: 950px;
	margin: 0 auto;
	margin-top: 2em;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 200px;
}

#widebar #colB {
	float: left;
	width: 491px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 136px;
	padding-left: 45px;
}
#colC ul {
	list-style: none;
}

#widebar h2 {
	color: #334D00;
	font-weight: normal;
}
#widebar h2 span {
	font-weight:bold;
}

div.turnek {
	margin-bottom: 2.5em;
}
table.turnek {
	border: 1px solid #dfd9c3; background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x; color: #312e25;
	border-collapse:collapse;
	width: 100%;
}
table.turnek a {
	
}
table.turnek td {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.turnek th {
	border: 1px solid #327E04; background: #459e00 url(images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none;
	padding: 5px;
}
table.turnek tr.sor2 {
	border: 1px solid #e8e1b5; background: #fcf0ba url(images/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x; color: #363636;
}
table.turnek td.centered {
	text-align: center;
}

img.bbc_icon {
	border:0;
	vertical-align: middle;
}
div.form_left {
	float: left;
	width: 85%;
}
div.form_right {
	float: right;
	width: 15%;
	padding-top: 1em;
}
div.form_right input {
	width: 70px;
	height: 3em;
}
div.input_header {
	float:left; 
	text-align:center; 
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
}
div.input_header select, div.input_header input {
	width: 99%;
}
#calendar_wrap {
	background: url(images/calendar.png) no-repeat;
	width: 150px;
	height: 205px;
	padding-top: 45px;
}
#calendar_wrap caption {
	
	font-size: 12pt;
	font-weight:bold;
	color: #fff;
	margin-bottom: 0px;
}
#calendar_wrap table {
	margin: 0 auto;
	width: 130px;
	text-align: center;
}
#calendar_wrap #prev {
	padding-left: 15px;
}

div.room_left_box {
	width: 170px; 
	float: left; 
	text-align: center; 
	margin-right:1em
}
table.info {
	width: 350px;
	border: 1px solid #dfd9c3; background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x; color: #312e25;
	border-collapse:collapse;
	text-align: center;
}
.room_left_box p.dl, p.download_link {
	text-align:center;
	font-size: 1.5em;
	margin-bottom: 1em !important;
	background: url(images/download.gif) no-repeat 0 7px;
	padding-left: 22px;
}
.room_left_box p.visit,p.review_link {
	text-align:center;
	font-size: 1.5em;
	margin-bottom: 0em !important;
	background: url(images/website.gif) no-repeat 0 7px;
	padding-left: 22px;
}
table.info th {
	border: 1px solid #327E04; background: #459e00 url(images/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none;
	padding: 5px;
}
table.info tr.sor2 {
	border: 1px solid #e8e1b5; background: #fcf0ba url(images/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x; color: #363636;
}
table.info td {
	padding-top: 3px;
	padding-bottom: 3px;
	
}
div.room_right {
	width: 350px;
	float: right;
	margin-bottom: 2em;
}
div.room_bottom {
	width: 100%;
	clear: both;
	text-align:center;
	margin-bottom: 1.5em;
	margin-top: 2em;
}
div.room_bottom span.dl {
	font-size: 1.5em;
	background: url(images/download.gif) no-repeat 0 0px;
	padding-left: 22px;
	margin-left: 5em;
}

div.room_bottom span.visit {
	font-size: 1.5em;
	background: url(images/website.gif) no-repeat 0 0px;
	padding-left: 22px;
	margin-left: 5em;
}
table.info td.left_side {
	font-weight: bold;
}

/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings { float: left; }
h3#comments, #respond h3 { margin: 0 0 5px; font-size: 1.5em; }
#respond h3 { margin: 18px 0 5px 28px; }
h4#pings { line-height: 1.2; margin: 10px 0; }

.comments-header,
.navigation { border-bottom: 1px solid #E6F0F2; text-shadow: 0 1px 0 #fff; }

.navigation {
  background-color: #E6F0F2;
  border-top: 1px solid #fff;
  font-size: 11px;
  height: auto;
  line-height: 28px;
  overflow: hidden;
  padding: 0 28px;
}

.comments-header { background-color: #F4F8F9; border-top: 1px solid #E6F0F2; padding: 6px 28px; }
.comments-header-meta {
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 44px;
  padding: 4px 0 0 ;
}

.commentlist {
  background-color: #f9fbfc;
  border: 28px solid #f9fbfc;
  border-top: 0 none;
  font-size: 12px;
}
.pinglist { margin-top: 10px; width: 420px; float: right; }

li.pings {
  border-bottom: 1px solid #E6F0F2;
  border-top: 1px solid #fff;
  margin: 0;
  padding: 4px 10px;
  width: 400px;
}

.pings:first-child { border-top: none; }
.pings:last-child { border-bottom: none; }

.comment {
  background: transparent url(images/bg-comment.png) 10px 19px no-repeat;
  border-top: 28px solid #f9fbfc;
  border-left: 40px solid #f9fbfc;
}

.comment-body {
  background-color: #f4f8f9;
  color: #3e5867;
  margin-left: 20px;  
  padding: 17px 20px 11px;
  position: relative;
}

.comment-body img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  position: absolute;
  left: -60px;
}

ul.children { }
.comment ul.children li { border-top: 15px solid #f9fbfc; }

.comment-meta {
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  top: 20px;
}
.comment-meta a { color: #999; }
.comment-author-admin { background-image: url(images/bg-comment-admin.png); }
.comment-author-admin > .comment-body { background-color: #E6F0F2; }
.comment p, .comment blockquote { padding: 0 0 7px; }
.comment p { margin-bottom: 0em !important;}
.comment blockquote p, .comment blockquote blockquote, .comment blockquote blockquote p { margin: 5px; padding: 7px; }
.commentlist cite, .commentlist cite a { }
.commentlist cite a { }

/* Not used */
li.thread-alt { }
.comment-author { }
.commentlist .thread-even { }
.commentlist .depth-1 { }
.commentlist .odd { }
.commentlist .even,
.commentlist .alt { }
.comment-author cite {
  background-color: #F9FBFC;
  border-bottom: 1px dotted #E6F0F2;
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 16px;
  margin: 0 -7px 20px;
  padding: 3px 7px;
}
.comment-author-admin .comment-author cite { background-color: #F4F8F9; border-bottom-color: #ccc; }

.says { display: none; }
.comment div em { } /* comments awaiting moderation. */

.reply { font-size: 10px; font-weight: bold; overflow: hidden; }

a.comment-reply-link { 
  color: #666;
  display: block;
  float: right;
  padding: 2px 6px;
}
.comment-reply-link:hover { background-color: #fff; color: #333; }

#respond {
  background-color: #F4F8F9;
  margin-top: 1px;
  overflow: hidden;
  padding: 0 0 18px;
  width: 100%;
}

#commentform { padding: 18px 28px 0; }

.cancel-comment-reply,
.you-must-be-logged-in { padding: 0 0 0 28px; }

.respond-left { float: left; width: 42%; }
.respond-right { float: left; width: 58%; }

#respond label { display: block; font-size: 11px; height: 20px; margin: 3px 0 9px; width: 85%; }

input#author, input#email, input#url {
  border: 1px solid #ddd;
  color: #999;
  display: block;
  height: 15px;
  line-height: 15px;
  padding: 5px 3px;
  width: 85%;
}

textarea#comment {
  border: 1px solid #ddd;
  font-family: inherit;
  height: 150px;
  margin: 0 0 9px;
  padding: 5px 3px;
  width: 100%;
}

#respond input:focus,
textarea#comment:focus {
  color: #000;
  border-color: #aaa;
  -moz-box-shadow: 3px 3px 0px rgba(238,238,238,1);
  -webkit-box-shadow: 3px 3px #eee;
}

input#submit {
  background: #5388b6 url(images/button-style.png) center left repeat-x;
  border: 1px solid #3b73a3;
  border-radius: 3px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}

.rss-icon {
  padding-left: 60px;
  color: #111;
  line-height: 1.25em;
  background: transparent url(images/rss-icon.png) center left no-repeat;
  display: block; min-height: 34px;
  line-height: normal !important;
}
.twitter-icon {
  padding-left: 60px;
  color: #111;
  line-height: 1.25em;
  background: transparent url(images/twitter-icon.png) center left no-repeat;
  display: block; min-height: 34px;
  line-height: normal !important;
}
li.rss-icon a span, li.twitter-icon a span {
	color: #86180A;
  display: block;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
ul.rooms_list {
	 list-style-type:none;
}
ul.rooms_list li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	
}
ul.rooms_list a {
	font-size: 14pt;
}
ul.rooms_list li ul {
	list-style-type: none;
	margin-top: 5px;
}
ul.rooms_list2 {
	 list-style-type:none;
}
ul.rooms_list2 li {
	padding-left: 14px;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom: 1px dotted #ccc;
	
}
ul.rooms_list2 a {
	font-size: 14pt;
}
ul.rooms_list2 li ul {
	list-style-type: none;
	margin-top: 5px;
}
ul.rooms_list2 li img {
	vertical-align:middle;
	margin-right: 10px;
}
div.rooms_payment_left {
	width: 49%;
	float:left;
}
div.rooms_payment_right {
	width: 49%;
	float:right;
}

div.rooms_payment_left img, div.rooms_payment_right img {
	vertical-align: middle;
}
div.bonuszok {
	border:3px solid #ccc;
	padding: 5px;
	margin-bottom: 1em;
}
div.entry_main {
	padding-left: 1em;
}
span.pcards_h, span.pcards_d{
	color:red !important;
	font-weight:bold !important;
	font-family:arial, sans-serif;;
}
span.pcards_c, span.pcards_s{
	color:black !important;
	font-weight:bold !important;
	font-family:arial, sans-serif;;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */
li.cat-item {
	
}
ul.recent_pages {
	 list-style-type:none;
}
ul.recent_pages li img {
	vertical-align:middle;
	margin-right: 0.5em;
}
ul.recent_pages li {
	margin-bottom: 0.5em;
}
li.recentcomments {
	border-bottom: 1px solid #ccc;
}
li.cat-item {
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	
	border-bottom: 1px solid #dadada;
}
li.cat-item a {
	font-weight: bold;
}
div.akpc_report span {
	display:none;
}
