/*
 * reset CSS
 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * lists
 */

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

ul, ol {
    margin-left: 40px;
}


/*
 * header/footer CSS
 */
html {
    background: #b9b9b9 url('assets/img/background.png') repeat-x left top;
    font-family: "Georgia", serif;
    margin: 0px;
}

body {
    width: 960px;
    margin: 20px auto;
}

.clear {
    clear: both;
}

header, nav, footer {
    margin: 0px auto;
}

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

body > header {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 10px;
}

body > header #logobox {
}

/* Image-based header */
body > header #logobox .top {
    position: relative;
    width: 100%;
    height: 21px;
    background: transparent url('assets/img/header-top.png') no-repeat top left;
}

html.boxshadow.borderradius body > header #logobox .top {
    display: none;
}

body > header #logobox .middle {
    width: 100%;
    height: 305px;
    background: transparent url('assets/img/header-middle.png') repeat-y top left;
}

body#home > header #logobox .middle {
    height: 600px;
}

html.boxshadow.borderradius body > header #logobox .middle {
    display: none;
}

body#home > header #logobox {
    height: 620px;
}

body > header #logobox .bottom {
    width: 100%;
    height: 21px;
    background: transparent url('assets/img/header-bottom.png') no-repeat top left;
}

html.boxshadow.borderradius body > header #logobox .bottom {
    display: none;
}

html.boxshadow.borderradius body > header #logobox {
    width: 938px;
    margin: 8px auto;
    height: 320px;
    border: 1px solid black;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #191919;
    box-shadow: #333 0 0 20px;
    -moz-box-shadow: #333 0 0 20px;
    -webkit-box-shadow: #333 0 0 20px;
}

html.boxshadow.borderradius body > header h1 {
    top: 1px;
    position: relative;
}

body > header h1 {
    position: absolute;
    display: block;
    top: 12px;
    width: 100%;
    color: transparent;
    text-indent: -9999px;
    z-index: 1;
}

body#home > header h1 .logo {
    height: 545px;
    width: 818px;
    background: transparent url('assets/img/logo.png') no-repeat top left;
}

body > header h1 .logo {
    background: transparent url('assets/img/logo-smaller.png') no-repeat top left;
    display: block;
    margin: 0 auto;
    width: 504px;
    height: 339px;
}

body > header h2 {
    text-transform: uppercase;
    color: #B60009;
    font-size: 20px;
}

body > header #strap {
    position: absolute;
    color: #ccc;
    font-size: 20px;
    top: 555px;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
    letter-spacing: 1px;
}

body > header #blog-strap {
    position: absolute;
    color: #A91F23;
    font-size: 20px;
    top: 290px;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
    letter-spacing: 1px;
}

html.boxshadow.borderradius body > header #strap {
    top: 550px;
}

body > nav {
    font-family: "Lucida Grande", Lucida, calibri, sans-serif;
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 2px;
}

body > nav ol {
    margin-right: 13px;
    text-align: right;
    text-transform: uppercase;
}

body > nav a {
    color: white;
    text-decoration: none;
}

body > footer {
    margin-top: 15px;
    display: block;
    font-size: 11px;
    text-align: center;
    color: #dddddd;
}

body > footer a {
  color: #ddd;
}
body > footer a:hover {
  text-decoration: none;
}

body > footer nav {
    display: block;
    margin: 10px auto;
}

nav li {
    padding: 0 10px 0 10px;
    border-right: 1px solid white;
    display: inline;
}

nav li.last {
    border-right: none;
    padding-right: 0;
}

body > footer nav ol {
    margin: 0px;
    text-transform: lowercase;
}

footer nav a {
    color: white;
    text-decoration: none;
}


/*
 * posts/pages
 */

article.post {
    display: block;
    line-height: 1.8;
    margin: 4px auto;
    width: 960px;
}

html.boxshadow.borderradius.cssgradients article.post {
    border: 1px solid red;
    margin: 20px auto;
    position: relative;
    width: 938px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #878787;
    background-color: #e8e8e8;
    box-shadow: #333 0 0 20px;
    -webkit-box-shadow: #333 0 0 20px;
    -moz-box-shadow: #333 0 0 20px;
}

html.boxshadow.borderradius.cssgradients article.post .middle {
    padding: 24px
}

article.post .top {
    position: relative;
    height: 24px;
    background: transparent url('assets/img/post-top.png') no-repeat top left;
}
html.boxshadow.borderradius.cssgradients article.post .top {
    display: none;
}

article.post .middle {
    border: 1px solid transparent; /* IE :( */
    background: transparent url('assets/img/post-middle.png') repeat-y top left;
    padding: 0 34px 0 30px;
}
html.boxshadow.borderradius.cssgradients article.post .middle {
    background: none;
}

article.post .bottom {
    height: 24px;
    background: transparent url('assets/img/post-bottom.png') no-repeat top left;
}
html.boxshadow.borderradius.cssgradients article.post .bottom {
    display: none;
}

article.post h1, article.post h1 a {
    color: #B60009;
}

article.post h2, article.post h3, article.post h2 a, article.post h3 a{
    color: black;
    font-size: 14px;
}

article.post h1 a {
    color: #B60009;
}

article.post a {
    color: black;
}

article.post header time {
    float: right;
    color: #666;
    font-size: 14px;
}

article.post p, article.post ul, article.post ol {
    font-size: 14px;
    margin-top: 2px;
    padding-bottom: 16px;
}

article.post blockquote {
    border-left: 2px solid #999;
    padding-left: 10px;
    margin-left: 20px;
}

article.post .post-meta {
  font-style: italic;
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
}

article.post footer {
    display: block;
    text-align: right;
}

.current_page {
    font-weight: bold;
}

.aligncenter {
    text-align: center;
}

.index-navigation .left { float: left;}
.index-navigation .right { float: right;}
