body {
    margin: 0;
    padding: 0;
    /*border-bottom: 4px solid #403e3e;*/
    /*background: #151313 url('../img/bg01.png') 0 0 repeat-x;*/
    background: #151313 url('../images/bg.jpg') 0 0; /*background-attachment: fixed;*/
    font-size: 11px;
    color: #FFFFFF;
}

body, input, textarea, select, option {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
}

.clearfix {
    clear: both;
}

h1 {
    margin: 0;
    padding: 0;
    width: 399px;
    height: 137px;
}

h1 a {
    display: block;
    width: 399px;
    height: 137px;
}

h1 span {
    display: none;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 33px;
}

h2 a {
    text-decoration: none;
}

a {
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.rating {
    line-height: 30px;
    text-align: left;
}

.rating a img {
    display: inline;
    background: url(../img/star.gif) 100% 0 no-repeat;
}

.rating a:hover img, .rating a.active img {
    background: url(../img/star.gif) 0 0 no-repeat;
}

/* Header */
#header {
    background: #151313 url('../images/bg1.jpg') 0 0 repeat-x;
    width: 1017px;
    margin: 0 auto;
    position: relative;
}

/* Logo */
#logo_pazintys {
    width: 438px;
    height: 72px;
    background: url(../img/pazintys_lt_logo.png) 0 0 no-repeat;
}


#logo {
    width: 438px;
    /*height: 65px;*/
	height: 137px;
	line-height: 137px;
    background: url(../img/logo.png) 0 50% no-repeat;
}

/* Menu */
#menu {
    height: 32px;
}

#menu ul {
    margin: 0;
    padding: 4px 0 3px;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin: 0;
    padding: 0 11px;
    height: 25px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

#menu a:hover, #menu .active a {
    background: url(../img/bg02.png) 0 100% repeat-x;
}

.profile li .active {
    text-decoration: none !important;
    font-weight: bold;
}

/*Registracija*/
.berns {
    background: url('../images/reg_vaikinams_1.png');
    display: block;
    border: none;
    width: 250px;
    height: 320px;
}

.berns1, .berns:hover {
    background: url('../images/reg_vaikinams_2.png');
    cursor: pointer;
    display: block;
    border: none;
    width: 250px;
    height: 320px
}

.merga {
    background: url('../images/reg_merginoms_1.png');
    display: block;
    border: none;
    width: 250px;
    height: 320px;
}

.merga1, .merga:hover {
    background: url('../images/reg_merginoms_2.png');
    cursor: pointer;
    display: block;
    border: none;
    width: 250px;
    height: 320px
}

/* Login */
#login {
    position: absolute;
    top: 10px;
    left: 537px;
}

#login form {
}

#login fieldset {
    position: relative;
    float: right;
    width: 470px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 0 none;
}

#login legend, #login label, #login br {
    display: none;
}

#login p {
    float: left;
    margin: 0;
    padding: 0;
}

#login a {
}

#login div {
    float: left;
    margin: 0;
    padding: 0;
}

#login input#username, #login input#password {
    float: left;
    margin: 0 6px 0 0;
    padding: 1px 1px 2px;
    width: 125px;
    border: 0 none;
}

#login input#loginaction {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 21px;
    height: 16px;
    border: 0 none;
    background: url(../img/bg09.png) 0 0 no-repeat;
}

/* Page */
#page {
    width: 1017px;
    margin: 0 auto;
    padding: 21px 0 0;
}

/* Content */
#content {
    float: right;
    width: 820px;
}

#content form {
}

#content fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#content td {
    padding: 3px;
    vertical-align: top;
}

#content legend, #content label {
    display: none;
}

#content input, #content select {
    margin: 0;
    padding: 1px 1px 2px;
    width: 145px;
    border: 0 none;
}

#content textarea {
    margin: 0;
    padding: 1px 1px 2px;
    width: 145px;
    height: 44px;
    border: 0 none;
}

#content input.submit {
    margin: 0;
    padding: 0;
    width: 108px;
    height: 22px;
    border: 0 none;
    background: url(../img/bg11.png) 0 0 no-repeat;
}

#content input.send {
    margin: 0;
    padding: 0;
    width: 108px;
    height: 22px;
    border: 0 none;
    background: url(../img/bg13.png) 0 0 no-repeat;
}

#content input.register {
    margin: 0;
    padding: 0;
    width: 108px;
    height: 22px;
    border: 0 none;
    background: url(../img/bg12.png) 0 0 no-repeat;
}

.post {
    margin: 0 0 10px;
    padding: 13px;
}

.bigfoto {
    float: left;
    margin-right: 30px;
    width: 300px;
    height: 300px;
    text-align: center;
}

.bigfoto img {
}

.dark {
    background-color: #1c1a1a;
}

.light {
    background-color: #272525;
}

.title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 13px;
}

.title span {
    color: #ff0000;
}

.topentry {
    margin: -2px;
}

.topentry ul {
    float: left;
    position: relative;
    margin: 2px;
    padding: 16px;
    list-style: none;
    width: 230px;
    background-color: #6e0808;
}

.topentry li {
}

.topentry img {
    display: block;
    border: 2px solid #ffffff;
}

.post1 {
    margin: 0;
    padding: 13px 13px 0 13px;
}

.post2 {
    margin: 0;
    padding: 0;
    height: 50px !important;
    vertical-align: middle;
    display: table-cell;
}

.post3 {
    margin: 10px 0;
    padding: 13px;
}

.prof_vip {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: url('../img/prof_vip.png') 60px 12px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_vip1 {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #272525 url('../img/prof_vip.png') 60px 12px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_vip:hover, .prof_vip:hover {
    background: #272525 url('../img/prof_vip.png') 60px 12px no-repeat;
}

.prof_star {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: url('../img/prof_star.png') 25px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_star1 {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #272525 url('../img/prof_star.png') 25px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_star:hover, .prof_star:hover {
    background: #272525 url('../img/prof_star.png') 25px 15px no-repeat;
}

.prof_present {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: url('../img/prof_present.png') 20px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_present1 {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #272525 url('../img/prof_present.png') 20px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_present:hover, .prof_present1:hover {
    background: #272525 url('../img/prof_present.png') 20px 15px no-repeat;
}

.prof_message {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: url('../img/prof_message.png') 0px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_message1 {
    width: 205px;
    height: 35px !important;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #272525 url('../img/prof_message.png') 0px 15px no-repeat;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding-top: 15px;
}

.prof_message:hover, .prof_message1:hover {
    background: #272525 url('../img/prof_message.png') 0px 15px no-repeat;
}

.topentry .rating img {
    display: inline;
    border: 0;
}

.topentry strong {
    color: #ffffff;
}

.topentry a {
    text-decoration: none;
}

.topentry .name {
    float: right;
    padding-top: 5px;
    width: 89px;
    font-size: 12px;
    font-weight: bold;
}

.topentry .info {
    position: absolute;
    top: 124px;
    left: 157px;
    color: #c5bdbd;
}

.topentry .rating {
    line-height: 18px;
    padding: 10px 0 0 15px;
    text-align: left;
}

.topentry .rating img {
    border: 0 none;
}

.entry {
    padding: 4px;
}

.entry ul {
    float: left;
    margin: 6px;
    padding: 0;
    list-style: none;
    width: 117px;
    border: 1px solid #918f8f;
    background: #dcdbdb url(../img/bg05.png) 0 100% repeat-x;
}

.entry li {
    color: #201f1f;
}

.entry img {
    display: block;
    border-top: 1px solid #918f8f;
    border-bottom: 1px solid #918f8f;
}

.entry a {
    text-decoration: none;
}

.entry .name {
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background: #ffffff url(../img/bg04.png) 0 100% repeat-x;
}

.entry .info {
    padding: 5px 0 0 5px;
}

.entry .info img {
    border-top: none;
    border-bottom: none;
}

.entry .rating {
    line-height: 30px;
    text-align: center;
}

.entry .rating a img {
    display: inline;
    background: url(../img/star.gif) 100% 0 no-repeat;
    border: 0 none;
}

.entry .rating a:hover img, .rating a.active img {
    background: url(../img/star.gif) 0 0 no-repeat;
}

.photos {
    padding: 4px;
    background-color: #2c2a2a;
}

.photos ul {
    float: left;
    margin: 6px;
    padding: 0;
    list-style: none;
    width: 119px;
}

.photos li {
    color: #ffffff;
}

.photos .photo img {
    display: block;
    border: 1px solid #918f8f;
}

.photos a {
    text-decoration: none;
}

.photos .name {
    padding: 3px 0 6px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.photos .rating {
    line-height: 30px;
    text-align: center;
}

.photos .rating a img {
    display: inline;
    background: url(../img/star.gif) 100% 0 no-repeat;
}

.photos .rating a:hover img, .rating a.active img {
    background: url(../img/star.gif) 0 0 no-repeat;
}

.dark .entry {
    background-color: #2c2a2a;
}

.light .entry {
    background-color: #2f2f2f;
}

.filter {
    float: right;
    height: 33px;
}

.filter ul {
    float: right;
    margin: 0;
    padding: 7px 0;
    list-style: none;
}

.filter li {
    display: block;
    float: left;
    line-height: 19px;
    margin-left: 20px;
    padding: 0 10px;
    font-size: 12px;
    background-color: #242222;
}

.filter a {
    text-decoration: none;
}

.filter a:hover {
}

.filter li.active {
    background-color: #6a0213;
}
 /*FILTER 1*/
.filter1 {
    width: 770px;
    text-align: center;
    margin: 0 auto;
}

.filter1 div {
    margin: 10px auto;
    display: block;
    width: 170px;
    clear: both;
    line-height: 25px;
    font-size: 16px;
    background-color: #242222;
}

.filter1 a {
    text-decoration: none;
}

.filter1 a:hover {
}

.delete {
    border-top: 1px solid #353333;
    line-height: 57px;
    text-indent: 36px;
    margin-bottom: -4px;
}

.competitions {
}

.competitions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000000;
}

.competitions li {
    display: block;
    float: left;
    margin: 6px;
    padding: 3px;
    width: 244px;
    height: 76px;
    text-align: center;
    background: transparent url(../img/bg07.png) 0 0 no-repeat;
}

.competitions a {
    display: block;
    margin: 5px auto 0;
    padding: 0;
    width: 107px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(../img/bg08.png) 0 0 no-repeat;
}

.competitions strong {
    font-size: 20px;
    line-height: 32px;
}

/* Sidebar */
#sidebar {
    float: left;
    width: 157px;
}

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

#sidebar li {
    margin: 0 0 20px;
    padding: 2px;
    background-color: #1c1a1a;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
    padding: 0;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
    background: none;
}

#sidebar h2 {
    font-size: 13px;
    text-align: center;
    background: #2a2929 url(../img/bg03.png) 0 100% repeat-x;
}

#sidebar a {
    text-decoration: underline;
}

#sidebar a:hover {
    text-decoration: none;
}

#sidebar form {
}

#sidebar fieldset {
    margin: 0;
    padding: 18px 0 0;
    border: 0 none;
    text-align: center;
}

#sidebar legend, #sidebar label, #sidebar br {
    display: none;
}

#sidebar input#query, #sidebar select#city {
    margin: 0 0 18px;
    padding: 1px 1px 2px;
    width: 125px;
    border: 0 none;
}

#sidebar input#searchaction {
    margin: 0 0 18px;
    padding: 0;
    width: 97px;
    height: 16px;
    border: 0 none;
    background: url(../img/bg10.png) 0 0 no-repeat;
}

#sidebar .profile {
    background-color: #272525;
}

#sidebar .profile img {
    margin-top: 18px;
    border: 3px solid #ffffff;
}

#sidebar .banners {
    background: none;
}

/* Footer */
#footer {
    clear: both;
    width: 1017px;
    margin: 0 auto;
    padding: 0;
    line-height: 81px;
    text-align: right;
    font-size: 9px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#profile_grid {
    color: black;
}

/* komentarai */
.commententry {
    padding: 20px;
}

.commententry ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 333px;
}

.commententry li {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 1px solid #1C1A1A;
}

.commententry li a {
    color: #7d7c7c;
    text-decoration: none;
}

.commententry .letscomment {
    float: right;
}

.dark .commententry {
    background-color: #2c2a2a;
}

.light .commententry {
    background-color: #2f2f2f;
}

.post p {
    color: #FFFFFF;
}

.post p strong {
    color: #7D7C7C;
}

ul.gold {
    background: #f6e8c8 url(../img/g01.png) repeat-x scroll 0 100%;
    border: 1px solid #eadbba;
}

ul.gold .name {
    background: #dcaa3e url(../img/g02.png) repeat-x scroll 0 100%;
}

.commentcount {
    background: transparent url(../img/comment.gif) no-repeat scroll 0pt 2px;
    display: block;
    float: left;
    width: 20px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 5px;
}

.fotocount {
    background: transparent url(../img/foto.gif) no-repeat scroll 0pt 2px;
    display: block;
    float: left;
    width: 10px;
    font-weight: bold;
    padding-left: 17px;
    margin-top: 5px;
}

#main_container { /*background:url(../img/perejimas.png) 0 0 repeat-x;*/
}

#sb_ul, #sb_ul li {
    padding: 0;
    margin: 0;
    height: 14px !important;
    line-height: 14px !important;
    text-align: left !important;
    font-size: 11px !important;
}

.vip1 {
    width: 153px;
    height: 286px;
    background: url(../images/vip_bg.png) 0 0 no-repeat;
    padding: 0;
    margin: 0;
}

.vip2 {
    width: 153px;
    height: 286px;
    background: url(../images/vip.png) 5px 5px no-repeat;
}