 
/*
http://www.colourlovers.com/palette/92571/Phrique_Out
http://www.colourlovers.com/palette/28686/the_paths_end


*/

body {
    margin: 0 auto;
    font-family: arial, helvetica, sans-serif;
}

a img {
    border: 0;
}

#header {
    width: 100%;
}

#logo {
    width: 720px;
    margin: 0 auto;
    height: 50px;
}

#container {
    width: 720px;
    margin: 0px auto 20px;
}

h1, h2, h3, h4, h5, h6, h7  {
    font-weight: normal;
    font-family: georgia, "bitstream vera sans serif","lucida grande",helvetica,verdana,sans-serif;
    letter-spacing: -0.05em;
    font-size: 1.25em;
}

h1 a, h2 a {
    text-decoration: none;
}

h1 {
    font-size: 16pt;
}

h2 a:hover {
    text-decoration: underline;
}

h2 {
    font-size:16pt;
    line-height:1.25;
    margin-top: 1em;
    margin-bottom: 0.1em;
    text-align:left;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.25em;
}

h3 a {
    color: inherit;
}

#content p {
    line-height: 1.5em;
    margin: 0 0 0.75em 0;
}

#content .entry-date, #content .entry-info {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 0.8em;
}

blockquote {
    font-family: Georgia, serif;
}

#content ul {
    margin-top: 0;
    list-style-type: square;
}


#content dt {
    margin-top: 0.5em;
}

#content dd {
    line-height: 1.5em;
}


#footer {
    width: 720px; 
    padding-top: 10px;
    margin: 10px auto 5px;
}

#footer ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#footer ul li {
    display: inline;
    list-style: none;
    margin: 0;
    margin-right: 1em;
}

#footer p {
    margin: 0;
    font-size: 0.8em;
}

.action {
    text-decoration: underline;
    font-size: 0.8em;
}

.light {
    color: #666;
}

#nav {
    width: 720px;
    margin: 0 auto;
    margin-top: 5px;
}

#nav ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#nav ul li {
    display: inline;
    list-style: none;
    margin: 0;
    margin-right: 1em;
}

#photo {
    width: 720px;
    margin: 0 auto;
}

#logo {
    position: relative;
}


table.docutils, table.docutils th, table.docutils td {
    border: none;
    padding: 0.2em;
    border: 1px solid #CCC;
    border-spacing: 0px 0px;
    border-collapse: collapse;

    margin-bottom: 0.5em;
}

pre.literal-block {
    width: 95%;
    overflow:auto;

    background-color: #EFEFEF;
}