/* global {{{ */
body, form {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    font-family: Arial,sans-serif;
    color: #333333;
    background-image: url(/images/background_gradient.png);
    background-repeat: repeat-x;
    background-position: top left;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 10px;
}

ul.menu {
    margin: 0px;
    padding: 0px;
}

ul.menu li {
    margin: 0px 8px 0px 0px;
    padding: 0px;
    text-indent: 0px;
    list-style: none;
    float: left;
}

form * .disabled {
    background-color: #ABABAB;
}
/* }}} */
/* Header {{{ */
div#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5000;
    background: #ffffff url(/images/navbar/background.png) bottom left;
    height: 28px;
    color: #ffffff;
}

div#header * a {
    color: #ffffff;
}

  div#header div.left
, div#header div.center
, div#header div.right
{
    line-height: 28px;
    height: 28px;
}


div#header div.left {
    position: absolute;
    top: 0px;
    left: 5px;
}

div#header div.center {
    text-align: center;
}

div#header div.center ul {
    width: 503px;
}

div#header div.right {
    position: absolute;
    top: 0px;
    right: 5px;
    font-weight: bold;
}

div#header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

div#header * ul li {
    list-style-type: none;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    margin-left: 5px;
}

div#header * ul li:first-child {
    margin-left: 0px;
}

div#header div.left * li img{
    margin-top: -5px;
}

div#header div.center * label.search {
    background: transparent url(/images/navbar/search_bg.png) no-repeat top left;
    display: block;
    height: 21px;
    line-height: 21px;
    width: 212px;
    padding: 2px 6px 2px 24px;
}

div#header div.center * input.search {
    background-color: transparent;
    border: 0px none transparent;
    width: 205px;
    line-height: 21px;
    height: 21px;
}
/* }}} */
/* Footer {{{ */
#footer {
    border-top: 1px solid #9c9c9c;
    padding: 6px 0px;
    margin-top: 18px;
    height: 18px;
    width: 100%;
    clear: both;
}

#footer * {
    height: 18px;
    line-height: 18px;
}

#footer p {
    float: left;
    margin: 0px;
    padding-left: 8px;
}

#footer .menu {
    float: right;
    padding-right: 8px;
}
/* }}} */
/* columns {{{ */
#body_wrapper {
    margin-top: 48px;
    margin-left: 20px;
    margin-right: 20px;
}

#leftSidebar {
    position: relative;
    float: left;
    left: -10px;
    width: 190px;
}

#body {
    position: relative;
}

#body_wrapper.hasLeftSidebar #body {
    margin-left: 190px;
}

#body_wrapper.hasRightSidebar #body {
    margin-right: 300px;
}

#rightSidebar {
    position: relative;
    right: -10px;
    float: right;
    width: 300px;
}
/* }}} */
/* Body {{{ */
#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
    color: #999999;
}

#body p {
    margin: 8px 4px;
    line-height: 1.25em;
}
/* }}} */
/* Body Footer Columns {{{ */
ul.BodyColumnContainer {
    margin: 0px;
    padding: 8px;
}

ul.BodyColumnContainer li.BodyColumn {
    margin: 8px;
    padding: 0px;
    list-style: none;
    width: 440px;
    float: left;
}

.Box {
    border-radius: 8px;
    border: 1px solid #559AEE;

    -moz-border-radius: 8px;
    -webkit-border-radius: 10px;

    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 12px;
    margin-left: 2px;
}

.Box .BoxTitle {
    margin: 0px;
    padding: 4px;
    color: #000000 !important;
    background-color: #96BEF1;

    border-radius: 8px 8px 0px 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.BoxBody {
    padding: 6px;
}

.Box .BoxTitle h2,
.Box .BoxTitle h3,
.Box .BoxTitle h4,
.Box .BoxTitle h5,
.Box .BoxTitle h6 {
    margin: 0px;
    padding: 4px;
    background-color: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
/* }}} */
/* Category list & actions {{{ */
#CategoryList {
    display: inline-block;
    width: 99%;
    padding: 5px;
}

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

#CategoryList ul li {
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
}

#CategoryList ul li:last-child {
    margin-right: 0px;
}

#CategoryList ul li a {
    float: left;

    margin: 0;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;

    border: 2px solid #2aaaff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    background-color: #f0f0ff;
    background-image: url(/images/category_bg.png);
    height: 23px;

    color: #000000;
    line-height: 23px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

#CategoryList ul li a.SelectedCategory {
    border: 2px solid #ffc03b !important;
}

#CategoryList ul li a.HiddenCategoryLink {
    border: 2px solid #ff5555;
}

#CategoryList ul li a:hover {
    color: #0066CC;
    background-color: #ffffff;
    background-image: none;
}

#CategoryActions {
    margin-top: -5px;
    font-weight: bold;
}

#LinkActions {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
/* }}} */
/* Squish Links & Boxes {{{ */
ul.SquishList {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

li.SquishLink {
    float: left;
    list-style: none;
    margin: 10px;
    width: 135px;
    height: 120px;
    display: table-cell;
}

li.SquishLink .LinkTitle {
    font-weight: bold;
    text-align: left;
    font-size: 1.01em;
    padding-bottom: 3px;
    margin-right: 3px;
    max-width: 115px;
    max-height: 1.02em;
    overflow: hidden;
}

li.SquishLink .LinkTitle span.More {
    border-bottom: 1px dotted gray;
}

li.SquishLink .LinkTitle img {
    margin-bottom: -3px;
    margin-right: 3px;
}

li.SquishLink .SquishImageWrapper {
    margin-top: 5px;
    padding: 6px;
    border: 1px solid #c7ec89;
    float: left;
}

li.SquishLink .SquishImageWrapper img {
    position: relative;
    float: left;
    z-index: 1;
}

li.SquishLink div.PopupAdmin {
    text-align: left;
    margin-bottom: 5px;
}

li.SquishLink div.PopupAdmin * a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
}

li.SquishLink .SquishMetadata {
    display: table;
    float: left;
    width: 200px;
    padding-left: 05px;
}

li.SquishLink .SquishMetadata div {
    margin-bottom: 3px;
}

li.SquishLink .SquishMetadata div.PopupTitle {
    font-weight: bold;
    font-size: 15px;
}

li.SquishLink div.PopupAdmin * a:hover {
    text-decoration: underline;
}

li.SquishLink .SquishMetadata div.PopupTitle .NewLink {
    margin-left: 5px;
    font-size: 11px;
    color: red;
}

li.SquishLink .SquishMetadata div.PopupDescription span.header {
    font-weight: bold;
    font-size: 1.1em;
}

li.SquishLink .SquishMetadata div.PopupTitle img.PopupFavicon {
    border: 0px;
    margin-right: 5px;
}

li.SquishLink .SquishMetadata div.PopupRating {
    clear: both;
    display: table;
    width: 100%;
}

li.SquishLink .SquishMetadata ul.SquishTags {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    background: transparent url(/images/icons/tag_green.png) no-repeat top left;
}

li.SquishLink .SquishMetadata ul.SquishTags li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px 2px 0px 0px;
    color: #00aa00;
}

li.SquishLink .PopupContent {
    position: absolute;
    width: 450px;
    padding: 10px;
    padding-right: 5px;
    z-index: 3;
    background-color: #ffffff;
}

li.SquishLink .PopupContent .LinkMove {
    cursor: move;
}
/* }}} */
/* Sidebar Box: User Profile {{{ */
#Box_Header .BoxBody {
    min-height: 100px;
}

#Box_Header #UserInfo #UserInfoContent img {
    float: left;
    margin-right: 5px;
    border: 1px solid #C7EC89;
}

#Box_Header #UserInfo #UserInfoContent .UserQuote {
    margin-top: 10px;
    font-style: italic;
}

#Box_Header #UserInfo #UserInfoBookmarklet {
    padding-top: 15px;
    clear: both;
}

#Box_Header #UserInfo #UserInfoBookmarklet .BookmarkletLink {
    clear: both;
    font-weight: bold;
}
/* }}} */
/* Sidebar Box: Friends List {{{ */
ul.FriendsList {
    margin: 0px;
    padding: 0px;
}

ul.FriendsList li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline;
}

ul.FriendsList img {
    border: 0px none transparent;
    margin: 2px;
}

#CategoryTitle {
    display: inline;
}

#CategoryDeleteForm {
    margin-top: 3px;
}
/* }}} */
/* Sidebar Box: Contact Me {{{ */
#Box_Contact * input, #Box_Contact * textarea {
    width: 100px;
}
/* }}} */
/* Widgets {{{ */
.WidgetTitle {
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 1.02em;
    text-align: center;
}
/* }}} */
/* Link Styles {{{ */
a.Button,
a.Button:link,
a.Button:visited,
a.Button:active {
    color: #000000;
    text-decoration: none;
    padding: 4px;
    padding-top: 2px;
    margin: 3px;
}

a.Button:hover {
    text-decoration: underline;
}

a.CreateButton, a.EditButton, a.DeleteButton {
    padding-left: 20px !important;
    background-repeat: no-repeat;
    background-position: middle left;
}

a.EditButton {
    background-image: url(/images/icons/folder_edit.png);
}

a.CreateButton {
    background-image: url(/images/icons/link_add.png);
}

a.DeleteButton {
    background-image: url(/images/icons/folder_delete.png);
}
/* }}} */
/* Users List {{{ */
#body_wrapper #UsersList {
    clear: both;
    margin-bottom: 20px;
}

#body_wrapper #UsersList .User {
    margin: 0px 6px 6px 0px;
    height: 80px;
    width: 200px;
    padding: 6px;
    float: left;
}

#body_wrapper #UsersList .User a:link,
#body_wrapper #UsersList .User a:visited,
#body_wrapper #UsersList .User a:active {
    text-decoration: none;
}

#body_wrapper #UsersList .User a:hover {
    text-decoration: underline;
}

#body_wrapper #UsersList .User img {
    float: left;
    margin-right: 6px;
}
/* }}} */
/* Large Friends List {{{ */
#Box_LargeFriends {
    min-height: 520px;
    max-height: 530px;
    min-width: 600px;
    text-align: center;
}

#Box_LargeFriends ul {
    margin: 0;
    padding: 0;
    max-height: 510px;
}

    #Box_LargeFriends ul li {
        display: inline;
        list-style-type: none;
        padding-bottom: 4px;
        padding-right: 4px;
    }
    /* }}} */
/* Search Results {{{ */
#SearchResults {
}

    #SearchResults .container {
        display: table;
        width: 100%;
    }
/* }}} */
