@-webkit-keyframes vibrate{
    from {
        -webkit-transform: rotate(-2deg);
    }
    to{
        -webkit-transform: rotate(2deg);
    }
}
@-moz-keyframes vibrate{
    from {
        -moz-transform: rotate(-2deg);
    }
    to{
        -moz-transform: rotate(2deg);
    }
}
@-o-keyframes vibrate{
    from {
        -o-transform: rotate(-2deg);
    }
    to{
        -o-transform: rotate(2deg);
    }
}
@keyframes vibrate{
    from {
        transform: rotate(-2deg);
    }
    to{
        transform: rotate(2deg);
    }
}
#grid-content .post .ajaxtrigger{
    display:inline-block;
}

.desruotalentele {
	font-size: 11px;
	background-color: none;
	padding: 4px;
	border: 1px dashed #ff6600;
}
.reklama {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
    -webkit-transition-timing-function: ease-out;
    	   -webkit-transition-duration: 500ms;
}

.reklama:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
	z-index: 1000!important;
	-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
			-o-transform: scale(1.02);
				-ms-transform: scale(1.02);
	-webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
		-moz-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
			-o-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
				box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
    -webkit-transition-timing-function: ease-out;
    	   -webkit-transition-duration: 250ms;
}

.pap-hed-nauji {
	border: 1px dotted #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1f1f1f;
	opacity: 0.9;

}

.pap-hed-top {
	border: 1px dotted #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1f1f1f;
	opacity: 0.9;

}

.pap-hed-css-nauji {
	border: 1px dotted #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1f1f1f;
	opacity: 0.9;

}

.pap-hed-css-top {
	border: 1px dotted #000;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1f1f1f;
	opacity: 0.9;

}

.smallas {
	color : #C0F237;
	text-decoration : none;
}

a, a.white, li.white a {
	color : #C0F237;
	text-decoration : none;
}

a:hover.white, li.white a:hover {
	color : #C0F237;
	text-decoration : none;
	border-bottom: 1px dashed #ccc;
}

a.side {
	color : #C0F237;
	text-decoration : none;
}

a:hover.side {
	color : #C0F237;
	border-bottom: 1px dashed #ccc;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 12px;
	background-image: url(images/walle457.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #1f1f1f;
	margin: 0px auto;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #666666;
}

hr.side-hr {
	height : 1px;
	border : 1px solid #666666;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
}

.alt {
	color : #ffffff;
}

img {
	border: 0px;
}

img:hover {
	border: 0px;
}

#main {width: 990px;}

.main {width: 990px;}


.footermain {
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	height: 48px;
	text-align: center;
}

.footerleft {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
	padding: 1px 1px 1px 10px;
	width: 50%;
	text-align: left;
	color: #fff;
}
#footer a {
	color: #C0F237;
	text-decoration: none;
}

.footerright {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 10px;
	color : #ffffff;
	border : 0px;
	padding : 1px 10px 1px 1px;
	height: 48px;
	width: 50%;
	text-align: right;
	
}

li.first-link .bullet{
	display: none;
}

#pagehead { /*headerio divas */
	background-image: url(images/topback.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 993px;
	margin: 0px;
    -webkit-transition-timing-function: ease-out;
    	   -webkit-transition-duration: 500ms;
}

#pagehead:hover {
	z-index: 1000!important;
	-webkit-transform: scale(1.02);
		-moz-transform: scale(1.02);
			-o-transform: scale(1.02);
				-ms-transform: scale(1.02);
	-webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
		-moz-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
			-o-box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
				box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
    -webkit-transition-timing-function: ease-out;
    	   -webkit-transition-duration: 250ms;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 10px;
	color : #000000;
	background-color : #c;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.bbcode {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #ccc;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #fff;
        background-image: url(images/textbox.gif);
	border:1px #CACACA solid;
        background-repeat: repeat-x;
}

.main-body {
	font-size : 12px;
	color: rgb(166, 166, 166); /* eee */ 
	padding : 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #000;
	border-radius: 3px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222120), color-stop(1, #383635));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #222120 0%, #383635 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #222120 0%, #383635 100%);
}

.setuser_body{
	background: #00528e;
	color : #555;
}

.main-bg {
	color : #eee;
	background-color : #1F1F21;
	padding : 10px 5px 10px 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

.side-body {
	width: 180px;
	text-align: left;
	font-size : 11px;
	color: rgb(166, 166, 166);
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #222120 0%, #383635 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222120), color-stop(1, #383635));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #222120 0%, #383635 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #222120 0%, #383635 100%);
	background-repeat: no-repeat;
	background-position: bottom;
	padding : 5px 5px 5px 5px;
	box-shadow: 0px 0px 2px #000;
}

.border {
	border-width:0px 0px 0px 0px;
	border-color:#CACACA;
	border-style: dashed;
}

.side-border-left {
	width: 190px;
	font-size : 11px;
	color : #eee;
	background-color : #252527;
	padding : 10px 5px 10px 5px;
	background-image: url(images/sideback.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.side-border-right {
	width: 190px;
	font-size : 11px;
	color : #eee;
	background-color : #252527;
	padding : 10px 5px 10px 5px;
	background-image: url(images/sideback.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size : 10px;
	color : #ccc;
	padding : 3px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
	/*border: 1px dashed #009900;*/
	background-color : #383635;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 

}

.code_bbcode {
	font-size: 12px;
	color: #000000;
	background-color: none;
       background-image: url(images/code.gif);
	padding: 4px;
	border: 1px dashed #ff6600;
}

.code {
	white-space:nowrap
	font-size: 11px;
	color: #000000;
	background-color: none;
       background-image: url(images/code.gif);
	padding: 4px;
	border: 1px dashed #ff6600;
}

.forum_cat_name {
	font-size:16px;
	font-weight:bold;
	color:#2A7ED8;
	height:24px;
	padding:0px 4px 2px 4px;
	text-shadow: 0 0 5px #ff0000;

}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight : bold;
	color: #fff;
	text-shadow: 0 0 5px #000;
	padding: 3px 4px 5px 4px;
	margin-bottom: 0px;
	border: #009900;
	border-top-left-radius: 1px;
	border-top-right-radius: 8px;
	background-color: #fff;
	background-image: url(images/texturas.gif);
	opacity:0.9;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.scapmain {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
	text-align : left;
	font-weight : bold;
	color : #000000;
	padding-left : 10px;
	padding-top : 12px;
	height: 28px;
	background-image: url(images/sidetop.png);
	background-repeat: no-repeat;
}

.scapmainas {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 12px;
	text-align : center;
	font-weight : bold;
	text-shadow: 0 0 5px #000;
	padding-left : 0px;
	padding-top : 6px;
	height: 22px;
	border: #4d7f17;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 1px;
	border-top-right-radius: 3px;
	background-color: #000;
	background-image: url(images/texturas.gif);
	opacity:0.9;
	color : #fff;
	box-shadow: 0px 0px 2px #000;
}

.tbl-border-tbl2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 11px;
	background-color: palegreen;
	opacity: 0.9;
	color : #000;
}

.tbl-border-tbl1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size : 12px;
	background-color: palegreen;
	opacity: 0.9;
	color : #000;
}

.tbl-border {
	color : #ffffff;
}

.center {
	margin: 0 auto;
}

.spacer {
	margin-bottom: 5px;
}

.tbl {
	font-size : 11px;
	color : #ffffff;
	padding : 4px;
}
.filmas-tbl {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size:11px; 
	color: #d1cfcd;
	text-shadow: 0 0 3px #f
	background-color:#fff;
       background-image: url(images/filmui.png);
	padding:3px;
	border: 1px dotted #000;
}

.tbl1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size:12px; 
	color: #d1cfcd;
	text-shadow: 0 0 3px #f
	background-color:#fff;
       background-image: url(images/bg_tamsus.gif);
	padding:3px;
}

.tbl2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size:12px;
	color:#8a8784;
	text-shadow: 0 0 3px #c
	background-color:#FEFEFE;
       background-image: url(images/bg01.png);
	padding: 3px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 12px;
	color : #fff;
	/*background-color : #f8f8f8;*/
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px dashed #C0F237;
}

.poll {
	height : 12px;
	border : 1px solid #000000;
}

.comment-name {
	font-weight : bold;
	color : #ffffff;
}

.shoutboxname {
	font-weight : bold;
	color : #ffffff;
}

.shoutbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	generic-family: Sans-serif;
	font-size:11px; 
	text-shadow: 0 0 3px #c
	background-color: #000;
	padding:4px;
}

.shoutboxdate {
	font-size : 10px;
	color : #ccc;
}

.small {
	font-size : 10px;
	font-weight : normal;
	color : C0F237;
}

.small2 {
	font-size:10px;
	font-weight:normal;
	color:#fff;
	text-shadow: 0 0 3px #c
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color: rgb(166, 166, 166);

}

.side-label {
	color : #ffffff;

	padding : 2px 2px 3px 2px;
}

.tablebreak { margin-bottom: 8px; }

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation h2 {
	font-size: 12px;
	color: #000;

	margin: 0;
	padding: 2px;
}

#navigation a {
	display: block;
	color: #000;
	padding: 2px;
	text-decoration : none;
}
#navigation a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration : none;
	border-bottom: 1px dashed #ccc;
}

* html #navigation ul li{
   height: 1%;
}

.center, *[align="center"] {margin: 0 auto;}


/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #54ba48;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #54ba48;
	margin: 2px;
	text-decoration: none;
}

.white-header ul{
	margin: 0;
	padding: 0;
}
.white-header ul li{ display: inline; }
.white-header ul li.first-link .bullet{ display: none; }



/*alt linkleris*/
#altlinkler{
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	height:46px;
	float:left;
	background-image:url(images/navbg.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
}

#altlinkler ul,
#altlinkler li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#altlinkler ul{
	height:46px;
	line-height:46px; 
	background-image:url(images/navbar.png);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 10px;
}

#altlinkler li{
	height:46px;
	line-height:46px;
	display:inline;
	position:relative; 
	float:left; 
	text-align:center;
}

#altlinkler li a{
	color : #99ff00;
	height:46px;
	padding-left: 13px;
	padding-right: 13px;
	text-align:center;
	float:left;
	background-image:url(images/navbar.png);
	background-position:left;
	background-repeat:no-repeat;
}


#altlinkler li a:link,
#altlinkler li a:visited{
	color: #cccccc;
	text-decoration: none;
}

#altlinkler li.active a,
#altlinkler li a:hover{
	color: #C0F237;
}

.avataro-efekt {
	font-size: 11px;
	color: #000000;
	background-color: none;
        background-image: none;
	padding: 0px;
	border: 1px dashed #ff6600;
}

.profile-link {
	/*background: url(images/stare.png) no-repeat 0 0;*/
	/*padding: 1px 0 1px 18px;*/
	font-size:12px;
	font-weight:normal;
	color:#10d800;

}

a:hover.profile-link {
	/*background: url(images/stare.png) no-repeat 0 0;*/
	/*padding: 1px 0 1px 18px;*/
	font-size:12px;
	font-weight:normal;
	border-bottom: 1px dashed #ccc;
	color:#10d800;

}
.info, .success, .warning, .error {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 35px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
font-size:15px;
background-image:url('images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error.png');
}


/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Helpers  */

.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/* IE Fixes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac  */

.clearfix {
	display:block;
}

/* End hide from IE Mac */

.floatfix {
	overflow:hidden;
}

* html .floatfix {
	width:100%;
}

.center, *[align="center"] {
	margin: 0 auto;
}
