/*
 * WeeChat.org CSS Style
 * (c) 2003-2011 by FlashCode <flashcode@flashtux.org>
 */

/* General styles */

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #0000aa;
}

a:visited {
    color: #8800aa;
}

a:hover {
    color: #ff0000;
}

a:active {
    color: #ff00ff;
}

img {
    border: 0;
}

/* Header */

#header-and-main {
    position: relative;
    min-width: 800px;
    min-height: 100%;
    margin-bottom: -23px;
}

#header {
    width: 100%;
}

#header-left {
    float: left;
    height: 70px;
    width: 600px;
}

#header-middle {
    width: 100%;
    height: 70px;
    background-color: #87b2e5;
    background-image: url("/media/images/header_middle.png");
    background-repeat: repeat-x;
}

#header-right {
    float: right;
    width: 199px;
}

#header-text-right {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: right;
    color: #000088;
    font-size: 0.9em;
    font-weight: bold;
}

#header-text-right form {
    margin: 0;
}

#header-text-right select {
    font-size: 0.8em;
    border: solid 1px #3333CC;
    background-color: #BBBBFF;
    margin: 2px 0 0 0;
    padding: 0;
}

#header-text-right input {
    font-size: 0.8em;
    border: solid 1px #3333CC;
    background-color: #BBBBFF;
    padding: 0 2px 0 2px;
}

#header-text-right select option {
    background-color: #BBBBFF;
}

#header-text-right img {
    vertical-align: middle;
}

#header-gradient {
    min-height: 5px;
    background-image: url("/media/images/header_gradient.png");
    background-repeat: repeat-x;
}

/* Main menu */

#menu1 {
    position: absolute;
    top: 50px;
    left: 160px;
    min-width: 600px;
    height: 20px;
}

.menu1-links, .menu1-links a {
    color: #c2f2ff;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    font-size: 0.95em;
}

.menu1-links a:hover {
    color: black;
    background-color: yellow;
/*    background-image: url("/media/images/bg_menu_hover.png");*/
}

.menu1-links a.active {
    color: black;
    background-color: white;
/*    background-image: url("/media/images/bg_menu_active.png");*/
}

.beta {
    position: absolute;
    top: 49px;
    right: 4px;
    font-size: 1.3em;
    text-align: right;
    color: yellow;
    font-weight: bold;
    letter-spacing: 0.2em;
}

/* Main section */

#main {
    position: relative;
    padding: 0 1em 36px 1em;
}

.main h1 {
    font-size: 1.6em;
    text-align: center;
}

.main h2 {
    font-size: 1.4em;
    color: #777777;
    margin: 1.5em 0 1.5em 0;
}

.main h3 {
    font-size: 1.1em;
    color: #888888;
}

.homepage {
    background-image: url("/media/images/3dscreenshot_small.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.homepage .title {
    text-align: center;
    margin-right: 450px;
}

.homepage .title h1 {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.homepage .title h2 {
    color: #888888;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 0.6em;
}

.button {
    margin: 1em 0 1em 0;
    line-height: 2em;
}

.button a {
    margin: 0 1em 1em 0;
    padding: 0.2em 0.9em 0.2em 0.9em;
    white-space: nowrap;
    border: solid 1px #E0E0E0;
    background-color: #F7F7F7;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

.button .green {
    border: solid 1px #C0DFC0;
    background-color: #D4FFD4;
}

.button .yellow {
    border: solid 1px #DFDFA0;
    background-color: #FFFF88;
}

.button .selected {
    font-weight: bold;
}

.submitbutton {
    font-size: 1.1em;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    margin: 0 1em 1em 0;
    padding: 0.5em 2em 0.5em 2em;
    border: solid 1px #D6D6D6;
    background-color: #EEEEEE;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.sidebar {
    position: relative;
    float: right;
/*
    position: absolute;
    right: 1em;
    top: 0;
*/
    width: 256px;
    font-size: 0.9em;
}

.box-top {
    width: 256px;
    height: 33px;
    background-image: url("/media/images/box_top.png");
    background-repeat: no-repeat;
    margin-top: 0.4em;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
}

.box-top-text {
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}

.box-top-text .icon-rss {
    position: absolute;
    right: 8px;
}

.box-middle {
    line-height: 1.7em;
    background-image: url("/media/images/box_middle.png");
    background-repeat: repeat-y;
    padding: 4px 8px 11px 10px;
    font-size: 0.95em;
    overflow: hidden;
}

.box-middle ul {
    margin: 0;
    padding: 0;
}

.box-middle li {
    margin: 0.2em 0 0 1.2em;
    padding: 0;
    list-style-image: url("/media/images/square.png");
}

.box-middle .bar {
    margin: 0 0 0 1.2em;
    padding: 0;
    list-style: none;
}

.box-middle .bar hr {
    margin: 0.75em 30% 0.75em 30%;
    height: 1px;
    border: 0;
    background-color: #BBBBBB;
}

.box-middle .date {
    font-size: 0.9em;
    font-style: italic;
    color: #448844;
    margin-right: 0.6em;
}

.box-middle img {
    margin: 0.4em 0 0 0;
}

.box-bottom {
    width: 256px;
    height: 10px;
    background-image: url("/media/images/box_bottom.png");
    background-repeat: no-repeat;
    margin-bottom: 1.6em;
}

.main-table {
    padding-right: 1em;
/*    padding-right: 256px;*/
}

.table-2col {
/*    width: 100%;
    padding-right: 256px;
*/
    padding-right: 1em;
    font-size: 1em;
}

.table-2col th {
    width: 50%;
    text-align: left;
    vertical-align: bottom;
    padding-left: 10px;
    font-size: 1.4em;
}

.table-2col td {
    width: 50%;
/*    text-align: justify; */
    vertical-align: top;
    padding: 0 1em 0 0.8em;
    font-size: 0.9em;
}

.table-2col h1 {
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    margin: 1.5em 0 0.8em 0;
}

.table-2col h2 {
    font-size: 1.1em;
    color: #666666;
    margin: 3px 0 5px 0;
}

ul {
    margin: 0.3em 0 1em 0;
}

li {
    margin: 0 0 0.4em 0;
}

.error {
    font-weight: bold;
    margin: 1em 0 1em 0;
    padding: 6px 6px 6px 6px;
    background-color: #FFCCCC;
    border: solid 1px #FF8888;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.flagimg {
    width: 20px;
    height: 13px;
    border: solid 1px #E0E0E0;
}

.smallflagimg {
    width: 15px;
    height: 10px;
    border: solid 1px #E0E0E0;
}

.warningbox {
    text-align: left;
    padding: 0.5em;
    background-color: #FFF5F5;
    border: solid 1px #FFDDDD;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

.infobox {
    text-align: left;
    padding: 0.5em;
    background-color: #F0FFF0;
    border: solid 1px #D4FFD4;
    border-radius: 9px;
    -moz-border-radius: 9px;
}

/* ========== news ========== */

.news {
    margin-bottom: 1.7em;
}

.news .newstitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #444444;
    margin: 1em 0 0 0;
    padding: 0;
    border-bottom: dotted 1px #DDDDDD;
}

.news .newsauthor {
    font-size: 0.7em;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;
}

.news .newsdate {
    float: right;
}

.home-bloc {
    line-height: 1.6em;
}

.home-bloc p {
    margin: 1em 0 0 0;
    padding: 0;
}

.wide-line {
    line-height: 1.6em;
}

.star {
    font-size: 0.9em;
    vertical-align: super;
}

.legend {
    font-size: 0.9em;
    color: #999999;
}

.news-small {
    margin-bottom: 0.25em;
}

/* ========== features ========== */

.features {
    line-height: 1.5em;
}

.features table td {
    padding: 0 1.5em 0 1.5em;
    vertical-align: top;
}

.features .image {
    padding-top: 4em;
}

.features .title {
    font-size: 1.1em;
    font-weight: bold;
    color: #777777;
    margin: 1.5em 0 1.5em 0;
}

/* ========== photos ========== */

.photos {
    text-align: center;
}

.photos img {
    margin: 0.5em 0.5em 1em 0.5em;
}

/* =========== doc =========== */

.doc {
    margin: 1em 0 1em 0;
}

.doc table {
    border-spacing: 0;
    border-collapse: collapse;
}

.doc table td {
    font-size: 0.9em;
    border: solid 1px #DDDDDD;
}

.doc table th {
    font-size: 1em;
    border: solid 1px #DDDDDD;
    height: 2.8em;
    background-color: #F8F8F8;
    padding: 0 0.4em 0 0.4em;
}

.doc .flag {
    font-size: 0.8em;
    font-weight: normal;
}

.doc .version {
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    background-color: #FAFAFA;
}

.doc .version.dev {
    color: #666666;
    background-color: #FFF7F7;
}

.doc .name {
    font-weight: normal;
    text-align: center;
    background-color: #FAFAFA;
}

.doc .name.dev {
    color: #666666;
    background-color: #FFF7F7;
}

.doc .icons {
    min-width: 7em;
    font-size: 0.6em;
    color: #999999;
    text-align: center;
    vertical-align: middle;
    padding: 0.3em 1.4em 0.3em 1.4em;
    background-color: #FAFAFF;
}

.doc .icons.dev {
    background-color: #FFF7F9;
}

.doc .separator {
    height: 6px;
    background-color: #F2F2F2;
    margin: 1em;
}

/* i18n stats styles */

.i18n_table {
    font-size: 11px;
/*    margin: 10px auto 0 auto; */
    background: #E2E2FF;
    border-collapse: collapse;
}

.i18n_table th {
    font-size: 11px;
    padding: 8px 6px 8px 6px;
    border: solid 1px #DDDDDD;
    background-color: #F8F8F8;
}

.i18n_table td {
    font-size: 11px;
    padding: 8px 4px 8px 4px;
    border: solid 1px #DDDDDD;
    background-color: #FDFDFF;
}

.i18n_table .i18n_language {
    background-color: #FCFCFC;
}

.i18n_table .i18n_language img {
    border: solid 1px #E4E4E4;
}

.i18n_table .i18n_name {
    text-align: center;
    background-color: #FCFCFC;
}

.i18n_table .i18n_base {
    text-align: center;
    letter-spacing: 0.75em;
}

.i18n_table .i18n_cell1 {
    width: 4em;
    text-align: right;
    border-right: dotted 1px #DDDDDD;
}

.i18n_table .i18n_cell2 {
    width: 4em;
    text-align: right;
    border-left: dotted 1px #DDDDDD;
}

.i18n_table .translated {
    color: #008800;
}

.i18n_table .fuzzy {
    color: #AA7744;
}

.i18n_table .untranslated {
    color: #FF0000;
}

.i18n_table .center {
    text-align: center;
}

.i18n_bar {
    width: 200px;
    border-collapse: collapse;
    border: solid 1px #888888;
}

.i18n_bar td {
    margin: 0;
    padding: 0;
    border: solid 1px #BBBBBB;
}

.i18n_bar .translated {
    background: #AAFFAA;
}

.i18n_bar .fuzzy {
    background: #FFCC99;
}

.i18n_bar .untranslated {
    background: #FF9999;
}

.i18n_legend {
    color: #777777;
    font-size: 0.85em;
    font-style: italic;
    margin: 0.2em 0 0 1em;
}

/* ======== download ========= */

.download {
}

.dltitle {
    font-size: 1.1em;
    font-weight: bold;
    color: #444444;
    margin: 1em 0 0.8em 0;
    padding: 1.2em 0 0 0;
    border-top: dotted 1px #BBBBBB;
}

.dldate {
    font-size: 0.8em;
    color: #666666;
    margin-left: 1em;
}

.dlsub {
    margin: 0.5em 0 0 0;
}

.dlsubtitle {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #777777;
    margin: 1em 0 0.8em 2.5em;
}

.dlitem {
    margin: 0 0 0.2em 2em;
}

.dlitem img {
    vertical-align: middle;
}

.dltype {
    float: left;
    width: 16em;
    text-align: right;
}

.dlinfopackage {
    font-size: 0.8em;
    color: #888888;
    margin-left: 1em;
}

.supported_os {
/*    width: 100%;*/
}

.supported_os table {
    border-spacing: 0;
    border-collapse: collapse;
}

.supported_os table th {
    padding: 0.3em 0.7em 0.3em 0.7em;
    border: solid 1px #DDDDDD;
    background: #F8F8F8;
}

.supported_os table td {
    font-size: 1em;
    padding: 0.3em 0.7em 0.3em 0.7em;
    border: solid 1px #DDDDDD;
}

.supported_os .os {
    text-align: center;
}

.supported_os .status {
    text-align: center;
}

.supported_os .ok {
    background: #F4FFF4;
}

.supported_os .ko {
    background: #FFF4F4;
}

.supported_os .maybe {
    background: #FCFCE4;
}

/* ========= plugins ========= */

.pluginaction {
    font-size: 1em;
    margin-top: 30px;
}

.pluginaction table td {
    font-size: 1em;
    padding-right: 30px;
}

.pluginsearch {
    margin-top: 15px;
    border: solid 1px #E0E0E0;
}

.pluginsearch .filters {
    background-color: #F5F5F5;
    padding: 6px;
    border-bottom: dotted 1px #D0D0D0;
}

.pluginsearch .links {
    float: right;
}

.pluginsearch .search {
    font-size: 0.85em;
    padding: 6px 6px 6px 20px;
    background-color: #F8F8F8;
}

.pluginsearch .search input {
    font-size: 0.9em;
    background-color: #F0F8F0;
    border: solid 1px #D0D0D0;
}

.pluginsearch .search small {
    color: #888888;
    font-size: 0.8em;
}

.pluginlist {
    font-size: 1em;
    margin: 10px 0 5px 0;
}

.pluginlist .notfound {
    font-size: 1.1em;
    font-weight: bold;
    color: #BB0000;
    margin-top: 10px;
}

.pluginlist table {
    width: 100%;
    font-size: 1em;
    border-spacing: 0;
    border: solid 1px #DADADA;
    border-collapse: collapse;
}

.pluginlist table th {
    font-size: 0.9em;
    padding: 4px 2px 4px 2px;
    border: solid 1px #DDDDFF;
}

.pluginlist .header {
    background-color: #F1F1FF;
}

.pluginlist .headersort {
    background-color: #EAFAFA;
}

.pluginlist table td {
    font-size: 0.9em;
    padding: 0.25em 0.25em 0.25em 0.25em;
    border: solid 1px #E5E5FF;
}

.pluginlist .row1 {
    background-color: #FCFCFF;
}

.pluginlist .row2 {
    background-color: #F7F7FF;
}

.pluginlist .tags {
    float: right;
    font-size: 0.8em;
    color: #888888;
    margin-left: 8px;
}

.pluginlist .requirements {
    font-size: 0.8em;
    font-style: italic;
    color: #777777;
}

.pluginlist .small {
    font-size: 0.85em;
}

.pluginlist .tiny {
    font-size: 0.8em;
}

.pluginlist .name {
    white-space: nowrap;
    font-size: 0.85em;
}

.pluginlist .name img {
    margin-right: 0.35em;
}

.pluginlist .date {
    white-space: nowrap;
}

.pluginform {
}

.pluginform form {
    color: #999999;
}

.pluginform label {
    color: #999999;
    display: inline-block;
    width: 40%;
    text-align: right;
}

.pluginform .required label {
    color: #000000;
}

.pluginform input,textarea,select {
    margin: 0 15px 0 15px;
}

.pluginform .submit {
    color: #000000;
    text-align: center;
}

.pluginform .errorlist {
    color: #AA0000;
    font-weight: bold;
    margin: 0 0 0 40%;
    padding-left: 3em;
    list-style-image: url("/media/images/arrow_down_red.png");
}

/* ========== themes ========== */

.themelist {
    font-size: 1em;
    margin: 10px 0 5px 0;
}

.themelist .preview {
    float: left;
    font-family: "Deja Vu Sans Mono", "Courier New", monospace;
    font-size: 11px;
    margin-right: 2em;
}

.themelist .preview pre {
    font-family: "Deja Vu Sans Mono", "Courier New", monospace;
}

.themelist .detail {
    padding-top: 1em;
}

.themelist .theme {
    font-weight: bold;
}

.themelist .weechat {
    color: #BBBBBB;
}

.themelist .description {
    font-family: Georgia, serif, Verdana, Arial, Helvetica, sans-serif;
    font-style: italic;
    margin-top: 0.4em;
}

.themelist .date {
    color: #777777;
    margin-top: 1em;
}

.themelist .end {
    clear: both;
}

.themeform {
}

.themeform form {
    color: #999999;
}

.themeform label {
    color: #999999;
    display: inline-block;
    width: 40%;
    text-align: right;
}

.themeform .required label {
    color: #000000;
}

.themeform input,textarea,select {
    margin: 0 15px 0 15px;
}

.themeform .submit {
    color: #000000;
    text-align: center;
}

.themeform .errorlist {
    color: #AA0000;
    font-weight: bold;
    margin: 0 0 0 40%;
    padding-left: 3em;
    list-style-image: url("/media/images/arrow_down_red.png");
}

/* ========== about ========== */

.about_author {
    color: #888888;
    font-style: italic;
    margin: 1em 0 0 0;
}

/* ========== story ========== */

.story {
    text-align: center;
}

.story img {
    margin: 0.5em 0 1em 0;
}

/* ========== infos ========== */

.infolist {
    margin: 1em 0 1em 0;
}

.infolist table {
    font-size: 1em;
    border-spacing: 0;
    border: solid 1px #DADADA;
    border-collapse: collapse;
}

.infolist table th {
    font-size: 0.9em;
    padding: 4px 2px 4px 2px;
    border: solid 1px #DDDDFF;
}

.infolist table td {
    font-size: 0.9em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    border: solid 1px #E5E5FF;
}

/* ========== footer ========== */

#footer {
    position: relative;
    height: 22px;
    line-height: 22px;
    font-size: 0.9em;
    color: #777777;
    text-align: center;
/*    background-image: url("/media//images/footer_bg.png");
    background-repeat: repeat-x;*/
    vertical-align: bottom;
    background-color: #f5f5f5;
    border-top: solid 1px #e0e0e0;
}

#footer a {
    color: #8888ff;
}

#footer a:visited {
    color: #aa88ff;
}

#footer-left {
    float: left;
    color: #888888;
    margin-left: 5px;
    font-size: 0.9em;
}

#footer-right {
    float: right;
    color: #888888;
    margin-right: 5px;
    font-size: 0.9em;
}

