/*
Theme Name:entangle-photo.org New Logo
Theme URI:http://entangle-photo.org/
Description:This WordPress theme is for http://entangle-photo.org/
Version:1.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;
}

html {
    margin: 0em;
    width: 100%;
}

body {
    position: relative;
    margin: 1em;
}


/* 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 {
    width: 75%;
    height: 64px;
    margin-bottom: 1em;
}

#header h1 {
    padding-left: 212px;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 1%;
}

/* Content takes most of the space */
#main {
    width: 75%;
    position: relative;
}

/* Right hand panel takes the remainder, over on right */
#panel {
    position: absolute;
    width: 25%;
    top: 0px;
    right: 0px;
}

/* Footer is lined up with content */
#footer {
    width: 75%;
}

#footer img {
    margin-top: 1em;
}

/******************** GRAPHICS / COLOURS ************************/

body {
    background-color: #5a5858;
    background-color: #2a2828;
}

#header, #footer, #panel {
    color: #d2d0d0;
}

#header {
    background-image: url(entangle-logo-192.png);
    background-repeat: no-repeat;
    background-position: center left;
}

#header h1 {
    color: #f2f0f0;
}

#header a, #footer a {
    color: inherit;
    text-decoration: none;
}

#content {
    padding: 1em;
    background-color: #d2d0d0;
    background: #e2e0e0;
    color: #000;
    border: 1px solid #332a0d;
}

#navigation a {
    color: #eee;
    text-decoration: underline;
}

#content a {
    color: #5a5858;
}

#navigation div.section {
    margin-left: 1em;
    margin-bottom: 3em;
    padding: 0px;
}

#navigation h3 {
    border-top: 1px solid #332a0d;
    border-bottom: 1px solid #2a2828;
    background-color: #4a4848;
    background-color: #5a5858;
    color: #e2e0e0;
    margin: 0px;
    height: 32px;
    line-height: 32px;
    padding: 3px;
}

#navigation h3 a {
    text-decoration: none;
    color: inherit;
    padding-left: 40px;
}

#docs a {
    display: block;
    background: url(icon-docs.png) no-repeat center left;
}
#comms a {
    display: block;
    background: url(icon-comms.png) no-repeat center left;
}
#bugs a {
    display: block;
    background: url(icon-bugs.png) no-repeat center left;
}
#scm a {
    display: block;
    background: url(icon-scm.png) no-repeat center left;
}
#download a {
    display: block;
    background: url(icon-download.png) no-repeat center left;
}

#navigation p, #navigation pre {
    margin: 5px;
    margin-top: 1em;
    margin-bottom: 1em;
overflow: hidden;
}

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: 100%;
    padding: 1em;
    padding-bottom: 0px;
    margin-top: 0px;
}

div.screenshot {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 3em;
}

div.screenshot p.image {
    margin-top: 2em;
    background-color: transparent;
    border: 0px;
    margin-bottom: 0px;
}

div.screenshot p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    width: 400px;
}

#footer p {
    margin: 0em;
    padding: 5px;
}

table {
    background-color: #dfb63b;
    padding: 0px;
    border-spacing: 1px;
    border: 1px solid #332a0d;
    margin-left: auto;
    margin-right: auto;
    background: #e2e0e0;
}

table td, table th {
    padding: 3px;
}

table tbody tr td {

}

table thead th {
    background-color: #626060;
    color: #d2d0d0;
}


#content pre {
    background: #f2f0f0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #332a0d;
    padding: 1em;
    margin-top: 0px;
}
