/* reset CSS
    "reset reloaded" by Eric Meyer
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* 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: "" "";
}

/* Core Document Layout */
div.main {
    width: 710px;
    margin: 0 auto;
}
div.leftColumn {
    width: 482px;
    float: left;
    clear: left;
    border-right: solid 1px #fff;
}
div.rightColumn {
    width: 227px;
    float: right;
    clear: right;
}

.clear {
    clear: both;
}
/* Core Document Font */
body {
    /* make using em units on child 
       elements a little nicer */
    font-size: 62%;
}
div.main {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

/* Core Element Styles */

div.main h1 {
    font-size: 3.5em;
    font-weight: bold;
    color: #777473;
    padding-bottom: 5px;
vertical-align: baseline;
}

div.main h2 {
    margin: 41px 0 10px 0;
    font-size: 2.83em;
    font-weight: bold;
    color: #b23424;
}

div.main h3 {
}

div.main h4 {
    margin: 2px 0 3px 0;
    padding: 3px 0 0 0;
    font-size: 1.4em;
    font-weight: bold;
}

div.main h5 {
}

div.main a {
    color: #b23424;
}

div.main a:hover {
    color: #df4532;
}

div.main p {
    font-size: 1.32em;
}

/* Header */
div.header {
    width: 100%;
}
div.header a.logo {
    float: left;
    margin: 39px 0 32px 0;
}
div.header ul.quickLinks {
    width: 75%;
    float: right;
    margin: 10px 0 38px 0;
}
div.header ul.quickLinks li {
    float: right;
    margin-left: 3px;
}
div.header ul.quickLinks li.copyright {
    width: 90px;
    height: 10px;
    background: #fff url(../images/background.copyright.gif) 0 100% no-repeat;
}
div.header ul.quickLinks li.copyright span {
    display: block;
    text-indent: -9000px; 
}
div.header form.headerSearch {
    width: 100%;
    clear: right;
    margin: 50px 0 20px 0;
}
div.header form.headerSearch fieldset {
    text-align: right;
}
div.header form.headerSearch input {
    width: 161px;
    font-size: 0.92em;
}
div.header form.headerSearch button {
    padding: 0 0 0 5px;
    border: none;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.96em;
    text-align: right;
    text-transform: uppercase;
    color: #808080;
}

/* Top Column Header */
div.pageBody h1.topHeader,
div.footer p.topHeader {
    padding: 3px 10px 3px;
    background: #262626;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}

div.footer p.topHeader {
    margin: 60px 0 0 0;
}

/* Single Blog Post */
div.pageBody div.blogPost {
    width: 91.0%;
    margin: 0 0 0 2px;
    border-top: solid 5px #f5f5f5;
    border-bottom: dotted 1px #b3b3b3;
}
div.pageBody div.blogPost h2 a {
    text-decoration: none;
}
div.pageBody div.blogPost div.postBody {
    margin: 22px 0 12px 0;
    line-height: 1.8em;
}
div.pageBody div.blogPost h2+p {
    margin-top: 18px;
    margin-bottom: 13px;
}
div.pageBody div.blogPost p.postMeta {
    margin: 16px 0 7px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #959595;
}
div ageBody div.blogPost p.postMeta span.postDate:after {
    content: "|";
    padding: 0 0 0 3px;
}
/* exceptions for first post under the main header */
div.pageBody h1.topHeader+div.blogPost {
    border-top: none;
}
div.pageBody h1.topHeader+div.blogPost h2 {
    margin: 42px 0 22px 0;
}

/* Older Posts */
div.pageBody div.olderPosts {
    width: 91.0%;
    margin: 0 0 0 2px;
    border-top: solid 6px #f5f5f5;
}
div.pageBody div.olderPosts h1 {
    float: left;
    margin: 41px 0 10px 0;
    padding: 0 36px 0 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #b23424;
    background: #fff url(../images/background.arrow.right.gif) 100% 60% no-repeat;
}
div.pageBody div.olderPosts ul {
    clear: left;
}
div.pageBody div.olderPosts ul li {
    float: left;
    border-bottom: dotted 1px #bababa;
}
div.pageBody div.olderPosts ul li.label,
div.pageBody div.olderPosts ul li a {
    width: 36px;
    display: block;
    padding: 6px 0;
    font-size: 1.4em;
    font-weight: bold;
}
div.pageBody div.olderPosts ul li.label {
    color: #9c9c9c;
}
div.pageBody div.olderPosts ul li a {
    color: #000;
    text-decoration: none;
}
div.pageBody div.olderPosts ul li a:hover {
    color: #000;
    text-decoration: underline;
}
div.pageBody div.olderPosts ul li.more a {
    color: #9c9c9c;
}
div.pageBody div.olderPosts ul li.more a:hover {
    color: #000;
}
div.pageBody div.olderPosts li.borderCover {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    position: relative;
    top: -1px;
    background-color: #fff;
    border-bottom: none;
}
/* About */
div.pageBody p.about {
    margin: 88px 0 0 0;
    line-height: 1.5em;
    color: #929292;
    font-size: 1.26em;
    font-weight: bold;
}
div.pageBody div.rightColumn h2 {
    clear: left;
    margin: 19px 0 14px 0;
    padding: 3px 7px 3px 7px;
    color: #fff; 
    background-color: #262626;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}
div.pageBody div.rightColumn h2.gridUnder {
    margin-bottom: 3px;
}
div.pageBody div.rightColumn h2:before {
    content: "- ";
}
div.main div.pageBody h2.calendar {
   padding-right: 10px;
    background: #262626 url(../images/icon.calendar.gif) 98.5% 50% no-repeat;
}
/* Links */
div.pageBody ul.links {
    padding: 0 0 7px 0;
}
div.pageBody ul.links li {
}
div.pageBody ul.links li a {
    display: block;
    padding: 3px 0;
    font-size: 1.26em;
    font-weight: bold;
    color: #978150;
    text-decoration: none;
}
div.pageBody ul.links li.more a {
    font-weight: normal;
}
div.pageBody ul.links li a:hover {
    text-decoration: underline;
}
/* Grid */
/* contain floated list elements */
div.pageBody ul.grid:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}
div.pageBody ul.grid li {
    float: left;
    width: 74px;
    height: 75px;
    margin-right: 2px;
}
div.pageBody ul.grid li.right {
    width: 74px;
    margin-right: 0;
    margin-bottom: 1px;
}

/* Lists on searchable pages*/
div.leftColumn ul.list {
  font-size: 1.32em;
}
div.leftColumn ul.list  li {
  padding-bottom: 5px;
}
div.flickr {
     float: left;
     width: 227px;
     padding-bottom: 25px;
}
div.flickr_badge_image img {
	float:left;
	margin: 0;
	background:#ffffff;
	padding:1px 4px 3px 0;
	width:71.5px;
	height:71.5px;
}
div.pictureCaption {
font-size: 1.1em;
font-style: italic;
padding-top: 15px;
}
div.leftColumn  img {
margin-bottom: 20px;
border: solid 1px #ccc;
}

.main a.prev {
	float: right;
	color: #808080;
	font-size:1.2em;
	font-weight:bold;
	margin: 16px 0pt 7px;
}

.main a.next {
	float: left;
	color: #808080;
	font-size:1.2em;
	font-weight:bold;
	margin: 16px 0pt 7px;
}

div.pageBody div.rightColumn h2.gridOver {
margin-top:15px;
}
