/*-------------------------------------------------------------
   GLOBAL 
---------------------------------------------------------------*/
 
p {margin: 7px 0;line-height: 1.36em;}
a {color: #7ca590; text-decoration:none;}
a.newpage {color: #b30000;}
a:hover {color: #222;background-color: transparent;}
 
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;F
    line-height: 1.2em;
    margin: 16px 0;
}
h1 {font-size: 220%;}
h2 {font-size: 180%; color: #444;}
h3 {font-size: 170%;}
h4 {font-size: 140%;}
h5 {font-size: 120%; font-weight: bold;}
h6 {font-size: 115%; font-weight: bold;}
 
input[type=text], textarea {
    margin: 0;
    padding: 7px 5px;
    background: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#fff), color-stop(.2,#fff));
    background-image: -moz-linear-gradient(top,#f5f5f5, #fff, #fff 60%);
    border: 1px solid #fff;
}
input[type=text]:focus, textarea:focus {
    border: 1px solid #ddd;
    outline: none;
}
 
/*-------------------------------------------------------------
   LAYOUT 
---------------------------------------------------------------*/
html {
    margin: auto;
    background: transparent;
}
body {
    color: #222;
    background: url(http://wikirmaphil.wikidot.com/local--files/people/jkh2.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    font: 13px/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container-wrap-wrap {
    background: #AACCBB;    
    height: 40px;
    width: 100%;
}
#extra-div-1 {
    position: absolute;
    top: 0;
    height: 162px;
    left: 0;
    right: 0;
    background: #AACCBB;
}
#container-wrap {
    background: transparent;
}
#container {
    margin: auto;
    min-margin: 20px;
    width: auto;
    max-width: 1000px;
}
 
/*-------------------------------------------------------------
   HEADER 
---------------------------------------------------------------*/

#header {
    height: 162px;
    position: relative;
    background-color: #AACCBB;
    width: 100%;
}
#header h1 {
    position: absolute;
    top: 50px;
    left: 0px;
}
#header h1 a {
    color: rgba(255,255,255,0.8);
    font-size: 60px;
    font-weight: bold;
    padding: 17px 0 0;
    letter-spacing: -3px;
    font-family: "Helvetica", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#header h1 a:hover {color: #FFFFFF;}
#header h2 {
    color: #fff;
    position: absolute;
    top: 80px;
    left: 9px;
    background: none;
    font: 13.5px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*----- LOGIN STATUS ------------------------------------------*/
 
#login-status {
    color: #fff;
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 12px;
}
#login-status .printuser a {
    display: none;
}
a#account-topbutton {
    color: #fff;
    background: none;
    border: none;
}
#login-status a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
#login-status a:hover {color: #fff;}
#account-options {
    width: 140px;
    margin-top: 4px;
    margin-right: 0px
    text-align: center;
    border: 1px solid #fff;
}
#account-options a {
    text-shadow: none;
    background-color: #AACCBB;
    color: #fff;
}
 
/*----- SEARCH TOP BOX -----------------------------------------*/
 
#search-top-box {
    position: absolute;
    right: 0px;
    top: 45px;
    height: 30px;
    width: 240px;
    text-align: right;
}
#search-top-box-form {
    height: 30px;
}
#search-top-box input.text {
    width: 170px;
    margin:  0;
    padding: 7px 25px 7px 5px;
    background: rgba(255,255,255,0.1);
    border: 1px solid white;
    color: #fff;
}
#search-top-box input.text:focus {
    border: 2px solid #fff;
    background: rgba(255,255,255,0.3);
    color: #fff;
    font-weight: bold;
}
#search-top-box input.text.empty {
    color: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#search-top-box input.button {
    position: absolute;
    top: 2px;
    right: -5px;
    border: none;
    display: block;
    width: 36px;
    height: 28px;
    padding: 0;
    background: url(/local--files/start/icon-search.png) no-repeat 50% 50%;
    color: transparent;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    opacity: 0.4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 160ms ease;
    -moz-transition: opacity 160ms ease;
    transition: opacity 160ms ease;
}
#search-top-box input.button:hover {
    opacity: 1;
}
/*----- TOPBAR NAVIGATION ------------------------------------*/
 
#top-bar {
    height: 36px;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    background-color: #AACCBB;
    width: auto;
    z-index: 2;
}
#top-bar ul {
    float: center;
    padding: 0;
    height: 36px;
    margin-right: 0;
}
#top-bar ul li {
    display: inline;
    font-size: 16px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: light;
    height: 36px;
    margin: auto;
    align: center;
    position: relative;
    background: #AACCBB;
}
#top-bar ul li a {
    display: block;
    color: #fff;
    height: 16px;
    padding-top: 9px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 13px;
}
#top-bar ul li a.current-link,
#top-bar ul li a:hover,
#top-bar ul li.sfhover > a {
    background: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
    border-bottom: 2px solid #fff;
    height: 12px;
}
#top-bar ul li ul {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 1em;
    left: 0;
    line-height: 1.8em;
    padding: 0 0;
    position: absolute;
    align: center;
    z-index: 100;
    width: auto;
    border: none;
    height: auto;
    background: #AACCBB;
}
#top-bar ul li:hover ul,
#top-bar ul li.sfhover ul {
    display: inline-block;
    opacity: 1;
    width: auto;
    height: auto;
}
#top-bar ul li ul li {
    padding: 0;
    background: none;
    border: none;
    display: inline-block;
    width: 100%;
    height: auto;
}
#top-bar ul li ul li a {
    background: none;
    padding: 8px 8px;
    text-transform: none;
    line-height: 1;
    height: auto;
    width: auto;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    background: none;
}
#top-bar ul li ul li a:hover {
    border: none;
    height: auto;
}
#top-bar ul li ul li a.current-link {
    border: none;
    background: rgba(255,255,255,0.2);
    height: auto;
    width: auto;
}
#top-bar ul li ul li.sfhover > a {
    background: rgba(255,255,255,0.2);
    text-decoration: none;
    height: auto;
    width: auto;
    border: none;
}
#top-bar ul li ul li ul {
    display: none !important;
}
 
/*-------------------------------------------------------------
   MAIN CONTENT
---------------------------------------------------------------*/
 
#content-wrap {
    position: relative;
    padding: 0;
    margin-top: 25px;
    clear: both;
    align: center;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    background-color: rgba(249,249,249,0.94);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
#page-title {
    border: none;
    font-size: 26px;
    font-weight: normal;
    text-decoration: none;
    margin: 40px 0 !important;
    color: #424242;
    letter-spacing: -1px;
    padding: 5px 0;
}
#main-content {
    padding: 5px 10px;
    width: auto;
    max-width: 800px;
    align: centre;
    margin: auto;
}
#page-content {
    width: auto;
    margin: auto;
    align: center;
}
 
/*----- NO SIDEBAR ---------------------------------------*
 
#side-bar {display: none;}
#main-content {
    width: 930px;
    margin: 0 auto;
}
 
/*----- BREADCRUMBS -------------------------------------------*/
 
#breadcrumbs {
    color: #666;
    padding: 5px 10px;
    width: 95%;
    margin: 15px 5px;
    font-size: 11px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
#breadcrumbs a {color: #666;}
#breadcrumbs a:hover {color: #7ca590;}
 
/*-------------------------------------------------------------
   FOOTER
---------------------------------------------------------------*/
#page-options-container {padding-bottom: 5px;}
#footer {
    color: #ddd;
    padding: 12px 10px 0;
    font-size: 0.95em;
    margin-top: 60px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
#footer .options {font-size: 100%;}
#footer a, #license-area a {
    color: #ddd;
    text-decoration: none;
}
#footer a:hover, #license-area a:hover {color: #AACCBB;}
#license-area {
    padding: 15px 10px 35px;
    color: #ddd;
    font-size: 0.95em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
/*-------------------------------------------------------------
   WIKI ELEMENTS
---------------------------------------------------------------*/
#action-area {padding: 0 3px;}
#action-area h1 {font-size: 200%;}
a.action-area-close:hover {background: none;}
.code {
    background: #fff;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
}
blockquote {
    background: url(http://themes.wdfiles.com/local--files/hello/hello-quote.png) no-repeat 0 0;
    border: none;
    color: #555;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 0.9em;
    min-height: 30px;
    padding: 0 45px;
    margin: 0 40px 25px 40px;
}
#edit-page-textarea {
    resize: both;
}
 
/*----- INBUILT HOVERTIPS -------------------------------------*/
.hovertip {
    border: none !important;
    max-width: 300px;
    background: none;
}
.hovertip .content {
    background-color: #AACCBB;
    background-color: rgba(20,20,20,0.83617);
    padding: 4px 8px;    
    color: #fff;
}
.hovertip .content .footnote .f-content {
    margin: 2px;
}
.hovertip .content .footnote .f-heading, .hovertip .content .footnote .f-footer  {
    display: none !important;
}
 
/*----- COMMENTS ----------------------------------------------*/
 
.comments-box {
    border-top: 2px solid #eee;
    margin: 10px 0;
    background: none;
}
.comments-box h1 {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.change-textarea-size {
    padding-right: 50px;
}
.change-textarea-size a {
    background: #fff;
    border: 1px solid #d4d4d4;
}
.change-textarea-size a:hover {
    background: #eee;
}
.post-container {
    background: #cadfd5;
    padding: 0 10px;
    position: relative;
    margin: 15px 0;
    border: 2px solid #fff;
}
.post-container .post {
    margin: 0;
    padding: 5px 0 2px;
}
.post-container .post.folded .short {background: none;}
.post-container .head .info, .post-container .head {
    margin: 0;
    background: none !important;
    border: none;
    text-transform: none;
}
.post-container .head .info .printuser a {
    color: #444;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}
.post-container .head .info .printuser a:hover {
    background: none;
    color: #fff;
}
.post-container .head .info .odate {
    float: right;
    color: #777;
    font-size: 12px;
}
.post-container .head .options{display: none;}
.post-container .options {
    margin: 5px 0 0;
    padding: 5px 0 0;
}
.post-container .post .options a {
    color: #444;
    padding: 4px 0 0;
    text-decoration: none;
    font-size: 12px;
}
.post-container .post .options a:hover {color: #fff;}
 
/*----- BUTTONS ----------------------------------------------*/
 
div.buttons input, input.button, button, file, a.button, 
.button-bar a, #new-post-button, .rate-points, .rateup a, 
.ratedown a, .cancel a, .pager a, .pager .current, div.new-post a, 
.owindow .button-bar a {
    height: auto;
    padding: 6px 10px;
    font: bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: url(http://themes.wdfiles.com/local--files/hello/hello-button-bg.gif) repeat-x;
    border: 1px solid #d4d4d4;
    color: #616161;
    margin: 0 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
div.buttons input:hover, input.button:hover, button:hover, 
file:hover, a.button:hover, .button-bar a:hover, #new-post-button:hover, 
.rateup a:hover, .ratedown a:hover, .cancel a:hover, .pager a:hover, 
div.new-post a:hover, .owindow .button-bar a:hover {
    color: #515151;
    background: #AACCBB;
    text-decoration: none;
    cursor: pointer;
}
.page-rate-widget-box .rate-points, .pager .current {
    color: #555;
    padding: 4px 6px;
    font-size: 1.1em; 
    border: 1px solid #d4d4d4;      
}
.pager a, .pager a:hover, .pager .current, .page-rate-widget-box a {
    padding: 3px 8px;
}
.pager .current {
    border: 1px solid #2191d1;
}
/* OWINDOWS  ------------------------------------------------------------- */
 
.odialog-shader,.notify-shader {
    background-color: #AACCBB;    
    filter: alpha(opacity=55);
    opacity: 0.55 !important;
}
.owindow,.notify{
    background-color: #fff;
    border: none;
    padding: 0;
    color: #454545;
    font: normal 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.874);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.874);
    box-shadow: 0 1px 4px rgba(0,0,0,0.874);
    -webkit-background-clip: padding-box;
}
.owindow .title, .notify-title {
    font: nornal 1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding: 10px;
    color: #fff;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5); 
    height: 16px;
    background: #AACCBB;
    border-bottom: 1px solid #2d2d2d;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 
        0 1px 0 rgba(255,255,255,0.1) inset, 
        0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 
        0 1px 0 rgba(255,255,255,0.1) inset, 
        0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.1) inset, 
        0 1px 2px rgba(0,0,0,0.3);
}
.owindow h1,.notify h1 {
    font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 10px 0;
}
.owindow .content,.notify-content {
    padding: 10px;
}
.owindow .button-bar,
.notify-button-bar {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    position: absolute;
    top: 6px;
    right: 0;
    padding: 0;    
}
.owindow .button-bar a, .owindow .button-bar a:active,
.notify-button-bar a,
.notify-button-bar a:active {
    background: none;
    border: none;
    color: #fff !important;
    padding: 0;
    margin: 0 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.owindow .button-bar a:hover,
.notify-button-bar a:hover {
    background: none;
    color: #444 !important;
    text-decoration: none;
/* -----------WEIRD TABLE STUFF  ------------------------------------------------------------- */
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color:#AACCBB; /* color between tab list and content */
}
 
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-image: none; /* tab background */
    background-color: #f5f9f7;
    border-color:#AACCBB;
    color:#000;
}
 
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: #AACCBB;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:hover {
    background-image: none;
    background-color:#AACCBB; /* selected tab background */
    color:#fff;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background-image: none;
    background-color: #c9ded4; /* selected tab background */
    color: #fff;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border-color: #AACCBB; /* selected tab border color */
}
 
.yui-navset .yui-content {
    background: none; /* content background color */
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    border-color: #AACCBB; /* content border */
    border-top-color:#AACCBB; /* different border color */
}
 
.yui-navset-left .yui-content {
    border-color: #AACCBB; /* content border */
    border-left-color: #AACCBB; /* different border color */
}
 
.yui-navset-bottom .yui-content,
.yui-navset .yui-navset-bottom .yui-content {
    border-color: #AACCBB; /* content border */
    border-bottom-color: AACCBB; /* different border color */
}