
body {
    margin: 0; 
    padding: 0; 
    font-family:  "Lucida Grande", sans-serif;
    font-size:12px;
    color:#222;
    text-rendering: optimizeLegibility;
}

a img, .image_anchor a {
   border-style: none;
}

a, li.menu_wiki a {
    border-bottom-width: 1px;
    border-bottom-color: red;
    border-bottom-style: solid;
    text-decoration: none;
    color: #222;
}

a:hover, li.menu_wiki a {
    border-bottom-color: red;
}


#wrap {
    position:relative;
    top:35px;
    left:0px;
    z-index:1;
}

#background{
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
    z-index:-100;
}

#background_info, #font_info {
    position:fixed;
    clear:both;
    z-index:200;
    top:0px;
    right:0px;
    background-color:black;
    opacity:.5;
    color:white;
    margin:10px;
    padding:0px 10px 0px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    max-width:300px;
    line-height:18px;
    display:none;
}

#font_info {
    left:0px;
    top:35px;
    z-index:100;
    max-width:700px;
}

#font_info p {
    max-width:300px;
}

#background_info a {
    color:white;
    border-bottom-color:white;
    
}

#show_background {
    position: fixed; 
    clear: both; 
    width:175px; 
    height:48px; 
    right:0px;
    bottom: 0px; 
    z-index:500;
    background-image:url('showHide.png');
    cursor:pointer;
}


#left, #right, #super_right {
    position:absolute;
    left:10px;
    top:10px;
    width:190px;
}


#super_right {
    width:210px;
}

#font_content, #blog_content, #content {
    position:absolute;
    top:10px;
    left:225px;
    width:700px;
    min-height:600px;
    padding:10px;
    background-color:white;
    -webkit-box-shadow:  4px 4px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.7);
}

#font_content, #blog_content {
    width:500px;
    min-height:300px;
}

#blog_content {
    top:355px;
    overflow:hidden;
}
#right {
    left:770px;
}

#right img {
    vertical-align:middle;
    margin:5px;
}

#super_right {
    left:985px;
}

div.menu_item {
    padding:10px;
    margin-bottom:25px;
    background-image:url(transparent.png);
    overflow:hidden;
    -webkit-box-shadow:  4px 4px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.7);
    
}


div.menu_item ul {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    list-style: none;
}

li.menu_tag {
    margin: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    display: inline;
}

li.menu_tag a {
    color: inherit;
    border-style: none;
}

li.menu_tag a:hover {
    color: red;
}

li.menu_wiki a {
    border-bottom-color: #00C4FF;
}

li.menu_wiki {
    margin-bottom:5px;
    margin-left:5px;
}


.shared_blog li, li.menu_higher {
    padding-bottom:7px;
}

.site_footer {
    width:10px;
}

div.attachment_images {
    margin-top:20px;
    margin-bottom:20px;
    background-color: #F4F4F4;
    padding:20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.attachment_images img {
    vertical-align:middle;
}

div.attachment_box {
    display:inline-block;
    text-align:center;
    vertical-align:middle;
}

span.attachment_help {
    color: gray;
    font-size: 10px;
    padding-top:5px;
    display:block;
}

div.share {
    position:absolute;
    top:0px;
    right:0px;
    padding:10px;
    padding-top:15px;
}

div.rss_atom a {
    font-size:10px;
    margin-left:5px;
    color:gray;
}
div.rss_atom a:hover {
    color:red;
}

#at16pf, #at15s_head {
    display:none;
}

#at_hover {
    border-color:#222;
}

#search_box {
    position:fixed;
    top:7px;
    right:0px;
    z-index:50;
        z-index:50;
}


#search_box input {
    margin-left:10px;
    margin-right:10px;
    background-color:white;
    border:solid 1px white;  
    padding:2px 10px;
    -moz-border-radius: 9px;
    -webkit-appearance:searchfield;
    opacity:.5;

}

#search_box input:hover, #search_box input:focus {
    opacity:1;
}

#search_box form {
    display:inline;
}

div.page_footer {
    font-size:10px;
    padding:10px;
    color:gray;
    clear:both;
    line-height:1.6;
}

div.page_footer a {
    color:gray;
}

#site_footer {
    font-size:10px;
    position:absolute;
    color:#DEDEDE;
    height:25px;
    width:100%;
    text-align:center;
    margin-left:-10px;
    bottom:-40px;
}

#site_header_left {
    font-family:HeaderFont, Helvetica, Sans-Serif;
    font-size:20px;
    position:absolute;
    color:#2F2F2F;
    left:10px;
    z-index:50;
    cursor:pointer;
}

#site_header_left:hover  {
    color:red;
    opacity:1;
}


#site_header, #site_header_background {
    padding-left:235px;
    padding-top:10px;
    padding-bottom:0px;
    color:white;
    position:fixed;
    z-index:50;
    height:25px;
    left:0px;
    top:0px;
    z-index:50;
}
#site_header_background {
    padding-left:0px;
    opacity:.6;
    background-color:#E9E9E9;
    border-bottom:1px gray solid;
    width:100%;
}

#site_header ul {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    list-style: none;
}

#site_header li {
    display:inline;
    margin-right:20px;
}

#site_header a {
    color: #484848;
    border:none;
    opacity:.3;
    text-shadow: white 0px 1px;
}

#site_header a:hover {
    opacity:1;
}

div.popup {
    z-index:1000;
    position:absolute;
    color:white;
    margin-left: -125px;
    margin-top: -45px;
    padding:20px;
    width:250px;
    height:90px;
    top:50%;
    left:50%;
    background-color:black;
    border:1px black solid;
    opacity:.8;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: black 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px black;
}

div.sitemap ul {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-left:20px;
    list-style: none;
}

div.sitemap li {
    padding-top:4px;
}

div.sitemap_item {
    margin-bottom:20px;
}

div.sitemap_column {
    width:50%;
    height:100%;
    display:inline;
    float:left;
    position:relative;
}

span.all_tag {
    position:relative;
    border-top:5px solid gray;
    color:white;
    margin-left:auto;
    margin-right:auto;
    font-size:10px;
    padding:2px 0px 5px 0px;
    overflow:visible;
    display:block;
}
span.all_tag:hover {
    border-top:5px solid #222;
    color:#222;
}

div.edit {
    width:500px;
}

div.admin_edit_delete {
    position:absolute;
    right:100px;
    top:6px;
}

.typemytype, .typemytype_small, .typemytype a, .typemytype_small a, .typemytype_show{
    font-size:33px; 
    font-family:HeaderFont, Helvetica, Sans-Serif;
    color:#2F2F2F;
    margin-top:5px;
    margin-bottom:5px;
    border:none;
}

.longLi {
    width:300px;
}

.typemytype_show {
    color:white;
    line-height:125%;
    font-size:100px; 
}
.typemytype_small, .typemytype_small a {
    font-size:25px; 
    
}   

.typemytype a:hover, .typemytype_small a:hover {
    color:red;
}

.tag_items {
    margin:0px;
    padding:0px;
    list-style: none;
    line-height:2.5em;
}

.tag_items li {
    display:inline;
}

.tag_item {
    padding-right:1em;
}
