* { margin: 0; padding: 0; }
body {
	background: #f1f1f1 /*url('https://netsyscon4hr.files.wordpress.com/2011/12/buildings-2-wallpaper.jpg')*/ no-repeat center 0;
	background-repeat: no-repeat;background-attachment: fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}

a {
    text-decoration: none;
	list-style-type: none;
}

li {
    text-decoration: none;
	list-style-type: none;
}

@font-face {
    font-family: 'bpgm';
	src: url('/templates/mshenebare/js/bpgm.ttf');
}

@font-face {
    font-family: 'bpg';
	src: url('/templates/mshenebare/js/bpg.ttf');
}

input[type=checkbox], 
input[type=radio] {
    margin: auto;
    padding: inherit;
    border: inherit;
    outline: inherit;
    font-size: inherit;
    background: inherit;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
    display: block;
}

td {
    vertical-align: middle;
    font-size: 13px;
}

nav ul, 
ul, 
menu {
    list-style: none;
}

blockquote, 
q {
    quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title], 
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select, .feed_textarea {
    border: 1px solid #c9c8c8;
}

.f_textarea {
    border: 1px solid #2073BA;
    font-family: bpg;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    margin-bottom: 5px;
}    
    
hr {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

input, 
select {
    vertical-align: middle;
}

input[type=submit], 
input[type=button] {
    cursor: pointer;
}


.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.

.lcol, .rcol, form {
    display: inline;
}

.lcol {
  float: left;
}

.rcol {
    float: right;
}

/*header*/
.header {
    background: #2074bb; /* Old browsers */
    background: -moz-linear-gradient(top,  #2074bb 0%, #1f65a1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2074bb), color-stop(100%,#1f65a1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2074bb', endColorstr='#1f65a1',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
    width: 1000px;
	height: 100px;
    border: 5px solid #f1f1f1;
}

.header_area {
    width: 10000px;
}

.logo {
    padding: 9px;
    padding-top: 0px;
}

.log_reg {
    padding: 70px;
}

.log_reg li {
    list-style-type: none;
    float: left;
}

.log_reg li a {
    color: #FFF;
    margin: 0px 0px 0px 15px;
    background: #1e1e1e;
    padding: 10px 18px 10px 18px;
    border: 1px solid #5994c4;
}

.log_reg li a:hover {
    background: #303030;
}

.log_reg li a {
    color: #FFF;
    text-decoration: underline;
    font-family: bpgm;
    font-size: 14px;
}

/*login*/
.login { float:right; margin-top:-60px;}
.login ul { float:right; margin-right:10px; }
.login ul li { padding:15px 10px; }
.login ul li a { color:#fff; padding: 13px 40px 20px 35px; }
.login ul li a:hover { text-decoration: underline; }
     #login_name { background:#fff; font-family:bpg; color:#000; height:25px; width:280px; margin:10px 15px; padding-left: 3px; border-radius:3px; border:1px solid #1f6baa; }
    .shesvla button { border-radius:3px; font-family:bpg;  background:#1f6baa; cursor:pointer; border:none; padding:5px; color:#fff; margin:5px 0px; }
    .shesvla button:hover { background:#1e1e1e; }  
     #login_password { background:#fff; font-family:bpg; padding-left: 3px; color:#000; height:25px; width:280px; margin:10px 15px; border-radius:3px; border:1px solid #1f6baa; }
.loginenter li a { background: none; font-family: bpg; margin-left: -20px; padding-top: 0px; border: none; color: #1E1E1E; text-decoration: none; font-size:13px; }
.loginenter li a:hover { background: none; color: #1f6baa; }
.loginenter { padding-top: 5px; line-height: 20px; }

/*topmenu*/
.topmenu {
    width: 1000px;
    overflow: hidden;
	background: #1e1e1e;
	border-bottom: 5px solid #070707;
}

.topmenu ul {
    margin: auto;
	width: 1000px;
}

.topmenu ul li {
    float: center;
}

.topmenu ul li a {
    font-family: bpgm;
	font-size: 14px;
    color: #adadad;
	float: left;
	padding: 10px;
}

.topmenu ul li a:hover {
    background: #1e1e1e; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e1e1e 0%, #070707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#070707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e1e1e 0%,#070707 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#070707',GradientType=0 ); /* IE6-9 */
}

/*wall*/
.wall {
    overflow: hidden;
	background: #f1f1f1; /*fff*/
	width: 1000px;
	margin: auto;
}

/*slider*/
.slider {
    overflow: hidden;
    background: #f1f1f1;
	border: 5px solid #f1f1f1;
}

.slnews {
    float: left;
    background: #FFFFFF;
	padding: 3px;
	width: 177px;
	margin: 7px;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 10);
}

.slnews img {
    width: 175px;
    height: 100px;
}

.slnews p {
    background: #ffffff;
	margin-top: 3px;
	padding: 5px;
	color: #888888;
	font-family: bpgm;
	font-size: 10px;
	text-align: center;
	text-decoration: none;/*underline;*/
}

.slnews p:hover {
    text-decoration: none;
}

/*2*/

.slnews2 {
    float: left;
    background: #FFFFFF;
	padding: 3px;
	width: 156px;
	margin: 7px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0);
}

.slnews2 img {
    width: 150px;
    height: 95px;
}

.slnews2 p {
    background: #ffffff;
	margin-top: 3px;
	padding: 0px;
	color: #888888;
	font-family: bpgm;
	font-size: 9px;
	text-align: center;
	text-decoration: none;/*underline;*/
}

.slnews2 p:hover {
    text-decoration: none;
}

/*left*/
.left {
    overflow: hidden;
	float: left;
	width: 245px;
}

/*blocks*/
.blocks {
    overflow: hidden;
    margin: 5px;
}

.h1 {
    background: ; /*#1f65a0;*/
	border-radius: 4px;
	overflow: hidden;
}

.h1 h1 {
    background: #F1F1F1; /*#1f65a0;*/
	color: #943993;
	font-family: bpg;
	font-size: 13px;
	font-weight: normal;
	border-radius: 3px;
	padding: 13px;
	cursor: default;
	text-shadow: 0px 1px 0px #ffffff;
}

.cats {
	overflow: hidden;
	margin: 0px 3px 3px 3px;
}

.cats li a {
    font-size: 12px;
    padding: 12px;
    background: /*lelele*/; 
	color: #888888;
	font-family: bpg;
	display: block;
	border-bottom: 1px solid #B1B1B1; /*#1111111*/
 }
 
 .cats li a:hover {
    background:  /*#292929*/;
 }

 .topmov {
    margin-top: 5px;
 }

 .toptxt {
    overflow: hidden;
	background: #fff;
	margin: 3px;
	border-radius: 3px;
 }

 .toptxt li a {
    color: #1f65a0;
	font-family: bpg;
	font-size: 13px;
    line-height: 20px;
	margin: 5px;
 }

.toptxt li a:hover {
    color: #1e1e1e;        
}

 .advertise {
    margin-top: 5px;
 }

 .advertise img {
    margin: 3px;
	width: 264px;
	border-radius: 3px;
 }

 /*right*/
 .right {
    overflow: hidden;
	width: 730px;
 }

 /*search*/
.search {
}

 .search form {
    float: left;
	margin: 5px;
	background: #cccccc;
	padding: 1px;
	border-radius: 2px;
 }

 .search form input {
    background: #efefef;
	padding: 7px;
	width: 645px;
	border-radius: 2px;
	font-family: bpgm;
	font-size: 12px;
 }

.search form button {
    margin-top: -18px;
	position: relative;
	top: 11px;
	cursor: pointer;
}

/*addnews*/
.addnews {
    overflow: hidden;
    width: 700px;
    margin: 5px;
    border-radius: 3px;
    font-family: bpg;
}

.baseform {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
}

.baseform input {
    border: 1px solid #2073BA;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-family: bpg;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    margin-top: 5px;
}
    
.addnews input {
    border: 1px solid #2073BA;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-family: bpg;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.36);
    margin-top: 5px;
}

/*feedback*/
.feedback {
    overflow: hidden;
    width: 705px;
    margin: 5px;
    font-family: bpg;
}
    
.label {
    padding-top: -5px;        
}

/*info*/
.berrors {
    width: 600px;
    overflow: hidden;
    font-family: bpg;
    margin: 5px;
    color: #000;
}
    
/*lostpassword*/
.lostpassword {
    overflow: hidden;
    margin: 5px;
    width: 705px;
    font-family: bpg;
}

/*userinfo*/
.userinfoo {
    overflow: hidden;
    margin: 5px;
    width: 705px;
    font-family: bpg;
}
    
.userinfoo ul li {
    color: #424242;
    margin-left: -440px;   
}
        
.userinfoo a {
    color: #2073BA;    
}
        
.avatar img {
    float: left;   
    border: 3px solid #2073BA;
    border-radius: 3px;
}
        
/*pm*/
.pm {
    overflow: hidden;
    margin: 5px;
    width: 595px;
    border: 1px solid #2073BA;
    border-radius: 3px;
    font-family: bpg;
    padding: 5px;
}
            
.pm a {
    color: #2073BA;                
}
                
.reset {
    font-family: bpg; 
    font-size: 12px;
}
                    
.reset a {
    color: #2073BA;                
}
                        
/*registration*/
.registration {
    overflow: hidden;
    font-family: bpg;
    margin: 5px;
    width: 705px;
}

/*statistic*/
.statistic {
    overflow: hidden;
    margin: 5px;
    width: 705px;
    font-size: 13px;
}
                            
/*news*/
.news {
    overflow: hidden;
	float: left;
	margin: 5px;
	width: 705px;
}

.newstitle {
    background: #f1f1f1; /*url('../images/newsbg.png');*/
	height: 46px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.newstitle h3 { 
    float: left;
	padding: 15px;
	color: #943993;
	font-size: 12px;
	font-family: bpg;
	font-weight: normal;
	text-shadow: 0px 1px 0px #ffffff;
}

.newstitle h4 {
    float: right;
	padding: 15px;
	color: white;
	font-size: 14px;
	font-family: bpgm;
	font-weight: normal;
	text-shadow: 0px 1px 0px #164a77;
}

.newstitle a {
	color: white;
}

.newsborder {
    border-left: 1px solid #f1f1f1; /*#2073ba;*/
    border-right: 1px solid #f1f1f1; /*#2073ba;*/
    overflow: hidden;
    background: #f1f1f1;
    
}

.news img {
    float: left;
    width: 180px;
    height: 120px;
	margin: 5px;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
     padding: 4px;
}

.news p {
    color: #888888; /*#226eae;*/
	margin: 5px;
	font-family: bpg;
	font-size: 11px;
}

.info {
    overflow: hidden;
    background:    #f1f1f1 ;   /*#1e1e1e;*/
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
   
}

.info p {
    padding: 15px;
	color: #888888;
}

.srulad {
    float: right;
	margin: -34px 10px 0px 0px;
}

.srulad a {
    background: #943993; /* Old browsers */
    background: -moz-linear-gradient(top,  #2073ba 0%, #1f65a0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2073ba), color-stop(100%,#1f65a0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2073ba 0%,#1f65a0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2073ba 0%,#1f65a0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2073ba 0%,#1f65a0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2073ba', endColorstr='#1f65a0',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	color: #943993;
	font-family: bpgm;
	font-size: 12px;
	border-radius: 3px;
	text-shadow: 0px 1px 0px #f1f1f1;
}

.srulad a:hover {
    text-decoration: none;
}

/*fullstory*/
.newsfull {
    background: #f1f1f1; /*url('../images/newsbg.png');*/
	height: 45px;
	border-radius: 3px;
}
    
.newsfull h3 { 
    float: left;
	padding: 15px;
	color: #943993;
	font-size: 12px;
	font-family: bpg;
	font-weight: normal;
	text-shadow: 0px 1px 0px #f1f1f1;
}

.newsfull a {
    text-decoration: underline;
	color: white;
}
    
.fullstory {
    overflow: hidden;
	float: left;
	margin: 5px;
	width: 705px;
}
    
.fullstory img {
    float: center;
    margin: 3px;
    margin-left: -0px;
	border: 1px solid #B1B1B1;
	border-radius: 3px;
    padding: 2px;
}

.fullstory p {
    color: #444444;
	margin: 5px;
	font-family: bpg;
	font-size: 11px;
}

.player {
    border: 3px solid #2073ba;  
    margin-top: 10px;
    border-radius: 3px;
}

/*comments*/
.comments {
    overflow: hidden;
    background: #e2e2e2;
    margin-top: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
    
#foto img {
    width: 100px; 
    float: left;
    margin: 5px;
    border: 3px solid #999999;
}
    
.tops {
    margin-top: 5px; 
    float: left;
}

.tops ul li {
    float: left;
}

.tops ul li span {
    padding: 5px;
    font-family: bpg;  
    color: #2073BA;    
}

.tops ul li a {
    color: #2073BA;
    font-family: bpg;
    text-decoration: underline;
}

.comment {   
    float: left;
    position: relative;
    top: 20px;
    font-family: bpg;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    left: 5px;
    width: 400px;
}
   
.bottom {
    margin: 5px; 
    margin-bottom: -5px;
}
    
.bottom a {
    color: #2073BA;
    font-family: bpg;
}
    
/*pheading*/
.pheading h2 { 
    color: #888888;
    margin: 5px;
    font-family: bpgm;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #B1B1B1;
}

.fbutton {
    background: #2073ba;
    margin-top: 5px;
    padding: 10px;
    font-family: bpg;
    color: white;
    text-shadow: 0px 1px 0px #164a77;
    border-radius: 3px;
}
    
.fbutton:hover {
    background: #1e1e1e;
    text-shadow: 0px 1px 0px #000;
}

/*navigation*/
.site-navigation {
    margin: 10px 0px 15px 5px;
}

.site-navigation span, .site-navigation a {
    display: inline-block;
    background: #cccccc;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 8px;
    font-family: bpg;
    font-size: 11px;
    
    color: #FFF;
}

.site-navigation a:hover, .navigation span {
    background: #888888;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.site-navigation .navigation, .nextprev {
    display: inline-block;
}

.nextprev a:hover span {
    background: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    
}

.pprev, pnext {
    color: #09a0d8;
}

/*footer*/
.footer {
    overflow: hidden;
	background: #2074bb; /* Old browsers */
    background: -moz-linear-gradient(top,  #2074bb 0%, #1f65a1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2074bb), color-stop(100%,#1f65a1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2074bb 0%,#1f65a1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #888888 0%,#888888 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2074bb', endColorstr='#1f65a1',GradientType=0 ); /* IE6-9 */
}

.creator {
    width: 1000px;
	margin: auto;
}

.creator a {
    float: left;
	margin: 50px;
	margin-left: -0px;
	background: #1e1e1e;
	color: white;
	font-family: bpgm;
	font-size: 12px;
	padding: 20px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
}

.rights {
    float: left;
    margin-top: 70px;
	margin-left: -30px;
}

.rights p {
    color: white;
	font-family: bpg;
    font-size: 12px;
	text-shadow: 0px 1px 0px #164a77;
	cursor: default;
}

.mtvlelebi {
    float: left;
    margin-top: 65px;
	margin-left: 40px;
}

.footlogo {
    float: left;
	margin-top: 55px;
}

.footlogo img {
    margin-left: 40px;
}

/*meniu*/

.menu {
  	    width: 990px;
        padding: 0;
        font-family: Georgia;

        }
.menu li {
	border-bottom: 0px solid #888888;
        list-style: none;
        float: left;
        height: 33px;
        padding: 0;
        margin: 0;
        width: 196px;
        text-align: center;
        background: #943993;
        position: relative;
        padding-top: 12px;
		font-family:bpgm;
		font-size: 14px;
        }
.menu li ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 150px;
        display: none;
        position: absolute;
        left: 0;
        top: 45px;
        }
.menu li ul li {
        float: none;
        height: 33px;
        margin: 0;
        width: 150px;
        text-align: center;
        background: #1E1E1E;
        }
.menu li a {
        display: block;
        width: 150px;
        height: 33px;
        color: #fff;
        text-decoration: none;
        }
.menu li:hover ul, #menu li.jshover ul {
        display: block;
        }
.menu li:hover, #menu li.jshover {
        background: #000;
    background: #1e1e1e; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e1e1e 0%, #070707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#070707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e1e1e 0%,#070707 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e1e1e 0%,#070707 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#070707',GradientType=0 ); /* IE6-9 */
        }

.contact
{
    color: #888888;
	font-size: 11px;
}

/* archis reklamis
.archi
{
    border-bottom: 5px solid #ffffff;
}
archis reklamis daxurva*/


/*lnews*/

.lnews {
    float: left;
    background: #FFFFFF;
	padding: 3px;
	width: 260px;
	margin: 2px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0);
    border: 1px solid #CFCFCF;
}

.lnews img {
    width: 250px;
    height: 140px;
    padding: 5px;
}

.lnews p {
    background: #ffffff;
	margin-top: 0px;
	padding: 5px;
	color: #5F5F5F;
	font-family: bpg;
	font-size: 11px;
	text-align: left;
	text-decoration: none;/*underline;*/
}

.lnews p:hover {
    text-decoration: none;
}