





/*  
    CSS Document
        Description: Layout desing for xs.to
        Author: Blagoj Kapsarov
        Autor URI: http://kapsarovb.com
*/

/***** Global *****/

/* HTML5 tags */
section, article, header, footer, nav, aside, hgroup { display: block; }

body {
    background-color:#e8eeef;
    color: #323232;
    font-size: 0.9em; 
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
}

p { }

a   {           
    font-family: Verdana, Geneva, sans-serif;
    font-style: normal;
    color: #47bd1d;
    text-decoration:none;
}

a:hover, a.focus { text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
h1, h2 { font-family: 'Carme', Verdana, Geneva, sans-serif; }
h1 { font-size: 2.6em; }
h1 { letter-spacing:-1px; margin-top:0; }

img { border:0 none; }

.listless, .radio_list, .albums-list, .uploaded-img-list
{ list-style:none; margin:0; padding:0; }

.clear {clear:both;}
.leflo {float:left;}
.riflo {float:right;}

.textright { text-align:right; }
.textctr { text-align:center; }

/***** Container *****/

#plain { 
    background:url(img/plainbg.gif) repeat-x scroll 0 bottom #ddf0f5;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff; 
}
#wrapper, #middlePan { 
    width:992px; 
    margin:0 auto;
    padding:25px 0; 
}

#header { float:left; }

a.logo {
    background: url("img/logo.png") no-repeat scroll left top transparent;
    display:block;
    height:99px;
    width:287px;
}

.nav-block { 
    display:block; 
    float:left; 
    width:200px; 
    margin-left:40px; 
}

ul.nav { list-style:none; font-family: 'Carme', Verdana, Geneva, sans-serif; padding:0; }
ul.nav li { margin-bottom:3px; }
ul.nav li a { 
    background-color:#a6d6a7;
    border:1px solid #a6d6a7;
    display:block; 
    color:#167a96;
    padding:12px 20px; 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    text-transform:uppercase;
    text-decoration:none;
    -moz-text-shadow: 0 1px 0 #83A984;
    -webkit-text-shadow: 0 1px 0 #83A984;
    text-shadow: 0 1px 0 #83A984;
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a.active  { background-color:#47bd1d; color:#fff; }

#container { 
    background-color:#e8f5f8;
    border:1px solid #e8f5f8;
    float: right; 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    /*margin-left:24px; /* FF bug */
    width:640px; 
    padding:18px;
}

#sidebar {
    background-color:#e8f5f8; 
    border:1px solid #e8f5f8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    float:right;
    padding:18px; 
    margin-top:20px;
    width:640px;
    position: relative;
}
#sidebar h3  { color:#323232; margin-top:0; }
#sidebar input[type="text"] { 
    background-color:#e8eeef;
    border:1px solid #a3d5e3;    
    color:#323232;
    display: inline;
    width:250px; 
    margin:2px 0; 
    padding:2px; 
} 

#sidebar .form-item { float:left; width:320px; position:relative; margin: 0px; margin-bottom: 10px;} 
#sidebar .form-item label{
    float: left;
    margin-right: 10px;
    line-height: 20px;
    margin-top: 2px;
}
#sidebar .form-item select{
    float: left;
    margin-right: 10px;
    line-height: 20px;
    margin-top: 2px;
}
#sidebar .form-item .form-submit input{
    line-height: 20px;
    display: inline;
    padding: 0px 10px;
    font-size: 13px;
}
#sidebar .form-item .form-submit{
    float: left;
    margin-top: 0px !important;
}
#sidebar ul.tags-list { padding:20px 0 10px 55px; }
#sidebar ul.tags-list li { display:inline; }
#sidebar h4 { float:left; }
#sidebar .addthis_toolbox {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}
#sidebar .addthis_toolbox li{
    float: left;
    list-style: none;
}
.bold{font-weight: bold;}
.gtag{width: 100%;}
.gtag span.city{width: 220px;float: right;}
.gtag a{margin-right: 15px;}
ul.albums-list li, ul.upload-img-list li {
    float: left;
    list-style: none outside none;
    margin-bottom: 30px;
    width: 175px;                              
}

ul.albums-list h2 { font-size:1.4em; margin:5px 0; }
a.blue-box {
    color: #FFFFFF;
    display: block;
    float:left;
    font-size: 14px;
    height: 21px;
    margin-bottom: 8px;
    margin-right: 10px;
    overflow: hidden;
    padding: 4px 0 0 69px;
    text-decoration: none;
    width: 150px;
}
a.blue-box:hover { background-color: #4B7BA5; background-position: 0 -25px; }

.bb_pencil { background: url("img/bb_pencil.png") no-repeat scroll 0 0 #3F6D95; }
.bb_plus { background: url("img/bb_plus.png") no-repeat scroll 0 0 #3F6D95; }

.user-block { margin-left:40px; }

.user-block.google { 
    clear:both;
    margin-top: 10px; 
}

.user-block.search { 
    clear:both; 
}

.user-block.search input { 
    width:200px;
}

.user-avatar {
    border: 1px solid #8F8F8F;
    float: left;
    height: 70px;
    margin: 0 15px 22px 0;
    overflow: hidden;
    width: 70px;
}

a.public {
    background: url("img/unlock.png") no-repeat scroll left center transparent;
    display: block;
    height: 16px;
    padding-left: 20px;
}

a.private {
    background: url("img/lock.png") no-repeat scroll left center transparent;
    display: block;
    height: 16px;
    padding-left: 20px;
}

h1.album { font-size:1.2em; }

ul.uploaded-img-list li {
    float: left;
    height: 120px;
    list-style: none outside none;
    margin-bottom: 15px;
    position: relative;
    width: 160px;
}

ul.albums-list li a.poster, ul.uploaded-img-list li a.upload-img.poster-selected span{
    background-position: 0px 0px;
}
ul.albums-list li a.poster, ul.uploaded-img-list li a.upload-img span{
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: transparent url('img/chbox.png') no-repeat -25px 0;
    z-index: 100;
}
ul.albums-list li a.poster, ul.uploaded-img-list li a.upload-img, .upload-img-list.upload a.upload-img{
    border: 1px solid #8F8F8F;
    display: block;
    height: 112px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 150px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
}
.upload-img-list.upload a.upload-img {position: static;}
.column1, .column2 { float:left; width:320px; }
#avatar_local, #avatar_external {display:none;}
#avatar_local span, #avatar_external span { font-size:0.7em;}
.adult  { float:right; }
.adult a { color:#d01818; }
#adult_image_warning h1 { margin:0; font-size:1.8em; color:#D01818; }
.ads-radio-item label { padding-right:20px; }

.form-item { margin:10px 0; }
.form-item label { color:#167a96; }
.form-item p { margin:4px 0; }
input[type="text"], textarea { display:block; color: #BBBBBB; margin-bottom:6px; width:280px;}
input[type="text"]#upload_tags { margin: 4px 0; width:99%; }

input[type="submit"], input[type="reset"] {
    background-color:#49b7d7;
    border-top:1px solid #d2eef5;
    border-bottom:1px solid #488fa4;
    border-left:1px solid #49b7d7;
    border-right:1px solid #49b7d7;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    color:#fff;
    font-size:1.2em;
    font-family: 'Carme', Verdana, Geneva, sans-serif;
    padding: 6px 16px;
    -moz-box-shadow: 0 1px 2px #488FA4;
    -webkit-box-shadow: 0 1px 2px #488FA4;
    box-shadow: 0 1px 2px #488FA4;
    -moz-text-shadow: 0 1px 0 #488FA4;
    -webkit-text-shadow: 0 1px 0 #488FA4;
    text-shadow: 0 1px 0 #488FA4;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus
{ background-color:#79cfe8; }

input#uploader { margin:5px 0; }

table#file_list { border-bottom: 1px solid #9fd0de;border-collapse: collapse;}
table#file_list .table_title { background: #e8f5f8;}
table#file_list .table_title td {border-right: 1px solid #e8f5f8;border-left: 1px solid #e8f5f8;}

table.upl-img { 
    background-color:#ddf0eb; 
    display:block;
    width:100%; 
    font-size:0.8em;
}
table.upl-img td.file-name { width:440px; }
table.upl-img td.file-size, table.upl-img td.file-remove 
{ padding: 0 8px; text-align: right; }
table.upl-img td.file-size { width: 80px; } 
table.file_list td { padding:0 10px; margin:10px 0; }

.gallery { text-align: center; width: auto; }
.gal-menu {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    height: 26px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 4px 12px;
}
.gal-menu .pages {
    float: left;
    font-size: 14px;
    padding-top: 4px;
    text-align: left;
    width: 150px;
}
.gal-menu .back-link {
    float: right;
    padding-top: 5px;
    text-align: right;
    width: 150px;
}
.gal-nav {
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    width: 130px;
}
.gal-nav li {
    display: block;
    float: left;
    list-style: none outside none;
    margin-right: 15px;
    width: 48px;
}
.gal-nav a {
    display: block;
    height: 25px;
    width: 48px;
}
.gal-nav a.img-pev { background: url("img/arrows.png") no-repeat scroll 0 0 transparent; }
.gal-nav a.img-pev:hover { background-position: 0 -25px; }
.gal-nav a.img-next { background: url("img/arrows.png") no-repeat scroll -48px 0 transparent; }
.gal-nav a.img-next:hover { background-position: -48px -25px; }

.appStore { float:left; width:430px; margin-left: 25px;}
.appStore img { float:left; display:block; }
.appStore h2 {
    float: left;
    font-size: 2.2em;
    margin-top: 76px;
    width: 277px; 
}

.advertBig { float:right; margin-right:30px; }
.advertBig.gallery { clear:left; float:left; margin-right:0; margin-bottom: 20px; margin-top: 20px;}

#footer { text-align:center; margin-top:20px; }
#footer .advertisers { width:968px; margin:0 auto; }
#footer .advertisers img { float:left;}
#footer .copirate { 
    clear:both;
    text-align:center;
    color:#2ea1c2;
    font-size:0.8em; 
    padding-top:10px;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    float: left;
    margin-right: 10px;
}

.pagination a.active {
    font-weight: bold;
}

#prev_page {
    font-size: 14px;
}

#next_page {
    font-size: 14px;
}

/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#FFF;

    width:380px;
    min-height:200px;
    border:1px solid #666;

    padding: 15px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

ul.uploaded-img-list li a.poster-selected, ul.uploaded-img-list li a.poster-selected span{

}

.register_user ul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}
.register_user li{
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;
}
.register_user li input[type="checkbox"]{
    position: relative;
    top: -3px;
}

.error_list li {
    color: red;
    float: none;
    margin: 0;
    list-style-type: none;
}

.error_span {
    color: red;
}

.clearer {
    clear: both;
}

a.edit_tags {
    background:url(img/edit_tags.png) center left no-repeat;
    padding:2px 0 2px 23px;
    float: left;
    margin-bottom: 10px;
}

.homepage_signup {
    display: block;
    position: absolute;
    margin-top: 176px;
    margin-left: 10px;
    height: 38px;
    width: 120px;
}

/*****************New added****************/

.comments_block {
    background-color:#e8f5f8; 
    border:1px solid #e8f5f8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    float:right;
    padding:18px; 
    margin-top:20px;
    margin-bottom: 20px;
    width:640px;
    font-family: Arial, Helvetica, Sans-serif;
}

.comments_block *, .latest_photos *, .timeline_list, .timeline_list * {
    margin: 0;
    padding: 0;
}

.comments_block .comment_form {
    margin-bottom: 19px;
}

.comments_block .comment_form textarea {
    padding: 6px;
    margin-bottom: 9px;
    width: 626px;
    height: 37px;
    border: 1px solid #abadb3;
    background: #fff;
    overflow: auto;
}

.comments_block .hide_comments {
    display: block;
    margin-bottom: 18px;
    color: #167a96;
    text-decoration: underline;
}

.comments_block .hide_comments:hover {
    text-decoration: none;
}

.comments_block h3 {
    color: #252525;
}

.comments_block .pager {
    float: right;
    margin: 2px 6px 0 0;
}

.comments_block .pager a {
    padding: 0 1px;
    font-size: 1.08em;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.comments_block .pager a:hover, .comments_block .pager a.current {
    border-bottom: 2px solid #167a96;
    text-decoration: none;
}

.comments_block .comments_list {
    margin: 7px 0 7px;
    border-top: 1px solid #acd5e1;
}

.comments_block .comments_list li {
    padding: 9px 0 14px 2px;
    list-style-type: none;
    color: #000;
    border-bottom: 1px solid #acd5e1;
}

.comments_block .comments_list li img {
    float: left;
    margin-top: 4px;
    margin-right: 9px;
    border: 1px solid #abadb3;
}

.comments_block .comments_list li .username {
    font-size: 1.05em;
    font-weight: bold;
    color: #167a96;
}

.comments_block .comments_list li .date {
    font-size: 0.8em;
    font-style: italic;
}

.comments_block .comments_list li .entry_text {
    margin-top: 10px;
}

.latest_photos {
    float: right;
    margin: 0;
    width: 340px;
    font-family: Arial, Helvetica, Sans-serif;
}

.latest_photos .block_title {
    display: block;
    margin-left: 10px;
    margin-bottom: 14px;
    font-size: 1.25em;
    color: #000;
}

.latest_photos img {
    float: left;
    margin: 0 0 11px 10px;
    width: 75px;
    height: 56px;
}

.timeline_list {
    margin: 0 0 7px;
    font-family: Arial, Helvetica, Sans-serif;
}

.timeline_list li {
    padding: 19px 0 23px 2px;
    list-style-type: none;
    color: #000;
    border-bottom: 1px solid #acd5e1;
}

.timeline_list li img {
    float: left;
    margin-top: 4px;
    margin-right: 9px;
    border: 1px solid #abadb3;
}

.timeline_list li .username {
    font-size: 1.0em;
    font-weight: bold;
    color: #167a96;
}

.timeline_list li .date {
    font-size: 0.8em;
    font-style: italic;
}

.timeline_list li .entry_text {
    margin-top: 10px;
}

.timeline_list li .entry_text img {
    margin: 2px 11px 0 10px;
    border: 0;
}

.search_form {
    margin: 0 0 12px;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
}

.search_form * {
    margin: 0;
    padding: 0;
}

.search_form .stext {
    float: left;
    margin-right: 8px;
    padding-left: 8px;
    width: 516px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #abadb3;
    background: #fff;
}

.search_form .btn {
    float: left;
    padding: 0;
    width: 64px;
    height: 22px;
    text-align: center;
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    color: #000;
    text-shadow: none;
    border: 1px solid #737373;
    background: #cfcfcf url("http://www.xs.to/img/btn_bg.gif") repeat-x 0 0;
    box-shadow: none;
    cursor: pointer;
}

.search_sorter {
    margin: 0;
    padding: 0 0 8px;
    text-align: right;
    font-family: Arial, Helvetica, Sans-serif;
    border-bottom: 1px solid #acd5e1;
}

.search_sorter * {
    margin: 0;
    padding: 0;
}

.search_sorter strong {
    display: inline-block;
}

.search_sorter a {
    margin-left: 5px;
    display: inline-block;
    padding-right: 13px;
    color: #167a96;
    /*background: url("img/asc_desc.gif") no-repeat 0 0;*/
}

.search_sorter a.down {background: url("img/asc_desc.gif") no-repeat 100% 8px;}
.search_sorter a.up {background: url("img/asc_desc.gif") no-repeat 100% -7px;}

table.makemoney { 
    border:1px solid #f9f9f9;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px; 
    -moz-box-shadow:1px 0 6px rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 0 6px rgba(0,0,0,0.2);
    box-shadow:1px 0 6px rgba(0,0,0,0.2);
}
table.makemoney th {
    background:url(img/mmoney-tablebg.gif) repeat-x scroll 0 0 #f9f9f9;
    border-bottom:1px solid #e1e1e1;
    color:#47bd1d;     
    font-size:1.3em;
    padding:20px 30px;
}
table.makemoney td { vertical-align:top; }
table.makemoney ul { margin:0; padding:0; }
table.makemoney ul li {
    list-style:inside url("img/bullet.png");
    border-bottom:1px solid #f5f5f5;
    font-size:0.8em;
    color:#878787; 
    padding:20px 20px 20px 30px;
    height:30px;
}
table.mmpricing td {    
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
table.mmpricing td.group  {
    border-left:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    color:#878787;
}
table.mmpricing td.price {
    background-color:#585957;
    color:#ffffff;
    border-left:1px solid #646865;
    border-right:1px solid #4e4d4e;
}
td.cgroup { padding:20px 30px; }
td.cgroup ol { font-weight:bold; }
td.cgroup ol span { font-weight:normal; color:#878787; }

/*************clearfix*************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix { height: 1%;}
.leftwrap{
    float: left;
    width: 301px;
}

/* new code IP 31.10.11 */
.bgpopup{
    display:none;
    left: 0px;
    top: 0px;
    width: 100%;
    position: fixed;
    height: 100%;
    /*    background: rgba(0,0,0,0.5);*/
    /*    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000077', endColorstr='#00000077');*/
    background: url('img/bgpu.png') repeat 0 0;
    z-index: 100;
}
.popup{
    position: relative;
    margin: 100px auto 0px;
    width: 500px;
}
.puwrap{
    float: left;
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    border: 1px solid #fff;
}
.puhead{
    float: left;
    width: 470px;
    padding: 10px 15px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a6d7e5;
}
.puhead span{
    float: left;
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    text-shadow: 0 -1px 0 #fff;
}
.puhead a.puclose:hover{text-decoration: none;}
.puhead a.puclose{
    float: right;
    display: block;
    width: 14px;
    height: 14px;
    color: #323232;
}
.pubody{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 470px;
    padding: 20px 15px 10px;
    background-color: #fff;
}
.pubody p{
    font-size: 13px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.pubody ul{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.pubody li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}
.pubody label{float: left;width: 100%;margin-bottom: 3px;}
.pubody label span{float: left;}
.pubody input[type=checkbox]{
    margin-right: 7px;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
}
.pubody ul input[type=submit]:active{
    box-shadow: 0px 1px 1px #777;
    -webkit-box-shadow: 0px 1px 1px #777;
    -moz-box-shadow: 0px 1px 1px #777;
}
.pubody ul input[type=submit]{
    background: #fff url('img/bggsubs.png') repeat-x 0 0;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 3px #777;
    -webkit-box-shadow: 1px 2px 3px #777;
    -moz-box-shadow: 1px 2px 3px #777;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #323232;
    text-shadow: 0 1px 0 #ccc;
    cursor: pointer;
}
.pubody input[type=text],.pubody input[type=password]{
    float: left;
    width: 230px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    background-color: #fff;
    color: #B3B4B4;
    margin-right: 10px;
}
.pubody select{
    float: left;
    width: auto;
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #fff;
    height: 22px;
    line-height: 22px;
    margin-top: 1px;
    color: #B3B4B4;
    margin-right: 10px;
}
.makblock{
    float: left;
    width: 100%;
    position: relative;
    height: 354px;
    /*background: url('img/bgmap.jpg') repeat-x 0 0;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.likeblock{
    position: absolute;
    right: 5px;
    top: -20px;
    width: 61px;
    height: 41px;
    text-align: center;
    font-size: 13px;
    line-height: 41px;
    white-space: nowrap;
    background: url(img/like3.png) no-repeat 0 -41px;
    color: #1f1f1f;
    text-shadow: #fcfcfc 1px 1px 3px;
    -webkit-text-shadow: #fcfcfc 1px 1px 3px;
    -moz-text-shadow: #fcfcfc 1px 1px 3px;
    -o-text-shadow: #fcfcfc 1px 1px 3px;

}
.likeimg:hover{
    background-position: 0px -41px;
}
.likes{
    background: url(img/like3.png) no-repeat 0 -41px;
    width: 61px;
    height: 14px;
    padding: 16px 0px;
    display: block;
}
.likeimg{
    background: url(img/like3.png) no-repeat 0 0;
    width: 61px;
    height: 41px;
    line-height: 48px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.lakeblock.right{
    float: right;
    margin-right: 0px;
}
.lakeblock{
    float: left;
    width: 300px;
    margin-right: 20px;
}
.tagslist{
    float: left;
    padding-left: 0px;
    margin: 0px;
    width: 100%;
    margin-bottom: 10px;
}
.tagslist li{
    list-style: none;
    float: left;
    margin-right: 5px;

}
.updated{
    float: left;
    width: 100%;
}
h3.mb5{margin-bottom: 5px;}
.form-item.w100{width: 100% !important;margin-bottom: 0px !important;}
.lakeblock.w100{
    width: 100%;
}