/*
Theme Name: Pozirk Games
Theme URI: www.pozirk.com
Description: Pozirk Games Theme.
Version: 1.0
Author: Pozirk Games
Author URI: www.pozirk.com
Tags: pozirk, games
*/

body
{
	background-color:#A5E5FF;
	background-attachment:fixed;
	background-image:url('images/sky.png');
	background-repeat:repeat-x;
	font-family: Verdana;
	font-size:14px;
	color: #000000;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* text and links */
h1, h2, h3
{
	font-family:Verdana;
	font-weight:bold;
}

h2
{
	font-size:20px;
	margin:0 0 0 0;
}

h1
{
	font-size:26px;
	margin:0 0 0 0;
	display:inline;
}

h1 a
{
	color:#000000;
	text-decoration:none;
}

h3
{
	font-size:18px;
	margin:0 0 0 0;
}

a, a:visited
{
	color:#000077;
	text-decoration:none;
}

big
{
	font-family:Verdana;
	font-weight:bold;
	font-size:20px;
}

a:hover
{
	color:#ff0000;
	text-decoration:underline;
}

.footer
{
	color:#000000;
}

small
{
	font-family:Verdana;
	font-size:12px;
	color:#777;
	margin:0 0 0 0;
}

.postmetadata
{
	color:#777;
	margin:8px 0 0 0;
}

.post
{
	margin:0 0 20px 0;
	width:736px;
}

.postwide
{
	margin:0 0 20px 0;
	width:1024px;
}

.entry p
{
	font-size:14px;
	margin:10px 0 0 0;
}

.description
{
	color: #888888;
	font-family: 'Lucida Console';
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
}

img
{
	border-width:0px;
}

.commentlist
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}

.comment-author, .comment-meta
{
	background-color: #e9e9f9;
}

.comment-body p
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

.fn
{
	font-weight:bold;
	margin: 0 5 0 0;
}

.comment-meta a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.children
{
        margin: 0 0 0 20px;
}

/* sidebar list */
ul
{
	margin:0 0 20px 0;
	padding:0;
}

ul li:before
{
	content: "";
}
	
ul li
{
	list-style-type: none;
	list-style-image: none;
	margin:0 0 0 0;
}

ul ol
{
	margin:0;
	padding:0;
}

ul ul, ul ol
{
	color:#777;
	margin:5px 0 0 10px;
}

.navigation
{
	display:block;
	text-align:center;
	margin:0 0 0 0;
}

/* cloud table */	
.table_cover
{
	margin: 0px;
	padding: 0px;
}

.table_cloud
{
	margin:0px;
	padding:0px;
	table-layout:fixed;
}

.corner_tl
{
	background-image: url('images/corner_tl.png');
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.corner_tr
{
	background-image: url('images/corner_tr.png');
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.corner_bl
{
	background-image: url('images/corner_bl.png');
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.corner_br
{
	background-image: url('images/corner_br.png');
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.side_l
{
	background-image: url('images/side_l.png');
	background-repeat:repeat-y;
	width:48px;
}

.side_r
{
	background-image: url('images/side_r.png');
	background-repeat:repeat-y;
	width:48px;
}

.side_t
{
	background-image: url('images/side_t.png');
	background-repeat:repeat-x;
	height:48px;
}

.side_b
{
	background-image: url('images/side_b.png');
	background-repeat:repeat-x;
	height:48px;
}

.inside_header
{
	background-color:#ffffff;
	color: #000055;
	text-align:center;
}

.inside
{
	background-color:#ffffff;
	color: #000000;
	text-align:left;
	vertical-align:top;
}

#sidebar
{
	width:192px;
}

.blockquote 
{
	padding-top: 0px;
	overflow: hidden; /* clearfix alternative */
	font-size: 15px;
	font-style:italic;
	line-height: 16px;
	padding-bottom:5px;
	color: #454545;
}

.blockquote:before 
{
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	font-size: 50px;
	content: open-quote;
	color: #bababa;
	text-shadow: 0 1px 1px #909090;
}
.blockquote:after 
{
  content: none; /* could be content:close-quote; */
}