/*
Theme Name:sandbox.libvirt.org
Theme URI:http://sandbox.libvirt.org/
Description:This WordPress theme is for http://sandbox.libvirt.org/
Version:10.0.0
Author:Daniel P. Berrange
Author URI:http://berrange.com
Tags:white, fixed-width, two-columns, right-sidebar

*/
/************************** LAYOUT ************************/


@import url(jquery.fancybox/jquery.fancybox.css);

/* Reset default page padding / margins */
body, html {
    padding: 0px;
    margin: 0px;
}


/* These 4 areas must all have no border, padding, margin
 * to ensure that their widths end up *exactly* 100%
 * otherwise scrollbars appear
 */
#main, #panel, #header, #footer {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* Header occupies entire top strip */
#header {
    position: absolute;
    width: 100%;
    top: 0px;
}
#headerLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 104px;
    width: 400px;
    background: url(libvirt-header-logo.png);
}
/* Content takes most of the space */
#main {
    width: 75%;
    margin-top: 104px;
}

/* Right hand panel takes the remainder, over on right */
#panel {
    position: absolute;
    width: 25%;
    top: 115px;
    right: 10px;
}

/* Footer is lined up with content */
#footer {
    width: 75%;
}


/******************** GRAPHICS / COLOURS ************************/

body {
    background: white;
}

#header {
    margin: 0px;
    height: 104px;
    width: 100%;
    background: url(libvirt-header-bg.png);
    border: 0px;
}

#footer {
    color: #888;
}

#footer a {
    color: #888;
}

#content {
    margin: 2em;
}

#navigation {
}

#navigation a, #content a {
    color: #566866;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c857c;
}

h1 a {
  color: inherit ! IMPORTANT;
  text-decoration: none ! IMPORTANT;
}


#navigation div.section {
    border: 2px solid #332a0d;
    margin: 10px;
    padding: 1px;
    background: url(panel-bg.png) repeat top left;
}

#navigation h3 {
    margin: 5px;
    padding: 5px;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    background-color: #a4c6c2;
    color: black;
}

#navigation h3 a {
    color: inherit;
    text-decoration: none;
}

#docs {
    background: url(icon-docs.png) no-repeat center left;
}
#comms {
    background: url(icon-comms.png) no-repeat center left;
}
#bugs {
    background: url(icon-bugs.png) no-repeat center left;
}
#scm {
    background: url(icon-scm.png) no-repeat center left;
}
#download {
    background: url(icon-download.png) no-repeat center left;
}

#navigation p, #navigation pre {
    margin: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol.styled li, ul.styled li {
    line-height: 32px;
    margin-left: 2em;
}

li.launch {
    list-style: url(item-launch.png);
}

li.connect {
    list-style: url(item-connect.png);
}

li.shoot {
    list-style: url(item-shoot.png);
}

li.handsfree {
    list-style: url(item-handsfree.png);
}

li.preview {
    list-style: url(item-preview.png);
}

li.download {
    list-style: url(item-download.png);
}

li.settings {
    list-style: url(item-settings.png);
}

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 2em;
}

div.screenshot p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #332a0d;
    padding: 1em;
    margin-top: 0px;
}

div.screenshot p.image {
    margin-top: 2em;
    background: transparent;
    border: 0px;
    margin-bottom: 0px;
}

div.screenshot p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    width: 300px;
}

#footer p {
    margin: 2em;
    padding: 5px;
    border-top: 1px solid #7d6621;
}

table.data {
    background: #dfb63b;
    padding: 0px;
    border-spacing: 1px;
    border: 1px solid #332a0d;
}

table.data td, table.data th {
    padding: 3px;
}

table.data tbody tr td {
    background-color: #eee;
}

table.data thead th {
    background: #33436a;
    color: white;
}

#navigation pre {
    background-color: #eee;
    border: 1px dotted #332a0d;
    padding: 4px;
}

#content pre {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #eee;
    border: 1px dotted #332a0d;
    padding: 1em;
    margin-top: 0px;
}
