/*** Eric Meyer CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
/*
:focus {
	outline: 0;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*** end reset */

/* restore table */
table {
    margin-bottom: 1.5em;
    background-color: #eee;
    border: 1px solid #959595;
}
td, th {
    padding: 0 0.5em;
}

table.numbers td {
    text-align: right;
}

table thead tr:nth-child(even), table tbody tr:nth-child(odd) {
    background-color: white;
}

/* restore sup and sub */
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
    font-size: 0.875em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* restore padding */
p, li, dl {
    margin-bottom: 1.5em;
}

dl { 
    overflow: hidden;
}
dt {
    display: inline;
    float: left;
    clear: left;
    margin-right: 1em;
    font-style: italic;
}

dd {
    margin-left: 6em;
    display: block;
    min-height: 1em;
}

dl.credits {
    padding-left: 2em;
}
dl.credits dt {
    display: inline;
    float: left;
    clear: left;
    margin-right: 1em;
    font-style: normal;
}

dl.credits dd {
    margin-left: 12em;
    display: block;
    min-height: 1.5em;
}
/*** lists ***/
/* restore lists */
li {
    margin-left: 2em;
}

/* compact list */
.compact li {
    margin-bottom: 0;
}

ul.compact, ol.compact {
    margin-bottom: 1.5em;
}

ul.no-symbol, ol.no-symbol {
    list-style-type: none;
}

.no-symbol li {
    margin-left: 0;
}

.no-symbol li li {
    margin-left: 2em;
}

/* OK, main layout stuff 
 * The body contains a #page and a #footerblock
 * The #page contains a #header and a #content area 
 * #footerblock contains navigation (if necessary) and about-pages.
 */
html { height: 100%; }
body {
	font-size: 93.75%; /* 15px */
	font-family: Georgia, Garamond, Times, serif;
	background-color: white;
    color: black;
    line-height: 1.5333;
    height: 100%;
    text-rendering: optimizeLegibility;
}

body.frontpage {
    background-color: #eee;
    height: auto;
}

#frontpage {
    border: 1px solid #959595;
    background-color: white;
    margin: 4.5em auto;
    min-width: 10em;
    max-width: 49em;
    overflow: visible;
    height: auto;
    _margin: 4.5em; /* for IE 6 */
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* one pixel off to keep a scroll bar on every page (-4.8125 is perfect) */
    margin: 0 0 -4.75em;            
    background-color: white;
}

/* put footer at the bottom of the screen
 * other rules in #footer down below */
#footerblock, #pushfooter {
    height: 4.812500em;
}
.postbackground {
    max-width: 100%;
    background-color: white;
    clear: both;
    /* let div this contain all floats */
    overflow: auto;
}

.postwidth {
 	margin: 0 auto; 
    min-width: 10em;
    max-width: 49em;
}
.post {
 	margin: 0em 3em 0em;
    padding: 3em 0em 1.5em;
}

.thumbnail {
    width: 12em;
    float: left;
    display: block;
    margin-bottom: 3em;
    margin-right: 2em;
}


.thumbnail a img {
    border: 1px solid #959595;
}

.postright {
    margin-left: 14em;
}

.category-tech .postright {
    margin-left: 8em;
}

.category-tech .thumbnail {
    width: 6em;
}

.category-tech .thumbnail a img {
    border: 0;
}
/* utility classes */
.background-white {
    background-color: white;
}

.border-top {
    border-top: 1px solid #e8e8e8;
}

.border-top-white {
    border-top: 1px solid white;
}
#headerbackground {
	background-color: #505861;
    background-image: url(/images/site/shari6.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	color: #eee;
	max-width: 100%;
	overflow: hidden;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
    padding: 0;
}

#frontpage #headerbackground {
    height: 4.5em;
}
#header {
   	margin: 0 auto; 
    min-width: 10em;
    max-width: 49em;
}

#footerbackground {
 	background-color: #505861;
	max-width: 100%;
    color: #eee;
    clear: both;
    height: 1.75em;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0 auto;
    min-width: 10em;
    max-width: 49em;
    padding: 0 0em;
}


#footer p {
    margin: 0;
}

#content {
}

.postmeta {
    margin-bottom: 3em;
}

.postright .postmeta {
    margin-bottom: 1.5em;
}

.postcontent {
    clear: right;
}

.postmeta h2 {
    margin-bottom: 0em;
    display: inline;
}

.postmeta small {
    float: right;
    font-size: 0.875em;
    line-height: 1.714286em;
    margin-bottom: 1.714286em;
    margin-left: 1em;
    color: #484e57;
    white-space: nowrap;
}

.postmeta a.post-edit-link {
    float: left;
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    margin-left: -2em;
    padding-left: 1em;
    width: 1em;
    color: white;
}

.postmeta a.post-edit-link:hover {
    color: #484e57;
}

/*** font sizes */
h1 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 1em;
}
h2 {
	font-size: 1.375em;
    font-weight: bold;
	line-height: 1.0909em;
    margin-bottom: 2.182em;
}

h3 {
	font-size: 1.25em;
    font-weight: bold;
	line-height: 1.2em;
    margin-bottom: 1.2em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

h1, h2, h3, h4 {
    color: #484e57;
}
i, em {
    font-style: italic;
}

i i, em em {
    font-style: normal;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 0 2em 2em 1.5em;
}

pre {
    background-color: #eee;
    border: 1px solid #959595;
    margin-bottom: 1.5em;
    min-width: 96.79%; /* 100% = 49em but we need 1.5em for the padding and 2px for the border*/
    padding: 0.75em;
    font-family: Courier, 'Courier New', fixed;
    display: inline-block;
}

code {
    font-family: Courier, 'Courier New', fixed;
}

blockquote {
    margin-left: 2em;
    margin-right: 2em;
}

input, submit {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* link colors */
a:link {
    text-decoration: none;
    color: #484e86;
}

a:visited {
    text-decoration: none;
    color: #484e57;
}

a:hover {
    text-decoration: underline;
}


small {
	font-size: 0.8125em;
	line-height: 1.846154em;
}

/* header layout: typography and colors */
#header h1 {
	text-align: left;
	color: #eee;
	padding: 1.2em 2.4em 1em;
    margin: 0;
    font-size: 1.25em;
    line-height: 1.2em;
}

#header ul, #footer ul {
	list-style: none;
	font-size: 0.875em;
    font-weight: bold;
	line-height: 1.714286em;
	text-indent: 0;
	padding: 0;
    margin: 0 2.428592em;
}

#header ul ul, #footer ul ul {
    display: inline;
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}

#header a, #header a:visited, #footer a, #footer a:visited {
	color: #eee;
	text-decoration: none;
}

#header ul a, #footer ul a {
	display: inline-block;
    padding: 0.142858em 1em;
}

#header li, #footer li {
    display: inline;
    margin: 0;
}

#footer ul a:hover, #header ul a:hover {
	background-color: #c3c3c3;
	color: #505861;
}

#header ul li.current-cat a, #header ul li.current-cat a:visited,
#header ul li.current_page_item a, #header ul li.current_page_item a:visited,
#footer ul li.current_page_item a, #footer ul li.current_page_item a:visited {
	background-color: white;
	color: #505861;
}

#header li.current-cat li a, #header li.current-cat li a:visited {
    background-color: #505861;
    color: #eee;
}
#frontpage #footer ul a:hover {
    background-color: white;
    color: #505861;
}
/* sidebar lists 
#sidebar li {
     margin-left: 0;
}

#sidebar ul {
     list-style: none;
     padding: 20px;
}

#sidebar li ul {
     list-style: disc;
     padding: 0 0 10px 2em;
}
*/

.noticebackground {
    background-color: white;
    max-width: 100%;
}

.notice {
  	margin: 0 auto; 
    min-width: 10em;
    max-width: 49em;
}

.notice p {
    font-size: 0.875em;
    line-height: 1.714286em;
    margin: 1.714286em 3.428592em;
    color: #959595;
}


/* alignment */
.navigationbackground, .emptynavigationbackground {
    background-color: #eee;
    color: #959595;
    border-top: 1px solid #c3c3c3;
    height: 3em;
    clear: both;
}

.emptynavigationbackground {
    background-color: white;
    border-top: 1px solid white;
}
.navigationwidth {
    margin: 0.75em auto;
    min-width: 10em;
    max-width: 49em;
    overflow: hidden;
}

.navigation {
    font-size: 0.875em;
    line-height: 1.714286em;
    margin: 0 3.428592em;
    display: block;
    text-align: center;
}

.navigation a {
    display: inline-block;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    text-align: center;
}

.single-post-thumbnail {
    display: block;
    text-align: center;
    margin: 3em 0em;
}
.single-post-thumbnail img {
    border: 1px solid #959595;
    width: auto;
}

#content hr {
     width: 50%;
     height: 1px;
     color: black;
     background-color: black;
     text-align: center;
     border: 0;
     margin: 10px auto;
     clear: none;
}

/** comments */
#commentsbackground {
    background-color: white;
    margin-top: 1.5em;
}

#commentswidth {
    margin: 0 auto;
    min-width: 10em;
    max-width: 49em;
    overflow: hidden;
}

#comments {
    font-size: 0.875em;
    line-height: 1.714286em;
    margin: 0 3.42857em 0;
    padding: 3.42857em 0 1.714286em;
    color: #555;
}

div.commentmeta {
    float: left;
    width: 7em;
    margin-right: 1em;
    text-align: right;
}

div.commentcontent {
    margin-left: 8em;
    position: relative;
}
 
#comments p, #comments .commentcontent {
    margin-bottom: 1.714286em;
}

#comments h4 {
    font-size: 1.285714285714286em;
    line-height: 1.333em;
    margin-bottom: 1.3333em;
}

#comments .commentmeta small {
    font-size: 0.8751428em;
    line-height: 2;
}

#comments a.comment-edit-link {
    position: absolute;
    right: 0%;
    bottom: 0%;
    display: block;
    padding-left: 1.5em;
    padding-top: 1.714286em;
    vertical-align: bottom;
    color: white;
}

#comments a.comment-edit-link:hover {
    color: #484e57;
}

#comments a#close-comments {
    color: #484e57;
    display: block;
    float: right;
}
#comments cite {
    font-style: italic;
    display: block;
}

ul.commentlist {
    clear: both;
    list-style-type: none;
    margin-bottom: 1.714286em;
}

ul.commentlist ul {
    margin-left: 3em;
}

ul.commentlist li {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.commentlist .bypostauthor {
    color: black;
}

   
/** image stuff */

img.aligncenter {
        display: block;
        border: 1px solid #959595;
        margin: 0 auto 1.5em;
}
        
img.alignright {
        margin: 0.25em 0 .75em 1em;
        border: 1px solid #959595;
        display: inline;
        float: right;
}

img.alignleft {
        margin: 0.25em 1em 0.75em 0;
        border: 1px solid #959595;
        display: inline;
}


input#s {
        width: 10em;
}

/*** clearfix hac ***/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*** fluid images ****/
img { 
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

/** for wp footnotes **/
ol.footnotes li {list-style-type:decimal;}
ol.footnotes{font-size:0.875em; color:#666666;line-height: 1.714286em;}	
    
