]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/style.css
modified: view/theme/smoothly/style.css
[friendica.git] / view / theme / smoothly / style.css
index 6d9e9b3fa963ce141d104297b482077f8eda6fbd..e92621ad3f4919eb83cbb19c3bb0cf1632e5e970 100644 (file)
@@ -2,9 +2,7 @@
        style.css
        Smoothly
    
-       Created by Anne Walk and Devlon Duthie on 2011-09-24
-       Modified by alex@friendica.pixelbits.de on 2012-09-14
-
+       Created by alex@friendica.pixelbits.de on 2012-10-23
 
 ** Colors ** 
 Blue links - #1873a2
@@ -14,91 +12,15 @@ Grey/body text - #626262
 Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
 Dark Grey Gradients - #7c7d7b and #555753
 Orange - #fec01d
-
 */
 
-body {
-    margin: 0 auto;
-    padding-bottom: 3em;
-    /*position: relative;*/
-    width: 960px;
-    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
-    font-size: 15px;
-    font-size-adjust: none;
-    font-style: normal;
-    font-variant: normal;
-    font-weight: normal;
-    line-height: 18px;
-    color: #626262;
-    background-color: #F2F2F2;
-    color: #333333;
-}
-
-img {
-       border: 0 none;
-       max-width: 550px;
-}
-
-a {
-       color: #1873a2;
-       text-decoration: none;
-       margin-bottom: 1px;
-}
-
-a:hover {
-       color: #6da6c4;
-       padding-bottom: 0px;
-}
-
-h3 > a, h4 > a {
-       font-size: 18px;
-       color: #626262;
-}
-
-h3 {
-       margin: 0px;
-       margin-bottom: 5px;
-       font-size: 18px;
-       color: #626262;
-}
-
-h2 {
-       color: #626262;
-}
-
-p {
-       max-width: 600px;
-}
-
-label {
-/*     font-variant:small-caps; */
-}
+@import url('css/typography.css');
 
-li {
-       list-style: none outside none;
-}
 
-li.widget-list {
-       list-style: none outside none;
-       background: url("arrow.png") no-repeat scroll left center transparent;
-       display: block;
-       padding: 3px 24px;
-}
-
-.required {
-       display: inline;
-       color: #1873a2;
-}
-
-.fakelink {
-       color: #1873a2;
+.lockview {
        cursor: pointer;
 }
 
-.fakelink :hover {
-       color: #6da6c4;
-}
-
 .heart {
        color: #FF0000;
        font-size: 100%;
@@ -106,13 +28,14 @@ li.widget-list {
 
 
 input[type=text] {
+       float: left;
        border: 1px solid #b0b0b0;
        padding: 2px;
-       width: 466px;
-       margin-left: 0px;
-       border-radius: 3px 3px 3px 3px;
-               -webkit-border-radius: 3px 3px 3px 3px;
-               -moz-border-radius: 3px 3px 3px 3px;
+       width: 550px;
+       /*margin-top: 10px;*/
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
 }
 
 input[type=text-sidebar] {
@@ -121,9 +44,9 @@ input[type=text-sidebar] {
        width: 172px;
        margin-left: 10px;
        margin-top: 10px;
-       border-radius: 3px 3px 3px 3px;
-               -webkit-border-radius: 3px 3px 3px 3px;
-               -moz-border-radius: 3px 3px 3px 3px;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
 }
 
 input[type=submit] {
@@ -137,7 +60,9 @@ input[type=submit] {
        color: #efefef;
        text-align: center;
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 input[type=submit]:hover {
@@ -148,30 +73,38 @@ input[type=submit]:hover {
        color: #efefef;
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 input[type=submit]:active {
        position: relative;
        top: 1px;
 }
 
+#search-submit {
+       margin: 10px 10px 0 0;
+}
+
 .smalltext {
        font-size: 0.7em
 }
 
 ::selection    {
-       background: #fdf795;
+       background: #fec01d;
        color: #000; /* Safari and Opera */
 }
 
 ::-moz-selection {
-       background: #fdf795;
+       background: #fec01d;
        color: #000; /* Firefox */
 }
 
 section {
        float: left;
-       padding-top: 45px; /*60*/
+       margin-top: 45px;
        width: 730px;
        font-size: 0.9em;
        line-height: 1.2em;
@@ -187,11 +120,15 @@ section {
 }
 
 .mframe {
-       padding: 2px;
+       padding: 3px;
     background: none repeat scroll 0 0 #FFFFFF;
     border: 1px solid #C5C5C5;
-    border-radius: 3px 3px 3px 3px;
-    box-shadow: 0 0 8px #BDBDBD;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
 }
 
 #wall-item-lock {
@@ -200,7 +137,9 @@ section {
 
 .button {
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
        font-size: 1em;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
        background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
@@ -213,9 +152,11 @@ section {
 .button:hover {
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       /*      -moz-box-shadow: 3px 3px 4px #959494;
-               -webkit-box-shadow: 3px 3px 4px #959494;*/
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
@@ -248,12 +189,13 @@ section {
 
 #login-password-wrapper {
        vertical-align: middle;
-       margin: auto;   
+       margin: auto;
 }
 
 #login-extra-links {
        width: 90px;
        margin-top: 20px;
+       clear: both;
 }
 
 #login-extra-links a {
@@ -268,6 +210,44 @@ section {
        display: none;
 }
 
+#login_standard {
+       width: 210px;
+       float: left;
+}
+#login_openid {
+       width: 210px;
+       margin-left: 150px;
+}
+
+#login_standard input,
+#login_openid input {
+       width: 240px;
+}
+
+#register-link,
+#lost-password-link {
+       font-size: 80%;
+       width: 210px;
+       margin-left: 5px;
+}
+
+#login-name-end,
+#login-password-end, 
+#login-extra-end, 
+#login-submit-end {
+       height: 50px;
+}
+
+#login-submit-button {
+       margin-top: 10px;
+       margin-left: 75px;
+}
+
+#login-submit-wrapper {
+       margin-top: 10px;
+       margin-left: 75px;
+}
+
 /* ========= */
 /* = Panel = */
 /* ========= */
@@ -294,7 +274,8 @@ section {
 /* ========= */
 
 .pager {
-       padding-top: 30px;
+       padding-top: 10px;
+       padding-bottom: 10px;
        display: block;
        clear: both;
        text-align: center;
@@ -336,9 +317,11 @@ nav {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       /*      -moz-box-shadow: 3px 3px 4px #959494;
-               -webkit-box-shadow: 3px 3px 4px #959494;*/
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 nav a {
@@ -353,6 +336,12 @@ nav a:hover {
        border: 0px;
 }
 
+nav #site-location {
+       color: #888a85;
+       font-size: 0.8em;
+       position: absolute;
+}
+
 nav #banner {
        display: block;
        position: absolute;
@@ -403,6 +392,58 @@ nav #user-menu-label {
        text-align: center;
 }
 
+.nav-ajax-left {
+       font-size: 0.8em;
+       float: left;
+       margin-top: 62px;       
+}
+
+nav #nav-link-wrapper .nav-link {
+       border-right: 1px solid #babdb6;
+}
+/* menu problems
+.nav-commlink, .nav-login-link {
+       display: block;
+       height: 15px;
+       margin-top: 67px;
+       margin-right: 2px;
+       padding: 6px 3px;
+       float: left;
+       bottom: 140px;
+       border: 1px solid #babdb6;
+       border-bottom: 0px;
+       background-color: #aec0d3;
+       color: #565854;         
+       border-radius: 3px 3px 0px 0px;
+       -moz-border-radius: 3px 3px 0px 0px;
+}
+
+.nav-commlink.selected {
+       background-color: #ffffff;
+       border-bottom: 1px solid #ffffff;
+       color: #000000 !important;
+       margin-top: 64px;
+       padding-top: 6px;
+       padding-bottom: 8px;
+}
+*/
+
+.error-message {
+       color: #FF0000;
+       font-size: 1.1em;
+       border: 1px solid #FF8888;
+       background-color: #FFEEEE;
+       padding: 10px;
+}
+
+.info-message {
+       color: #204a87;
+       font-size: 1.1em;
+       border: 1px solid #3465a4;
+       background-color: #d7e3f1;
+       padding: 10px;
+}
+
 ul#user-menu-popup {
        display: none;
        position: absolute;
@@ -546,16 +587,16 @@ ul#user-menu-popup li a.nav-sep {
 aside {
        float: right;
        width: 205px;
-       margin-top: 40px;
-       font-size: 0.9em;
+       margin-top: 45px;
+       /*font-size: 0.9em;*/
        font-style: bold;
 }
 
-aside a{
-       padding-bottom: 5px;
+aside a {
+       /*padding-bottom: 5px;*/
 }
 
-.vcard {
+.vcard .title {
        font-size: 1em;
 }
 
@@ -565,11 +606,13 @@ aside a{
        -webkit-margin-start: 10px;
 }
 
+.fn {
+}
+
 .vcard .fn {
        font-size: 1.4em;
        font-weight: bold;
        border-bottom: none;
-       padding-top: 15px;
 }
 
 .vcard #profile-photo-wrapper {
@@ -581,7 +624,11 @@ aside a{
        box-shadow: 0 0 8px #BDBDBD;
                -moz-box-shadow: 3px 3px 4px #959494;
                -webkit-box-shadow: 3px 3px 4px #959494;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 aside h4 {
@@ -628,6 +675,17 @@ aside h4 {
        text-shadow: 1px 1px 0px #b36f6f;
 }
 
+#wallmessage-link {
+       display: block;
+       color: #FFFFFF;
+       border-radius: 5px;
+       -webkit-border-radius: 5px ;
+       -moz-border-radius: 5px;
+       padding: 5px;
+       font-weight: bold;
+       background-color: #3465a4;
+}
+
 #dfrn-request-link:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
@@ -646,10 +704,10 @@ aside h4 {
 
 #netsearch-box {
        background-color: #f6f6f6;
-       padding: 5px 5px 5px 5px;
+       padding: 5px 5px 0px 15px;
 }
 #netsearch-box input[type="text"] {
-       width: 97%;
+       width: 90%;
 }
 #netsearch-box input[type="submit"] {
        width: auto;
@@ -665,9 +723,9 @@ h3#search:before {
        background-color: #f3f3f3;
        border: 1px solid #cdcdcd;
        margin-bottom: 10px;
-       border-radius: 5px 5px 5px 5px; 
-               -webkit-border-radius: 5px 5px 5px 5px;
-               -moz-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;     
+               -webkit-border-radius: 5px;
+               -moz-border-radius: 5px;
 }
 
 #group-sidebar {
@@ -677,13 +735,32 @@ h3#search:before {
        padding-bottom: 10px;
 }
 
+#peoplefind-desc {
+       margin-left: 10px;
+}
+
 #sidebar-group-list {
        margin-left: 0px;
        margin-right: 30px;
 }
 
-#sidebar-group-list > a{
-       padding-bottom: 10px;
+#sidebar-group-list  a {
+       /*padding-bottom: 10px;*/
+}
+
+/*#sidebar-group-list ul {
+       list-style-type: none;
+}
+
+#sidebar-group-list li {
+       margin-top: 10px;
+}*/
+
+#sidebar-group-list .icon,
+#sidebar-group-list .iconspacer {
+       display: inline-block;
+       height: 12px;
+       width: 12px;
 }
 
 .widget {
@@ -702,6 +779,13 @@ h3#search:before {
        border: 1px solid #cdcdcd;
 }
 
+li.widget-list {
+       list-style: none outside none;
+       background: url("arrow.png") no-repeat scroll left center transparent;
+       display: block;
+       padding: 3px 24px;
+}
+
 #sidebar-new-group {
        padding: 7px;
        width: 165px;
@@ -716,7 +800,9 @@ h3#search:before {
        text-decoration: none;
        text-align: center;
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 
@@ -727,7 +813,11 @@ h3#search:before {
        background-color: #1873a2;
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #sidebar-new-group:active {
@@ -735,7 +825,7 @@ h3#search:before {
        top: 1px;
 }
 
-.group-selected, .nets-selected {
+.group-selected, .nets-selected, .fileas-selected, .categories-selected {
        padding-bottom: 0px;
        padding-left: 2px;
        padding-right: 2px;
@@ -754,6 +844,10 @@ h3#search:before {
        text-decoration: none;
 }
 
+.settings-widget .selected {
+       font-weight: bold;
+}
+
 #sidebar-new-group a {
        color: #efefef;
        font-size: 14px;
@@ -764,7 +858,7 @@ h3#search:before {
 ul .sidebar-group-li {
        list-style: none;
        font-size: 1.0em;
-       padding-bottom: 5px;
+       /*padding-bottom: 5px;*/
 }
 
 ul .sidebar-group-li .icon {
@@ -773,12 +867,12 @@ ul .sidebar-group-li .icon {
        width: 12px;
 }
 
-.nets-ul {
+.nets-ul, .fileas-ul, .categories-ul  {
        list-style-type: none;
 }
 
-.nets-ul li {
-       margin-top: 10px;
+.nets-ul li, .fileas-ul li, .categories-ul li {
+       /*margin-top: 10px;*/
 }
 
 .nets-link {
@@ -788,7 +882,16 @@ ul .sidebar-group-li .icon {
        margin-left: 42px;
 }
 
+.fileas-link, .categories-link {
+       margin-left: 0px;
+}
+
+.fileas-all, .categories-all {
+       margin-left: 0px;
+}
+
 .widget h3 {
+       font-size: 125%;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
        background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
@@ -805,6 +908,10 @@ ul .sidebar-group-li .icon {
        text-shadow: -1px 0px 0px #bdbdbd;      
 }
 
+#connect-desc {
+       margin-left: 10px;
+}
+
 #group-sidebar h3:before {
        content: url("groups.png");
        padding-right: 10px;
@@ -813,7 +920,6 @@ ul .sidebar-group-li .icon {
 
 #saved-search-list {
        margin-top: 15px;
-       padding-bottom: 20px;
 }
 
 .saved-search-li {
@@ -848,29 +954,49 @@ ul .sidebar-group-li .icon {
        height: 47px;
        margin-right: 2px;
        border: 1px solid #C5C5C5;
-    border-radius: 3px 3px 3px 3px;
-    box-shadow: 0 0 8px #BDBDBD;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
 }
 .contact-block-div {
        float: left;
 }
 
+.contact-block-link {
+       float: left;
+}
+
 .contact-block-textdiv {
        width: 150px;
        height: 34px;
        float: left;
 }
 
+.contact-block-h4,
+.contact-block-content {
+}
+
+#contact-block,
 #contact-block-end {
        clear: both;
-} 
+}
 
 /* ======= */
 /* = Jot = */
 /* ======= */
 
+#profile-jot-text-loading,
+#profile-jot-text {
+       height: 20px;
+       color: #cccccc;
+}
+
 #profile-jot-text_tbl {
        margin-bottom: 10px;
+       margin-top: 10px;
 }
 
 #profile-jot-text_ifr {
@@ -878,57 +1004,98 @@ ul .sidebar-group-li .icon {
 }
 
 #profile-jot-submit-wrapper { 
+       margin-top: 30px;
 }
 
-#jot-title {
+#jot-title, #jot-category {
        margin: 0px;
        height: 20px;
-       width: 466px;
+       width: 575px;
        font-weight: bold;
        border: 1px solid #cccccc;
 }
 
-#jot-title::-webkit-input-placeholder {
+#jot-perms-icon {
+       float: left;
+}
+
+#jot-title::-webkit-input-placeholder,
+#jot-category::-webkit-input-placeholder {
        font-weight: normal;
 }
 
-#jot-title:-moz-placeholder {
+#jot-title:-moz-placeholder,
+#jot-category:-moz-placeholder {
        font-weight: normal;
 }
        
 #jot-title:hover,
-#jot-title:focus {
+#jot-title:focus,
+#jot-category:hover,
+#jot-category:focus {
        border: 1px solid #cccccc;
 }
 
+.jothidden { display:none; }
+
 .preview {
        background: #FFFFC8;
 }
 
-#profile-jot-perms, #profile-jot-submit, #jot-preview-link {
+#theme-preview {
+       margin: 15px 0 15px 150px;
+}
+
+#profile-jot-perms, #profile-jot-submit {
        width: 60px;
        font-size: 12px;
-       box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
        background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
        background-color: #bdbdbd;
+       display: inline-block;
+       color: #efefef;
+       text-decoration: none;
+       text-align: center;
+       border: 1px solid #7C7D7B;
        border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
+}
+
+#jot-preview-form {}
+
+#jot-preview-link {
+       float: left;
+       width: 60px;
+       /*height: 10px;*/
+       font-size: 12px;
+       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
+       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
+       background-color: #bdbdbd;
        display: inline-block;
        color: #efefef;
        text-decoration: none;
        text-align: center;
+       padding: 5px 5px;
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #profile-jot-perms {
-       width: 30px;
+       width: 27px;
+       height: 27px;
+       float: right;
        overflow: hidden;
-       border: 0px;
-       margin-left:5px;
+       margin-left: 10px;
+       margin-top: -20px;
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #jot-perms-perms .icon {
@@ -936,11 +1103,16 @@ ul .sidebar-group-li .icon {
 }
 
 #profile-jot-submit {
-       float: left;
-       margin-right: 5px;
-       border: 0px;
-       margin-top: 0px;
-       margin-left: -30px;
+       width: 80px;
+       float: right;
+       margin-right: 145px;
+       margin-top: -20px;
+       margin-left: 10px;
+       padding: 5px 5px;
+       border: 1px solid #7C7D7B;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #profile-jot-perms:hover, 
@@ -950,6 +1122,13 @@ ul .sidebar-group-li .icon {
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
        background-color: #1873a2;
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #profile-jot-perms:active, 
@@ -960,9 +1139,10 @@ ul .sidebar-group-li .icon {
 }
 
 #character-counter {
-       position: absolute: 
-               right: 100px; 
-               top:100px;
+       position: relative;
+       float: left;
+       right: 0px; 
+       top: 0px;
 }
 #profile-rotator-wrapper {
        float: right; 
@@ -1009,6 +1189,12 @@ ul .sidebar-group-li .icon {
     display:block!important;
 }
 
+#profile-video-wrapper,
+#profile-audio-wrapper,
+#profile-location-wrapper,
+#profile-nolocation-wrapper {
+}
+
 #group_allow_wrapper,
 #group_deny_wrapper,
 #acl-permit-outer-wrapper {
@@ -1049,14 +1235,21 @@ ul .sidebar-group-li .icon {
 }
 
 #profile-jot-wrapper {
-       margin-top: 0px;
-       padding-top: 0px;
-}
-
-profile-jot-banner-wrapper {
-       padding: 0px;
-       margin: 0px;
-}
+       margin-top: -15px;
+}
+
+#profile-jot-desc,
+#profile-jot-form,
+#jot-location,
+#jot-coord,
+#jot-preview,
+#jot-title-wrap,
+#jot-category-wrap,
+#jot-text-wrap,
+#profile-jot-text-loading,
+#profile-attach-wrapper,
+#profile-link-wrapper,
+#profile-jot-banner-wrapper {}
 
 .contact-h4 {
        font-size: 1.2em;
@@ -1096,14 +1289,18 @@ profile-jot-banner-wrapper {
 .wall-item-outside-wrapper {
        max-width: 100%;
        border-bottom: 1px solid #dedede; 
-       margin-top: 20px;
+       margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 12px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CDCDCD;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
        box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
 }
 
 .wall-item-outside-wrapper-end {
@@ -1116,6 +1313,10 @@ profile-jot-banner-wrapper {
        padding-top: 10px;
 }
 
+.wall-item-comment-wrapper {
+       margin-left: 10px;
+}
+
 .wall-item-photo-menu {
        display: none;
 }
@@ -1152,9 +1353,10 @@ profile-jot-banner-wrapper {
        transition: all 0.25s ease-in-out;
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
-       margin-top: 10px;
+       margin-top: 20px;
        padding-bottom: 5px;
        float: right;
+       width: auto;
 }
 
 .wall-item-tools:hover {
@@ -1163,22 +1365,40 @@ profile-jot-banner-wrapper {
        transition: all 0.25s ease-in-out;      
                -webkit-transition: all 0.25s ease-in-out;
                -moz-transition: all 0.25s ease-in-out;
-       margin-left: 140px;
+}
+
+.wall-item-social { 
+       filter: alpha(opacity=60);
+       opacity: 0.7;
+       transition: all 0.25s ease-in-out;
+               -webkit-transition: all 0.25s ease-in-out;
+               -moz-transition: all 0.25s ease-in-out;
+       margin-top: 20px;
+       margin-left: 0px;
+       padding-bottom: 5px;
+       float: left;
+       width: auto;
+}
+
+.wall-item-social:hover {
+       filter: alpha(opacity=100);
+       opacity: 1;
+       transition: all 0.25s ease-in-out;      
+               -webkit-transition: all 0.25s ease-in-out;
+               -moz-transition: all 0.25s ease-in-out;
 }
 
 .wall-item-outside-wrapper.comment .wall-item-tools {
-       margin: 5px 5px 0px 70px;
        float: right;
 }
 
 .wall-item-like-buttons {
        float: left;
-       padding-left: 10px;
 }
 
 .wall-item-like-buttons a.icon {
        float: left;
-       margin-right: 5px;
+       margin-right: 10px;
        display: inline;
 }
 
@@ -1189,17 +1409,18 @@ profile-jot-banner-wrapper {
 
 .wall-item-delete-wrapper {
        float: left;
-       margin-right: 5px;
+       margin-right: 10px;
 }
 
 .wall-item-links-wrapper a.icon {
        float: left;
-       margin-right: 5px;
+       margin-right: 10px;
        display: inline;
 }
 
 .pencil {
        float: left;
+       margin-right: 20px;
 }
 
 .star-item {
@@ -1241,8 +1462,8 @@ profile-jot-banner-wrapper {
 .wall-item-like {
        clear: left;
        font-size: 0.9em;
-       margin: 0px 0px 10px 450px;
-       padding-left: 0px;
+       margin: 0px 0px 10px 0px;
+       padding-left: 10px;
 }
 
 .wall-item-author {
@@ -1287,7 +1508,7 @@ profile-jot-banner-wrapper {
 }
 
 .wall-item-location .smalltext { 
-       margin-left: 25px;  
+       margin-left: 0px;  
        font-size: 0.9em; 
        display: block;
 }
@@ -1395,11 +1616,29 @@ profile-jot-banner-wrapper {
        float: right;
 }
 
+#item-delete-selected-end,
 #item-delete-selected {        
-       overflow: auto; 
-       width: 100%;
+       overflow: auto;
+       margin-top: 20px;
+       float: right;
+    width: 250px;
+}
+
+#item-delete-selected-icon {}
+
+code {
+       font-family: Courier, monospace;
+       /*white-space: pre;*/
+       display: block;
+       overflow: auto;
+       border: 1px solid #444;
+       background: #EEE;
+       color: #444;
+       padding: 10px;
+       margin-top: 10px; 
 }
 
+
 /* ============ */
 /* = Comments = */
 /* ============ */
@@ -1409,9 +1648,24 @@ profile-jot-banner-wrapper {
        color: #898989;
        margin-left: 60px;
 }
+
+#tread-wrapper {}
+
+.tread-wrapper  {
+       border: 0px solid #CDCDCD;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
+       margin-bottom: 20px;
+       background-color: #E2E2E2;
+}
+
+.collapsed-comments,
+.hide-comments,
+.hide-comments-outer,
 .wall-item-outside-wrapper.comment { 
-       margin-left: 70px; 
+       margin-left: 30px;
+       margin-bottom: 20px;
 }
 
 .wall-item-outside-wrapper.comment .wall-item-photo {
@@ -1456,22 +1710,23 @@ profile-jot-banner-wrapper {
 
 .comment-wwedit-wrapper,
 .comment-edit-wrapper { 
-       margin: 30px 0px 0px 80px;
+       margin: 0px 0px 5px 0px;
 }
 
 .comment-wwedit-wrapper img,
 .comment-edit-wrapper img { 
        width: 20px; 
-       height: 20px; 
+       height: 20px;
+       margin-top: 5px;
 }
 
 .comment-edit-photo-link { 
        float: left; 
-       width: 40px;
+       width: 30px;
 }
 
 .comment-edit-text-empty { 
-       width: 80%;
+       width: 672px; /*80%*/
        height: 20px;
        color: #babdb6;
        transition: all 0.5s ease-in-out;       
@@ -1484,7 +1739,7 @@ profile-jot-banner-wrapper {
 }
 
 .comment-edit-text-full { 
-       width: 80%
+       width: 670px
        height: 6em;
        transition: all 0.5s ease-in-out;       
                -webkit-transition: all 0.5s ease-in-out;
@@ -1492,23 +1747,31 @@ profile-jot-banner-wrapper {
 }
 
 .comment-edit-submit-wrapper { 
-       width: 80%
-       margin-left: 40px; 
-       text-align: right; 
+       width: 670px
+       margin-left: 20px; 
+       text-align: left; 
 }
 
 .comment-edit-submit {
        height: 22px;
+       padding: 5px 5px;
        background-color: #a2a2a2;
        color: #eeeeec;
+       border: 1px solid #CDCDCD;
        border-radius: 5px;
-               -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
-       border: 0px;
+               -webkit-border-radius: 5px;
 }
 
 .comment-edit-submit:hover {
        background-color: #1873a2;
+       border: 1px solid #CDCDCD;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
 }
 
 .comment-edit-submit:active {
@@ -1517,18 +1780,18 @@ profile-jot-banner-wrapper {
 
 #item-delete-selected-desc {
        color: #898989;
-       float: left;
+       float: right;
 }
 
 .wall-item-body code {
        font-family: Courier, monospace;
-       white-space: pre;
+       /*white-space: pre;*/
        display: block;
        overflow: auto;
        border: 1px solid #cccccc;
-       border-width: 1px 1px 1px 10px;
-       padding-left: 10px;
-       margin-top: 20px; 
+       border-width: 1px 1px 1px 3px;
+       padding-left: 5px;
+       margin-top: 10px; 
 }
 
 /* =========== */
@@ -1601,9 +1864,9 @@ div[id$="wrapper"] br {
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        font-style: bold;
-       border-radius: 5px 5px 5px 5px; 
-               -webkit-border-radius: 5px 5px 5px 5px;
-               -moz-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #profile-edit-links li a {
@@ -1618,6 +1881,11 @@ div[id$="wrapper"] br {
        background-color: #1873a2;      
 }
 
+#profile-edit-links-end {
+       clear: both;
+       margin-bottom: 15px;
+}
+
 .profile-edit-side-div {
        margin-top: 10px;
        margin-right: 0px;
@@ -1697,9 +1965,9 @@ div[id$="wrapper"] br {
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        font-style: bold;
-       border-radius: 5px 5px 5px 5px;         
-               -webkit-border-radius: 5px 5px 5px 5px;
-               -moz-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #photo-top-links a {
@@ -1871,18 +2139,17 @@ div[id$="wrapper"] br {
 }
 
 select, input {
-       margin-top: 0px;
        border: 1px solid #b0b0b0;
        padding: 2px;
-       border-radius: 3px 3px 3px 3px;
-               -webkit-border-radius: 3px 3px 3px 3px;
-               -moz-border-radius: 3px 3px 3px 3px;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
 }
 
 select[size], 
 select[multiple], 
 select[size][multiple] {
-       -webkit-appearance: listbox;
+       margin: 5px 0px 10px 0px;
 }
 
 select {
@@ -1892,20 +2159,31 @@ select {
        cursor: default;        
 }
 
-keygen, select {
-       /*-webkit-border-radius: ;*/
+textarea, keygen {
+       margin-top: 3px;
+       font-size: 0.9em;
+       letter-spacing: normal;
+       word-spacing: normal;
+       line-height: 1.2em;
+       text-transform: none;
+       text-indent: 0px;
+       text-shadow: none;
+       display: inline-block;
+       text-align: -webkit-auto;       
 }
 
-input, textarea, keygen {
-       font-size: 0.9em;
+input {
+       margin-top: 3px;
+       margin-right: 10px;
+       /*font-size: 0.9em;
        letter-spacing: normal;
        word-spacing: normal;
        line-height: 1.2em;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
-       display: inline-block;
-       text-align: -webkit-auto;       
+       display: inline-block;*/
+       text-align: -webkit-auto;
 }
 
 .qq-upload-button {
@@ -1923,9 +2201,9 @@ input, textarea, keygen {
        padding: 5px 10px 5px 10px;
        margin-right: 5px;
        font-style: bold;
-       border-radius: 5px 5px 5px 5px;
-               -webkit-border-radius: 5px 5px 5px 5px;
-               -moz-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #album-edit-link  a {
@@ -2084,7 +2362,9 @@ margin-left: 0px;
        padding: 2px;
        background-color: #efefef;
        border: 1px solid #C5C5C5;
-    border-radius: 3px 3px 3px 3px;
+       border-radius: 3px;
+               -moz-border-radius: 3px;
+               -webkit-border-radius: 3px;
     box-shadow: 0 0 8px #BDBDBD;
                -moz-box-shadow: 3px 3px 4px #959494;
                -webkit-box-shadow: 3px 3px 4px #959494;
@@ -2242,6 +2522,13 @@ margin-left: 0px;
        margin-bottom: 10px;
 }
 
+.contact-wrapper {
+       float: left;
+       width: 150px;
+       height: 150px;
+       overflow: auto;
+}
+
 .view-contact-wrapper,
 .contact-entry-wrapper {
        float: left;
@@ -2252,6 +2539,14 @@ margin-left: 0px;
        position: relative;
 }
 
+#view-contact-end {
+       clear: both;
+}
+
+#viewcontacts {
+       margin-top: 15px;
+}
+
 .contact-entry-direction-wrapper {
        position: absolute;
        top: 20px;
@@ -2340,7 +2635,7 @@ margin-left: 0px;
        background-image: url("photo-menu.jpg");
        background-position: top left; 
        background-repeat: no-repeat;
-       margin: 0px; padding: 0px;
+       margin: 10px 0 0 0; padding: 0px;
        width: 16px;
        height: 16px;
        top: 64px; left:0px;
@@ -2393,7 +2688,7 @@ margin-left: 0px;
 }
 
 #follow-sidebar {
-       margin-bottom: 20px;
+       margin-bottom: 80px;
 }
 
 #follow-sidebar h3:before {
@@ -2426,7 +2721,9 @@ margin-left: 0px;
        font-size: 1.1em;
        text-align: center;
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-match-link:hover {
@@ -2437,7 +2734,11 @@ margin-left: 0px;
        background-color: #1873a2;
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-match-link:active {
@@ -2464,7 +2765,9 @@ margin-left: 0px;
        font-size: 1.1em;
        text-align: center;
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-invite-link:hover {
@@ -2475,7 +2778,11 @@ margin-left: 0px;
        background-color: #1873a2;      
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 
@@ -2503,7 +2810,9 @@ margin-left: 0px;
        font-size: 1.1em;
        text-align: center;
        border: 1px solid #7C7D7B;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-suggest-link:hover {
@@ -2514,7 +2823,11 @@ margin-left: 0px;
        background-color: #1873a2;      
        border: 1px solid #7C7D7B;
        box-shadow: 0 0 8px #BDBDBD;
-       border-radius: 5px 5px 5px 5px;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-suggest-link:active {
@@ -2541,9 +2854,9 @@ margin-left: 0px;
        border: 1px solid #cdcdcd;
        padding: 10px;
        margin-top: 20px;
-       border-radius: 5px 5px 5px 5px;
-               -webkit-border-radius: 5px 5px 5px 5px;
-               -moz-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #side-follow-wrapper label{
@@ -2607,11 +2920,14 @@ margin-left: 0px;
 /* = Register, Settings, Profile Forms = */
 /* ===================================== */
 
-.openid input{
+#id_openid_url, .openid input{
        background: url(login-bg.gif) no-repeat;
        background-position: 0 50%;
        padding-left: 18px;
-       width: 384px!important;
+       width: 220px!important;
+}
+
+.openid:hover {
 }
 
 #profile-tabs-wrapper {
@@ -2667,34 +2983,35 @@ margin-left: 0px;
        top: 1px;
 }
 
+#settings-default-perms .fakelink {
+       color: #efefef;
+}
+
 #settings-default-perms {
        width: 260px;
        text-align: center;
-       box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
-       background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
-       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
        color: #EFEFEF;
-       background-color: #7c7d7b;
+       padding: 5px 10px 5px 10px;
+       margin-bottom: 10px;
+       background-color: #BDBDBD;
+       background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
+       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
+       border: 1px solid #7C7D7B;
        border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
-       padding: 5px 10px 5px 10px;
-       margin-bottom: 10px;
-}
-
-#settings-default-perms .fakelink {
-       color: #efefef;
 }
 
 #settings-default-perms:hover {
        color: #efefef;
-       background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
-       background: -moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
-       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
        background-color: #555753;
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #settings-default-perms:active {
@@ -2710,11 +3027,12 @@ margin-left: 0px;
 #settings-nickname-desc {
        width: 80%;
        background-color: #efefef;
+       margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
-       padding: 5px;
+       padding: 10px;
 }
 
 #register-form div {
@@ -2732,8 +3050,9 @@ margin-left: 0px;
 
 #register-form label,
 #profile-edit-form label {
-       width: 300px; 
-       float: left;
+       width: 575px; 
+       float: right;
+       margin-right: 155px;
 }
 
 /* #register-form span,
@@ -2755,17 +3074,47 @@ margin-left: 0px;
        margin: 20px 20px 0px 0px;
 }
 
-#profile-edit-links ul { 
-       margin: 20px 0px; 
-       padding: 0px; 
-       list-style: none; 
-}
 
 #register-sitename { 
        display: inline; 
        font-weight: bold;
 }
+
+#register-submit-button {
+       margin-top: 10px;
+}
+
+#label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
+       float: left;
+       width: 350px;
+       margin-top: 10px;
+}
+
+#register-name, #register-email, #register-nickname {
+       float: left;
+       margin-top: 10px;
+       width: 150px;
+}
+
+#register-openid {
+       float: left;
+       margin-top: 10px;
+       width: 130px;
+}
+
+#register-fill-ext {
+       margin-bottom: 25px;
+}
+
+#register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
+       clear: both;
+}
+
+#register-nickname-desc {
+       margin-top: 30px;
+       width: 650px;
+}
+
 /* ===================== */
 /* = Contacts Selector = */
 /* ===================== */
@@ -2869,7 +3218,9 @@ margin-left: 0px;
 /* ========== */
 /* = Events = */
 /* ========== */
+
+#events-reminder {}
+
 .clear { 
        clear: both;
        margin-top: 10px;
@@ -3241,9 +3592,6 @@ tr {
 /* =============== */
 
 .field {
-       margin-bottom: 10px;
-       margin-top: 10px;
-       padding-bottom: 0px;
        width: 90%;
 }
 
@@ -3252,19 +3600,33 @@ tr {
        width: 480px;
 }
 
+.field checkbox {
+       float: left;
+       width: 480px;
+}
+
 .field input,
 .field textarea {
        width: 220px;
        border: 1px solid #CDCDCD;
-       border-radius: 5px 5px 5px 5px;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
+
 .field textarea { 
        height: 100px; 
 }
 
+.field password { 
+       height: 100px;
+       margin-left: 150px;     
+}
+
 .field_help {
        display: block;
-       margin-left: 100px;
+       margin-left: 0px;
+       margin-bottom: 10px;
        color: #666666; 
 }
 
@@ -3303,7 +3665,7 @@ tr {
        display: none!important; 
 }
 
-.field.radio .field_help { 
+.field .radio .field_help { 
        margin-left: 0px; 
 }
 
@@ -3350,19 +3712,19 @@ tr {
 .drop          { background-position: -110px 0px;}
 .drophide      { background-position: -130px 0px;}
 .edit          { background-position: -150px 0px;}
-.camera                { background-position: -170px 0px;}
+.camera        { background-position: -170px 0px;}
 .dislike       { background-position: -190px 0px;}
 .like          { background-position: -210px 0px;}
 .link          { background-position: -230px 0px;}
 .globe                 { background-position: -50px  -20px;}
 .noglobe       { background-position: -70px  -20px;}
-.no                    { background-position: -90px  -20px;}
+.no            { background-position: -90px  -20px;}
 .pause                 { background-position: -110px -20px;}
 .play          { background-position: -130px -20px;}
-.pencil                { background-position: -150px -20px;}
+.pencil        { background-position: -150px -20px; margin-right: 12px;}
 .small-pencil  { background-position: -170px -20px;}
 .recycle       { background-position: -190px -20px;}
-.remote-link   { background-position: -210px -20px;}
+.remote-link   { background-position: -210px -20px; margin-right: 10px;}
 .share                 { background-position: -230px -20px;}
 .tools                 { background-position: -50px  -40px;}
 .lock          { background-position: -70px  -40px;}
@@ -3383,13 +3745,13 @@ tr {
 
 .video                 { background-position: -110px -40px;}
 .youtube       { background-position: -130px -40px;}
-.attach                { background-position: -190px -40px;}
+.attach        { background-position: -190px -40px;}
 .language      { background-position: -210px -40px;}
-.on                    { background-position: -50px  -60px;}
+.on            { background-position: -50px  -60px;}
 .off           { background-position: -70px  -60px;}
 .prev          { background-position: -90px  -60px;}
 .next          { background-position: -110px -60px;}
-.tagged        { background-position: -130px -60px;}
+.tagged        { background-position: -130px -60px; margin-right: 10px;}
 .icon.dim      { opacity: 0.3;filter:alpha(opacity=30);}
 
 .attachtype {
@@ -3418,10 +3780,6 @@ footer {
        clear: both; 
 }
 
-#profile-jot-text {
-       height: 20px;
-       color: #cccccc;
-}
 
 /* ======= */
 /* = ACL = */
@@ -3467,7 +3825,7 @@ footer {
 }
 
 #acl-list {
-       height: auto;
+       height: 400px;
        border: 1px solid #cccccc;
        background-color: #efefef;
        clear: both;
@@ -3476,7 +3834,6 @@ footer {
 }
 
 #acl-list-content {
-       margin-left: 20px;
 }
 
 .acl-list-item {
@@ -3545,22 +3902,20 @@ footer {
 /* ========================= */
 
 #global-directory-link {
-       width: 130px;
+       width: 150px;
        padding: 7px;
        margin-bottom: 10px;
-       margin-left: 0px;
-       box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
-               -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
        background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
        background-color: #bdbdbd;
+       color: #efefef;
+       text-align: center;
+       -webkit-padding-start: 0px;
+       border: 1px solid #7C7D7B;
        border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
-       color: #efefef;
-       text-align: center;
 }
 
 #global-directory-link:hover {
@@ -3569,6 +3924,13 @@ footer {
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
        background-color: #1873a2;
+       border: 1px solid #7C7D7B;
+       box-shadow: 0 0 8px #BDBDBD;
+               -moz-box-shadow: 3px 3px 4px #959494;
+               -webkit-box-shadow: 3px 3px 4px #959494;
+       border-radius: 5px;
+               -moz-border-radius: 5px;
+               -webkit-border-radius: 5px;
 }
 
 #global-directory-link:active {
@@ -3581,10 +3943,6 @@ footer {
        color: #efefef;
 }
 
-#global-directory-link {
-       -webkit-padding-start: 0px;
-}
-
 a.active {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
        background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
@@ -3729,8 +4087,10 @@ ul.menu-popup {
 }
 
 .qcomment {
-       opacity: 0;
+       opacity: 0.8;
        filter: alpha(opacity=0);
+       position: relative;
+       left: 30px;
 }
 
 .qcomment:hover {
@@ -3744,13 +4104,45 @@ ul.menu-popup {
 
 /* Pages profile widget
 ----------------------------------------------------------- */
-#page-profile div#profile-page-list{
+#page-profile
+#profile-page-list {
        margin-left: 45px;
 }
 
-hr.line-dots {
-    background: url("dot.png") repeat-x scroll left center transparent;
-    border: medium none;
+#page-profile .title {
+       font-weight: bold;
+}
+
+#profile-vcard-break {
+       clear: both;
+}
+
+#profile-extra-links {
+       clear: both;
+       margin-top: 10px;
+}
+
+#profile-extra-links ul {
+       list-style-type: none;
+       padding: 0px;
+}
+
+
+#profile-extra-links li {
+       margin-top: 5px;
+}
+
+.profile-edit-side-div {
+       float: right;
+}
+
+.profile-edit-side-link {
+       opacity: 0.3;
+       filter:alpha(opacity=30);
+}
+.profile-edit-side-link:hover {
+       opacity: 1.0;
+       filter:alpha(opacity=100);
 }
 
 /* SCROLL TO TOP
@@ -3771,10 +4163,129 @@ hr.line-dots {
 ----------------------------------------------------------- */
 .shiny {
        background: #fbfde9;
-       border-radius: 5px;
 }
 
-/*div.wall-item-content-wrapper.shiny {
-       background-image: url("star.png");
-       background-repeat: no-repeat;
-}*/
\ No newline at end of file
+div.wall-item-content-wrapper.shiny {
+       background-image: url("shiny.png");
+       background-repeat: repeat-x;
+}
+
+/* from default */
+#jot-perms-icon, 
+#profile-location,
+#profile-nolocation,
+#profile-youtube, 
+#profile-video, 
+#profile-audio,
+#profile-link,
+#profile-title, 
+#wall-image-upload,
+#wall-file-upload,
+#profile-upload-wrapper,
+#wall-image-upload-div,
+#wall-file-upload-div,
+.hover, .focus {
+       cursor: pointer;
+}
+
+hr.line-dots {
+    background: url("dot.png") repeat-x scroll left center transparent;
+    border: medium none;
+}
+
+.body-tag, .filesavetags, .categorytags {
+       opacity: 0.5;
+       filter:alpha(opacity=50);
+}
+
+.body-tag:hover, .filesavetags:hover, .categorytags:hover {
+       opacity: 1.0 !important;
+       filter:alpha(opacity=100) !important;
+}
+
+.item-select {
+       opacity: 0.5;
+       filter:alpha(opacity=10);
+       float: right;
+       margin-right: 10px;
+
+}
+.item-select:hover, .checkeditem {
+       opacity: 1;
+       filter:alpha(opacity=100);
+}
+
+.filer-icon {
+       display: block; width: 16px; height: 16px;
+       background-image: url('file.gif');
+}
+
+.icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
+[class^="comment-edit-bb"] {
+       list-style: none;
+       display: none;
+       margin: 0px 0 -5px 0px;
+       padding: 0px;
+       width: 75%;
+}
+
+.body-attach {
+       margin-top: 10px;
+}
+
+.grey {
+       color: #888888;
+}
+
+.location, .location-label, .gender-label, .marital-label, .homepage-label {
+       float: left;
+       text-align: left;
+       display: block;
+}
+
+.adr, .x-gender, .marital-text, .homepage-url {
+       float: left;
+       display: block;
+       margin-left: 8px;
+}
+
+#birthday-notice {}
+#nav-notifications-template {}
+#categories-sidebar {}
+#nets-desc {}
+#status-tab {}
+#page-footer {}
+#live-profile {}
+
+.city-state-zip {}
+.country-name {}
+.locality {}
+.region {}
+.postal-code {}
+.mpfriend {}
+.toplevel_item {}
+
+.fc-header,
+.fc-view,
+.fc-view-basicWeek,
+.fc-grid,
+.fc-border-separate,
+.fc-content {}
+
+div#datebrowse-sidebar.widget {
+       text-align:center;
+}
+
+/* Fakelink */
+
+.fakelink, .fakelink:visited, .fakelink:link {
+       color: #1873a2;
+       cursor: pointer;
+       margin-bottom: 10px;
+       margin-left: 10px;
+       /*background: url("down.png") no-repeat scroll left center transparent;*/
+}
+
+.fakelink:hover {
+       color: #6da6c4;
+}