/*  
Theme Name: Wordpress PKR Theme
Theme URI: http://www.wordpresser.net/
Description: Simple 3 column Wordpress PKR Theme conversion by Wordpresser
Version: 1.5
Author: Wordpresser
Author URI: http://www.wordpresser.net/

*/

body
{
	font-size:100%;
	font-family:Arial;
	background-image:url(images/hatter.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#06282A;
	color:#FFFFFF;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:10px;
}
form{
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
a {
	font-weight:normal!important;
}

br {
	margin: 0px; 
	padding: 0px;
}

/**************************************************/
/**** FORMS *********************************/
input.textbox,textarea {
	font-family:Arial;
	color:#000000;
	font-size:10px;
	vertical-align:top;
	background-color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

input.box {
	font-family:Arial;
	height:18px;
	color:#000000;
	font-size:10px;
	width:70px;
	vertical-align:top;
	background-color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

select.box {
	font-family:Arial;
	height:16px;
	color:#000000;
	font-size:10px;
	width:70px;
	vertical-align:top;
	background-color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

input.hobbiestextarea {
	font-family:Arial;
	height: 65px; 
	width:100%;
	color:#000000;
	font-size:10px;
	vertical-align:top;
	background-color:#CCCCCC;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

input.button{
	height:18px;
	width:40px;
	font-family:Arial;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#42AFB6;
	color:#000000;
}
/**************************************************/
/**** LISTS *********************************/
ul
{
	list-style:none;
	margin-top:5px;
}
li
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
li.bullets
{
	list-style-image: url(images/club.gif);
	font-weight:bold;
}
li.indent
{
	list-style-image: url(images/bullet.gif);
	font-weight:normal;
}
.line{
	color:#42AFB6;
}

div.bullets li
{
	list-style-image: url(images/bullet.gif);
	font-weight:bold;
}

div.bullets li a:link, div.bullets li a:active, div.bullets li a:visited
{
	color:#FFFFFF!important;
	text-decoration:none!important;
}
div.bullets li a:hover
{
	color:#42AFB6!important;
	text-decoration:underline!important;
}

div.bullets li li a:link, div.bullets li li a:active, div.bullets li li a:visited
{
	font-weight:normal!important;
}
div.bullets li li a:hover
{
	font-weight:normal!important;
}

div.bullets li li
{
	list-style-image: url(images/bullet.gif);
	font-weight:normal;
}

#glossary ul{
	padding:0;
	padding-bottom:10px;
	padding-left:1px;
	margin:0;
	text-align:left;
}
#glossary li
{
	display:inline;
	padding-right:8px;
	
}

/**************************************************/
/**** FOOTER *********************************/
a.footerlink:link, a.footerlink:active, a.footerlink:visited 
{
	margin-top:0px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	font-size:100%;
	color:#CCCCCC;
	text-decoration:none;
}
a.footerlink:hover {
	color:#42AFB6;
}

a.rightlink:link, a.rightlink:active, a.rightlink:visited 
{
	margin-top:0px;
	font-size:100%;
	font-weight:normal;
	color:#42AFB6;
	text-decoration:none;
}
a.rightlink:hover {
	color:#FFFFFF;
}

a.lmlink:link, a.lmlink:active, a.lmlink:visited 
{
	margin-top:0px;
	padding:0px!important;
	padding-top:2px;
	font-size:100%;
	color:#CCCCCC;
	text-decoration:none;
}
a.lmlink:hover {
	color:#42AFB6;
}

.footerselected {
	margin-top:0px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	font-size:100%;
	color:#42AFB6;
	text-decoration:none;
}


/*-------------------Width Hacks for IE----------------------------*/
.footerpadding {
	padding-right:0px; /*---used by non-ie6 browsers*/
}

* html .footerpadding{
	padding-right:9px; /*---used by ie6*/
}
/*----------------------------------------------------------------*/


.footerlinks
{
	color:#CCCCCC;
	font-family:Arial;
	font-size:70%;
}


#logos img
{

	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:middle;

}

* html #logos a
{

	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	vertical-align:middle;

}
/**************************************************/
/**** HEADERS *************************************/
h2
{
	color:#42AFB6;
	font-weight:bold;
	font-size:120%;
	margin:0px;
	padding:0px;
}

.bigheading
{
	color:#42AFB6;
	font-weight:bold;
	font-size:140%;
	margin:0px;
	padding:0px;
}
.subheader
{
	color:#42AFB6;
	font-weight:bold;
	font-size:110%;
	margin:0px;
	padding:0px;
}
.subheader2
{
	color:#42AFB6;
	font-weight:normal;
	font-size:100%;
	margin:0px;
	padding:0px;
}
.subheader3
{
	color:#42AFB6;
	font-weight:bold;
	font-size:100%;
	margin:0px;
	padding:0px;
}

.rightsubheader
{
	color:#42AFB6;
	font-weight:bold;
	font-size:80%;
	margin:0px;
	padding:0px;
}
.rightsubheader2
{
	color:#000000;
	font-weight:bold;
	font-size:80%;
	margin:0px;
	padding:0px;
}

/**************************************************/
/**** MAIN CONTENT *********************************/
.maincontent a:link, .maincontent a:active, .maincontent a:visited
{
	color:#42AFB6;
	font-weight:bold;
	text-decoration:underline;
}
.maincontent a:hover {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:underline;
}
.maincontent h1 {
	color:#42AFB6;
	font-size:150%;
	padding:0;
	margin:0;
}
.maincontent h2 {
	color:#42AFB6;
	font-size:100%;
}
.maincontentinside
{
	color:#FFFFFF;
	font-size:70%;
}
.maincontent
{
	background-image:url(images/centre_middle.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-size:70%;
}

.mainpanelcontent a:link, .mainpanelcontent a:active, .mainpanelcontent a:visited
{
	color:#42AFB6;
	font-weight:bold;
	text-decoration:underline;
}
.mainpanelcontent a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.mainpanelcontent
{
	background-image:url(images/centre_middle.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-size:70%;
}

.t4_promo /*structure*/
{
	background-image:url(images/template4_promo_middle.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:68%;
	vertical-align:top;
}

.t4_promo div /* padding for text - not on t4_promo because of the background (firefox)*/
{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px!important;
	padding-top:15px;
}

.t4_promo a:link, .t4_promo a:active, .t4_promo a:visited
{
	color:#42AFB6;
	font-weight:bold;
	text-decoration:underline;
}
.t4_promo a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.t4_promo p{
	margin:0px!important;
	padding:0px!important;
	padding-bottom:5px;
}

.mainpanelcontent h1 {
	color:#42AFB6;
	font-size:150%;
}
.rightcontent
{
	background-image:url(images/right_middle.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:65%;
}

.rightcontent p
{
	padding-left:20px;
	padding-right:20px;
}

.rightcontent a:link, .rightcontent a:active, .rightcontent a:visited
{
	color:#42AFB6;
	font-weight:bold;
	text-decoration:none;
}
.rightcontent a:hover {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
/**************************************************/
/***** NAVIGATION *********************************/

.vertlinemiddle{
	background-image:url(images/vertline_middle.gif);
	background-position:top;
	background-repeat:repeat-y;
}
.selected {
	font-family:Arial;
	font-size:70%;
	color:#42AFB6;
	font-weight:bold;
	text-decoration:none;
}
.subselected a:link,
.subselected a:active,
.subselected a:visited,
.subselected a:hover
{
	font-family:Arial;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
.watermark{
	background-image:url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:100%;
}

/**************************************************/
/**** TABLES *********************************/
table.menu a{
	font-family:Arial;
	font-size:70%;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

table.menu a.selected{
	font-family:Arial;
	font-size:70%;
	color:#42AFB6;
	font-weight:bold;
	text-decoration:none;
}

table.menu a:hover{
	color:#42AFB6;
}

table.submenu, td.submenu{
	background-color:#000000;
}
table.submenu a{
	font-family:Arial;
	font-size:70%;
	color:#42AFB6;
	font-weight:normal;
}

table.maintext{
	font-family:Arial;

	color:#FFFFFF;
	font-size:100%;
}

table.maintext td{
	padding-left:1px;
}

table.maintext a{
	font-family:Arial;

	color:#42AFB6!important;
	font-weight:normal!important;
	font-size:100%;
	text-decoration:none;
}

table.maintext a:hover{
	color:#FFFFFF!important;
}



table.righttext a{
	font-family:Arial;

	color:#FFFFFF!important;
	font-weight:normal!important;
	font-size:70%;
	text-decoration:none;
}

table.righttext a:hover{
	color:#42AFB6!important;
}

.righttextselected{
	font-family:Arial;

	color:#42AFB6;
	font-weight:normal;
	font-size:70%!important;
	text-decoration:none;
}

table.maintext h1 {
	color:#42AFB6;
	font-size:150%;
}

table.submenu selected{
	font-family:Arial;
	font-size:100%;
	color:#FFFFFF;
	font-weight:normal;
}
table.submenu a:hover{
	color:#FFFFFF;
}
table.membertext td a{
	font-family:Arial;
	font-size:70%;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
table.membertext a:hover{
	font-family:Arial;
	font-size:70%;
	color:#42AFB6;
	font-weight:normal;
	text-decoration:none;
}

.tab {
	padding-left: 24px;
}

.glossaryLetter{
	font-size:150%;
	font-weight:bold;
	color:#42AFB6;
}

.errorMsg {
	color:#990000;
}
/**************************************************/
/***** FORUM **************************************/

.heading{
	font-weight:bold;
	color:#41bbca;
}


.itemHeading a{
	font-family:Arial;

	padding-left:8px;
	color:#42AFB6!important;
	font-weight:bold!important;
	font-size:100%;
	text-decoration:none;
}

.itemHeading a:hover{
	font-family:Arial;

	padding-left:8px;
	color:#FFF!important;
	font-weight:bold!important;
	font-size:100%;
	text-decoration:none;
}

.border{
	border-left:1px solid #0f494b;
}

.linetip{
	background-image:url(images/line_tip.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/**************************************************/
/***** BLOGS **************************************/
.blog
{
	margin-bottom:10px
}
.blog td 
{
	font-family:Arial;
	font-size:70%;
	color:#FFFFFF;
	text-decoration:none;
	
}
.blogContent
{
	padding-top: 10px;
	padding-left:15px;
	padding-bottom:20px;
}

.blogCommentLink
{
	border-bottom:1px solid #0F494B;
	border-top:1px solid #0F494B;
	padding-left:15px;
	padding-top:4px;
	padding-bottom:4px;
}
.blogComment
{
	border-bottom:1px solid #0F494B;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
}
.blogHeader
{
	background-color:#0F494B;
	padding-right:20px;
	padding-left:5px;
}
.blogHeader td
{
	font-weight:bold !important;
	font-family:Arial;
	font-size:70%;
	color:#FFFFFF;
	text-decoration:none;
}

/**************************************************/
/***** REFER A FRIEND******************************/
.ip{
	vertical-align:top;
	padding-top:10px;
}

div .rankings{
	padding:0;
	margin:0;
	display:inline;
}

/**************************************************/
/***** LANGUAGE FLAGS******************************/

#lang {
	width:280px;
	float:right;
	text-align:center;
	padding-top:15px;
}

#lang1 a {
	display:block;
	width:36px;
	height:27px;
	padding-bottom:3px;
	margin:0 auto;
	text-decoration: none;
	background: url(images/flag_gb.gif) 0 0 no-repeat;
	text-align: center;
}

#lang1 a:hover{
	background-position: -36px 0;
}

#lang2 a {
	display:block;
	width:36px;
	height:27px;
	padding-bottom:3px;
	margin:0 auto;
	text-decoration: none;
	background: url(images/flag_bp.gif) 0 0 no-repeat;
}

#lang2 a:hover{
	background-position: -36px 0;
}

#lang3 a {
	display:block;
	width:36px;
	height:27px;
	padding-bottom:3px;
	margin:0 auto;
	text-decoration: none;
	background: url(images/flag_es.gif) 0 0 no-repeat;
}

#lang3 a:hover{
	background-position: -36px 0;
}

#lang4 a {
	display:block;
	width:36px;
	height:27px;
	padding-bottom:3px;
	margin:0 auto;
	text-decoration: none;
	background: url(images/flag_de.gif) 0 0 no-repeat;
}

#lang4 a:hover{
	background-position: -36px 0;
}	

.rankingUp {
	color:#00CC00;
}

.rankingDown {
	color:#FF0000;
}

.rankingSame {
	color:#FF9933;
}

.top3 {
	font-size:18px;
}
.top10 {
	font-size:16px;
}	

.bookmarks ul{
	list-style:none;
	margin:6px 0 4px 0;
	padding:0;
}

.bookmarks ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}

.bookmarks ul li.delicious{
	background:url("images/bookmarks/delicious.gif") no-repeat 0 0;
}

.bookmarks ul li.digg{
	background:url("images/bookmarks/digg.gif") no-repeat 0 0;
}

.bookmarks ul li.reddit{
	padding:0 0 0 2px;
	background:url("images/bookmarks/reddit.gif") no-repeat 0 0;
}

.bookmarks ul li.facebook{
	background:url("images/bookmarks/facebook.gif") no-repeat 0 0;
}

.bookmarks ul li.stumbleupon{
	background:url("images/bookmarks/stumbleupon.gif") no-repeat 0 0;
}

.bookmarks ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}

.small {
	font-size:9px;
}
.textwidget {
	padding: 0;
	margin-top:10px 0px;
	text-align: center;
}
.nagyszoveg {
	position:relative;
	z-index: 100;
	left: 0px;
	top: 40px;
	color: #42afb6;
	font-size: 32pt;
	font-weight: bold;
}
.headertext {
	position:relative;
	z-index: 100;
	left: 10px;
	top: 110px;
	color: #42afb6;
	font-size: 24pt;
	font-weight: bold;
}
.smallimage {
	padding-right: 8px;
         padding-bottom: 8px;
}
.newsbox {
	padding-right: 12px;
	padding-bottom: 20px;
}
.stacked_image {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	width: 130px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.stacked_content {
	width: 424px;
	float: left;
}
.clearfix {
	display: inline-block;
}
.stacked_container {
	width: 554px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.postauthor {
/*	background-color: #0f494b; */
	background-color: #000;
	border: 5px solid #fff;
	padding: 10px 10px;
	margin: 10px 0;
	height: 130px;
	}

.postauthor h4 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	}

.postauthor img {
	float: left;
	margin: 0 15px 8px 0;
	width: 128px;
	height: 128px;
	/*
	background-image: url(images/pkr128.jpg);
	background-repeat: none;
	*/
}

/* Comments  ----------------------------------*/

#comments-wrap {
}
.textarea {
	border:1px solid #8d9eb0;
	background:#fff;
	color:#555;
}
.textarea:hover {
	border:1px solid #8d9eb0;
	background:#e6f7ff;
}
.Cbutton {
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:4px;
	background:#012e6a;
	color:#fff;
}
.Cbutton:hover {
	border:none;
	background:#021637;
	color:#fff;
}
/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}
/*	Comments	*/

.commentlist {
}
.commetmain {
	clear:both;
	margin-bottom:15px;
	padding: 0 10px 5px 10px;
	overflow:hidden;
	height:100%;
/*	border:1px solid #1C5053; 
	background-image: url(images/horizontal_line.gif);
	background-repeat: repeat-y;
	width: 534px;	*/
}
.commet_top {
	font:11px Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin-bottom:5px;
	color:#776b5d;
}
.comm_list {
	margin-bottom:15px;
}
.commet_left {
	width:20%;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
}
.commet_right {
	width:75%;
	float:right;
	padding:5px 0 10px 15px;
	border-left:1px solid #1C5053; 
	min-height:55px;
}
#content .commetmain p {
	margin:0;
	padding:0;
}
.thecomment {
	margin: 0px;
}
.comment-body {
	margin:0;
}
.comment-metadata {
	padding:5px 10px;
	color: #333;
	font-weight:bold;
	font-size:11px;
}
.comment-metadata a, .comment-metadata a:visited {
	color:#333;
	text-decoration:none;
}
.comment-metadata a:hover {
	color: #776b5d;
}
.authorcomment {
	margin: 0px;
	font-size:12px;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	padding:0 10px;
	background: #000;
	color: #333333;
}
.authorcomment .comment-metadata a {
	color:#333;
	text-decoration:none;
}
.authorcomment .comment-metadata a:hover {
	color: #333;
}
.nav-next {
	padding-right:8px;
	font-weight:bold;
}
.nav-previous {
	padding-left:8px;
	font-weight:bold;
}
.comment-author {
	padding-bottom:5px;
	font-size:11px;
	text-align:center;
} 

.comment-authorpic {
	width:64px;
	height:64px;
	padding:5px 5px;
	margin:0;
}


/*****************************************************/

.sor {
background-image: url(images/horizontal_line.gif);
background-repeat: repeat-none;
width: 554px; height: 1px;
margin: 5px 0px 5px 0px;
clear:both;
}