/**************************************************************************/
/* STATIC */                                                           
/**************************************************************************/

body{
	background: #f6f6f6; 
	margin: 0 auto; 
	color: #6a6a6a; 
	font-family: Kalvika-regular, arial; 
	font-size: 14px;
	min-width: 992px;
	-webkit-animation: fix 1s 1;
	}

@-webkit-keyframes fix { 0% { opacity: 1 } 100% { opacity: 1 } }

a{
	color: #941534;
	text-decoration: none;
	}
	                                                                       
a:hover{
	text-decoration: underline;
	}
	
img{
	border: 0;
	}

hr{
	border: 0;
	border-bottom: 1px solid #ececec;
	margin: 20px 0;
	}	

/**************************************************************************/
/* WORDPRESS */                                                           
/**************************************************************************/

img.aligncenter{
	display: block;
	margin: 0 auto;
	}

/**************************************************************************/
/* COMMON */                                                           
/**************************************************************************/

.clear{clear: both;}	
.left{float: left}
.right{float: right}
.hide{display: none;}



.buttonArrowRight{
	background-image: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowRightBack.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowRightPoint.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowRightBody.png);
	background-position: 0 50%, 100% 50%, 0 50%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding: 7px 20px 7px 10px;
	color: #7b7b7b;
	font-size: 14px;                     
	}
	
.buttonArrowLeft{
	background-image: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowLeftPoint.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowLeftBack.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonArrowLeftBody.png);
	background-position: 0 50%, 100% 50%, 0 50%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding: 7px 10px 7px 20px;
	color: #7b7b7b;
	font-size: 14px;  
	}
	
.buttonArrowRight:hover{
	color: #941534;
	text-decoration: none;
	}
	
.buttonArrowLeft:hover{
	color: #941534;
	text-decoration: none;
	} 
	
.buttonArrowOff{
	color: #7b7b7b;
	}

.buttonSquare_off, .buttonSquare_on, .buttonSquareLeft_off, .buttonSquareLeft_on{
	font-size: 14px;
	border: 1px solid #e1e1e1;
	padding: 4px 10px;
	display: inline-block;
	}
	
.buttonSquare_off, .buttonSquareLeft_off{
	color: #7b7b7b;
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonOff.png) 0 50% repeat-x;
	}
	
.buttonSquare_off:hover{
	color: #941534;
	text-decoration: none;
	}
	
.buttonSquareLeft_off:hover{
	color: #941534;
	text-decoration: none;
	}
	
.buttonSquare_on, .buttonSquareLeft_on{
	color: #7b7b7b;
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/buttonOn.png) 0 50% repeat-x;
	}
	
.buttonSquare_on:hover{
	color: #941534;
	text-decoration: none;
	}
	
.buttonSquareLeft_on:hover{
	text-decoration: none;
	}
	
.buttonSquareLeft_off, .buttonSquareLeft_on{
	border-right-width: 0px; 
	}
	
.fileButton{
	background-image: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/fileButtonLeft.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/fileButtonRight.png), url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/fileButtonMiddle.png);
	background-position: 0 50%, 100% 50%, 0 50%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	padding: 7px 10px 7px 30px;
	color: #252525;
	font-size: 14px;
	}
	
.redButtonBg{
	font-size: 16px;
	border: 1px solid #7b0a26;
	padding: 4px 10px;
	font-family: Kalvika-regular, arial;
	color: #ffffff;
	margin: 0;
	cursor: pointer;
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/redButtonBg.png) 0 50% repeat-x;
	text-shadow: black -1px -1px 1px;
	}
	
a.disabled{
	background: none;
	background: #ddd;
	border-color: #aaa;
	cursor: default;
}

a.disabled:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}	

.redButtonBg:hover{
	-webkit-box-shadow: inset 0 0 3px 1px #000;
	-moz-box-shadow: inset 0 0 3px 1px #000;
	box-shadow: inset 0 0 3px 1px #000;
	text-decoration: none;
	
	}
	
.fullSeparator{
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/fullSeparator.png) 50% 50% no-repeat;
	width: 980px;
	height: 30px;
	clear: both;
	}

/**************************************************************************/
/* REDKIT CONTENT */                                                           
/**************************************************************************/	

.redkit_content{
	width: 992px; 
	margin: 0 auto;
	-moz-box-shadow: 0 0 3px 1px #ddd; 
	-webkit-box-shadow: 0 0 3px 1px #ddd; 
	box-shadow: 0 0 3px 1px #ddd;
	font-family: Kalvika-regular;
	}
	
.redkit_content_container{
	position: relative; 
	background: #ffffff; 
	border: 1px solid #dddddd; 
	border-width: 0 1px 1px 1px;
	padding-bottom: 50px;
	}

/**************************************************************************/
/* REDKIT PAGING */                                                           
/**************************************************************************/

.redkit_paging{
	margin-top: 30px;
	}
	
.redkit_paging div{
	display: inline-block;
	text-align: center;
	}
	
.redkit_paging div a{
	font-size: 14px;
	color: #252525;
	padding: 5px 10px;
	}
	
.redkit_paging div a.selected{
	background: #f0f0f0;
	}
	
/**************************************************************************/
/* REDKIT SIDE MENU */                                                           
/**************************************************************************/

.redkit_side_menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 185px;
	}
	
.redkit_side_menu li{
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/sideMenuSeparator.png) 0 100% no-repeat;
	padding: 6px 0 6px 18px;                          
	}
	
.redkit_side_menu li:last-child{
	background: transparent;                         
	}

.redkit_side_menu li a{
	display: block;
	width: 150px;
	font-size: 14px;
	color: #252525;
	}
	
.redkit_side_menu li a:hover{
	color: #941534;
	}
	
.redkit_side_menu li a span{
	color: #9e9e9e;
	}
	
.redkit_side_menu li.selected{
	font-family: Kalvika-bold, arial;
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/sideMenuSelectedBg.png) 0 100% no-repeat;  
	}
	
/**************************************************************************/
/* REDKIT MOD ADMIN MENU */                                                           
/**************************************************************************/

.redkit_madm_title{font-size: 16px; margin-top: 100px; padding: 0 0 5px 18px; border-bottom: 1px solid #eee;}
.redkit_madm_menu{list-style-type: none; padding: 0; margin: 0;}
.redkit_madm_menu li{background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/sideMenuSeparator.png) 0 100% no-repeat; padding: 6px 0 6px 18px;}
.redkit_madm_menu li:last-child{background: transparent;}
.redkit_madm_menu li a{display: block; width: 150px; font-size: 14px; color: #252525;}
.redkit_madm_menu li a:hover{color: #941534;}

/**************************************************************************/
/* LIGHTBOX */                                                           
/**************************************************************************/

.redkit_fader{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: 0.85;
	z-index: 100;
	top: 0;
	display: none;
	}
	
.redkit_lightbox{
	position: absolute;
	top: 100px;

	width: 665px;
	min-height: 300px;
	left: 50%;
	margin-left: -350px;
	z-index: 100;
	display: none;
	background: #fff;
	}
	
.redkit_lightbox_loading{
	background-image: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
	
.lightbox_form_textarea{
     width: 700px;
	text-align: left;
	padding: 0;
	}
	
.lightbox_form_textarea textarea{
     width: 694px;
	height: 200px;
	font-family: Kalvika-regular, arial;
	outline: none;
	resize: none;
	}
	
.lightbox_form_textarea input{
	margin: 0 auto;
	display: block;
	}
	
.lightbox_error{
	color: #b91c1c;
	}
/*	
.redkit_lightbox_top{
	width: 100%;
	height: 50px;
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/lightboxTop.png) 0 0 repeat-x;  
	}
*/
.redkit_lightbox_top{
	width: 100%;
	height: 40px;
	
	}
	
.redkit_lightbox_title{
	font-family: Kalvika-regular, arial;
	font-size: 22px;
	text-align: left;
	float: left;
	margin: 14px 0 0 10px;
	color: #000;  
	}
	
.redkit_lightbox_close, .redkit_lightbox_left, .redkit_lightbox_right{
	display: block;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #000000;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	float: right;
	}
	
.redkit_lightbox_left, .redkit_lightbox_right{
	display: none;
	}
	
.redkit_lightbox_close:hover, .redkit_lightbox_left:hover, .redkit_lightbox_right:hover{
	color: #fff;
	background: #941534;
	border-color: #000;
	text-decoration: none;
	}
	
.redkit_lightbox_content{
	padding: 10px;
	
	height: 100%;
	width: 100%;
	}
	
.redkit_lightbox_news_title{
	color: #141823;
	font-size: 30px;
	}
	
.redkit_lightbox_news_author{
	color: #b7b7b7;
	font-size: 14px;
	}
	
.redkit_lightbox_news_content{
	color: #6a6a6a;
	font-size: 16px;
	padding: 10px 30px 10px 10px;
	}
	
.redkit_lightbox_comments{
	color: #141823;
	padding-top: 10px;
	font-size: 22px;
	}
	
.redkit_lightbox_comments_box{
	background: #f8f8f8 url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/commentsBlockBig.png) 50% 0 no-repeat;
	width: 619px;
	padding: 22px 10px 5px 10px;
	}
	
.redkit_lightbox_comment_avatar{
	width: 45px;
	float: left;
	}
	
.redkit_lightbox_comment_body{
	width: 500px;
	float: left;
	color: #6a6a6a;
	}
	
.redkit_lightbox_comment_body img{
	max-width: 300px;
	}
	
.redkit_lightbox_comment_body p{
	margin: 0;
	font-size: 16px;
	color: #000000;
	padding: 0;
	}
	
.redkit_lightbox_comment_body blockquote{
	background: #eee;
	padding: 5px;
	color: #000; 
	}	
	
.redkit_lightbox_comment_separator{
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/newsSeparator.png) 50% 50% no-repeat;
	width: 100%;
	height: 30px;
	clear: both;
	}
	
.redkit_lightbox_comment_form{
	text-align: center;
	}
	
.redkit_lightbox_comment_form textarea{
	width: 375px;
	height: 100px;
	outline: none;
	font-family: Kalvika-regular, arial;
	border: 1px solid #d8d8d8;
	color: #555;
	resize: none; 
	}
	
.redkit_lightbox_more{
	color: #141823;
	font-size: 22px;
	padding: 20px 0 10px 0;
	}
	
.redkit_lightbox_more_news_item{
	display: block;
	width: 280px;
	float: left;
	padding: 5px;
	margin-right: 10px;
	}
	
.redkit_lightbox_more_news_item_selected{
     background: #f8f8f8;
	}
	
.redkit_lightbox_more_news_title{
	color: #941534;
	font-size: 18px;
	}
	
.redkit_lightbox_more_news_author{
	color: #b7b7b7;
	font-size: 14px;
	}