/* 
Theme Name: Software.Y-Zone.Net
Theme URI: http://software.y-zone.net
Description: Custom Theme for Software.Y-Zone.Net
Version: 1.0
Author: Motoo Yasui
Author URI: http://software.y-zone.net


*/


/* Hides from IE-mac \*/
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #000000;
    text-align: center;
    font-family: Arial, sans-serif, Helvetica;
}
a {
    color: #996603;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
td {
    vertical-align: top;
}
input.button {
    border: 2px solid #FFAB03;
    background-color: #303030;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
}
.faded {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -khtml-opacity:0.5;
}
img {
    border: 0px;
}

#main-table {
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}
.bread-crumb {
    color: #996603;
    font-size: 8pt;
}

/*
    Post Entry
*/
div.post-section {
    background-image: url(images/post_bg.jpg);
    background-repeat: repeat-y;
    width: 592px;
}
div.post-header {
    background-image: url(images/post_header.jpg);
    width: 592px;
    height: 98px;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
}
div.post-content {
    padding: 0px 20px 5px 20px;
}
div.post-footer {
    background-image: url(images/post_footer.jpg);
    background-repeat: no-repeat;
    width: 592px;
    height: 56px;
}
div.post-title {
    padding: 40px 20px 0px 30px;
}
div.post-title a {
    color: #ffffff;
    font-size: 14pt;
}
div.post-info {
    font-size: 8pt;
    padding: 0px 20px 0px 30px;
}
div.post-info a {
    color: #FFAB03;
}
div.post-more {
    text-align: center;
}

/*
    Comment
*/
div.comment-section {
    background-image: url(images/comment_section_bg.jpg);
    width: 592px;
    background-repeat: repeat-y;
}
div.comment-header {
    width: 592px;
    height: 44px;
    background-repeat: no-repeat;
}
div.comment-header-standard {
    background-image: url(images/comment_header.jpg);
}
div.comment-header-registered {
    background-image: url(images/comment_header_registered.jpg);
}
div.comment-header-text {
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    padding: 12px 10px 5px 65px;
}
div.comment-header-text a {
    color: #FFAB03;
    font-size: 12pt;
    font-weight: bold;
}
div.comment-meta-data {
    padding: 0px 50px 0px 0px;
    text-align: right;
    font-size: 8pt;
}
div.comment-content {
    background-image: url(images/comment_bg.jpg);
    background-repeat: no-repeat;
    width: 592px;
}
div.comment-text {
    padding: 0px 50px 100px 80px;
}

/*
    New Comment
*/
div.new-comment {
    background-image: url(images/new_comment_bg.jpg);
    background-repeat: no-repeat;
    width: 592px;
}
div.new-comment-title {
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    padding: 20px 10px 5px 65px;
}
div.new-comment-content {
    padding: 10px 20px 10px 80px;
}
#comment-post-wait {
    height: 50px;
    font-weight: bold;
    visibility: hidden;
}
#comment-post-result {
    width: 300px;
    border: 2px solid #ffffff;
    background-color: #cc0000;
    color: #ffffff;
    font-weight: bold;
    display: none;
    padding: 5px 5px 5px 5px;
}

/*
    Sidebar
*/
div.sidebar-section {
    background-image: url(images/side_bg.jpg);
    width: 310px;
    background-repeat: repeat-y;
}
div.sidebar-header {
    background-image: url(images/side_header.jpg);
    width: 310px;
    height: 68px;
    background-repeat: no-repeat;
}
div.sidebar-header-text {
    font-weight: bold;
    font-size: 11pt;
    padding: 33px 10px 5px 35px;
    color: #ffffff;
}
div.sidebar-content {
    width: 310px;
    background-repeat: repeat-y;
    padding: 0px 10px 0px 25px;
}
div.sidebar-content a {
    font-weight: bold;
    font-size: 10pt;
    color: #202020;
}
div.sidebar-footer {
    background-image: url(images/side_footer.jpg);
    width: 310px;
    height: 45px;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.page-menuitem {
    padding-left: 20px;
}

/*
    Navigation Buttons
*/
div.navigation-button {
    width: 592px;
}
div.nav-prev-button {
    float: left; 
    text-align: left;
}
div.nav-next-button {
    float: right; 
    text-align: right;
}
