/*
Theme Name: The GreyMMOZine
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
	background-color: #21262a;
}
a {
	text-decoration: none;
	color: #6b6f7d;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding: 0 0 5px;
	
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 105px;
}
	#header h1 {
		float: left;
		text-indent: -9999px;
		font-size: 0;
		padding: 15px;
	}
		#header h1 a {
			display: block;
			background: url(images/logo.jpg) no-repeat 0 0;
			width: 334px; height: 75px;
			outline: none;
		}
	#header .ad {
		float: right;
		padding-top: 0px;
		margin-top: 5px;
		text-align: center;
		background-color: #000000;
		border: 1px solid #4b4b4b;
	}
	#header .ad a {
	font-size: 10px;
	}
	#header .ad a:hover {text-decoration: none; color: #cccccc;}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background-color: #f4f4f4;
}
	#body div#menutop {
		background: url(/img/menu_bg.png) repeat-x 0 0;
		height: 39px;
		border-bottom: 1px solid #cccccc;
	}
	#body .subscribe {
		float: right;
		font-size: 0.9em;
		color: #444444;
		padding: 11px;
	}
		#body .subscribe a {
			color: #444444;
			margin: 0 5px;
		}
		#body .subscribe a:hover {
			color: #c50404;
			text-decoration: underline;
		}
	#body .pages {
		list-style-type: none;
		height: 35px;
		padding-left: 15px;
		color: #444444;
	}
		#body .pages li {
			float: left;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.9em;
		}
		#body .pages li a {
			color: #444444;
			display: block;
			margin: 8px 0 0 0;
			padding: 5px 8px;

		}
		#body .pages li a:hover {
			text-decoration: none;
			background-color: #f6f6f6;
			color: #444444;
			border: 1px solid #cccccc;
			-webkit-border-radius: 4px; /* Safari, Chrome */
  			-khtml-border-radius: 4px;    /* Konqueror */
  			-moz-border-radius: 4px; /* Firefox */
		}
	#body .categories {
		list-style-type: none;
		height: 41px;
	}
		#body .categories li {
			float: left;
			font-size: 0.9em;
			padding: 14px 14px 13px;
			background: url(images/divider.gif) no-repeat 0 16px;
		}
			#body .categories li.f {
				background: none;
			}
		#body .categories li a {
			color: #444444;
		}
		#body .categories li a:hover {
			text-decoration: underline;
			color: #49535C;
		}
/** END body **/

/** BEGIN content **/
#content {
	width: 660px;
	float: left;
	padding: 5px 0px 0 5px;
	background-color: #f4f4f4;
}
	#content p {
		line-height: 18px;
		margin-bottom: 15px;
	}
	#content h3, #content h4, #content h5, #content h6 {
		font-size: 15px;
		font-weight: bold;
		font-family: Trebuchet MS;
		margin-bottom: 5px;
	}
	#content ol, #content ul {
		list-style-position: inside;
		margin-bottom: 15px;
	}
	#content li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content blockqoute {
		padding: 10px 10px 5px;
		background: #f4f4f4;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
		margin-bottom: 15px;
	}
	#content h2 {
		font-size: 16px;
		font-family: Trebuchet MS;
		font-weight: bold;
		margin-bottom: 2px;
	}
	#content .details {
		font-size: 0.9em;
		color: #CCCCCC;
		margin-bottom: 15px;
	}
		#content .details a {
			color: #CCCCCC;
		}
	#content .continue {
		background-color: #6b6f7d;
		color: #ffffff;
		text-transform: uppercase;
		display: block;
		font-size: 0.9em;
		padding: 3px 7px;
		float: left;
		-webkit-border-radius: 4px; /* Safari, Chrome */
  		-khtml-border-radius: 4px;    /* Konqueror */
  		-moz-border-radius: 4px; /* Firefox */
	}
		#content .continue:hover {
			background-color: #587992;
			text-decoration: none;
		}
	#content .post {
		width: 300px;
		height: 350px;
		padding: 10px;
			text-align: left;
	background-color: #ffffff;
	float: left;
	border: 1px solid #e3e3e3;
	margin: 5px 5px 10px 0;
	
	position: relative;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	}
		#content .post img {
			border: 1px solid #cccccc;
			float: left;
			margin: 4px 8px 8px 0;
			padding: 2px;
			width: 94px;
		
		}
		#content .post img.leadpic {
			width: 175px;
			height: 120px;
			float: left;
		
		
		}
	#content .latest {
		width: 630px; height: auto;
	}
		#content .latest img {
			border: 1px solid #cccccc;
			float: left;
			margin: 4px 8px 8px 0;
			width: 300px;
		}
		#content .latest h2 {
			font-size: 18px;
			font-family: Trebuchet MS;
			font-weight: bold;
		}
		#content .latest .continue {
			float: right;
		}
		#content .latest .bottom {
			clear: both;
			border-top: 1px solid #E1E1E1;
		}
	#content .postnav {
		clear: both;
		padding: 40px 8px 20px;
	}
		#content .postnav ul {
			list-style-type: none;
			border: 0 !important;
		}
			#content .postnav ul li {
				float: left;
			}
			#content .postnav ul li a {
				display: block;
				padding: 5px 8px;
				color: #ffffff;
				background-color: #6b6f7d;
				font-weight: bold;
				font-size: 0.9em;
				margin: 2px;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #587992;
			}
			#content .postnav .page_info {
				padding: 5px 8px;
				color: #ffffff;
				background-color: #6b6f7d;
				font-weight: bold;
				font-size: 0.9em;
				margin: 0 2px 2px;
			}
	#content .single {
		width: 630px; height: auto;
	}
		#content .single img#leadpic {
			float: left;
			width: 175px;
			height: 120px;
			}
		
		#content .single img {
			border: 1px solid #cccccc;
			width: auto;
			float: none;
			clear: both;
		}
		#content .single h2 {
			font-size: 16px;
			font-weight: bold;
		}
		#content .single p a {
			color: #5d7bd2;
			text-decoration: underline;
			}
		#content .single .continue {
			float: right;
		}
		#content .single .bottom {
			clear: both;
			border-top: 1px solid #E1E1E1;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	font-size: 0.9em;
	background-color: #ffffff;
	float: right;
	border: 1px solid #e3e3e3;
	margin: 10px 5px 10px 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
}
	#sidebar h2 {
		font-size: 11px;
		text-transform: uppercase;
		padding: 10px;
		color: #c50404;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			border-bottom: 1px dotted #DEDCD4;
			line-height: 1.4em;
			padding: 6px 0;
		}
		#sidebar ul li a {
			
		}
	#sidebar .l {
		float: left;
		width: 59%;
	}
	#sidebar .r {
		float: right;
		width: 41%;
	}
		#sidebar .l ul li, #sidebar .r ul li {
			padding: 6px 0;
			border-bottom: 0;
		}
		#sidebar .l ul li a, #sidebar .r ul li a {
			color: #565656;
		}
	#sidebar form {
		padding: 0 9px;
		border-bottom: 1px solid #E1E1E1;
		height: 55px;
	}
		#sidebar form input {
			font-size: 11px;
			font-family: Verdana;
			width: 195px;
			height: 21px;
			margin-top: 15px;
			float: left;
			background-color: #f3f3f3;
			color: #444444;
			border: 1px solid #cccccc;
		}
		#sidebar form button {
			float: right;
			border: 1px solid #cccccc;
			color: #444444;
			width: 65px; height: 21px;
			line-height: 20px;
			font-size: 11px;
			margin-top: 15px;
			background-color: #dddddd;
		}


	#sidebar .tags {
		padding: 0 10px 10px;
		border-bottom: 1px solid #E1E1E1;
	}
		#sidebar .tags a {
			color: #565656;
		}
		#sidebar .tags a:hover {
			color: #6b6f7d;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: #ffffff url(images/bottom.gif) repeat-x 0 0;
	font-size: 0.9em;
}
	#footer .box {
		width: 340px;
		float: left;
	}
		#footer .box h2 {
			font-size: 12px;
			text-transform: uppercase;
			padding: 0px 20px;
			height: 37px;
			line-height: 37px;
			border: 0px;
			background: url(/img/h2BG.jpg) repeat-x;
			border-top: 1px solid #e1e1e1;
		}
		#footer .box ul {
			list-style-type: none;
			padding: 10px 20px 25px;
		}
			#footer .box ul li {
				padding: 8px 0;
				border-bottom: 1px dotted #DEDCD4;
			}
			#footer .box ul li a {
				color: #565656;
			}
	#footer .about {
		width: 300px;
		float: left;
	}
		#footer .about h2 {
			font-size: 12px;
			text-transform: uppercase;
			padding: 0px 20px;
			height: 37px;
			line-height: 37px;
			border-top: 1px solid #e1e1e1;
			background: url(/img/h2BG.jpg) repeat-x;
		}
		#footer .about p {
			padding: 0 20px;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#footer .about img {
			float: left;
			margin: 14px 10px 5px 0;
		}
	#footer .links {
		background-color: #6b6f7d;
		color: #E1E1E1;
		height: 35px;
		clear: both;
	}
		#footer .links p {
			padding: 10px;
		}
		#footer .links a {
			color: #CED9E7;
			text-decoration: underline;
		}
		#footer .links .l {
			float: left;
		}
		#footer .links .r {
			float: right;
		}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	clear: both;
	padding: 5px 10px 5px 10px;
	width: 620px;
	margin: 10px 0 10px 0;
	border: 1px solid #e3e3e3; background-color: #ffffff;
		-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	
}
	#comments h2 {
		margin: 10px 0 5px;
		font-size: 1.3em;
		
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border-bottom: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
			width: 150px; height: 34px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
div.comment-body {
	background-color: #ffffff;
	}

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 8px;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 5px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			margin:0;
			font-size: 12px;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 0px 0 0px;
	}
	#comments ol li .reply {
		font-size: 0.7em;
		font-weight: bold;
		padding-bottom: 0px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
table.standard {
	font-size: 12px; 
	font-family: arial;
	border: 1px solid #f5f5f5;
	align: center;
	margin-bottom: 10px;
	border-spacing: 2px
	}
	
table.standard td.head, table.standard th {
	padding: 3px;
	font-weight: bold;
	background-color: #e1e5eb;	
	border: 0px;
	font-size: 12px;
	}
table.standard tr {margin: 2px;}
table.standard td {
	padding: 2px 3px;
	margin: 3px;
	background-color:#f7f7f7;
	border: 1px solid #efefef;
	}
table.standard td.center {text-align: center}
	
a.recenzja-down {
	background: url(http://www.pokersatelity.pl/img/recenzje/arrow-down.gif) no-repeat;
	line-height: 23px;
	height: 23px;
	display: block;
	padding-left: 25px;
	font-weight: bold;
	}
#content img.arrow {
border: 0px;
}
/* Archiwum */
div.archiwum {
	padding: 10px;
	width: 97%;
	color: #444444;
			text-align: left;
	background-color: #ffffff;
	float: left;
	border: 1px solid #e3e3e3;
	margin: 5px 5px 10px 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
}
div.archiwum ul li {
 margin-left: 10px;
 }
div.archiwum ul li ul {
  margin-left: 10px;
 }
/** END wordpress 2.7 comments **/

table.roomlist {
width: 285px;
border-bottom: 1px solid #cccccc;
font-size: 11px;
}
table.roomlist tr {
height: 30px;
border:1px solid #cccccc;
}
table.roomlist th {
 padding: 4px 3px 4px 3px; 
 font-weight: bold;
 background-color: #e1e5eb;	
 border: 0px; }
 
table.roomlist tr td {
padding: 0px;
background-color: #ebebff;
}

table#calendar {border: 0px solid #cccccc; font-size:11px; font-family: verdana;border-collapse:collapse; color: #000000;}
table#calendar th {background-color: #e6e6e6;border: 1px solid #a5a5a5;}
table#calendar th.clear {background-color: #ffffff; border:0px;}
table#calendar th.month {text-transform: uppercase; padding: 3px; border: 1px solid #a5a5a5;}
table#calendar td {border: 0px solid #000000; padding: 3px;}
table#calendar td.tooltip {background: #f7de71;}
table#calendar td.chili {background: #db4add;}
table#calendar td.unibet {background: #75e308;}
table#calendar td.emop {background: #23a7dc;}
table#calendar td.pokerstars {background: #f83913;}
table#calendar td.betfair {background: #8aa0b4;}
table#calendar td div.tooltip span {display: none;}
table#calendar td div.tooltip{position: relative;z-index: 24;display: block;}
table#calendar div.tooltip:hover{z-index: 25;	text-indent: 0; /* hack for IE */	background: #d3d3d3;	text-decoration: none;	color: #000;}
table#calendar div.tooltip span{display: none;}
table#calendar td div.tooltip:hover span {position: absolute; top:1em; left:1em; width: 19em;display: block;	line-height:1.3em;	border: 1px solid #ffd105;
	background-color: #fff9c8;	text-align: left;	text-decoration: none;	color: #000; padding: 3px; overflow: visible;}
table#calendar td a.tooltip:hover span a {margin:0; padding: 0; }

ul.program-details {float: left; margin: 0 0px 5px 0px; background-color: #f2f2f2; border: 1px solid #cccccc; width: 410px; padding: 3px;}

ul.program-details li, ul.program-links li {display: inline; margin: 0 5px 0 0;}
ul.program-links {float: left; list-style-type: none; width: 400px;}
ul.program-links a {font-weight: bold;color: #1d6fbb;}
ul.program-links a:hover {text-decoration: underline; color: #444444;}
