/*
Theme Name: DistributedLife
Author: Ryan Boucher
Author URI: http://www.distributedlife.com
*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
Theme Name: DistributedLife
Author: Ryan Boucher
Author URI: http://www.distributedlife.com

Colours:
    heading		#9BBB59	(green)		#99D715

    nav-link		#FFFFFF	(white)
    nav-hover		#9F4C7C	(purple)	#551B9B
    nav-active		#9BBB59	(orange)	#E64517

    article-date	#000000 (black)
    article-title	#9BBB59	(green)
    article-subtitle	#808080	(grey)
    published-notice	#808080 (grey)
    tags-link		#9BBB59	(green)		#99D715
    tags-hover		#9F4C7C (purple)	#551B9B
    tags-visited	#C8C05F (dark green)	#507404

    normal-text		#000000 (black)
    links		#438D66 (green)		#99D715
    link-hover		#9F4C7C (purple)	#551B9B
    link-visted		#C8C05F (dark green)	#507404
*/

/* Body content */
body
{
    font-size: 1.05em ;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 0 ;
    margin-bottom: 0;
    padding: 0;
    width: 960px ;
    background-color: #fff;
    color: #000;
    font-family: Calibri, Arial, Verdana, sans-serif;
}

div#left-border
{
    background: #000 url(images/drop_shadow.jpg) repeat-y;
    height: 32px;
    width: 32px;
    float: left ;
}

div#right-border
{
    background: #000 url(images/drop_shadow.jpg) repeat-y;
    height: 32px;
    width: 32px;
    float: right ;
}

/* Header */
header
{
    background: #000 url(images/header_background.jpg) no-repeat;
    letter-spacing: -0.2px;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 0 ;
    margin-bottom: 0; 
    padding: 0;
    width: 960px;
    height: 159px ;
}

header a
{
    color: #99D715 ;
    text-decoration: none;
}

header a:hover {
    color: #E64517 ;
    text-decoration: none;
}

header h1
{
    font-size: 4.0em;
    text-align: right ;
    font-weight: bold ;
    font-family: Candara, Calibri, Arial, Verdana, sans-serif;
}

header p
{
    text-align: right ;
    color: #FFFFFF;
    font-weight: bold ;
    font-style: italic; 
}

header p span
{
    text-align: right ;
    color: #99D715 ;
    font-weight: bold ;
    font-style: italic;
}


/* Navigation */
nav
{
    background-color: #000;
    padding: 0em 1em 1em 2em ;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav div
{
    display:inline;
}

nav div#content-menu
{
    text-align:left ;
}

nav div#site-menu
{
    float:right;
    text-align: right ;
    padding-right: 1.45em ;
    text-transform: lowercase;
}

nav ul
{
    display:inline;
}

nav li
{
    font-size: 1.1em;
    display: inline;
    list-style: none;
    font-weight:bold;
    padding-right: 0.25em ;
}

nav li a
{
    color: #FFFFFF;
    text-decoration: none;
}

nav li a:hover
{
    color: #E64517 ;
}

nav li a.current_page_item
{
    color: #99D715 ;
}



/* Content */
div#content
{
    width: 650px ;
    float: left ;
    padding-left: 2em ;
    background: transparent;
}

/* Article */
article
{
    margin-top: 2em ;
    margin-bottom: 1em;
}

article div.date
{
    display: inline; 
    float:left ;
    width: 2em ;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom: 8em ;
}

article div.date span
{
    display: block ;
}


article div.title
{
    border-right: 1px dotted #000000;
    font-size: 2em;
    font-weight:bold;
    margin-left: 2em ;
    padding-bottom: 0.5em ;
}

article div.title a
{
    color: #99D715;
    text-decoration: none;
}

article div.title a:hover
{
    color: #E64517 ;
}

article div.title span
{
    display: block ;
}

article div.title span.subtitle
{
    color: #808080;
    font-size: 0.5em ;
    font-style: italic;
    font-weight: normal ;
}

article div.title span.publish-notes
{
    color: #808080;
    font-size: 0.3em ;
    font-style: italic;
    font-weight: normal ;
}

article div.title-single
{
    border-right: 1px dotted #000000;
    font-size: 2em;
    font-weight:bold;
    padding-bottom: 0.5em ;
}

article div.title-single a
{
    color: #99D715;
    text-decoration: none;
}

article div.title-single a:hover
{
    color: #E64517 ;
}

article div.title-single span
{
    display: block ;
}

article div.title-single span.subtitle
{
    color: #808080;
    font-size: 0.5em ;
    font-style: italic;
    font-weight: normal ;
}

article div.title-single span.publish-notes
{
    color: #808080;
    font-size: 0.3em ;
    font-style: italic;
    font-weight: normal ;
}


article div.text
{
    margin-left: 4em ;
    border-right: 1px dotted #000000;
    padding-right: 1em ;
    padding-bottom: 1em ;
}

article div.text p
{
    padding-bottom: 0.6em ;
}

article div.text a
{
    color: #E64517;
    text-decoration: none;
}

article div.text a:visited
{
    color: #507404;
}

article div.text a:hover
{
    color: #99D715;
    font-weight: bold; 
}

article div.text ul
{
    padding-bottom: 0.6em ;
}

article div.text li
{
    margin-left: 2.0em ;
}

article div.text-single
{
    border-right: 1px dotted #000000;
    padding-right: 1em ;
    padding-bottom: 1em ;
}

article div.text-single p
{
    padding-bottom: 0.6em ;
}

article div.text-single a
{
    color: #E64517;
    text-decoration: none;
}

article div.text-single a:visited
{
    color: #507404;
}

article div.text-single a:hover
{
    color: #99D715;
    font-weight: bold; 
}

article div.text-single li
{
    margin-left: 2.0em ;
}

article div.text-single ul
{
    padding-bottom: 0.6em ;
}

article div.about-box
{
    border-right:1px dotted #000000;
    padding-bottom: 1em ;
}

article table.about-box
{
    margin-left: 4em ;
    margin-right: 1em ;
    width: auto ;
}

article table.about-box-single
{
    margin-right: 1em ;
    width: auto ;
}

article td.mug
{
    border-left:1px solid #ececec;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    background:#f9f9f9;
    padding: 0.5em 0.5em 0.5em 0.5em ;
}

article td.about
{
    border-right:1px solid #ececec;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    background:#f9f9f9;
    padding: 0.5em 0.5em 0.5em 0.5em ;
    vertical-align: top ;
}



article div.retired
{
    border-right:1px dotted #000000;
    padding-bottom: 1em ;
}

article table.retired
{
    margin-left: 4em ;
    margin-right: 1em ;
    width: auto ;
}

article table.retired-single
{
    margin-right: 1em ;
    width: auto ;
}

article td.retired
{
    border:1px solid #ececec;
    background:#F2DBDB;
    padding: 0.5em 0.5em 0.5em 0.5em ;
    vertical-align: top ;
}



article table
{
    width: 100% ;
}

article td.tag-header
{
    width: 4em ;
    text-align: center;
    border-bottom:1px dotted #000000;
    padding-bottom: 0.6em ;
    vertical-align: middle;
    font-weight: bold; 
}

article table a
{
    color: #E64517 ;
    text-decoration: none;
}

article table a:visited
{
    color: #507404;
}

article table a:hover
{
    color: #99D715;
}

article td.tag-items
{
    border-left: 1px dotted #000000;
    border-right: 1px dotted #000000;
    border-bottom:1px dotted #000000;
    
    font-size: 0.8em ;

    padding-left: 0.3em;
    padding-bottom: 0.6em ;
}



article div.social
{
    clear: left ;
    margin-left: 4em ;
    padding-top: 0.6em ;
    padding-bottom: 0.6em ;
    text-align: right;
    vertical-align: top;
    font-size: 0.8em ;
}
article div.social span
{
    padding-left: 0.3em;
}

article div.social a
{
    color: #E64517 ;
    text-decoration: none;
}

article div.social a:visited
{
    color: #507404;
}

article div.social a:hover
{
    color: #99D715;
}


/*comments*/

article div#comments
{
    clear: left ;
    margin-top: 1em ;
    padding-top: 0.6em ;
    padding-bottom: 0.6em ;
    text-align: left;
    vertical-align: top;
    border-right: 1px dotted #000000;
}

article div#comments span.author
{
    float: left ;
}

article div#comments span.date
{
    float: right ;
    font-size: 0.8em ;
    vertical-align: top ;
}

article div#comments span.comment-text
{
    clear: left ;
}

article div#comments ol
{
    list-style:none;
}

article div#comments ol li
{
    border-top: 1px dotted #000000 ;
    background: #FFFFFF;
    padding-bottom: 0.6em ;
    padding-top: 0.3em ;
    padding-right: 1em ;
}

article div#comments ol li.alt
{
    border-top: 1px dotted #000000 ;
    background: #EEEEEE;
    padding-top: 0.3em ;
    padding-bottom: 0.6em ;
    padding-right: 1em ;
}

article div#comments p
{
    padding-bottom: 0.6em ;
}

article div#comments a
{
    color: #E64517 ;
    text-decoration: none
}

article div#comments a:visited
{
    color: #507404;
}

article div#comments a:hover
{
    color: #99D715;
}

article div#comments h3
{
    padding-bottom: 0.6em ;
}

p.comment-timeout
{
    text-align: right;
    font-size: 0.8em ;
    font-style: italic;
}

/* Section */
section
{

}




/* Aside */
aside
{
    float: right;
    display: inline;
    width: 200px;
    padding-right: 2em ;
    background: transparent ;
    text-align: right ;
    margin-top: 2.2em ;
}

aside ul
{
    list-style:none;
}

aside ul li.widget
{
    font-size: 1.2em ;
    /*color: #c0504d ;*/
    color: #E64517 ;
    font-weight: bold ;
    margin-bottom: 1em ;
}

aside ul li ul
{
    font-size: 0.8em ;
}

aside li a
{
    text-decoration: none ;
    color: #000000 ;
    font-weight: normal ;
}

aside li a:visited
{
    color: #507404;
}

aside li a:hover
{
    color: #99D715;
}


/* Footer */
footer
{
    clear: both;
    background: #000000 ;
    color: #FFFFFF;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 80%;
    min-height: 34px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* archive*/
article div.history-header
{
    font-size: 1.5em;
    font-weight:bold;
    margin-left: 2em ;
    text-align: center ;
}

article div.history-header span.current_page_item
{
    color: #99D715 ;
}

table#archive
{
    font-size: 1.2em ;
    margin-top: 1.5em ;
    color: #000000;
    margin-bottom: 1.5em;
}

table#archive td
{
    padding-right: 1em ;
}

table#archive tr
{

    padding-bottom: 1.0em ;
}

table#archive td.archive-number
{
    text-align: center ;
}

table#archive td.archive-date
{
    text-align: left ;
}

table#archive td.archive-title
{
    text-align: left ;
}

table#archive td.archive-header
{
    font-weight: bold
}

table#archive a.archive-subtitle
{
    display:block ;
    text-align: left ;
    color: #808080;
    font-size: 0.8em ;
    font-style: italic;
    font-weight: normal ;
    margin-left: 1em ;
}

table#archive a
{
    text-decoration: none ;
    color: #000000 ;
    font-weight: normal ;
}

table#archive a:visited
{
    color: #507404;
}

table#archive a:hover
{
    color: #99D715;
}


/* Search */
li.search
{
    margin-bottom: 1em ;
}

/* INPUT */
input[type="text"]
{ 
    width: 18em;
}

input#search
{
    width: 9em;
}

textarea
{ 
    width: 37.5em; height: 12.5em;
}

label
{ 
    color: #E64517;
}

input, textarea
{
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(247, 150, 70, 0.15);
    color: #4b4b4b;
    font-size: 1.2em;
    border-radius: 5px;
}

input:focus, textarea:focus
{
    border: 2px solid #ff5400;
    background-color: rgba(255, 255, 255, 1);
}

input[type="submit"]
{ 
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
    background-color: #99D715;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

input[type="submit"]:hover
{
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #E64517;
}

input[type="submit"]:active
{
    position: relative;
    top: 1px;
}


/* CODE */
article pre
{
    margin:0 0 20px 0;
}

article code
{
    border:1px solid #ececec;
    display:block;
    padding:10px;
    font-family: Consolas, Monaco, "Courier New", Courier, monospace;
    font-size: 12px;
    background:#f9f9f9;
    color:#000;
    overflow: auto;
    overflow-y: hidden;
    white-space:nowrap;
    padding:10px 10px 20px 10px; /* IE Hack-Fix */
}


sup a
{
    font-size:xx-small;
    vertical-align:top;
}



/* IMAGE captions */
img
{
    margin-left: auto;
    margin-right: auto;
}

.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}

/* blockquotes */
blockquote
{
    border:1px solid #ececec;
    background:#C6E584;
    padding: 0.5em 0.5em 0.0em 2em ;
    margin-bottom: 0.3em;
    vertical-align: middle;
    font-style:italic;
}
