@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,latin-ext);

#lacplesis {
    font-family: 'Open Sans', sans-serif;
}

#lacplesis h1 {
    border: none;
    font-weight: 100;
    font-size: 24px;
}

#lacplesis div.header {
    background: url(header.jpg) no-repeat center center transparent;
    width: 980px;
    height: 89px;
    position: relative;
}

#lacplesis div.header a.logo {
    background: url(ordenis.png) no-repeat center center transparent;
    display: block;
    width: 291px;
    height: 97px;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 60;
}

#lacplesis div.recommend {
    font-family: inherit;
    right: 23px;
    top: 35px;
    position: absolute;
}

#lacplesis div.header ul {
    position: absolute;
    top: 36px;
    left: 270px;
    width: 610px;
    height: 20px;
}

#lacplesis div.header ul li {
    float: right;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

#lacplesis div.header ul li a {
    color: #fff7d8;
    font-weight: 600;
    font-size: 14px;
    padding: 0 2px 2px 2px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    position: relative;
}

#lacplesis div.header ul li span.badge {
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: black;
    display: block;
    font-size: 10px;
    line-height: 14px;
    padding: 1px 4px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-shadow: none;
    top: -7px;
    background-color: #cf2d40;
}

#lacplesis div.header ul li a:hover {
    color: white;
}

#lacplesis div.header ul li.active a span {
    border-bottom: 1px solid #ad4b55;
}

#lacplesis div.header ul li.active a {
    border-bottom: 1px solid #a33540;
}

#lacplesis .center {
    text-align: center;
}

#lacplesis .hidden {
    display: none;
}

#lacplesis .main {
    clear: both;
    background: url(bg_middle.jpg) top center transparent repeat-y;
    position: relative;
}

#lacplesis .main .top {
    background: url(bg.jpg) top center transparent no-repeat;
    position: absolute;
    top: 0;
    width: 980px;
    height: 591px;
    z-index: 50;
}

#lacplesis .main .bottom {
    background: url(bg_bottom.jpg) top center transparent no-repeat;
    position: absolute;
    bottom: 0;
    width: 980px;
    height: 50px;
    z-index: 50;
}

#lacplesis .main .content {
    z-index: 60;
    position: relative;
    padding: 40px;
    font-size: 13px;
    font-weight: normal;
}

#lacplesis .profiles {
    float: right;
    width: 295px;
    margin: 0 0 15px 15px;
}

#lacplesis .profiles h1 {
    margin-left: 8px;
}

#lacplesis .profiles .item {
    background: url(profile_bg.png) top left no-repeat transparent;
    padding: 25px 20px 20px 25px;
    min-height: 295px;
    line-height: 18px;
    position: relative;
    display: none;
}

#lacplesis .profiles .item:first-child {
    display: block;
}

#lacplesis .profiles .item img {
    float: left;
    border: 1px solid white;
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    margin: 0 10px 0 0;
}

#lacplesis .profiles .item a {
    font-family: inherit;
    text-decoration: inherit;
    color: inherit;
}

#lacplesis .profiles .item span {
    display: block;
    clear: right;
}

#lacplesis .profiles .item span.name {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

#lacplesis .profiles .item span.year {
    font-size: 1.15em;
    color: #737373;
}

#lacplesis .profiles .item span.shortBio,
#lacplesis .profiles .item span.title {
    font-style: italic;
    color: #868686;
    font-size: 11px;
}

#lacplesis .profiles .item p.longBio {
    margin: 21px 0 0 0;
}

#lacplesis .profiles .item p.longBio a {
    display: block;
    text-align: center;
    margin-top: 18px;
    color: #9c2e38;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

#lacplesis .timeline {
    position: relative;
    padding: 30px 0 15px 0;
    width: 900px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

#lacplesis .timeline div.top,
#lacplesis .timeline div.bottom {
    position: absolute;
    left: 0;
    width: 900px;
}

#lacplesis .timeline div.top {
    background: url(timeline_top.png) no-repeat top left transparent;
    top: 0;
    height: 30px;
}

#lacplesis .timeline div.mainContent {
    background: url(timeline_repeat.png) repeat-y top left transparent;
    padding: 0 20px 25px 20px;
}

#lacplesis .timeline div.mainContent div.right {
    width: 560px;
    float: right;
    text-align: right;
}

#lacplesis .timeline div.mainContent div.left {
    float: left;
}

#lacplesis .timeline div.bottom {
    background: url(timeline_bottom.png) no-repeat bottom left transparent;
    bottom: 0;
    border-top: 1px solid #e1e0da;
    height: 15px;
}

#lacplesis .timeline .border {
    background: url(timeline_repeat.png) repeat-y bottom left transparent;
    border-top: 1px solid #afada9;
    height: 3px;
}

#lacplesis .timeline .days {
    background: url(timeline_repeat.png) repeat-y top left transparent;
    height: 25px;
    position: relative;
}

#lacplesis .timeline .days span.prev,
#lacplesis .timeline .days span.next {
    position: absolute;
    top: 0;
    left: 6px;
    width: 34px;
    height: 24px;
    background: url(timeline_arr.png) center 5px no-repeat transparent;
    cursor: pointer;
}

#lacplesis .timeline .days span.next {
    left: auto;
    right: 6px;
    background-position: center -20px;
}

#lacplesis .timeline .days div.wrap {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
}

#lacplesis .timeline .days div.wrap a {
    display: inline-block;
    background: url(timeline_date_bg.png) bottom center no-repeat transparent;
    width: 164px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: inherit;
}

#lacplesis .timeline .days div.wrap a:hover {
    color: #8a101c;
    text-decoration: none;
}

#lacplesis .timeline .days div.wrap a.active {
    background-position: top center;
    color: #8a101c;
    font-weight: bold;
    cursor: default;
}

#lacplesis .timeline .days div.wrap a.disabled {
    color: #d0d0d1;
    cursor: default;
}

#lacplesis .timeline a.viewDay {
    color: #8a101c;
    display: block;
    float: left;
    clear: left;
    margin-top: 20px;
}

.bottomText {
    margin-top: 20px;
    font-size: 13px;
}

.bottomText div {
    float: left;
    width: 358px;
    padding-left: 72px;
    height: 37px;
    padding-top: 15px;
}

.bottomText div.army {
    margin-left: 40px;
    background: url(armija.png) left center no-repeat transparent;
}

.bottomText div.museum {
    background: url(karamuzejs.png) left center no-repeat transparent;
}

.bottomText a {
    color: #8a101c;
    text-decoration: underline;
}

/*Kartes lapa*/
#lacplesis a.candles {
    display: block;
    float: right;
    background: url(candles.png) top left no-repeat transparent;
    width: 273px;
    height: 78px;
    margin-left: 20px;
}

#lacplesis #candleMap {
    height: 350px;
    background: #f0f0f1;
    margin: 20px 0 30px 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
}

/*Kartes lapa beigas*/

/*Konkrēts profils*/
#lacplesis div.profile {
    line-height: 18px;
}

#lacplesis div.profile div.left {
    width: 270px;
    float: left;
    margin-right: 40px;
}

#lacplesis div.profile div.left img.profile {
    display: block;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
}

#lacplesis div.profile div.left p.year {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#lacplesis div.profile div.right {
    width: 590px;
    float: left;
}

#lacplesis div.light {
    background: #fbf9f3;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    position: relative;
}

/*#lacplesis div.light.profileNav {*/
/*margin-top: 40px;*/
/*}*/

#lacplesis div.light a.close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: url(x.png) center center no-repeat transparent;
}

#lacplesis div.light.profileNav div.prev a.smallProfile {
    float: left;
    padding-left: 27px;
    background: url(arr_l.png) no-repeat left center transparent;
}

#lacplesis div.light.profileNav div.next a.smallProfile {
    float: right;
    padding-right: 27px;
    background: url(arr_r.png) no-repeat right center transparent;
}

#lacplesis a.readMore {
    color: #9c2e38;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-right: 11px;
    background: url(read_more_r.png) right 6px no-repeat transparent;
}

#lacplesis a.readMore.left {
    padding-right: 0;
    padding-left: 11px;
    background: url(read_more_l.png) left 6px no-repeat transparent;
}

#lacplesis .profiles.smallList {
    float: none;
    margin: 0;
    width: auto;
}

#lacplesis .profiles.smallList .item {
    display: block;
    float: left;
    background-image: url(profile_small_bg.png);
    width: 243px;
    height: 100px;
    min-height: 100px;
    text-decoration: none;
    color: inherit;
    margin: 20px 12px 12px 0;
}

#lacplesis .profiles.smallList .item span.profileDate {
    position: absolute;
    top: -20px;
    left: 8px;
    font-size: 17px;
}

/*Konkrēts profils beigas*/

div#lacplesisMovie {
    float: right;
    width: 560px;
    height: 330px;
    background: #9a9a9b;
    border: 10px solid white;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    margin-left: 15px;
}

/* Mazais profila bloks ar bildi, gadu, parakstu */
#lacplesis a.smallProfile {
    background: no-repeat top left transparent;
    display: block;
    height: 50px;
    color: inherit;
    text-decoration: none;
    float: left;
    line-height: normal;
}

#lacplesis a.smallProfile img {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.35);
}

#lacplesis a.smallProfile span.name {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.1em;
}

#lacplesis a.smallProfile span.title {
    font-style: italic;
    color: #868686;
    font-size: 11px;
}

#lacplesis a.smallProfile span.year {
    font-size: 1em;
    color: #737373;
}

#lacplesis a.smallProfile.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Mazais profila bloks ar bildi, gadu, parakstu beigas*/

#lacplesis .diaryTOC .item {
    border-top: 1px solid #e1e0db;
    padding: 19px 0 16px 0;
    font-weight: normal;
}

#lacplesis .diaryTOC .item h2 {
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
}

#lacplesis .diaryTOC .item h2 a {
    color: #9a2f39;
    font-weight: normal;
    font-size: 12px;
    padding-right: 10px;
    background: url(read_more_r.png) right 6px transparent no-repeat;
    white-space: nowrap;
}

#lacplesis .diaryNav {
    border-top: 1px solid #e1e0db;
    margin-top: 20px;
    padding-top: 20px;
}

#lacplesis .diaryNav div.prev {
    float: left;
}

#lacplesis .diaryNav div.next {
    float: right;
    text-align: right;
}

#lacplesis .diaryNav a:link {
    clear: both;
}

#lacplesis .diaryNav span {
    font-style: italic;
    display: block;
    margin-top: 5px;
}

#lacplesis #lacplesisDiary blockquote {
    color: #A39D84;
    font-size: 20px;
    background-image: none;
    border-left: 2px solid #A39D84;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 100;
}

#lacplesis #lacplesisDiary p {
    margin-bottom: 20px;
}

#lacplesis #lacplesisDiary h1 {
    font-size: 22px;
}

#lacplesis #lacplesisDiary div.image {
    position: relative;
    margin-bottom: 20px;
}

#lacplesis #lacplesisDiary div.image h1 {
    position: absolute;
    bottom: 10px;
    margin: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 11px 20px 13px 20px;
    background: url(image_bg.png) repeat transparent;
    font-weight: 400;
}

#lacplesis #lacplesisDiary div.image img {
    display: block;
}

#lacplesisGallery {
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}

#lacplesisGallery img {
    display: block;
    margin: 0 auto;
}

#lacplesisGallery a.next,
#lacplesisGallery a.prev {
    display: block;
    position: absolute;
    top: 0;
    bottom: 20px;
    width: 40%;
    background: url(read_more_r.png) no-repeat left -1000px transparent;
}

#lacplesisGallery a.next {
    right: 0;
}

#lacplesisGallery a.prev {
    left: 0;
}

#lacplesisGallery a.next:hover {

}

#lacplesisGallery a.prev:hover {

}

#lacplesisGallery .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
}

#lacplesis .light.thumbGallery {
    height: 160px;
}

#lacplesis .light.thumbGallery a {
    display: block;
    float: left;
    margin-left: 32px;
    width: 160px;
    height: 160px;
}

#lacplesis .light.thumbGallery a:first-child {
    margin-left: 0;
}

#lacplesisLocitLente,
#lacplesisLenteGatava {
    width: 768px;
    height: 576px;
    background: url(november_bg.jpg) top left no-repeat;
    position: relative;
    margin: 0 auto;
}

#lacplesisLocitLenteInner {
    width: 768px;
    height: 576px;
    position: absolute;
}

#lacplesisLenteGatava {
    background-image: url(november_bg_clean.jpg);
    display: none;
}

#lacplesisLenteGatava .image {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 60px;
    left: 60px;
}

#lacplesisLenteGatava .image .ribbon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    background: url(lente40.png) top left no-repeat transparent;
}

#lacplesisLocitLente .text,
#lacplesisLenteGatava .text {
    width: 300px;
    position: absolute;
    top: 60px;
    left: 295px;
    font-family: 'Open Sans', sans-serif;
}

#lacplesisLocitLente .text {
    left: 465px;
    width: 273px;
}

#lacplesisLocitLente .text h1,
#lacplesisLenteGatava .text h1 {
    border: medium none;
    font-size: 24px;
    font-weight: 100;
}

#lacplesisLenteGatava span.ribbonAdded {
    color: green;
    font-size: 1.2em;
}

a.lacplesisBtn {
    background: url(button.jpg) top left no-repeat transparent;
    width: 273px;
    height: 42px;
    line-height: 42px;
    color: #fff7d8;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

a.lacplesisBtn.secondary {
    background-image: url(button2.jpg);
    color: #5c5c5c;
    text-shadow: none;
}

a.lacplesisBtn:hover {
    background-position: bottom left;
}

#lacplesisSub .infoMsg {
    margin: 15px 0 0 0;
}

div#lacplesisSub.light {
    position: relative;
    width: 233px;
    margin: 15px auto;
}

#lacplesisSub input {
    position: absolute;
    top: 22px;
    left: 20px;
}

#lacplesisSub label {
    margin-left: 20px;
    display: block;
}

#ribbonRemoveBtn {
    margin: 5px 0 0 0;
}

#ribbonRemoveBtn a {
    font-family: Verdana, sans-serif;
    color: #7b7a76;
    padding-left: 12px;
    font-size: 11px;
    background: url(x.png) left center no-repeat transparent;
}

#lacplesisMaps a {
    display: block;
    float: left;
    width: 210px;
    height: 210px;
    margin-right: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

#lacplesisMaps a.last {
    margin-right: 0;
}

#lacplesisMaps a img {
}

/* Vēlējumu siena */
#wishesContainer #lacplesis .main .content {
    padding: 20px;
}

#wishes {
    background: url(w_middle.jpg) repeat-y top left transparent;
    position: relative;
    width: 932px;
    margin: 0 auto;
    z-index: 500;
    padding-bottom: 1px;
}

#wishes div.wTop {
    background: url(w_top.jpg) no-repeat top left transparent;
    width: 932px;
    height: 331px;
    position: absolute;
    top: 0;
    z-index: 501;
}

#wishes div.wBottom {
    background: url(w_bottom.png) no-repeat top left transparent;
    width: 932px;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 502;
}

#wishes div.wCandle1,
#wishes div.wCandle2 {
    width: 177px;
    height: 525px;
    bottom: 0;
    position: absolute;
    z-index: 504;
}

#wishes div.wCandle1 {
    background: url(w_candle1.png) no-repeat bottom left transparent;
    left: 0;
}

#wishes div.wCandle2 {
    background: url(w_candle2.png) no-repeat bottom left transparent;
    right: 0;
}

#wishes div.wContent {
    width: auto;
    position: relative;
    z-index: 503;
    min-height: 700px;
}

#wishes div.feed {
    margin: 50px 170px 50px 170px;
    border-radius: 2px;
    padding: 3px;
    background: url(t1.png) repeat transparent;
    z-index: 515;
    position: relative;
}

#wishes div.feed div.inner {
    background: white;
}

#wishes div.feed div.menu {
    position: absolute;
    top: -22px;
    font-size: 13px;
}

#wishes div.feed div.menu a.active {
    font-weight: bold;
    color: #f9fad8;
}

#wishes div.feed div.menu a {
    margin-right: 15px;
    color: white;
}

#wishes div.feed .count {
    position: absolute;
    right: 0;
    top: -22px;
    color: white;
}

#wishes div.feed .count .n {
    color: #f9fad8;
    font-size: 33px;
    font-weight: 100;
    line-height: 0;
    margin: 0 7px 0 7px;
}

#wishes div.feed .item {
    padding: 10px;
}

#wishes div.feed hr {
    margin: 0;
}

#wishes div.feed .item .profileSmallIcon {
    float: left;
}

#wishes div.feed .item .wishText {
    float: left;
    margin-left: 15px;
    width: 500px;
}

#wishes div.feed .item .name {
    margin-bottom: 10px;
}

#wishes div.feed .item .name a {
    font-weight: bold;
}

#wishes div.feed .item .name span {
    margin-left: 5px;
    color: #b6b4b4;
    font-size: 0.9em;
}

#wishes div.feed .item a.rec {
    float: right;
    font-size: 0.85em;
}

#wishes div.feed .item a.rec span {
    color: #ff4200;
}

#wishes div.wContentTop {
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    position: relative;
}

#wishes div.wContentTop h1 {
    color: #f9fad8;
    text-shadow: none;
}

#wishes div.wContentTop {
    padding: 30px 25px 0 25px;
}

#wishes div.wContentTop a#addWish {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #f9fad8;
    font-weight: bold;
    z-index: 550;
    font-size: 14px;
}

#wishes .addWishContainer {
    margin: 30px 170px 50px 170px;
    background: white;
    padding: 10px;
}

#wishes .addWishContainer textarea#addWishText {
    display: block;
    width: 500px;
    height: 70px;
    border: none;
}

#wishes .addWishContainer div#addWishTextWrap {
    width: 500px;
    float: left;
    min-height: 50px;
    position: relative;
}

#wishes .addWishContainer div#addWishTextWrap.imageIsUploaded textarea {
    width: 445px;
}

#wishes .addWishContainer div#addWishTextWrap.imageIsUploaded {
    margin-left: 5px;
    width: 445px;
}

#wishes .addWishContainer div#uploadedImage {
    float: left;
    width: 50px;
    height: 50px;
    display: none;
}

#wishes .addWishContainer div#uploadedImage a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(//draugiem.lv/i/icons/delete.png) 30px 30px no-repeat transparent;
}